<?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>Dreams of Thought &#187; code</title>
	<atom:link href="http://gingerjoos.com/blog/category/code/feed" rel="self" type="application/rss+xml" />
	<link>http://gingerjoos.com/blog</link>
	<description>Are dreams thoughts... or are thoughts dreams..</description>
	<lastBuildDate>Sat, 19 May 2012 02:51:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to solve the &#8220;local edit, incoming delete upon update&#8221; issue in SVN</title>
		<link>http://gingerjoos.com/blog/code/how-to-solve-the-local-edit-incoming-delete-upon-update-issue-in-svn</link>
		<comments>http://gingerjoos.com/blog/code/how-to-solve-the-local-edit-incoming-delete-upon-update-issue-in-svn#comments</comments>
		<pubDate>Thu, 11 Aug 2011 09:16:37 +0000</pubDate>
		<dc:creator>Anirudh</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=448</guid>
		<description><![CDATA[When I removed a file from svn it caused me lot of problems. This particular file was in CamelCase and I needed to replace it with a file in lower case. I svn deleted the CamelCase file and committed a copy of the lower case file. All this happened in a windows system. When I [...]
Related posts:<ol>
<li><a href='http://gingerjoos.com/blog/code/how-to-update-a-field-in-a-table-with-a-field-from-another-table' rel='bookmark' title='How to update a field in a table with a field from another table'>How to update a field in a table with a field from another table</a></li>
</ol>]]></description>
		<wfw:commentRss>http://gingerjoos.com/blog/code/how-to-solve-the-local-edit-incoming-delete-upon-update-issue-in-svn/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLyog on Linux</title>
		<link>http://gingerjoos.com/blog/code/sqlyog-on-linux</link>
		<comments>http://gingerjoos.com/blog/code/sqlyog-on-linux#comments</comments>
		<pubDate>Sun, 16 Jan 2011 03:10:35 +0000</pubDate>
		<dc:creator>Anirudh</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqlyog]]></category>
		<category><![CDATA[sqlyog]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=385</guid>
		<description><![CDATA[Run SQLyog on Linux with WINE. You can download the sqlyog windows installer and just run it with WINE. SQLyog is my favourite GUI client. It is lightweight and powerful. I use the community edition which comes free. The paid versions of the app are awesome. I particularly miss the autocomplete feature. This feature autocompletes [...]
Related posts:<ol>
<li><a href='http://gingerjoos.com/blog/code/how-to-update-a-field-in-a-table-with-a-field-from-another-table' rel='bookmark' title='How to update a field in a table with a field from another table'>How to update a field in a table with a field from another table</a></li>
</ol>]]></description>
		<wfw:commentRss>http://gingerjoos.com/blog/code/sqlyog-on-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to update a field in a table with a field from another table</title>
		<link>http://gingerjoos.com/blog/code/how-to-update-a-field-in-a-table-with-a-field-from-another-table</link>
		<comments>http://gingerjoos.com/blog/code/how-to-update-a-field-in-a-table-with-a-field-from-another-table#comments</comments>
		<pubDate>Tue, 07 Dec 2010 09:45:44 +0000</pubDate>
		<dc:creator>Anirudh</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=376</guid>
		<description><![CDATA[I needed a table which gave the map between the URLs and nodes in drupal. I ended up creating a table like this : CREATE TABLE `nid_url_map` ( `nid` int(10) NOT NULL DEFAULT '0', `url` varchar(255) DEFAULT NULL, `type` varchar(32) DEFAULT NULL, PRIMARY KEY (`nid`)) ENGINE=InnoDB DEFAULT CHARSET=utf8To populate this table I used the url_alias table [...]
Related posts:<ol>
<li><a href='http://gingerjoos.com/blog/code/how-to-dump-or-export-all-the-table-definitions-in-a-mysql-database' rel='bookmark' title='How to dump or export all the table definitions in a MySQL database'>How to dump or export all the table definitions in a MySQL database</a></li>
<li><a href='http://gingerjoos.com/blog/code/drupal-code/gravatar-support-in-drupal' rel='bookmark' title='Gravatar support  in Drupal'>Gravatar support  in Drupal</a></li>
</ol>]]></description>
		<wfw:commentRss>http://gingerjoos.com/blog/code/how-to-update-a-field-in-a-table-with-a-field-from-another-table/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IRCTC disabled right click</title>
		<link>http://gingerjoos.com/blog/code/irctc-disabled-right-click</link>
		<comments>http://gingerjoos.com/blog/code/irctc-disabled-right-click#comments</comments>
		<pubDate>Wed, 09 Jun 2010 02:32:50 +0000</pubDate>
		<dc:creator>Anirudh</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[irctc]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=310</guid>
		<description><![CDATA[Many readers of my post on booking tatkal tickets with Firefox's autofill forms extension have reported that IRCTC has now disabled right clicks. Not only does this hamper saving the form, it is also very annoying. I've found a workaround for this. After you fill in the form do not directly go and right click [...]
Related posts:<ol>
<li><a href='http://gingerjoos.com/blog/misc/booking-tatkal-tickets-on-irctc-the-supercool-way' rel='bookmark' title='Booking tatkal tickets on IRCTC the supercool way'>Booking tatkal tickets on IRCTC the supercool way</a></li>
<li><a href='http://gingerjoos.com/blog/technology/user-agent-gtb-or-gtb5-is-the-google-toolbar' rel='bookmark' title='User agent GTB or GTB5 is the Google Toolbar'>User agent GTB or GTB5 is the Google Toolbar</a></li>
<li><a href='http://gingerjoos.com/blog/code/firebug-opens-automatically-for-all-pages' rel='bookmark' title='Firebug opens automatically for all pages'>Firebug opens automatically for all pages</a></li>
</ol>]]></description>
		<wfw:commentRss>http://gingerjoos.com/blog/code/irctc-disabled-right-click/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to programmatically create and log in drupal users</title>
		<link>http://gingerjoos.com/blog/code/drupal-code/how-to-programmatically-create-and-log-in-drupal-users</link>
		<comments>http://gingerjoos.com/blog/code/drupal-code/how-to-programmatically-create-and-log-in-drupal-users#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:09:35 +0000</pubDate>
		<dc:creator>Anirudh</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=275</guid>
		<description><![CDATA[Creating a new user is very easy in Drupal 6. Here&#8217;s how. &#60;p&#62;&#62;&#60;p&#62;$new_user = array(&#60;/p&#62;&#60;p&#62;&#039;name&#039; =&#62; $username,&#60;br /&#62; &#039;mail&#039; =&#62; $mail,&#60;br /&#62; &#039;pass&#039; =&#62; user_password(),&#60;br /&#62; &#039;status&#039; =&#62; 1,&#60;br /&#62; &#039;auth_MODULENAME&#039; =&#62; $username&#60;br /&#62;)&#60;/p&#62;&#60;p&#62;$user = user_save(NULL,$new_user)&#60;/p&#62;&#60;p&#62;// log the user in&#60;/p&#62;&#60;p&#62;$user = user_authenticate($new_user)&#60;/p&#62;&#60;p&#62; Now for the explanation. We create a $new_user array with values we want [...]
Related posts:<ol>
<li><a href='http://gingerjoos.com/blog/code/drupal-code/gravatar-support-in-drupal' rel='bookmark' title='Gravatar support  in Drupal'>Gravatar support  in Drupal</a></li>
<li><a href='http://gingerjoos.com/blog/code/how-to-dump-or-export-all-the-table-definitions-in-a-mysql-database' rel='bookmark' title='How to dump or export all the table definitions in a MySQL database'>How to dump or export all the table definitions in a MySQL database</a></li>
</ol>]]></description>
		<wfw:commentRss>http://gingerjoos.com/blog/code/drupal-code/how-to-programmatically-create-and-log-in-drupal-users/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to dump or export all the table definitions in a MySQL database</title>
		<link>http://gingerjoos.com/blog/code/how-to-dump-or-export-all-the-table-definitions-in-a-mysql-database</link>
		<comments>http://gingerjoos.com/blog/code/how-to-dump-or-export-all-the-table-definitions-in-a-mysql-database#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:11:20 +0000</pubDate>
		<dc:creator>Anirudh</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>

		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=264</guid>
		<description><![CDATA[So you have  a database with loads of tables. You want the table definitions of all of them. You don&#8217;t really need the data. mysqldump to the rescue! mysqldump -u USERNAME --password=PASSWORD --no-data --opt DB1 &#62; DUMPFILE That&#8217;s it! Easy as a pie The key here is the &#8211;no-data option. It dumps all the table [...]
Related posts:<ol>
<li><a href='http://gingerjoos.com/blog/code/how-to-update-a-field-in-a-table-with-a-field-from-another-table' rel='bookmark' title='How to update a field in a table with a field from another table'>How to update a field in a table with a field from another table</a></li>
<li><a href='http://gingerjoos.com/blog/code/drupal-code/how-to-programmatically-create-and-log-in-drupal-users' rel='bookmark' title='How to programmatically create and log in drupal users'>How to programmatically create and log in drupal users</a></li>
<li><a href='http://gingerjoos.com/blog/code/pirate-tweet' rel='bookmark' title='Pirate tweet'>Pirate tweet</a></li>
</ol>]]></description>
		<wfw:commentRss>http://gingerjoos.com/blog/code/how-to-dump-or-export-all-the-table-definitions-in-a-mysql-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug opens automatically for all pages</title>
		<link>http://gingerjoos.com/blog/code/firebug-opens-automatically-for-all-pages</link>
		<comments>http://gingerjoos.com/blog/code/firebug-opens-automatically-for-all-pages#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:31:55 +0000</pubDate>
		<dc:creator>Anirudh</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[firebug]]></category>

		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=245</guid>
		<description><![CDATA[Faced this bizzare issue today in Firefox. Firebug was opening automatically for all pages. Even on closing firebug, all I had to do was click on a new link in the same tab for it to appear again. This happened for all tabs. Turns out I had accidently turned on &#8220;On for all Web Pages&#8221; [...]
Related posts:<ol>
<li><a href='http://gingerjoos.com/blog/code/irctc-disabled-right-click' rel='bookmark' title='IRCTC disabled right click'>IRCTC disabled right click</a></li>
</ol>]]></description>
		<wfw:commentRss>http://gingerjoos.com/blog/code/firebug-opens-automatically-for-all-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravatar support  in Drupal</title>
		<link>http://gingerjoos.com/blog/code/drupal-code/gravatar-support-in-drupal</link>
		<comments>http://gingerjoos.com/blog/code/drupal-code/gravatar-support-in-drupal#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:52:12 +0000</pubDate>
		<dc:creator>Anirudh</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[gravatar]]></category>

		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=185</guid>
		<description><![CDATA[If you&#8217;ve been using WordPress you probably know about Gravatar. Gravatar is an abbreviation for &#8220;Globally Recognized Avatar&#8221;. It&#8217;s a service which provides an avatar across sites. While Gravatar support is built-in in WordPress, it requires an external module to be installed in Drupal. Recently I had to use the module in a Drupal 5 [...]
Related posts:<ol>
<li><a href='http://gingerjoos.com/blog/code/drupal-code/how-to-programmatically-create-and-log-in-drupal-users' rel='bookmark' title='How to programmatically create and log in drupal users'>How to programmatically create and log in drupal users</a></li>
</ol>]]></description>
		<wfw:commentRss>http://gingerjoos.com/blog/code/drupal-code/gravatar-support-in-drupal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pirate tweet</title>
		<link>http://gingerjoos.com/blog/code/pirate-tweet</link>
		<comments>http://gingerjoos.com/blog/code/pirate-tweet#comments</comments>
		<pubDate>Mon, 28 Sep 2009 07:11:56 +0000</pubDate>
		<dc:creator>Anirudh</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[International Talk Like a Pirate Day]]></category>
		<category><![CDATA[libcurl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pirate tweet]]></category>
		<category><![CDATA[piratespeak]]></category>
		<category><![CDATA[simplexml]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yql]]></category>

		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=153</guid>
		<description><![CDATA[September 19 is International Talk Like a Pirate Day.For this day, the Yahoo! Query Language (YQL) team announced on the YDN blog that they were bringing out a &#8220;pirate table&#8221;. This table would allow us to translate plain English to piratespeak using YQL. I had been meaning to play around with YQL a bit and [...]
Related posts:<ol>
<li><a href='http://gingerjoos.com/blog/technology/twitter-maintenance' rel='bookmark' title='Twitter maintenance'>Twitter maintenance</a></li>
</ol>]]></description>
		<wfw:commentRss>http://gingerjoos.com/blog/code/pirate-tweet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

