<?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>Amit Yadav</title>
	<atom:link href="http://www.amityadav.name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amityadav.name</link>
	<description>Things to know for effective coding</description>
	<lastBuildDate>Fri, 19 Aug 2011 17:51:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Venice Backstage. How does Venice work?</title>
		<link>http://www.amityadav.name/venice-backstage-how-does-venice-work/</link>
		<comments>http://www.amityadav.name/venice-backstage-how-does-venice-work/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 17:51:59 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=823</guid>
		<description><![CDATA[Venice Backstage. How does Venice work? from Insula spa on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><iframe frameborder="0" height="225" src="http://player.vimeo.com/video/21688538?title=0&amp;byline=0&amp;portrait=0" width="400"></iframe></p>
<p><a href="http://vimeo.com/21688538">Venice Backstage. How does Venice work?</a> from <a href="http://vimeo.com/venicebackstage">Insula spa</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fvenice-backstage-how-does-venice-work%2F&amp;title=Venice%20Backstage.%20How%20does%20Venice%20work%3F" id="wpa2a_2"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/venice-backstage-how-does-venice-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Git Why Not SVN?</title>
		<link>http://www.amityadav.name/why-git-why-not-svn/</link>
		<comments>http://www.amityadav.name/why-git-why-not-svn/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 06:10:09 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=811</guid>
		<description><![CDATA[Security The key difference between the two systems seems to be the model itself. Where Subversion offers a centralized model, Git provides a decentralized model. At the risk of over simplification, this means that Git offers each developer their very own, fully autonomous copy of the entire repository. With Subversion, each developer has their own [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody"><u>Security</u> <br />
	The key difference between the two systems seems to be the model itself. Where Subversion offers a centralized model, Git provides a decentralized model. At the risk of over simplification, this means that Git offers each developer their very own, fully autonomous copy of the entire repository. With Subversion, each developer has their own working copy, but commits changes to a single, central repository. </p>
<p>	<u>Speed </u> <br />
	Since each developer has a local copy of the entire repository, fundamental actions like diff, commit, etc. are all local. That&rsquo;s always going to be faster. Fast is good.That said, server interaction with Subversion isn&rsquo;t exactly excessive. Developers work in local working directories and only interact with the server in short time. </p>
<p>	<u>Smaller Space Requirement</u> <br />
	A Subversion working directory contains two copies of the entire code base. One that is actually being worked on and another tucked away in the .svn directory. Repository required ~12Gb of storage in Subversion and ~420Mb in Git. </p>
<p>	Key&rsquo;s for Branches </p>
<p>	1. Creating branches in Git is a lot easier than doing this in SVN. <br />
	2. When merging the branch back, SVN didn&rsquo;t know where that branch started. Git keeps track where branches come from. So when creating a branch, merging back is very simple. <br />
	3. When merging the branch back, each change was recorded back as the user who did the merge By the Git where as SVN doesn&rsquo;t. Git keeps commit messages intact, when merging. </span></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fwhy-git-why-not-svn%2F&amp;title=Why%20Git%20Why%20Not%20SVN%3F" id="wpa2a_4"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/why-git-why-not-svn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fast-track your Web apps with Ruby on Rails</title>
		<link>http://www.amityadav.name/fast-track-your-web-apps-with-ruby-on-rails/</link>
		<comments>http://www.amityadav.name/fast-track-your-web-apps-with-ruby-on-rails/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 03:29:23 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=809</guid>
		<description><![CDATA[Fast-track your Web apps with Ruby on Rails Ruby on Rails is a recent entry into the world of Web application development that is rapidly gaining mindshare, even while still in beta versions. Rails succeeds by automating the creation of the most common types of Web applications while not straightjacketing you if you want to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ibm.com/developerworks/opensource/library/l-rubyrails/index.html" target="_blank"><strong>Fast-track your Web apps with Ruby on Rails</strong></a></p>
<div id="">Ruby on Rails is a recent entry into the world of Web application development that is rapidly gaining mindshare, even while still in beta versions. Rails succeeds by automating the creation of the most common types of Web applications while not straightjacketing you if you want to add custom or atypical requirements. Moreover, compared to many Free Software libraries that perform individual aspects of a Web application, Rails contains a nicely integrated set of tools for all aspects.</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Ffast-track-your-web-apps-with-ruby-on-rails%2F&amp;title=Fast-track%20your%20Web%20apps%20with%20Ruby%20on%20Rails" id="wpa2a_6"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/fast-track-your-web-apps-with-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frequently used acronyms</title>
		<link>http://www.amityadav.name/frequently-used-acronyms/</link>
		<comments>http://www.amityadav.name/frequently-used-acronyms/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 03:28:09 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[acronyms]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=807</guid>
		<description><![CDATA[API: Application program interface CRUD: Create Read Update Delete DOM: Document Object Model HTML: Hypertext Markup Language HTTP: Hypertext Transfer Protocol JSON: JavaScript Object Notation MVC: Model-View-Controller OOP: Object-oriented programming ORM: Object-Relational Mapping REST: Representational State Transfer RPC: Remote procedure call SQL: Structured Query Language URL: Uniform Resource Locator WSDL: Web Services Description Language XML: [...]]]></description>
			<content:encoded><![CDATA[<div class="ibm-container-body">
<ul style="z-index: 20;">
<li><strong>API:</strong> Application program interface</li>
<li><strong>CRUD:</strong> Create Read Update Delete</li>
<li><strong>DOM:</strong> Document Object Model</li>
<li><strong>HTML:</strong> Hypertext Markup Language</li>
<li><strong>HTTP: </strong>Hypertext Transfer Protocol</li>
<li><strong>JSON:</strong> JavaScript Object Notation</li>
<li><strong>MVC:</strong> Model-View-Controller</li>
<li><strong>OOP:</strong> Object-oriented programming</li>
<li><strong>ORM:</strong> Object-Relational Mapping</li>
<li><strong>REST:</strong> Representational State Transfer</li>
<li><strong>RPC:</strong> Remote procedure call</li>
<li><strong>SQL:</strong> Structured Query Language</li>
<li><strong>URL: </strong>Uniform Resource Locator</li>
<li><strong>WSDL:</strong> Web Services Description Language</li>
<li><strong>XML:</strong> Extensible Markup Language</li>
</ul>
</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Ffrequently-used-acronyms%2F&amp;title=Frequently%20used%20acronyms" id="wpa2a_8"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/frequently-used-acronyms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between delete and destroy in ActiveRecord</title>
		<link>http://www.amityadav.name/difference-between-delete-and-destroy-in-activerecord/</link>
		<comments>http://www.amityadav.name/difference-between-delete-and-destroy-in-activerecord/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 03:26:20 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=805</guid>
		<description><![CDATA[To delete a particular record we will go for delete or destroy methods.But according to the names both looks very similar, but the functionality wise both are different. so lets check the difference between delete and destroy methods in Active Record. Now first check what the delete method will do: Delete method deletes the row [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody">To delete a particular record we will go for delete or destroy methods.But according to the names both looks very similar, but the functionality wise both are different. so lets check the difference between delete and destroy methods in Active Record. </span></p>
<p>Now first check what the delete method will do:</p>
<p>Delete method deletes the row with a primary key matching the id argument, using a SQL DELETE statement, and returns the number of rows deleted. Active Record objects are not instantiated, so the object&lsquo;s callbacks are not executed, including any :dependent association options or Observer methods.</p>
<p>You can delete multiple rows at once by passing an Array of ids.</p>
<p>It is much faster than the destroy method, skipping callbacks might bypass business logic in your application that makes the function to work fast.</p>
<p><strong>example:</strong> <br />
	Delete a single row <br />
	user.delete(1)</p>
<p>Delete multiple rows <br />
	user.delete([2,3,4])</p>
<p><u><strong>Destroy method: </strong></u><br />
	The destroy method makes the SQL call to the database and destroys the row in the table that contains it. It does still allow you to manipulate the object in the application as long as it&rsquo;s still in scope (i.e) the callbacks and <br />
	filters are allowed even after destroying the object.</p>
<p><strong>example :</strong> <br />
	Destroy a single object <br />
	User.destroy(1)</p>
<p>Destroy multiple objects <br />
	users= [1,2,3] <br />
	User.destroy(users) </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fdifference-between-delete-and-destroy-in-activerecord%2F&amp;title=Difference%20between%20delete%20and%20destroy%20in%20ActiveRecord" id="wpa2a_10"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/difference-between-delete-and-destroy-in-activerecord/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Rails3 and MVC architecture</title>
		<link>http://www.amityadav.name/about-rails3-and-mvc-architecture/</link>
		<comments>http://www.amityadav.name/about-rails3-and-mvc-architecture/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 03:25:19 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[rails3]]></category>
		<category><![CDATA[ror]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=803</guid>
		<description><![CDATA[Rails 3: Rails is a framework to develop web applications in Ruby. And the web application in Rails will be simpler and faster than in other languages. As, rails is an opinionated software, in the development process of an application, rails will do assumptions about our requirements and will generate the required code for the [...]]]></description>
			<content:encoded><![CDATA[<p><strong><u><span class="postbody">Rails 3:</span></u></strong><br />
	Rails is a framework to develop web applications in Ruby. And the web application in Rails will be simpler and faster than in other languages. As, rails is an opinionated software, in the development process of an application, rails will do assumptions about our requirements and will generate the required code for the application at various stages, with a little interaction of the developer for few specifications.</p>
<p>Rails has a philosophy includes the following:</p>
<p><u>1) DRY: (Don&#39;t Repeat Yourself) </u><br />
	In rails, it suggests that writing the same code again and again for several times is not a good process. Instead of writing the same code again and again, we can partition that particular part of code in to a seperate block or function or something else and can reuse it whenever and wherever we need it in the current application.</p>
<p><u>2) Convention over Configuration: </u><br />
	In rails, almost the process of development will be done using the conventions instead of a * configuration settings for our application. If we follow the conventions (guidelines of rails) in development process, everything will be taken care by rails about our application.</p>
<p><u>3) REST: (Representational State Transfer) </u><br />
	In rails, REST will have two main features. They are: <br />
	a) Using resource identifiers like URLs to represent the resources of our application. <br />
	b) Transferring the representations of the state of a particular resource among system components. <br />
	REST will be useful for routing in our applications for the specification of path for a particular resource. And REST consists of HTTP verbose for our application like: <br />
	a) POST b) GET c) PUT d) DELETE.</p>
<p><u>MVC architecture: </u><br />
	The MVC architecture in Rails application has:</p>
<p>1) Model: <br />
	Model will consist of the data about our applications and is used to manipulate the content of models (tables). It will contain the validations, rules and set of guidelines to manipulate our models.</p>
<p>2) View: <br />
	View will consist of the templates of html pages, which will be visible for public/user. It will purely concentrate on the representation of data our application.</p>
<p>3) Controller: <br />
	Controller is the thing which will have the control over both Model and View. The Controller will receive the requests from the user (from views) and will send that request to respective model to have the information, and will pass the data to the users in form of a view.</p>
<p>The representation of MVC Architecture will be as follows:</p>
<p>View&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;Controller&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;Model <br />
	(User interface)&#8212;&#8212;&#8212;&#8212;&#8211;(Controllers)&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;(Databases)</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fabout-rails3-and-mvc-architecture%2F&amp;title=About%20Rails3%20and%20MVC%20architecture" id="wpa2a_12"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/about-rails3-and-mvc-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mutable and Immutable Objects</title>
		<link>http://www.amityadav.name/mutable-and-immutable-objects/</link>
		<comments>http://www.amityadav.name/mutable-and-immutable-objects/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 03:23:43 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[mutable]]></category>
		<category><![CDATA[non-mutable]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=801</guid>
		<description><![CDATA[Mutable objects : 1)Mutable objects are objects whose state can change. 2)In Ruby, Mutability is a property of an instance. 3)Any instance can become immutable by calling the &#34;freeze&#34;. Immutable objects : 1)Immutable objects are objects whose state never changes after creation. 2)Immutable objects are thread-safe(A piece of code is called as thread-safe ,if it [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody"><u><strong>Mutable objects : </strong></u><br />
	1)Mutable objects are objects whose state can change. <br />
	2)In Ruby, Mutability is a property of an instance. <br />
	3)Any instance can become immutable by calling the &quot;freeze&quot;. </span></p>
<p><u><strong>Immutable objects : </strong></u><br />
	1)Immutable objects are objects whose state never changes after creation.</p>
