<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Web Masters Site</title>
	<link>http://www.webm.in</link>
	<description>All For Web Masters</description>
	<lastBuildDate>Sun, 10 Jan 2010 01:05:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Batch Image Resize on Linux</title>
		<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>
		<link>http://www.webm.in/2010/01/batch-image-resize-on-linux/</link>
			</item>
	<item>
		<title>How do I Compress a Whole Linux or UNIX Directory?</title>
		<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>
		<link>http://www.webm.in/2009/12/how-do-i-compress-a-whole-linux-or-unix-directory/</link>
			</item>
	<item>
		<title>MySQL Tutorial &#8211; Import or Export A Database</title>
		<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>
		<link>http://www.webm.in/2009/12/mysql-tutorial-import-or-export-a-database/</link>
			</item>
	<item>
		<title>Top 10 Most Popular Wordpress plugins</title>
		<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>
		<link>http://www.webm.in/2009/07/top-10-most-popular-wordpress-plugins/</link>
			</item>
	<item>
		<title>40 Free High Quality Hand-drawn Fonts</title>
		<description><![CDATA[
Unlike the serif font family, these hand drawn fonts looked less serious but they tend to give and convey strong human touch wherever they are applied. Hand-drawn fonts are hard to stand on it’s own, but they are utmost perfect for these following situations: 

Hand drawn websites
If you are inspired to give your new web [...]]]></description>
		<link>http://www.webm.in/2009/07/40-free-high-quality-hand-drawn-fonts/</link>
			</item>
	<item>
		<title>Domain Name Yahoo</title>
		<description><![CDATA[
Yahoo presenting domain name registration, for only 9.95$ which includes
*  24-hour phone and online support
* A starter web page
* Domain forwarding
* Domain locking
* Private domain registration
* Complete DNS management
This is very nice price! godaddy and most domain registers want additional price for Private domain registration and some of them wants additional price for DNS management [...]]]></description>
		<link>http://www.webm.in/2009/05/domain-name-yahoo/</link>
			</item>
	<item>
		<title>Country Drop Down List for Web Forms</title>
		<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>
		<link>http://www.webm.in/2009/03/country-drop-down-list-for-web-forms/</link>
			</item>
	<item>
		<title>WIP Web Iconset (49 icons)</title>
		<description><![CDATA[
License: For non-profit use ONLY. Commercial(e.g. for company website, application interface etc.) use is strictly forbidden.
Download
]]></description>
		<link>http://www.webm.in/2009/03/wip-web-iconset-49-icons/</link>
			</item>
	<item>
		<title>35 Basic Tutorials for Photoshop</title>
		<description><![CDATA[Adobe Photoshop is a very powerful and versatile image  editing/graphics creation application that is the industry standard in its category. Though Photoshop’s interface is intuitive enough for an absolute beginner to learn basic image editing tasks such as cropping and resizing, to be able to fully master and utilize all of its tools takes [...]]]></description>
		<link>http://www.webm.in/2009/03/35-basic-tutorials-for-photoshop/</link>
			</item>
	<item>
		<title>$100 Of Free Facebook Advertisement Credit</title>
		<description><![CDATA[You can get free $100 of advertisment credit at facbook, you must only join The Visa Business Network, and when you finish singup you&#8217;ll get confirmation email with coupon code, folow instuction and enjoy free 100$ of facebook credit.   
]]></description>
		<link>http://www.webm.in/2009/02/100-of-free-facebook-advertisement-credit/</link>
			</item>
</channel>
</rss>
