<?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, 16 May 2010 09:24:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 = &#34;Bit.ly Username&#34;; // Your [...]]]></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 `existing_column`;﻿
]]></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&#8217;t have it you can easily install it by this commands
Ubuntu &#8211; sudo apt-get install imagemagick
CentOs - yum install ImageMagick
ok if you installed it, you can use &#8220;mogrify&#8221; command to resize your images for example if [...]]]></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 tar [...]]]></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 export your data [...]]]></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&#8217;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 engines and [...]]]></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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
&#60;select&#62;
&#60;option value=&#34;  &#34;&#62;(Select Your Country)&#60;/option&#62;
&#60;option value=&#34;Afganistan&#34;&#62;Afghanistan&#60;/option&#62;
&#60;option value=&#34;Albania&#34;&#62;Albania&#60;/option&#62;
&#60;option value=&#34;Algeria&#34;&#62;Algeria&#60;/option&#62;
&#60;option value=&#34;American Samoa&#34;&#62;American Samoa&#60;/option&#62;
&#60;option value=&#34;Andorra&#34;&#62;Andorra&#60;/option&#62;
&#60;option value=&#34;Angola&#34;&#62;Angola&#60;/option&#62;
&#60;option value=&#34;Anguilla&#34;&#62;Anguilla&#60;/option&#62;
&#60;option value=&#34;Antigua &#38;amp; Barbuda&#34;&#62;Antigua &#38;amp; Barbuda&#60;/option&#62;
&#60;option value=&#34;Argentina&#34;&#62;Argentina&#60;/option&#62;
&#60;option value=&#34;Armenia&#34;&#62;Armenia&#60;/option&#62;
&#60;option value=&#34;Aruba&#34;&#62;Aruba&#60;/option&#62;
&#60;option value=&#34;Australia&#34;&#62;Australia&#60;/option&#62;
&#60;option value=&#34;Austria&#34;&#62;Austria&#60;/option&#62;
&#60;option value=&#34;Azerbaijan&#34;&#62;Azerbaijan&#60;/option&#62;
&#60;option value=&#34;Bahamas&#34;&#62;Bahamas&#60;/option&#62;
&#60;option value=&#34;Bahrain&#34;&#62;Bahrain&#60;/option&#62;
&#60;option value=&#34;Bangladesh&#34;&#62;Bangladesh&#60;/option&#62;
&#60;option value=&#34;Barbados&#34;&#62;Barbados&#60;/option&#62;
&#60;option value=&#34;Belarus&#34;&#62;Belarus&#60;/option&#62;
&#60;option value=&#34;Belgium&#34;&#62;Belgium&#60;/option&#62;
&#60;option value=&#34;Belize&#34;&#62;Belize&#60;/option&#62;
&#60;option value=&#34;Benin&#34;&#62;Benin&#60;/option&#62;
&#60;option value=&#34;Bermuda&#34;&#62;Bermuda&#60;/option&#62;
&#60;option value=&#34;Bhutan&#34;&#62;Bhutan&#60;/option&#62;
&#60;option [...]]]></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&#8217;t exist, it&#8217;ll be created, but if it exists, it&#8217;ll be overwritten:
$ cp file file2
There aren&#8217;t any undo commands in the Linux CLI, so accidentally overwriting an important file would probably make you pull your head [...]]]></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>