<p>2)Immutable objects are thread-safe(A piece of code is called as thread-safe ,if it functions correctly during simultaneous execution by multiple threads).</p>
<p><u><em>Freezing Objects: </em></u><br />
	1:The freeze method in class Object prevents you from changing an object, effectively turning an object into a constant. <br />
	2:After we freeze an object, an attempt to modify the freezed object, results in TypeError. <br />
	3: freeze operates on an object reference, not on a variable. <br />
	4:This means that any operation resulting in a new object.</p>
<p>Example: <br />
	str = &#39;A simple string. &#39; <br />
	str.freeze <br />
	begin <br />
	str &lt;&lt; &#39;An attempt to modify.&#39; <br />
	rescue =&gt; err <br />
	puts &quot;#{err.class} #{err}&quot; <br />
	end</p>
<p># The output is &#8211; TypeError can&#39;t modify frozen string</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fmutable-and-immutable-objects%2F&amp;title=Mutable%20and%20Immutable%20Objects" id="wpa2a_14"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/mutable-and-immutable-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showreel</title>
		<link>http://www.amityadav.name/showreel/</link>
		<comments>http://www.amityadav.name/showreel/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 16:18:19 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[showreel]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=796</guid>
		<description><![CDATA[Click &#38; drag your mouse in all directions to see the world like never before.]]></description>
			<content:encoded><![CDATA[<p>Click &amp; drag your mouse in all directions to see the world like never before.</p>
<p><object align="middle" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" height="380" id="yellowBird" width="630"><param name="movie" value="http://player.yb.nl/showcasev1/embed/YBPlayerLite.swf?c=showcase" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="normal" /><embed align="middle" allowfullscreen="true" allowscriptaccess="always" bgcolor="#000000" height="380" loop="false" name="yellowBird" play="true" pluginspage="http://www.adobe.com/go/getflashplayer" quality="high" src="http://player.yb.nl/showcasev1/embed/YBPlayerLite.swf?c=showcase" type="application/x-shockwave-flash" width="630" wmode="normal"></embed></object></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fshowreel%2F&amp;title=Showreel" id="wpa2a_16"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/showreel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome’s sandboxing technology</title>
		<link>http://www.amityadav.name/chrome%e2%80%99s-sandboxing-technology/</link>
		<comments>http://www.amityadav.name/chrome%e2%80%99s-sandboxing-technology/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 17:37:43 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[chrome]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=792</guid>
		<description><![CDATA[Chrome’s sandboxing technology]]></description>
			<content:encoded><![CDATA[<p><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/29e0CtgXZSI?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/29e0CtgXZSI?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/chrome%e2%80%99s-sandboxing-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Apps</title>
		<link>http://www.amityadav.name/android-apps/</link>
		<comments>http://www.amityadav.name/android-apps/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 07:55:30 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=788</guid>
		<description><![CDATA[Astrid: Astrid is a simple to-do manager into which you simply start typing, add context if you want to, then save. You can create advanced filters in Astrid, sync it to your Remember the Milk account for access on the web, and, most helpfully, Astrid is an extremely tenacious beast that won&#39;t stop reminding, beeping, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://weloveastrid.com/"><strong>Astrid</strong></a>:<br />
	Astrid is a simple to-do manager into which you simply start typing, add context if you want to, then save. You can create advanced filters in Astrid, sync it to your <a href="http://rememberthemilk.com">Remember the Milk</a> account for access on the web, and, most helpfully, Astrid is an extremely tenacious beast that won&#39;t stop reminding, beeping, and buzzing you until certain very important tasks are done</p>
<p><a href="http://evernote.com"><strong>Evernote</strong></a>:<br />
	Evernote&#39;s universal note app on Android is not as elegant, fast, or intuitive as Evernote on iPhone. But with the <a href="http://blog.evernote.com/2010/08/11/evernote-for-android-update/">latest update</a>, the app has gotten a lot more usable. There&#39;s a home screen widget for quickly searching out notes or recording new text, image, or audio notes. You can send any text, image, or audio on your phone to Evernote through the &quot;Share&quot; menu. And with offline caching and speed improvements, Evernote offers an impressive, seamless thoughts-into-notes experience.</p>
<p><a href="http://www.tripit.com/uhp/android"><strong>TripIt</strong></a>:<br />
	TripIt saves you from the print-outs, email searching, and airport panic sessions common to modern-day travel. Sign up for TripIt, forward your travel itineraries along (or have TripIt <a href="http://lifehacker.com/5610002/tripit-adds-automatic-itinerary-importing-from-your-gmail-inbox">automatically import them from Gmail</a>), and then you&#39;ve got a whole master travel plan on your phone&mdash;check-in links, flight information, weather and traffic stats for your destination, and so on. It&#39;s an essential for frequent fliers, hotel guests, and train travelers.</p>
<p><a href="http://www.facebook.com/apps/application.php?id=74769995908"><strong>Facebook for Android</strong></a>:<br />
	Until this past month, it was a shame how diminished the Facebook client looked in the shadow of its successful iPhone counterpart. But now Facebook&#39;s Android presence is capable, good-looking, and even offers a few of its own unique perks, like a pull-up notifications shade and a front-page scroll of recent photos from friends.</p>
<p><a href="http://voice.google.com"><strong>Google Voice</strong></a>:<br />
	Android&#39;s tight integration with Google Voice, the service that puts your voicemail, SMS, and phone management in the cloud, is one of its key selling points. After many revisions, Google&#39;s Voice app now makes calling or SMS messaging with a Voice number nearly indistinguishable from a standard call, and the voicemail transcriptions and playback are just another nice bonus of the Google halo.</p>
<p><a href="http:http://seesmic.com/seesmic_mobile/android/"><strong>Twitter for Android</strong></a>:<br />
	Honestly, we could have gone one of a few ways with this recommendation, but Twitter seems like the best app for the average Twitter user. Other apps, like <a href="http://seesmic.com/seesmic_mobile/android/">Seesmic</a> and <a href="http://twidroyd.com/">Twidroyd</a>, offer all kinds of nitpick options, like choosing between old-school &quot;RT&quot; and the official retweet methods and supporting multiple accounts. But if you like clean looks, smooth transitions, and just an easy way to update your status, the official app is the way to go.</p>
<p><a href="http://code.google.com/p/zxing/"><strong>Barcode Scanner</strong></a>:<br />
	Until the Market updates with Google&#39;s plans to provide over-the-air, instant browser-to-phone app installation, Android enthusiasts have taken to scanning quirky barcodes, or QR codes, to quickly install an application from a blog or print magazine recommendation. To grab those QRs, you need Barcode Scanner. It also offers some basic Google search functionality, but there are better shopping apps, one covered in this list in particular.</p>
<p>more to go&#8230;..</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fandroid-apps%2F&amp;title=Android%20Apps" id="wpa2a_18"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/android-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Analyzers for PHP</title>
		<link>http://www.amityadav.name/code-analyzers-for-php/</link>
		<comments>http://www.amityadav.name/code-analyzers-for-php/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 03:50:41 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[code analyzer]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=772</guid>
		<description><![CDATA[Code analyser functions:- Checks code for error Checks code for syntax&#160; Show linkages between various modules Detects code duplication Doxygen Doxygen can be configured to render nice inheritance graphs with graphviz. It can help you in three ways: It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in ) from [...]]]></description>
			<content:encoded><![CDATA[<p>Code analyser functions:-</p>
<ul>
<li>Checks code for error</li>
<li>Checks code for syntax&nbsp;</li>
<li>Show linkages between various modules</li>
<li>Detects code duplication</li>
</ul>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><a href="http://www.stack.nl/~dimitri/doxygen/" target="_blank"><span style="font-size: 12pt; text-decoration: none; text-underline: none">Doxygen</span></a><span style="font-size: 12pt; color: #333333"><o:p></o:p></span></h3>
</div>
<p>Doxygen can be configured to render nice inheritance graphs with graphviz. It can help you in three ways:</p>
<ul>
<li>It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in ) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code.</li>
<li>You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.</li>
</ul>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><span style="color: #afeeee"><a href="http://phpcallgraph.sourceforge.net/" target="_blank"><span style="font-size: 12pt; text-decoration: none; text-underline: none">PHPCallGraph</span></a></span><span style="font-size: 12pt; color: #333333; font-family: 'trebuchet ms','sans-serif'"><o:p></o:p></span></h3>
</div>
<p>phpCallGraph. is a tool to generate static call graphs for PHP source code. Such a graph visualizes the call dependencies among methods or functions of an application. Arrows represent calls from one method to another method. Classes are drawn as rectangles containing the respective methods. The graphs can be leveraged to gain a better understanding of large PHP applications or even to debunk design flaws in them.</p>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><span style="color: #afeeee"><a href="http://en.wikipedia.org/wiki/PMD_(software)#Copy.2FPaste_Detector_.28CPD.29" target="_blank"><span style="font-size: 12pt; text-decoration: none; text-underline: none">Copy/paste Detector(CPD)</span></a></span><span style="font-size: 12pt; color: #333333; font-family: 'trebuchet ms','sans-serif'"><o:p></o:p></span></h3>
</div>
<p>PMDs duplicate code detection for PHP code.&nbsp;</p>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><span style="color: #afeeee"><a href="http://en.wikipedia.org/wiki/Yasca" target="_blank"><span style="font-size: 12pt; text-decoration: none; text-underline: none">Yasca</span></a></span><span style="font-size: 12pt; color: #333333; font-family: 'trebuchet ms','sans-serif'"><o:p></o:p></span></h3>
</div>
<p>Yasca &mdash; Yet Another Source Code Analyzer, a plugin-based framework for scanning arbitrary file types, with plugins for scanning PHP and other file types. It integrates with other scanners, including FindBugs, JLint, PMD, and Pixy.</p>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><span style="color: #afeeee"><a href="http://en.wikipedia.org/wiki/DMS_Software_Reengineering_Toolkit" target="_blank"><span style="font-size: 12pt; text-decoration: none; text-underline: none">DMS</span></a></span><span style="font-size: 12pt; color: #333333; font-family: 'trebuchet ms','sans-serif'"><o:p></o:p></span></h3>
</div>
<p>DMS Software Reengineering Toolkit &mdash; Supports custom analysis of PHP&nbsp; and many other languages. Also COTS tools for clone analysis, dead code analysis, and style checking.</p>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><span style="color: #afeeee"><a href="http://en.wikipedia.org/wiki/Fortify_Software" target="_blank"><span style="font-size: 12pt; text-decoration: none; text-underline: none">Fortify</span></a></span><span style="font-size: 12pt; color: #333333; font-family: 'trebuchet ms','sans-serif'"><o:p></o:p></span></h3>
</div>
<p>Fortify &mdash; Helps developers identify software security vulnerabilities in PHP as well as configuration files.&nbsp;</p>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><span style="color: #afeeee"><a href="http://en.wikipedia.org/wiki/Syhunt"><span style="font-size: 12pt; text-decoration: none; text-underline: none" target="_blank">Syhunt Sandcat</span><span style="font-size: 12pt; text-decoration: none; text-underline: none"> </span></a><span style="font-size: 12pt"><span style="mso-spacerun: yes">&nbsp;</span></span></span><span style="font-size: 12pt; color: #333333; font-family: 'trebuchet ms','sans-serif'"><o:p></o:p></span></h3>
</div>
<p>Detects security flaws in PHP web applications</p>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><span style="color: #afeeee"><a href="http://en.wikipedia.org/wiki/Understand_(software)" target="_blank"><span style="font-size: 12pt; text-decoration: none; text-underline: none">Understand</span></a></span><span style="font-size: 12pt; color: #333333; font-family: 'trebuchet ms','sans-serif'"><o:p></o:p></span></h3>
</div>
<p>Analyzes PHP &mdash; reverse engineering of source, code navigation, and metrics tool.</p>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><span style="color: #afeeee"><a href="http://www.nwiresoftware.com/" target="_blank"><span style="font-size: 12pt; text-decoration: none; text-underline: none">nWire</span></a></span><span style="font-size: 12pt; color: #333333; font-family: 'trebuchet ms','sans-serif'"><o:p></o:p></span></h3>
</div>
<p>Visualize and understand the application components &amp; associations <br />
	Find way through the most complex code <br />
	Focus on coding, maximize your time&nbsp;</p>
<div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 0in; border-left: medium none; padding-top: 0in; border-bottom: #cccccc 1pt solid; mso-element: para-border-div; mso-border-bottom-alt: solid #cccccc .75pt">
<h3 style="margin: 12pt 0in 2.4pt"><span style="color: #afeeee"><a href="http://en.wikipedia.org/wiki/Veracode" target="_blank"><span style="font-size: 12pt; text-decoration: none; text-underline: none">Veracode</span></a></span><span style="font-size: 12pt; color: #333333; font-family: 'trebuchet ms','sans-serif'"><o:p></o:p></span></h3>
</div>
<p>Finds security flaws in application binaries and bytecode without requiring source.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fcode-analyzers-for-php%2F&amp;title=Code%20Analyzers%20for%20PHP" id="wpa2a_20"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/code-analyzers-for-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Zen of Python</title>
		<link>http://www.amityadav.name/the-zen-of-python/</link>
		<comments>http://www.amityadav.name/the-zen-of-python/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 04:10:22 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=770</guid>
		<description><![CDATA[&#160; &#160; &#160;&#160;&#160; Beautiful is better than ugly. &#160;&#160;&#160; Explicit is better than implicit. &#160;&#160;&#160; Simple is better than complex. &#160;&#160;&#160; Complex is better than complicated. &#160;&#160;&#160; Flat is better than nested. &#160;&#160;&#160; Sparse is better than dense. &#160;&#160;&#160; Readability counts. &#160;&#160;&#160; Special cases aren&#39;t special enough to break the rules. &#160;&#160;&#160; Although practicality beats [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&nbsp;</p>
<div><em>&nbsp;&nbsp;&nbsp; Beautiful is better than ugly.<br />
	&nbsp;&nbsp;&nbsp; Explicit is better than implicit.<br />
	&nbsp;&nbsp;&nbsp; Simple is better than complex.<br />
	&nbsp;&nbsp;&nbsp; Complex is better than complicated.<br />
	&nbsp;&nbsp;&nbsp; Flat is better than nested.<br />
	&nbsp;&nbsp;&nbsp; Sparse is better than dense.<br />
	&nbsp;&nbsp;&nbsp; Readability counts.<br />
	&nbsp;&nbsp;&nbsp; Special cases aren&#39;t special enough to break the rules.<br />
	&nbsp;&nbsp;&nbsp; Although practicality beats purity.<br />
	&nbsp;&nbsp;&nbsp; Errors should never pass silently.<br />
	&nbsp;&nbsp;&nbsp; Unless explicitly silenced.<br />
	&nbsp;&nbsp;&nbsp; In the face of ambiguity, refuse the temptation to guess.<br />
	&nbsp;&nbsp;&nbsp; There should be one&#8211; and preferably only one &#8211;obvious way to do it.<br />
	&nbsp;&nbsp;&nbsp; Although that way may not be obvious at first unless you&#39;re Dutch.<br />
	&nbsp;&nbsp;&nbsp; Now is better than never.<br />
	&nbsp;&nbsp;&nbsp; Although never is often better than *right* now.<br />
	&nbsp;&nbsp;&nbsp; If the implementation is hard to explain, it&#39;s a bad idea.<br />
	&nbsp;&nbsp;&nbsp; If the implementation is easy to explain, it may be a good idea.<br />
	&nbsp;&nbsp;&nbsp; Namespaces are one honking great idea &#8212; let&#39;s do more of those!</em></div>
<div>&nbsp;</div>
<p>&nbsp;</p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://eugenkiss.com/blog/2010/the-next-big-language/">The next big language</a> (eugenkiss.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=ecb0d41a-4e26-49cb-b509-3a8134a66b3a" style="border:none;float:right" /><span class="zem-script more-related pretty-attribution"><script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fthe-zen-of-python%2F&amp;title=The%20Zen%20of%20Python" id="wpa2a_22"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/the-zen-of-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a QR Code</title>
		<link>http://www.amityadav.name/763/</link>
		<comments>http://www.amityadav.name/763/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 07:04:34 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Barcode]]></category>
		<category><![CDATA[Data matrix (computer)]]></category>
		<category><![CDATA[Denso]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA[QR Code]]></category>
		<category><![CDATA[Quick response manufacturing]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Uniform Resource Locator]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=763</guid>
		<description><![CDATA[A QR Code is a matrix code (or two-dimensional bar code) created by Japanese corporation Denso-Wave in 1994. The &#8220;QR&#8221; is derived from &#8220;Quick Response&#8221;, as the creator intended the code to allow its contents to be decoded at high speed. A QR code can be a URL, simple text, SMS message, Phone Number or [...]]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="color: rgb(77, 75, 76); font-family: Arial; line-height: 16px; ">A QR Code is a <a class="zem_slink" href="http://en.wikipedia.org/wiki/Data_matrix_%28computer%29" rel="wikipedia" title="Data matrix (computer)">matrix code</a> (or two-dimensional <a class="zem_slink" href="http://en.wikipedia.org/wiki/Barcode" rel="wikipedia" title="Barcode">bar code</a>) created by Japanese corporation <a class="zem_slink" href="http://en.wikipedia.org/wiki/Denso" rel="wikipedia" title="Denso">Denso-Wave</a> in 1994. The &ldquo;QR&rdquo; is derived from &ldquo;<a class="zem_slink" href="http://en.wikipedia.org/wiki/Quick_response_manufacturing" rel="wikipedia" title="Quick response manufacturing">Quick Response</a>&rdquo;, as the creator intended the code to allow its contents to be decoded at high speed. A QR code can be a <a class="zem_slink" href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator" rel="wikipedia" title="Uniform Resource Locator">URL</a>, simple text, <a class="zem_slink" href="http://en.wikipedia.org/wiki/SMS" rel="wikipedia" title="SMS">SMS message</a>, <a class="zem_slink" href="http://en.wikipedia.org/wiki/Telephone_number" rel="wikipedia" title="Telephone number">Phone Number</a> or a <a class="zem_slink" href="http://en.wikipedia.org/wiki/Business_card" rel="wikipedia" title="Business card">Business card</a>. Many companies in <a class="zem_slink" href="http://en.wikipedia.org/wiki/Japan" rel="wikipedia" title="Japan">Japan</a> are using <a class="zem_slink" href="http://en.wikipedia.org/wiki/QR_Code" rel="wikipedia" title="QR Code">QR codes</a> in there advertisements so that the people can easily access further information via there mobiles devices. The use of the QR Code is free of any license. The QR Code is clearly defined and published as <a class="zem_slink" href="http://en.wikipedia.org/wiki/International_Organization_for_Standardization" rel="wikipedia" title="International Organization for Standardization">ISO standard</a>. QR Code can handle alphanumeric character, symbol, binary, and other kinds of codes. QR Code can hold up to 7,089 characters in a single symbol.</span></p>
<p>There are a lots of online QR code generator.<br />
	Here are QR codes for my website URL</p>
<p><img alt="QR code for my blog link" height="124" src="http://www.amityadav.name/wp-content/uploads/2010/10/QRcode-blog.png" width="124" /></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=c0b4666b-0881-476e-afb0-d62dbc56135b" style="border:none;float:right" /><script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2F763%2F&amp;title=What%20is%20a%20QR%20Code" id="wpa2a_24"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/763/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac skin for Twitter Client Twhirl</title>
		<link>http://www.amityadav.name/mac-skin-for-twitter-client-twhirl/</link>
		<comments>http://www.amityadav.name/mac-skin-for-twitter-client-twhirl/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 04:58:10 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[mac skin]]></category>
		<category><![CDATA[Twhirl]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=756</guid>
		<description><![CDATA[Mac skin for Twitter Client Twhirl]]></description>
			<content:encoded><![CDATA[<p>I was searching for a mac like skin for my Twitter client Twhirl. I was not able to get a good looking mac skin, so i decided to put some effort to create one for myself. Here it is. I have not given much time to work on it but will keep you posted once i am done with it.</p>
<p>Download the skin <a href="http://amityadav.name/amit.xml" target="_blank">here</a></p>
<p><img align="middle" alt="Mac Skin for Twhirl" height="1128" src="http://www.amityadav.name/wp-content/uploads/2010/10/mackTwhirl.png" width="361" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/mac-skin-for-twitter-client-twhirl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cebu Pacific FAs dancing</title>
		<link>http://www.amityadav.name/cebu-pacific-fas-dancing/</link>
		<comments>http://www.amityadav.name/cebu-pacific-fas-dancing/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 03:58:37 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=753</guid>
		<description><![CDATA[Just came across this funny but informative video. Very limited people listen to the Flight Attendants instructions, but this is an innovative way to attract people attention.]]></description>
			<content:encoded><![CDATA[<p>Just came across this funny but informative video. Very limited people listen to the Flight Attendants instructions, but this is an innovative way to attract people attention.</p>
<p style="text-align: center; "><object height="385" width="480"><param name="movie" value="http://www.youtube.com/v/Lqh8e2KYIrU?fs=1&amp;hl=en_US" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="385" src="http://www.youtube.com/v/Lqh8e2KYIrU?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" width="480"></embed></object></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fcebu-pacific-fas-dancing%2F&amp;title=Cebu%20Pacific%20FAs%20dancing" id="wpa2a_26"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/cebu-pacific-fas-dancing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP forAndroid.apk HOWTO install and test</title>
		<link>http://www.amityadav.name/php-forandroid-apk-howto-install-and-test/</link>
		<comments>http://www.amityadav.name/php-forandroid-apk-howto-install-and-test/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 04:21:32 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[andriod]]></category>
		<category><![CDATA[php for andriod]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=744</guid>
		<description><![CDATA[The video shows how to install PHP on Amdroid and start building your PHP apps for Android PHPforAndroid.apk HOWTO install and test from irontec on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>The video shows how to install PHP on Amdroid and start building your PHP apps for Android</p>
<p style="text-align: center;"><iframe frameborder="0" height="693" src="http://player.vimeo.com/video/13177370" width="400"></iframe></p>
<p style="text-align: center; "><a href="http://vimeo.com/13177370">PHPforAndroid.apk HOWTO install and test</a> from <a href="http://vimeo.com/irontec">irontec</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fphp-forandroid-apk-howto-install-and-test%2F&amp;title=PHP%20forAndroid.apk%20HOWTO%20install%20and%20test" id="wpa2a_28"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/php-forandroid-apk-howto-install-and-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celebrity Wax Museum Lonawala, Pune</title>
		<link>http://www.amityadav.name/celebrity-wax-museum-lonawala-pune/</link>
		<comments>http://www.amityadav.name/celebrity-wax-museum-lonawala-pune/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 19:27:23 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Arts and Entertainment]]></category>
		<category><![CDATA[celebrity wax museum]]></category>
		<category><![CDATA[Halloween costume]]></category>
		<category><![CDATA[Kerala]]></category>
		<category><![CDATA[Madame Tussauds]]></category>
		<category><![CDATA[Museum]]></category>
		<category><![CDATA[Soap and Candle Making]]></category>
		<category><![CDATA[wax museum]]></category>
		<category><![CDATA[Wax Sculpture]]></category>
		<category><![CDATA[Web Design and Development]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=738</guid>
		<description><![CDATA[&#160; Last weekend i got a chance to visit Lonawala &#38; Khandla, which are near Pune. While being there i got a chance to see a celebrity wax museum. The artistic wax images of the celebrity were looking like they are real, really i appreciate the hard work that Mr Sunil Kandalloor has put in. [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<div style="font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); ">
<div>Last weekend i got a chance to visit Lonawala &amp; Khandla, which are near Pune. While being there i got a chance to see a celebrity wax museum. The artistic wax images of the celebrity were looking like they are real, really i appreciate the hard work that Mr Sunil Kandalloor has put in. In 1999 he experimented to make wax models. His first Wax Sculpture was the bust size model of Lord Krishna. He opened his first Wax Museum in Kanyakumari on 24 Dec, 2005 and in the year 2008, one more Wax Museum named &quot;Wonder Wax&quot; was opened at Thekkady, Kerala.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p>	<center></p>
<div style="width: 600px; font-family: arial, sans-serif; font-size: 13px; ">
<div><embed flashvars="host=picasaweb.google.com&amp;captions=1&amp;hl=en_GB&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Famit.yadav19%2Falbumid%2F5522033924944914401%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_GB" height="400" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" type="application/x-shockwave-flash" width="550"></embed></div>
<p>			<span style="float: left; "><a href="http://picasaweb.google.com/amit.yadav19/CelebrityWaxMuseumLonawala?feat=flashalbum" style="color: rgb(57, 100, 194); ">View all</a></span></div>
<p>	</center>
</div>
<p>&nbsp;</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=f7346623-d55d-4290-a302-3086c042308a" style="border:none;float:right" /><script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fcelebrity-wax-museum-lonawala-pune%2F&amp;title=Celebrity%20Wax%20Museum%20Lonawala%2C%20Pune" id="wpa2a_30"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/celebrity-wax-museum-lonawala-pune/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Visit to Sikkim</title>
		<link>http://www.amityadav.name/visit-to-sikkim/</link>
		<comments>http://www.amityadav.name/visit-to-sikkim/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 08:21:00 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[sikkim]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=728</guid>
		<description><![CDATA[&#160; Sikkim (Lepcha: Mayel Lyang; Limbu: Yuksom, one of the fortified place;[1] Standard Tibetan:&#160;, bras ljongs; Denzong;[2] Demojongs; Nepali: सिक्किम (help&#183;info), i.e. the Goodly Region, or Shikim, Shikimpati or Sikkim of the English and Indians&#8230;[3]) is a landlocked Indian state nestled in the Himalayas. It is the least populous state in India and the second-smallest [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><b>Sikkim</b> (<a href="http://en.wikipedia.org/wiki/Lepcha_language" title="Lepcha language">Lepcha</a>: <b><span class="Unicode">Mayel Lyang</span></b>; <a href="http://en.wikipedia.org/wiki/Limbu_language" title="Limbu language">Limbu</a>: <span class="Unicode">Yuksom</span>, <i>one of the fortified place</i>;<sup class="reference" id="cite_ref-0"><a href="http://en.wikipedia.org/wiki/Sikkim#cite_note-0"><span>[</span>1<span>]</span></a></sup> <a href="http://en.wikipedia.org/wiki/Standard_Tibetan" title="Standard Tibetan">Standard Tibetan</a>:&nbsp;, bras ljongs; <i><b>Denzong</b></i>;<sup class="reference" id="cite_ref-Bell25_1-0"><a href="http://en.wikipedia.org/wiki/Sikkim#cite_note-Bell25-1"><span>[</span>2<span>]</span></a></sup> <i><b>Demojongs</b></i>; <a href="http://en.wikipedia.org/wiki/Nepali_language" title="Nepali language">Nepali</a>: <span class="unicode" style="white-space: nowrap;"><a href="http://en.wikipedia.org/wiki/File:Sikkim.ogg" title="About this sound"><img alt="About this sound" height="11" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png" width="11" /></a> <a class="internal" href="http://upload.wikimedia.org/wikipedia/commons/6/68/Lif-Sikkim.ogg" title="Sikkim.ogg">सिक्किम</a> <small class="metadata audiolinkinfo" style="cursor: help;">(<a href="http://en.wikipedia.org/wiki/Wikipedia:Media_help" title="Wikipedia:Media help"><span style="cursor: help;">help</span></a>&middot;<a href="http://en.wikipedia.org/wiki/File:Sikkim.ogg" title="File:Sikkim.ogg"><span style="cursor: help;">info</span></a>)</small></span>, <i>i.e.</i> the <i>Goodly Region</i>, or <i>Shikim</i>, <i>Shikimpati</i> or <i>Sikkim</i> of the English and Indians&hellip;<sup class="reference" id="cite_ref-2"><a href="http://en.wikipedia.org/wiki/Sikkim#cite_note-2"><span>[</span>3<span>]</span></a></sup>) is a <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Landlocked" title="Landlocked">landlocked</a> <a href="http://en.wikipedia.org/wiki/States_and_territories_of_India" title="States and territories of India">Indian state</a> nestled in the <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Himalaya" title="Himalaya">Himalayas</a>. It is the least populous state in India and the second-smallest state after <a href="http://en.wikipedia.org/wiki/Goa" title="Goa">Goa</a>.<sup class="reference" id="cite_ref-Census_3-0"><a href="http://en.wikipedia.org/wiki/Sikkim#cite_note-Census-3"><span>[</span>4<span>]</span></a></sup> This thumb-shaped state borders <a href="http://en.wikipedia.org/wiki/Nepal" title="Nepal">Nepal</a> in the west, the <a href="http://en.wikipedia.org/wiki/Tibet_Autonomous_Region" title="Tibet Autonomous Region">Tibet Autonomous Region</a> of the <a href="http://en.wikipedia.org/wiki/People%27s_Republic_of_China" title="People's Republic of China">People&#39;s Republic of China</a> to the north and the east and <a href="http://en.wikipedia.org/wiki/Bhutan" title="Bhutan">Bhutan</a> in the southeast. The Indian state of <a href="http://en.wikipedia.org/wiki/West_Bengal" title="West Bengal">West Bengal</a> borders Sikkim to its south.<sup class="reference" id="cite_ref-Physical_Feature_4-0"><a href="http://en.wikipedia.org/wiki/Sikkim#cite_note-Physical_Feature-4"><span>[</span>5<span>]</span></a></sup> Despite its small area of 7,096&nbsp;km<sup>2</sup> (2,740 sq&nbsp;mi), Sikkim is geographically diverse due to its location in the Himalayas. The climate ranges from <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Subtropical" title="Subtropical">subtropical</a> to high <a href="http://en.wikipedia.org/wiki/Alpine_climate" title="Alpine climate">alpine</a>. <a href="http://en.wikipedia.org/wiki/Kangchenjunga" title="Kangchenjunga">Kangchenjunga</a>, the world&#39;s third-highest peak, is located on the border of Sikkim with <a href="http://en.wikipedia.org/wiki/Nepal" title="Nepal">Nepal</a>.<sup class="reference" id="cite_ref-kang_5-0"><a href="http://en.wikipedia.org/wiki/Sikkim#cite_note-kang-5"><span>[</span>6<span>]</span></a></sup> Sikkim is a popular tourist destination owing to its culture, scenic beauty and biodiversity.</p>
<p>Legend has it that the Buddhist saint <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Guru_Rinpoche" title="Guru Rinpoche">Guru Rinpoche</a> visited Sikkim in the 9th century, introduced <a href="http://en.wikipedia.org/wiki/Buddhism" title="Buddhism">Buddhism</a> and foretold the era of the monarchy. Indeed, the Namgyal dynasty was established in 1642. Over the next 150 years, the kingdom witnessed frequent raids and territorial losses to Nepalese invaders. It allied itself with the <a href="http://en.wikipedia.org/wiki/British_Empire" title="British Empire">British</a> rulers of India but was soon annexed by them. Later, Sikkim became a British <a href="http://en.wikipedia.org/wiki/Protectorate" title="Protectorate">protectorate</a> and merged with India following a referendum in 1975.</p>
<p>Sikkim has 11 <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Official_languages_of_India" title="Official languages of India">official languages</a>: <a href="http://en.wikipedia.org/wiki/Nepali_language" title="Nepali language">Nepali</a> (<a href="http://en.wikipedia.org/wiki/Lingua_franca" title="Lingua franca">lingua franca</a>), <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Bhutia_language" title="Bhutia language">Bhutia</a>, <a href="http://en.wikipedia.org/wiki/Lepcha_language" title="Lepcha language">Lepcha</a> (since 1977), <a href="http://en.wikipedia.org/wiki/Limbu_language" title="Limbu language">Limbu</a> (since 1981), <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Newari_language" title="Newari language">Newari</a>, <a href="http://en.wikipedia.org/wiki/Rai_language" title="Rai language">Rai</a>, <a href="http://en.wikipedia.org/wiki/Gurung_language" title="Gurung language">Gurung</a>, <a class="new" href="http://en.wikipedia.org/w/index.php?title=Mangar_language&amp;action=edit&amp;redlink=1" title="Mangar language (page does not exist)">Mangar</a>, <a href="http://en.wikipedia.org/wiki/Sherpa_language" title="Sherpa language">Sherpa</a>, <a href="http://en.wikipedia.org/wiki/Tamang_language" title="Tamang language">Tamang</a> (since 1995) and <a href="http://en.wikipedia.org/wiki/Sunwar_language" title="Sunwar language">Sunwar</a> (since 1996).<sup class="reference" id="cite_ref-6"><a href="http://en.wikipedia.org/wiki/Sikkim#cite_note-6"><span>[</span>7<span>]</span></a></sup> <a href="http://en.wikipedia.org/wiki/English_language" title="English language">English</a> is taught at schools and used in government documents. It is the only state in India with an ethnic <a href="http://en.wikipedia.org/wiki/Demographics_of_Nepal" title="Demographics of Nepal">Nepalese</a> majority. The predominant religions are <a href="http://en.wikipedia.org/wiki/Hinduism" title="Hinduism">Hinduism</a> and <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Vajrayana_Buddhism" title="Vajrayana Buddhism">Vajrayana Buddhism</a>. <a href="http://en.wikipedia.org/wiki/Gangtok" title="Gangtok">Gangtok</a> is the <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Capital_%28political%29" title="Capital (political)">capital</a> and the largest town. Sikkim has a booming economy dependent on agriculture and tourism, and has the only <a href="http://en.wikipedia.org/wiki/Nathu_La" title="Nathu La">open border</a> between <a class="mw-redirect" href="http://en.wikipedia.org/wiki/Republic_of_India" title="Republic of India">India</a> and <a href="http://en.wikipedia.org/wiki/People%27s_Republic_of_China" title="People's Republic of China">China</a>.</p>
<p><center></p>
<div style="width:600px;font-family:arial,sans-serif;font-size:13px;">
<div style="text-align: center; "><embed flashvars="host=picasaweb.google.com&amp;captions=1&amp;hl=en_GB&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Famit.yadav19%2Falbumid%2F5308116213352403265%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_GB" height="400" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" type="application/x-shockwave-flash" width="550"></embed></div>
<p>		<span style="float:left;"><a href="http://picasaweb.google.com/amit.yadav19/Sikkim?feat=flashalbum" style="color:#3964c2">View all</a></span></div>
<p></center></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fvisit-to-sikkim%2F&amp;title=Visit%20to%20Sikkim" id="wpa2a_32"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/visit-to-sikkim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://en.wikipedia.org/wiki/File:Sikkim.ogg" length="42925" type="audio/ogg" />
<enclosure url="http://upload.wikimedia.org/wikipedia/commons/6/68/Lif-Sikkim.ogg" length="19256" type="audio/ogg" />
		</item>
		<item>
		<title>My GlobalLogic Days</title>
		<link>http://www.amityadav.name/my-globallogic-days/</link>
		<comments>http://www.amityadav.name/my-globallogic-days/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 08:14:41 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=725</guid>
		<description><![CDATA[View all]]></description>
			<content:encoded><![CDATA[<p><center></p>
<div style="width:600px;font-family:arial,sans-serif;font-size:13px;">
<div><embed flashvars="host=picasaweb.google.com&amp;captions=1&amp;hl=en_GB&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Famit.yadav19%2Falbumid%2F5379847862740288881%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_GB" height="400" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" type="application/x-shockwave-flash" width="550"></embed></div>
<p>		<span style="float:left;"><a href="http://picasaweb.google.com/amit.yadav19/DineshFarewellParty?feat=flashalbum" style="color:#3964c2">View all</a></span></div>
<p></center></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fmy-globallogic-days%2F&amp;title=My%20GlobalLogic%20Days" id="wpa2a_34"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/my-globallogic-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Namazu with PHP5 on Linux</title>
		<link>http://www.amityadav.name/namazu-with-php5-on-linux/</link>
		<comments>http://www.amityadav.name/namazu-with-php5-on-linux/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 06:31:36 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Common Gateway Interface]]></category>
		<category><![CDATA[FAQs  Help  and Tutorials]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.amityadav.name/?p=713</guid>
		<description><![CDATA[Namazu is a full-text search engine intended for easy use is what the namazu site tells its users. I have already worked on namazu and it worked amazingly fast. Recently i started working on a project having tens &#38; thousands of records and it was cumbersome for MySQL to work efficiently under that much load. [...]]]></description>
			<content:encoded><![CDATA[<p>Namazu is a <a class="zem_slink" href="http://en.wikipedia.org/wiki/Full_text_search" rel="wikipedia" title="Full text search">full-text</a> <a class="zem_slink" href="http://en.wikipedia.org/wiki/Web_search_engine" rel="wikipedia" title="Web search engine">search engine</a> intended for easy use is what the <a href="http://www.namazu.org/" target="_blank">namazu </a>site tells its users. I have already worked on <a href="http://www.namazu.org/" target="_blank">namazu </a>and it worked amazingly fast. Recently i started working on a project having tens &amp; thousands of records and it was cumbersome for <a class="zem_slink" href="http://www.mysql.com" rel="homepage" title="MySQL">MySQL</a> to work efficiently under that much load. I decided to use namazu for that but unfortunately i was working on a <a class="zem_slink" href="http://www.microsoft.com/WINDOWS" rel="homepage" title="Windows">windows</a> based platform and its very difficult to configure PHP5 with namazu on windows. I was able to install namazu easily on windows. One can use the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Common_Gateway_Interface" rel="wikipedia" title="Common Gateway Interface">CGI</a> mode to use <a href="http://www.namazu.org/" target="_blank">namazu </a>on windows but installing namazu as a <a class="zem_slink" href="http://www.php.net/" rel="homepage" title="PHP">PHP</a> extension is difficult at least for me at this time.</p>
<p>But i was able to install namazu on LINUX and was also able to install namazu as a PHP extension on LINUX. While stumbling though site searching for installing namazu with PHP5 i got&nbsp;<a href="http://www.koderz.org/index.php?id=438" target="_blank">this&nbsp;</a>link which describes how one can install namazu on LINUX and its PHP extension also.</p>
<p>I will keep on searching how to get namazu as a PHP extension, meanwhile you can use <a href="http://www.koderz.org/index.php?id=438" target="_blank">this </a>link to get namazu working on LINUX.</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><img alt="" class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=7fd4f451-2156-47f4-b259-eb29cc05a06d" style="border:none;float:right" /><script defer="defer" src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.amityadav.name%2Fnamazu-with-php5-on-linux%2F&amp;title=Namazu%20with%20PHP5%20on%20Linux" id="wpa2a_36"><img src="http://www.amityadav.name/wp-content/plugins/add-to-any/share_save_171_16.gif" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.amityadav.name/namazu-with-php5-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.370 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-05 11:36:32 -->

