<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sushant AnandTechnical</title>
	<atom:link href="http://blog.sushantanand.com/category/technical/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sushantanand.com</link>
	<description>There is money in the banana stand</description>
	<lastBuildDate>Thu, 30 Dec 2010 01:17:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Steve Jobs on object-oriented software</title>
		<link>http://blog.sushantanand.com/2010/01/steve-jobs-on-object-oriented-software/</link>
		<comments>http://blog.sushantanand.com/2010/01/steve-jobs-on-object-oriented-software/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 20:08:14 +0000</pubDate>
		<dc:creator>Sushant Anand</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[next]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://blog.sushantanand.com/?p=191165923</guid>
		<description><![CDATA[Would you explain, in simple terms, exactly what object-oriented software is? Objects are like people. They&#8217;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 [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>Would you explain, in simple terms, exactly what object-oriented software is?</strong><br />
Objects are like people. They&#8217;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 very high level of abstraction, like we&#8217;re doing right here.</p>
<p>Here&#8217;s an example: If I&#8217;m your laundry object, you can give me your dirty clothes and send me a message that says, &#8220;Can you get my clothes laundered, please.&#8221; I happen to know where the best laundry place in San Francisco is. And I speak English, and I have dollars in my pockets. So I go out and hail a taxicab and tell the driver to take me to this place in San Francisco. I go get your clothes laundered, I jump back in the cab, I get back here. I give you your clean clothes and say, &#8220;Here are your clean clothes.&#8221;</p>
<p>You have no idea how I did that. You have no knowledge of the laundry place. Maybe you speak French, and you can&#8217;t even hail a taxi. You can&#8217;t pay for one, you don&#8217;t have dollars in your pocket. Yet I knew how to do all of that. And you didn&#8217;t have to know any of it. All that complexity was hidden inside of me, and we were able to interact at a very high level of abstraction. That&#8217;s what objects are. They encapsulate complexity, and the interfaces to that complexity are high level.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.sushantanand.com%2F2010%2F01%2Fsteve-jobs-on-object-oriented-software%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.sushantanand.com/2010/01/steve-jobs-on-object-oriented-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web developers rejoice</title>
		<link>http://blog.sushantanand.com/2010/01/web-developers-rejoice/</link>
		<comments>http://blog.sushantanand.com/2010/01/web-developers-rejoice/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 02:26:13 +0000</pubDate>
		<dc:creator>Sushant Anand</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.sushantanand.com/?p=191165891</guid>
		<description><![CDATA[I&#8217;ve just come across one of the best new products for mobile development: Appcelerator&#8217;s Titanium &#8211; 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 [...]


Related posts:<ol><li><a href='http://blog.sushantanand.com/2009/08/which-twitter-client-do-i-use/' rel='bookmark' title='Permanent Link: Which Twitter client do i use?'>Which Twitter client do i use?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just come across one of the best new products for mobile development: Appcelerator&#8217;s Titanium &#8211; 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 one application that can be deployed across multiple platforms. I&#8217;ve only played with it for a few hours, watched some videos and read their Apis and it is extremely impressive. The UI is very intuitive and besides learning their javascript framework there is no additional work required. Even though it is good practice you don&#8217;t need to separate the html, javascript and css since the code is compiled for the appropriate platform. The result &#8211; it looks and behaves just like any other native app.</p>
<p>For a while i&#8217;ve been wanting to develop an application or two for the iPhone. It was pretty much the reason i bought my first macbook that i&#8217;m now typing on. But, learning objective-c and the XCode IDE were always deterrents to my moving forward with development. I&#8217;ve been concentrating on improving my user experience skills and wanted to work more on front end technologies than i have in the past. That&#8217;s one reason why learning objective-c has been lower down on my priority list and i haven&#8217;t come up with another pointless app for the 100k strong app store.</p>
<p>With Titanium though, the bar has once again been lowered for anyone (web devs) to contribute to a bloated app store. The projects i work on have a high demand on front end development, so developing using web technologies to build a native app is a god send for me.</p>
<p>If you&#8217;re a web developer who has resisted creating native mobile apps head over to <a href="http://appcelerator.com">Appcelerator</a> right now and give Titanium a try. Watch the intro video and see just how cool this is:</p>
<p><object width="400" height="250"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4320245&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4320245&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="250"></embed></object></p>
<p><a href="http://vimeo.com/6759439">Zero To App Module 0: What Can You Do?</a> from <a href="http://vimeo.com/appcelerator">Appcelerator Video Channel</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Oh, and did i mention it is <strong>free</strong>?</p>
<p>Appcelerator&#8217;s CEO/founder is Jeff Haynie &#8211; <a href="http://twitter.com/jhaynie">@jhaynie</a>. Be sure to follow him and get updates on a very polished product.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.sushantanand.com%2F2010%2F01%2Fweb-developers-rejoice%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div>

<p>Related posts:<ol><li><a href='http://blog.sushantanand.com/2009/08/which-twitter-client-do-i-use/' rel='bookmark' title='Permanent Link: Which Twitter client do i use?'>Which Twitter client do i use?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.sushantanand.com/2010/01/web-developers-rejoice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery intellisense in Visual Studio 2008</title>
		<link>http://blog.sushantanand.com/2009/12/jquery-visual-studio-200/</link>
		<comments>http://blog.sushantanand.com/2009/12/jquery-visual-studio-200/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 23:26:45 +0000</pubDate>
		<dc:creator>Sushant Anand</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://blog.sushantanand.com/?p=191165873</guid>
		<description><![CDATA[If you are using JQuery, you probably won&#8217;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. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>If you are using JQuery, you probably won&#8217;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:</p>
<p>1. Install the SP1 patch for your Visual Studio 2008. You can download the patch for free from <a href="http://msdn.microsoft.com/en-us/vstudio/cc533448.aspx">here</a>.</p>
<p>2. Download the install the patch that recognizes the -vsdoc.js intellisense files from <a href="http://code.msdn.microsoft.com/KB958502/Release/ProjectReleases.aspx?ReleaseId=1736">here</a>.</p>
<p>3. Download the vsdoc.js files from <a href="http://docs.jquery.com/Downloading_jQuery#Download_jQuery">here </a>and place it with your other jquery-x.x.js files.</p>
<p>4. Make sure the file name for the vsdoc file is -vsdoc. Eg: jquery-1.3.2-vsdoc.js.</p>
<p>5. To refresh the Intellisense from within our IDE you can use CTRL+SHIFT+J.</p>
<p>Good luck.</p>
<div id="facebook_like"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.sushantanand.com%2F2009%2F12%2Fjquery-visual-studio-200%2F&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:auto;"></iframe></div>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.sushantanand.com/2009/12/jquery-visual-studio-200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

