Wednesday, April 29, 2009

Assignments

DUhG

If you see that something does not work in Visual Studio because it is not set as an assignment on a property.

 

Include the = symbol.

 

Example

 

li.select;

 

Will not work

 

li.select = true; //will.

 

 

No comments:

How browsers render web pages

How Browsers Render Web Pages Introduction to Browser Rendering When you enter a website address into a browser or click a link, the...