<?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>Web Masters Site &#187; gozames</title>
	<atom:link href="http://www.webm.in/author/gozames/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webm.in</link>
	<description>All For Web Masters</description>
	<lastBuildDate>Sun, 09 Oct 2011 16:21:36 +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>How to Automatically Create Bit.ly Links for Blog Posts</title>
		<link>http://www.webm.in/2010/05/how-to-automatically-create-bit-ly-links-for-blog-posts/</link>
		<comments>http://www.webm.in/2010/05/how-to-automatically-create-bit-ly-links-for-blog-posts/#comments</comments>
		<pubDate>Sun, 16 May 2010 09:22:00 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=264</guid>
		<description><![CDATA[URL Shortner services used to trim down your long urls to a short and easy to share links. This code will automatically generate Bit.ly short links for your blog posts for easy to share on Twitter and IMs. Open functions.php file of your theme and add the following code: function bitlyLink&#40;$url&#41; &#123; &#160; $username = [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2010/05/how-to-automatically-create-bit-ly-links-for-blog-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: How to add column to existing table</title>
		<link>http://www.webm.in/2010/03/mysql-how-to-add-column-to-existing-table/</link>
		<comments>http://www.webm.in/2010/03/mysql-how-to-add-column-to-existing-table/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 15:07:03 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=260</guid>
		<description><![CDATA[Definition: Add column is used to add an additional column to any given table. You must specify the column name, and type. It is written as alter table add column [new column name] Examples: ALTER TABLE `tablename_here` ADD `new_column_name` VARCHAR( 255 ) NOT NULL ; or ALTER TABLE `tablename_here` ADD `new_column_name` INT NOT NULL AFTER [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2010/03/mysql-how-to-add-column-to-existing-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Image Resize on Linux</title>
		<link>http://www.webm.in/2010/01/batch-image-resize-on-linux/</link>
		<comments>http://www.webm.in/2010/01/batch-image-resize-on-linux/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 01:05:32 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=258</guid>
		<description><![CDATA[You can easily resize any images in your directory or entry server with help of ImageMagick Libraries if you don't have it you can easily install it by this commands Ubuntu - sudo apt-get install imagemagick CentOs - yum install ImageMagick ok if you installed it, you can use "mogrify" command to resize your images [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2010/01/batch-image-resize-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I Compress a Whole Linux or UNIX Directory?</title>
		<link>http://www.webm.in/2009/12/how-do-i-compress-a-whole-linux-or-unix-directory/</link>
		<comments>http://www.webm.in/2009/12/how-do-i-compress-a-whole-linux-or-unix-directory/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:21:53 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=256</guid>
		<description><![CDATA[Q. How can I compress a whole directory under Linux / UNIX using a shell prompt? A. It is very easy to compress a Whole Linux/UNIX directory. It is useful to backup files, email all files, or even to send software you have created to friends. Technically, it is called as a compressed archive. GNU [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2009/12/how-do-i-compress-a-whole-linux-or-unix-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Tutorial &#8211; Import or Export A Database</title>
		<link>http://www.webm.in/2009/12/mysql-tutorial-import-or-export-a-database/</link>
		<comments>http://www.webm.in/2009/12/mysql-tutorial-import-or-export-a-database/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 23:16:43 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=254</guid>
		<description><![CDATA[This tutorial section deals with mysqldump which is a tool to import and export MySQL databases. It can be used to back up a database or to move database information from one server to another. 1. Export A MySQL Database This example shows you how to export a database. It is a good idea to [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2009/12/mysql-tutorial-import-or-export-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Most Popular WordPress plugins</title>
		<link>http://www.webm.in/2009/07/top-10-most-popular-wordpress-plugins/</link>
		<comments>http://www.webm.in/2009/07/top-10-most-popular-wordpress-plugins/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 21:10:28 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=239</guid>
		<description><![CDATA[A list of most popular wordpress plugins which are in internet today. Take a look 1# All in One SEO Pack Yap one of the most popular plugin for wordpress, that's because it is not enough to create blog second thing is to get traffic, this plugin will help you to get traffic from search [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2009/07/top-10-most-popular-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Country Drop Down List for Web Forms</title>
		<link>http://www.webm.in/2009/03/country-drop-down-list-for-web-forms/</link>
		<comments>http://www.webm.in/2009/03/country-drop-down-list-for-web-forms/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 23:13:20 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=201</guid>
		<description><![CDATA[Here is Country Drop Down List for Web Forms, you can use it for registration page or for something else. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2009/03/country-drop-down-list-for-web-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WIP Web Iconset (49 icons)</title>
		<link>http://www.webm.in/2009/03/wip-web-iconset-49-icons/</link>
		<comments>http://www.webm.in/2009/03/wip-web-iconset-49-icons/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 22:58:24 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=198</guid>
		<description><![CDATA[License: For non-profit use ONLY. Commercial(e.g. for company website, application interface etc.) use is strictly forbidden. Download]]></description>
		<wfw:commentRss>http://www.webm.in/2009/03/wip-web-iconset-49-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Copy Files In Linux</title>
		<link>http://www.webm.in/2009/02/how-to-copy-files-in-linux/</link>
		<comments>http://www.webm.in/2009/02/how-to-copy-files-in-linux/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 14:23:59 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Linux SA]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=187</guid>
		<description><![CDATA[To copy files, you use the cp command. The following will copy file to file2. Note that if file2 doesn't exist, it'll be created, but if it exists, it'll be overwritten: $ cp file file2 There aren't any undo commands in the Linux CLI, so accidentally overwriting an important file would probably make you pull [...]]]></description>
		<wfw:commentRss>http://www.webm.in/2009/02/how-to-copy-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla</title>
		<link>http://www.webm.in/2008/04/joomla/</link>
		<comments>http://www.webm.in/2008/04/joomla/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 23:29:45 +0000</pubDate>
		<dc:creator>gozames</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.webm.in/?p=55</guid>
		<description><![CDATA[Joomla! is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, and reliable. Download]]></description>
		<wfw:commentRss>http://www.webm.in/2008/04/joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

