<?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>33dots &#187; General</title>
	<atom:link href="http://www.33dots.com/index.php/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://www.33dots.com</link>
	<description></description>
	<lastBuildDate>Wed, 12 Oct 2011 17:07:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a favicon for your website</title>
		<link>http://www.33dots.com/index.php/general/creating-a-favicon-for-your-website.html</link>
		<comments>http://www.33dots.com/index.php/general/creating-a-favicon-for-your-website.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 07:17:37 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bookmark icon]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[url icon]]></category>
		<category><![CDATA[website icon]]></category>

		<guid isPermaLink="false">http://www.33dots.com/?p=57</guid>
		<description><![CDATA[
You probably have noticed my website&#8217;s favicon[5dots] in the address bar. Here let me tell you how I created the favicon and also how it can be displayed for your website/webpage.
A favicon [website icon, URL icon, or bookmark icon] is a small image identifying a particular website. This is shown in the addressbar beside the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.33dots.com/blog/wp-content/uploads/2009/04/icon-32t.png"><img class="left" title="My website's favicon" src="http://www.33dots.com/blog/wp-content/uploads/2009/04/icon-32t.png" alt="My website's favicon" width="32" height="32" /></a></p>
<p>You probably have noticed my website&#8217;s favicon[5dots] in the address bar. Here let me tell you how I created the favicon and also how it can be displayed for your website/webpage.</p>
<p>A <a title="Wikipedia article on Favicon" href="http://en.wikipedia.org/wiki/Favicon" target="_blank">favicon </a>[website icon, URL icon, or bookmark icon] is a small image identifying a particular website. This is shown in the addressbar beside the URL of the website, in the bookmark list and also in the browser tab. MS Windows uses this to represent &#8216;Website shortcuts&#8217;.<br />
Favicon is nothing but an Icon (<em>.ico</em>) file of 32&#215;32 or 16&#215;16 pixels which is uploaded to the website. You can also use amimated GIF or PNG[not supported by IE] if you want.</p>
<p><strong>1. Creating our Image.</strong></p>
<ul>
<li>Start your favorite image editing program. I used Photoshop.</li>
<li>Create a new image with the size of 32&#215;32 pixels. In Photoshop go to <em>File &gt; New</em> and  Set the size here.</li>
<li>Draw the image that you want.</li>
<li>Save it into <em>.png</em> or <em>.jpg</em> or <em>.bmp</em> [I used .<em>png</em>]<br />
If your program supports saving to <em>.ico</em> files, do it and you can skip the next section.</li>
</ul>
<p><strong>2. Converting it to icon format</strong><br />
Here we will the favicon generator service of <a title="Favicon generator site" href="http://www.html-kit.com/favicon/" target="_blank">html-kit.com</a> to create the icon file. This online tool can generate the still and animated favicons from any image file we upload. The tool also has several option to customize the image like changing colors, adding borders, image stretch/crop. You can also give transparency to the background, which is really cool.</p>
<ul>
<li>Open your browser and go to <a title="Favicon generator site" href="http://www.html-kit.com/favicon/" target="_blank">www.html-kit.com/favicon/</a></li>
<li>Click <em>Browse </em>and choose the image you created to upload it and click <em>Generate</em>.</li>
<li>Click <em>Customize</em>. You can set transparency and other customizations here. Transparency can be added either to the background color or for the colors in the corner.</li>
<li>Once you are done, click <em>Instantly preview in the browser</em> to see your favicon in action in the very same browser tab and adressbar[assuming you are using a tabbed browser]. Now, if you see the animated icon and you want the still icon to be displayed, just remove the animated one by clicking the tiny x below the animated image on the left.</li>
<li>Download the <em>favicon.ico</em></li>
</ul>
<p><strong>3. Displaying the favicon in the browser</strong></p>
<ul>
<li> Upload the <em>favicon.ico</em> to the root directory of your webserver. Most browsers should pick your icon without doing anything more.</li>
<li> However, You could also add a <em>&lt;link&gt;</em> tag to each of your html document to specify which favicon to use. This is needed for certain browsers.</li>
<p>Add the line between the head tag a shown,</ul>
<pre>&lt;head&gt;
.......
&lt;link rel="shortcut icon" href="/favicon.ico"&gt;
.......
&lt;/head&gt;</pre>
<p>Done! Refresh your browser or bookmark the site to check.<br />
<span style="text-decoration: underline;">Note</span>: you may also need to clear cache and also restart your browser to see your icon in action.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.33dots.com/index.php/general/creating-a-favicon-for-your-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things to take care when starting a new personal blog/website</title>
		<link>http://www.33dots.com/index.php/general/things-to-take-care-when-starting-a-new-personal-blog-or-website.html</link>
		<comments>http://www.33dots.com/index.php/general/things-to-take-care-when-starting-a-new-personal-blog-or-website.html#comments</comments>
		<pubDate>Tue, 07 Apr 2009 06:14:52 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[good domain name]]></category>
		<category><![CDATA[good webhost]]></category>
		<category><![CDATA[new blog]]></category>
		<category><![CDATA[new website]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[traffic statistics]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.33dots.com/?p=52</guid>
		<description><![CDATA[I just setup my first blog/website. These are a some of the steps that I took in the process of creating this blog. This is not an exhaustive list, but only the areas that I touched.

1. Find a good domain name. If your main audience is from search engines, and if you do not have [...]]]></description>
			<content:encoded><![CDATA[<p>I just setup my first blog/website. These are a some of the steps that I took in the process of creating this blog. This is not an exhaustive list, but only the areas that I touched.<br />
<br />
<strong>1. </strong>Find a good domain name. If your main audience is from search engines, and if you do not have any country specific audience, the <em>.com .org </em>or <em>.net </em>will give you better search engine position. However, if your audience is mainly from your country then choose the extension of that country. [For example<strong>:</strong>  &nbsp;<em>.co.in</em> sites have prominence over others in <em>google.co.in</em>]<br />
The URL can have numbers, alphabets and &#8216;-&#8217;[hyphen]. Make it short, meaningful [not like mine <img src='http://www.33dots.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ] and simple.<br />
<br />
<strong>2.</strong> Find a good host. Look for decent bandwidth, diskspace, number of databases allowed, POP/SMTP email accounts, FTP support, control panel like cPanel etc. Do not go behind offers like unlimited diskspace/bandwidth etc. I just made that mistake and is paying for that. If you choose a Linux based host[like mine], make sure they support <em>.htaccess</em> files, and Apache <em>mod_rewrite</em>. These are required to create &#8216;<a title="Pretty links" href="http://codex.wordpress.org/Introduction_to_Blogging#Pretty_Permalinks" target="_blank">pretty links</a>&#8216;. If your host provides a demo account, try it out for sure.<br />
<br />
<strong>3.</strong> Choose a good Content Management software. I use <a title="Wordpress website" href="http://wordpress.org/ " target="_blank">Wordpress </a>for my blog and I highly recommend it. Wordpress is the best if you are thinking of a blog.<br />
<br />
<strong>4.</strong> Use an FTP client to upload/download all your data to/from the webserver. I Use <a title="Download Filezilla here" href="http://filezilla-project.org/download.php" target="_blank">Fillezilla</a>.<br />
<br />
<strong>5.</strong> Carefully choose a good set of passwords. It should be atleast 8 characters long and a mix of letters, alphabets and symbols. Use different passwords for ftp, email, database etc. Note it down in paper.<br />
<br />
<strong>6.</strong> Have a basic understanding of search engine optimization(SEO) before adding posts. These are simple things like providing a good title for all the pages, adding <em>meta description</em> and <em>meta keyword</em> tags for all the pages, providing <em>title </em>attribute for your links and adding <em>alt </em>tag for your images.<br />
<br />
<strong>7.</strong> Get some idea about traffic statistics tools. Your webserver may be providing one, but that may not be good. I use the stats analyzer of Wordpress. Some others include <a title="Google analytics site" href="http://www.google.com/analytics/" target="_blank">Google analytics</a>, <a title="Awstats site" href="http://awstats.sourceforge.net/" target="_blank">Awstats</a>, etc.<br />
<br />
<strong>8.</strong> Turn Off directory listing if your webserver supports it. If not, add a blank <em>index.html</em> page to all the directories which are listed.<br />
<br />
<strong>9.</strong> Think of a back up at least once in a week.<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.33dots.com/index.php/general/things-to-take-care-when-starting-a-new-personal-blog-or-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to 33dots.com</title>
		<link>http://www.33dots.com/index.php/general/welcome-to-33dots.html</link>
		<comments>http://www.33dots.com/index.php/general/welcome-to-33dots.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 17:35:01 +0000</pubDate>
		<dc:creator>tony</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[33dots]]></category>

		<guid isPermaLink="false">http://www.33dots.com/?p=39</guid>
		<description><![CDATA[Hi, welcome to 33dots.com. My name is Tony J Jose and I am a Computer Science student. I have a lot of interest in networking, security and system administration. I also do some web designing, and a bit of programming.
I believe in Free Software, Open source, standards based and accessible  development.
33dots.com is an attempt to [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, welcome to 33dots.com. My name is Tony J Jose and I am a Computer Science student. I have a lot of interest in networking, security and system administration. I also do some web designing, and a bit of programming.<br />
I believe in Free Software, Open source, standards based and accessible  development.</p>
<p>33dots.com is an attempt to share the few bits of my experience with others. Mostly I&#8217;ll be posting about the things that I work on and the system issues that I face. I hope that this may be useful to someone. It will also help me remember how, why and when i did a particular thing.</p>
<p>Thanks for reading. Have a nice time! <img src='http://www.33dots.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.33dots.com/index.php/general/welcome-to-33dots.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

