<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web Collections</title>
	<atom:link href="http://scvinodkumar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://scvinodkumar.wordpress.com</link>
	<description>Php,javascript,ajax,etc</description>
	<lastBuildDate>Sun, 01 Jan 2012 04:35:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='scvinodkumar.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/43339ce9d8390a10c46f608df43f938e?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Web Collections</title>
		<link>http://scvinodkumar.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://scvinodkumar.wordpress.com/osd.xml" title="Web Collections" />
	<atom:link rel='hub' href='http://scvinodkumar.wordpress.com/?pushpress=hub'/>
		<item>
		<title>2011 in review</title>
		<link>http://scvinodkumar.wordpress.com/2012/01/01/2011-in-review/</link>
		<comments>http://scvinodkumar.wordpress.com/2012/01/01/2011-in-review/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 04:35:26 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[2011 review]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=445</guid>
		<description><![CDATA[The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here&#8217;s an excerpt: The concert hall at the Syndey Opera House holds 2,700 people. This blog was viewed about 20,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 7 sold-out performances for that many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=445&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2012/01/01/2011-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Managing Hierarchical Data in MySQL</title>
		<link>http://scvinodkumar.wordpress.com/2011/01/30/managing-hierarchical-data-in-mysql/</link>
		<comments>http://scvinodkumar.wordpress.com/2011/01/30/managing-hierarchical-data-in-mysql/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 17:35:17 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[hierarchal structure]]></category>
		<category><![CDATA[mysq]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=436</guid>
		<description><![CDATA[Introduction Most users at one time or another have dealt with hierarchical data in a SQL database and no doubt learned that the management of hierarchical data is not what a relational database is intended for. The tables of a relational database are not hierarchical (like XML), but are simply a flat list. Hierarchical data [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=436&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2011/01/30/managing-hierarchical-data-in-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable drupal modules using MySQL query</title>
		<link>http://scvinodkumar.wordpress.com/2011/01/12/disable-drupal-modules-using-mysql-query/</link>
		<comments>http://scvinodkumar.wordpress.com/2011/01/12/disable-drupal-modules-using-mysql-query/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 03:12:42 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[disable module]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=433</guid>
		<description><![CDATA[I am doing a project in drupal.  After enabling a module, my site is not loading and i can&#8217;t able to disable that module.  so i start searching Google and found this easy solution. May be it will be helpful for others who have similar problems. Connect to your mysql shell or phpmyadmin and then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=433&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2011/01/12/disable-drupal-modules-using-mysql-query/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>2010 in review</title>
		<link>http://scvinodkumar.wordpress.com/2011/01/02/2010-in-review/</link>
		<comments>http://scvinodkumar.wordpress.com/2011/01/02/2010-in-review/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 16:02:28 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=428</guid>
		<description><![CDATA[The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here&#8217;s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads This blog is on fire!. Crunchy numbers A helper monkey made this abstract painting, inspired by your stats. The average container ship can carry about 4,500 containers. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=428&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2011/01/02/2010-in-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/meter-healthy4.gif" medium="image">
			<media:title type="html">Healthy blog!</media:title>
		</media:content>

		<media:content url="http://s0.wp.com/i/annual-recap/abstract-stats-3.png" medium="image">
			<media:title type="html">Featured image</media:title>
		</media:content>
	</item>
		<item>
		<title>A list of possible modes for fopen() using mode</title>
		<link>http://scvinodkumar.wordpress.com/2010/05/18/a-list-of-possible-modes-for-fopen-using-mode/</link>
		<comments>http://scvinodkumar.wordpress.com/2010/05/18/a-list-of-possible-modes-for-fopen-using-mode/#comments</comments>
		<pubDate>Tue, 18 May 2010 11:56:52 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[modes]]></category>
		<category><![CDATA[modes in fopen]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=422</guid>
		<description><![CDATA[$file_handle = fopen(&#8220;test.txt&#8221;, &#8220;r&#8220;); Here&#8217;s a fuller list of things you can replace &#8220;r&#8221; with. Mode Meaning r Use this to read a file only. The pointer is set to the start of the file. r+ Use this to read and write to a file. The pointer is set to the start of the file. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=422&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2010/05/18/a-list-of-possible-modes-for-fopen-using-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Writing Better Web Page Titles</title>
		<link>http://scvinodkumar.wordpress.com/2010/04/28/writing-better-web-page-titles/</link>
		<comments>http://scvinodkumar.wordpress.com/2010/04/28/writing-better-web-page-titles/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 10:15:33 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[page title]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=416</guid>
		<description><![CDATA[One of the easiest things you can do to optimize a web page is to write a better title for it. Aside from writing great content, learning how to write better titles is the best thing you can do for your web page. I’ll start with the basics of a page title and then move [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=416&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2010/04/28/writing-better-web-page-titles/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Get the path to a Drupal module or theme</title>
		<link>http://scvinodkumar.wordpress.com/2010/04/24/get-the-path-to-a-drupal-module-or-theme/</link>
		<comments>http://scvinodkumar.wordpress.com/2010/04/24/get-the-path-to-a-drupal-module-or-theme/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 09:06:39 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=413</guid>
		<description><![CDATA[This is a very useful function in Drupal&#8217;s API that is hard to find searching online for file system paths to Drupal modules or themes or anything like that. So to get the path to a Drupal module or theme it&#8217;s as simple as: &#60;?php drupal_get_path('module', $module_name); ?&#62; or: &#60;?php drupal_get_path('theme', $theme_name); ?&#62; http://api.drupal.org/api/function/drupal_get_path/5 Filed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=413&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2010/04/24/get-the-path-to-a-drupal-module-or-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>History and evolution of PHP</title>
		<link>http://scvinodkumar.wordpress.com/2010/04/17/history-and-evolution-of-php/</link>
		<comments>http://scvinodkumar.wordpress.com/2010/04/17/history-and-evolution-of-php/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 05:44:07 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[evolution of php]]></category>
		<category><![CDATA[history of php]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=408</guid>
		<description><![CDATA[It was eight years ago, when Rasmus Lerdorf first started developing PHP/FI. He could not have imagined that his creation would eventually lead to the development of PHP as we know it today, which is being used by millions of people. The first version of &#8220;PHP/FI,&#8221; called Personal Homepage Tools/Form Interpreter, was a collection of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=408&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2010/04/17/history-and-evolution-of-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Difference between table and div tags</title>
		<link>http://scvinodkumar.wordpress.com/2010/03/23/difference-between-table-and-div-tags/</link>
		<comments>http://scvinodkumar.wordpress.com/2010/03/23/difference-between-table-and-div-tags/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 13:21:31 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[difference between table and div base]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=404</guid>
		<description><![CDATA[Tables are still quite acceptable for displaying layout elements that are in a tabular layout format, and in fact can be better than divs with such layout. However, divs are more flexible for the same reason &#8211; they do not restrict the layout to tabular format. Instead, a div is like a &#8220;floating box&#8221; that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=404&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2010/03/23/difference-between-table-and-div-tags/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
		<item>
		<title>Calculating Date difference using mysql functions</title>
		<link>http://scvinodkumar.wordpress.com/2010/03/20/calculating-date-difference-using-mysql-functions/</link>
		<comments>http://scvinodkumar.wordpress.com/2010/03/20/calculating-date-difference-using-mysql-functions/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 12:35:42 +0000</pubDate>
		<dc:creator>Chandra Sekar Vinod Kumar</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[datedff]]></category>
		<category><![CDATA[mysql compare dates]]></category>
		<category><![CDATA[to_days]]></category>

		<guid isPermaLink="false">http://scvinodkumar.wordpress.com/?p=399</guid>
		<description><![CDATA[Today i am going to share two functions with you, one is datediff() and another is to_days() functions. datediff(), accepts two parameters, both parameters can be either date or date_time. while comparing two dates, mysql takes only date parts for comparison, it will omit the time if the parameter is passed as date_time. For example, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=scvinodkumar.wordpress.com&amp;blog=4113160&amp;post=399&amp;subd=scvinodkumar&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://scvinodkumar.wordpress.com/2010/03/20/calculating-date-difference-using-mysql-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acf67e4b76c0559136d124d697213b27?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">scvinodkumar</media:title>
		</media:content>
	</item>
	</channel>
</rss>
