Technical
Steve Jobs on object-oriented software
Would you explain, in simple terms, exactly what object-oriented software is?
Objects are like people. They’re living, breathing things that have knowledge inside them about how to do things and have memory inside them so they can remember things. And rather than interacting with them at a very low level, you interact with them at a [...]
Web developers rejoice
I’ve just come across one of the best new products for mobile development: Appcelerator’s Titanium – create, test and distribute native mobile apps using html, javascript and css. Not only does Titanium really lower the bar for mobile application development for web developers, it compiles them natively for the iPhone and Android. You essentially write [...]
jQuery intellisense in Visual Studio 2008
If you are using JQuery, you probably won’t be getting any intellisense from Visual Studio 2008. But as part of ASP.NET MVC Microsoft started shipping JQuery. In order to make the Intellisense work follow these steps:
1. Install the SP1 patch for your Visual Studio 2008. You can download the patch for free from here.
2. Download [...]
Elsewhere Online