Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8794693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:17:11+00:00 2026-06-13T23:17:11+00:00

Just started learning Win 8 app development and I’m following the basic tutorial for

  • 0

Just started learning Win 8 app development and I’m following the basic tutorial for data binding.

The code I’m trying to understand is:

<div id="basicBinding">
          Welcome,
          <span id="nameSpan" data-win-bind="innerText: name"></span>
</div>

<script type="text/javascript">
var person = { name: "Fran" };
var personDiv = document.getElementById("nameSpan");
WinJS.Binding.processAll(personDiv, person);

I understand it as follows, apologies if any of the terminology is wrong.

The first line in the script creates a variable called ‘person’ which is a object literal and within it we is stored the name data.

The second line creates the variable ‘personalDiv’ which stores the data that has been binded to the HTML span elemet ‘nameSpan’.

The third line of the script actually processes the first and second line so that the variables are available to the rest of the code.

What I don’t understand is how the span element actually outputs the ‘name’ value of Fran. I can’t quite figure out exactly what is going on that allows the ‘data-win-bind’ call recognise the ‘person’ variable and retrieve the name data. the ‘personDiv’ variable seems to try and retrieve a value from ‘nameSpan’ before nameSpan even has a value (which Is obviously me just interpreting it wrongly but I can’t see the correct logic.

I’m sure I’ve over complicated this a million times given its a beginners tutorial but any help would be much appreciated!

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:17:12+00:00Added an answer on June 13, 2026 at 11:17 pm

    data-win-bind is just an ordinary attribute; it doesn’t actually do anything.

    When you call WinJS.Binding.processAll(), it looks for all elements with that attribute and processes them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just started learning C but I don't understand this part of the code.
Just started learning mvc3. I've built a fairly basic website (also using EF-Code-First if
Just started learning NServiceBus and trying to understand the concept. When it talks about
I´ve just started learning GWT and I´m trying to implement http://gwt.google.com/samples/Showcase/Showcase.html#!CwFileUpload and but failing
I just started learning Common Lisp a few days ago, and I'm trying to
Just started learning Rails (3). I am tearing my hair out trying to find
I just started learning blueprint css , with the tutorial a closer look at
I just started learning about servers, and I am messing around with Google's App
I just started learning RoR. This is my /app/trip_controller.rb file class TripController < ApplicationController
I just started learning Zend. I managed to get the basic working (using zf

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.