<?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>CodingCereal</title>
	<atom:link href="http://www.codingcereal.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingcereal.com</link>
	<description>Your daily web habit</description>
	<lastBuildDate>Mon, 26 Dec 2011 08:04:44 +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>2012 Merry Christmas</title>
		<link>http://www.codingcereal.com/2011/12/2012-merry-christmas/</link>
		<comments>http://www.codingcereal.com/2011/12/2012-merry-christmas/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 07:58:26 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[Event]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=595</guid>
		<description><![CDATA[May you have the merriest christmas ever! Happy coding!]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/12/2012-merry-christmas/" text="2012 Merry Christmas" ></g:plusone></div>
<p> May you have the merriest christmas ever!</p>
<p><a href="http://www.codingcereal.com/wp-content/uploads/2011/12/images.jpg"><img class="alignnone size-full wp-image-598" title="images" src="http://www.codingcereal.com/wp-content/uploads/2011/12/images.jpg" alt="" width="219" height="230" /></a></p>
<p>Happy coding! <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/12/2012-merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>December 2011 Calendar Wallpaper</title>
		<link>http://www.codingcereal.com/2011/12/december-2011-calendar-wallpaper/</link>
		<comments>http://www.codingcereal.com/2011/12/december-2011-calendar-wallpaper/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 16:47:58 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[Wallpaper]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=589</guid>
		<description><![CDATA[Great user submitted wallpapers for December 2011]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/12/december-2011-calendar-wallpaper/" text="December 2011 Calendar Wallpaper" ></g:plusone></div>
<p> Great user submitted wallpapers for December 2011</p>
<h3></h3>
<h3>Who Ate All The Christmas Cookies???</h3>
<p><a href="http://www.codingcereal.com/wp-content/uploads/2011/12/christmas_cookies__64.png"><img class="alignnone size-medium wp-image-592" title="christmas_cookies__64" src="http://www.codingcereal.com/wp-content/uploads/2011/12/christmas_cookies__64-300x187.png" alt="" width="300" height="187" /></a></p>
<h3>Tongue Stuck On Lamppost</h3>
<p><a href="http://www.codingcereal.com/wp-content/uploads/2011/12/december-11-tongue_stuck_on_lamppost__20-calendar-1440x900.jpg"><img class="alignnone size-medium wp-image-590" title="Print" src="http://www.codingcereal.com/wp-content/uploads/2011/12/december-11-tongue_stuck_on_lamppost__20-calendar-1440x900-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p>more from <a href="http://www.smashingmagazine.com/2011/11/30/desktop-wallpaper-calendar-december-2011-christmas/" target="_blank">smashingmagazine.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/12/december-2011-calendar-wallpaper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Function for Hide Admin Bar</title>
		<link>http://www.codingcereal.com/2011/11/wordpress-function-for-hide-admin-bar/</link>
		<comments>http://www.codingcereal.com/2011/11/wordpress-function-for-hide-admin-bar/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 09:26:42 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=577</guid>
		<description><![CDATA[Hide the admin bar in your custom theme]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/11/wordpress-function-for-hide-admin-bar/" text="WordPress Function for Hide Admin Bar" ></g:plusone></div>
<p> Here is the simplest way to hide that wordpress admin bar from the top of your page.</p>
<p>Add the following code to your active theme <em>functions.php</em></p>
<pre class="brush: php; title: ; notranslate">&lt;?php show_admin_bar( false ); ?&gt;</pre>
<p>This is compatible with WordPress 3.1.0 and above. If you are still using versions lower than 3.1.0, you could check out my other post on other ways on <a href="http://www.codingcereal.com/2011/05/wordpress-hidedisable-admin-bar/"><em>how to hide the admin bar</em></a>.</p>
<p>HTH <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Reference: <a href="http://codex.wordpress.org/Function_Reference/show_admin_bar" target="_blank">Function Reference/show admin bar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/11/wordpress-function-for-hide-admin-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>November 2011 Calendar Wallpaper</title>
		<link>http://www.codingcereal.com/2011/11/november-2011-calendar-wallpaper/</link>
		<comments>http://www.codingcereal.com/2011/11/november-2011-calendar-wallpaper/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 11:46:01 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[Wallpaper]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=570</guid>
		<description><![CDATA[Check out some of the great calendar wallpapers from smashingmagazine.com]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/11/november-2011-calendar-wallpaper/" text="November 2011 Calendar Wallpaper" ></g:plusone></div>
<h3>November Romance</h3>
<p style="text-align: center;"><a href="http://www.codingcereal.com/wp-content/uploads/2011/11/november_love__94.jpg"><img class="size-medium wp-image-571 aligncenter" title="november_love__94" src="http://www.codingcereal.com/wp-content/uploads/2011/11/november_love__94-300x187.jpg" alt="" width="300" height="187" /></a></p>
<h3>Real Artists Ship</h3>
<p style="text-align: center;"><a href="http://www.codingcereal.com/wp-content/uploads/2011/11/realartistsship__39.jpg"><img class="size-medium wp-image-572 aligncenter" title="realartistsship__39" src="http://www.codingcereal.com/wp-content/uploads/2011/11/realartistsship__39-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p>More from <a href="http://www.smashingmagazine.com/2011/10/31/desktop-wallpaper-calendar-november-2011/" target="_blank">SmashingMagazine.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/11/november-2011-calendar-wallpaper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check If An Element Exists Using jQuery</title>
		<link>http://www.codingcereal.com/2011/11/check-if-an-element-exists-using-jquery/</link>
		<comments>http://www.codingcereal.com/2011/11/check-if-an-element-exists-using-jquery/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 17:14:09 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=558</guid>
		<description><![CDATA[How to check if an element object is existing using jQuery]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/11/check-if-an-element-exists-using-jquery/" text="Check If An Element Exists Using jQuery" ></g:plusone></div>
<p> Here are some examples on how to determine if an element is existing in your html page.</p>
<p><strong>jQuery selector sample:</strong></p>
<pre class="brush: plain; title: ; notranslate">

if ($(&quot;yourElementSelector&quot;).length) {

//your script here

}
</pre>
<p><strong>jQuery selector sample 2:</strong></p>
<pre class="brush: plain; title: ; notranslate">

if (jQuery(&quot;yourElementSelector&quot;).length) {

//your script here

}
</pre>
<pre class="brush: plain; title: ; notranslate">

if ($(&quot;.elementClassName&quot;).length) {

//your script here

}

if ($(&quot;#elementIdName&quot;).length) {

//your script here

}
</pre>
<p><strong>HTML tag selector sample:</strong></p>
<pre class="brush: plain; title: ; notranslate">

if ($(&quot;ul&quot;).length) {

//your script here

}

if ($(&quot;ul&quot;).length) {

//your script here

}
</pre>
<p>Check if element exists using plain javascript, select the element using its<strong> id=&#8221;"</strong> attribute</p>
<pre class="brush: plain; title: ; notranslate">

if (document.getElementById(&quot;elementId&quot;) != 'undefined') {

//your script here

}
</pre>
<p>Hope this will be useful to anyone <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/11/check-if-an-element-exists-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Array of 45 Video Mime Types</title>
		<link>http://www.codingcereal.com/2011/10/an-array-of-45-video-mime-types/</link>
		<comments>http://www.codingcereal.com/2011/10/an-array-of-45-video-mime-types/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 12:02:59 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=552</guid>
		<description><![CDATA[Looking for a list of valid video mime types?]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/10/an-array-of-45-video-mime-types/" text="An Array of 45 Video Mime Types" ></g:plusone></div>
<p> Looking for a list of valid video mime types? Here is a quick list that i&#8217;ve gathered so far.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
    $video_mime_types = array(
        'application/annodex',
        'application/mp4',
        'application/ogg',
        'application/vnd.rn-realmedia',
        'application/x-matroska',
        'video/3gpp',
        'video/3gpp2',
        'video/annodex',
        'video/divx',
        'video/flv',
        'video/h264',
        'video/mp4',
        'video/mp4v-es',
        'video/mpeg',
        'video/mpeg-2',
        'video/mpeg4',
        'video/ogg',
        'video/ogm',
        'video/quicktime',
        'video/ty',
        'video/vdo',
        'video/vivo',
        'video/vnd.rn-realvideo',
        'video/vnd.vivo',
        'video/webm',
        'video/x-bin',
        'video/x-cdg',
        'video/x-divx',
        'video/x-dv',
        'video/x-flv',
        'video/x-la-asf',
        'video/x-m4v',
        'video/x-matroska',
        'video/x-motion-jpeg',
        'video/x-ms-asf',
        'video/x-ms-dvr',
        'video/x-ms-wm',
        'video/x-ms-wmv',
        'video/x-msvideo',
        'video/x-sgi-movie',
        'video/x-tivo',
        'video/avi',
        'video/x-ms-asx',
        'video/x-ms-wvx',
        'video/x-ms-wmx',
    );
?&gt;
</pre>
<p><br/><br />
If you feel or think that I missed some, don&#8217;t hesitate to share it in the comment box below.</p>
<p>Enjoy <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/10/an-array-of-45-video-mime-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Update: Installed Google +1</title>
		<link>http://www.codingcereal.com/2011/07/site-update-installed-google-1/</link>
		<comments>http://www.codingcereal.com/2011/07/site-update-installed-google-1/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 16:03:51 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[Message Board]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=527</guid>
		<description><![CDATA[Socializing Google search results.]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/07/site-update-installed-google-1/" text="Site Update: Installed Google +1" ></g:plusone></div>
<p style="text-align: center;"><a rel="attachment wp-att-528" href="http://www.codingcereal.com/2011/07/site-update-installed-google-1/plus-1-image/"><img class="size-full wp-image-528   aligncenter" title="plus-1-image" src="http://www.codingcereal.com/wp-content/uploads/2011/07/plus-1-image.png" alt="" width="200" height="200" /></a></p>
<h3>What is <strong>Google +1</strong>?</h3>
<p>It&#8217;s Google&#8217;s version of Facebook like or recommend buttons.</p>
<p>You could easily recommend articles or posts straight away from Google search result.</p>
<p>Try searching &#8220;<em>jQuery parse json</em>&#8221;</p>
<p><a href="http://www.codingcereal.com/wp-content/uploads/2011/07/parse-json.jpg" target="_blank"><img class="size-medium wp-image-529   alignnone" title="Search jQuery parse json" src="http://www.codingcereal.com/wp-content/uploads/2011/07/parse-json-300x209.jpg" alt="" width="300" height="209" /></a></p>
<p>Your readers could also recommend your posts to Google by clicking the <strong>+1 button </strong>like the one at the bottom of this post<strong>.</strong></p>
<p>Cool, eh?</p>
<p> <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Read more about <a href="http://www.google.com/+1/button/" target="_blank">Google +1</a></p>
<p>I&#8217;m using Pleer&#8217;s <a href="http://pleer.co.uk/wordpress/plugins/google-1-button/">Google +1 Button</a> (<a href="http://wordpress.org/extend/plugins/google-1/">WordPress Plugin Page</a>)</p>
<p>Care to recommend this post? <em>Click +1 below</em> <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  thanks!</p>
<p><em>Must have Google+1 account though</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/07/site-update-installed-google-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Hide/Disable Admin Bar</title>
		<link>http://www.codingcereal.com/2011/05/wordpress-hidedisable-admin-bar/</link>
		<comments>http://www.codingcereal.com/2011/05/wordpress-hidedisable-admin-bar/#comments</comments>
		<pubDate>Wed, 18 May 2011 20:19:04 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Development]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=491</guid>
		<description><![CDATA[Two ways to hide your wordpress admin bar.]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/05/wordpress-hidedisable-admin-bar/" text="WordPress Hide/Disable Admin Bar" ></g:plusone></div>
<p> Here are two ways to hide that admin bar on top of your wordpress site.</p>
<h3>Permanently Remove Admin Bar</h3>
<p>In this method, I am assuming that you already know how to create wordpress themes or even has at least a little idea where to look for your <em>functions.php</em> file.</p>
<p>In your active theme folder, modify your <em>functions.php</em> and add the following wordpress filter script.</p>
<pre class="brush: php; title: ; notranslate">add_filter( 'show_admin_bar', '__return_false' );</pre>
<p><strong>Note:</strong> <em>Backup your file before doing any modification.</em></p>
<h3>Hide Admin Bar Per User Profile</h3>
<p>For wordpress sites where the owner wants to display the admin bar, individual users can hide the admin bar through their profile settings.</p>
<p>Go to &gt; <strong>Users </strong>&gt; <strong>Your profile </strong></p>
<p>In the &#8220;<em>Show Admin Bar</em>&#8220;, uncheck the checkbox besides &#8220;<em>when viewing site</em>&#8221; like shown in the image below.</p>
<p>Save your profile.</p>
<p><img class="alignnone size-full wp-image-500" title="remove-admin-bar2" src="http://www.codingcereal.com/wp-content/uploads/2011/05/remove-admin-bar21.jpg" alt="" width="560" height="427" /></p>
<p>And that&#8217;s how you hide the <em>WordPress Admin Bar</em>.</p>
<p>Hope this helps. <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/05/wordpress-hidedisable-admin-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting-up Multiple Subdomains in Your Localhost Using XAMPP</title>
		<link>http://www.codingcereal.com/2011/05/setting-up-multiple-subdomains-in-your-localhost-using-xampp/</link>
		<comments>http://www.codingcereal.com/2011/05/setting-up-multiple-subdomains-in-your-localhost-using-xampp/#comments</comments>
		<pubDate>Sat, 07 May 2011 23:13:41 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Localhost]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=477</guid>
		<description><![CDATA[Learn how to setup multiple subdomains in your localhost using XAMPP]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/05/setting-up-multiple-subdomains-in-your-localhost-using-xampp/" text="Setting-up Multiple Subdomains in Your Localhost Using XAMPP" ></g:plusone></div>
<p> Here is a quick guide on how to create multiple subdomain in your localhost using XAMPP.</p>
<h3>Let&#8217;s Begin</h3>
<p>Open your XAMPP control panel and click explore. This will take you to your XAMPP installation directory.</p>
<p><img class="alignnone size-full wp-image-480" title="post_477_1" src="http://www.codingcereal.com/wp-content/uploads/2011/05/post_477_1.jpg" alt="" width="446" height="382" /></p>
<p>Now go to Apache &gt; Conf &gt; Extra then locate and open <em>&#8216;httpd-vhosts.conf&#8217; </em>file. <strong>NOTE: Create a backup of the file before editing.</strong></p>
<p><strong><img title="post_477_2" src="http://www.codingcereal.com/wp-content/uploads/2011/05/post_477_2.jpg" alt="" width="660" height="289" /></strong></p>
<p>I use <em>notedpad++</em> as my editting software.</p>
<p>Around the last lines of the file add the highlighted text as shown in the image below.</p>
<p><img title="post_477_3" src="http://www.codingcereal.com/wp-content/uploads/2011/05/post_477_3.jpg" alt="" width="542" height="545" /></p>
<h3>What is happening?</h3>
<pre class="brush: php; title: ; notranslate">NameVirtualHost *:80</pre>
<p>This tells our apache to allow multiple hosts in our localhost.</p>
<pre class="brush: php; title: ; notranslate">
&lt;VirtualHost *:80&gt;
DocumentRoot &quot;E:/SERVER-XAMPP/xampp/htdocs&quot;
ServerName localhost
&lt;/VirtualHost&gt;
</pre>
<p>This tells our apache the folder path for our default <em>http://localhost</em></p>
<pre class="brush: php; title: ; notranslate">
&lt;VirtualHost *:80&gt;
DocumentRoot &quot;E:/SERVER-XAMPP/xampp/htdocs/subdomain&quot;
ServerName subdomain.localhost.com
&lt;/VirtualHost&gt;
</pre>
<p>This tells our apache the folder path for our new subdomain <em>http://subdomain.localhost.com</em></p>
<p>To create another folder directory for another subdomain, simply replicate the above code block like:</p>
<pre class="brush: php; title: ; notranslate">
&lt;VirtualHost *:80&gt;
DocumentRoot &quot;E:/SERVER-XAMPP/xampp/htdocs/another-subdomain&quot;
ServerName another-subdomain.localhost.com
&lt;/VirtualHost&gt;
</pre>
<p>or</p>
<pre class="brush: php; title: ; notranslate">
&lt;VirtualHost *:80&gt;
DocumentRoot &quot;E:/SERVER-XAMPP/xampp/htdocs/my-subdomain&quot;
ServerName my-subdomain.localhost.com
&lt;/VirtualHost&gt;
</pre>
<p>Next, Go to C:\WINDOWS\system32\drivers\etc then locate <em>&#8216;hosts&#8217;</em> file.  <strong>NOTE: Create a backup of the file before editing.</strong></p>
<p><strong><img class="alignnone size-full wp-image-485" title="post_477_4" src="http://www.codingcereal.com/wp-content/uploads/2011/05/post_477_41.jpg" alt="" width="499" height="395" /></strong></p>
<p>On the last line, add the highlighted text in the image below.</p>
<p><img class="alignnone size-full wp-image-486" title="post_477_5" src="http://www.codingcereal.com/wp-content/uploads/2011/05/post_477_5.jpg" alt="" width="552" height="360" /></p>
<h3>What is happening?</h3>
<pre class="brush: php; title: ; notranslate">127.0.0.1 subdomain.localhost.com</pre>
<p>This file would tell our Windows OS to recognize our newly defined localhost domain which is <em>http://subdomain.localhost.com</em></p>
<p>To add new subdomains, just add replicate line 21 like:</p>
<pre class="brush: php; title: ; notranslate">127.0.0.1 another-subdomain.localhost.com</pre>
<p>or</p>
<pre class="brush: php; title: ; notranslate">127.0.0.1 my-subdomain.localhost.com</pre>
<p>Now, go back to your XAMPP control panel and restart apache by clicking the designated stop button then afterwards the start button.</p>
<p>Go to your browser and type in the address bar : <em>http://subdomain.localhost.com</em></p>
<p>That should be working perfectly <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Happy coding! <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/05/setting-up-multiple-subdomains-in-your-localhost-using-xampp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simple Web 2.0 Button Using AS Button Generator</title>
		<link>http://www.codingcereal.com/2011/05/simple-web-2-0-button-using-as-button-generator/</link>
		<comments>http://www.codingcereal.com/2011/05/simple-web-2-0-button-using-as-button-generator/#comments</comments>
		<pubDate>Wed, 04 May 2011 20:42:04 +0000</pubDate>
		<dc:creator>Jhoy Imperial</dc:creator>
				<category><![CDATA[Stumbled Site]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web Resources]]></category>
		<category><![CDATA[button generator]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.codingcereal.com/?p=469</guid>
		<description><![CDATA[Create gorgeous web 2.0 buttons for your website in an instant]]></description>
			<content:encoded><![CDATA[<div style="float: right;" ><g:plusone  position="prepend" size="tall" count="true" href="http://www.codingcereal.com/2011/05/simple-web-2-0-button-using-as-button-generator/" text="Simple Web 2.0 Button Using AS Button Generator" ></g:plusone></div>
<p> <a href="http://jirox.net/AsButtonGen/" target="_blank"><img class="aligncenter size-full wp-image-471" title="AS Button Generator ScreenShot" src="http://www.codingcereal.com/wp-content/uploads/2011/05/as-button-generator.jpg" alt="" width="650" height="451" /></a></p>
<p>I sometimes find it difficult creating glossy buttons for my website menus. Luckily, I&#8217;ve stumbled on &#8220;<a href="http://jirox.net/AsButtonGen/" target="_blank">AS Button Generator</a>&#8220;.</p>
<p>The site has a Flex-based button generator that gives you various options for designing your buttons.</p>
<p>I like that it has 5 different gradation type and stripes setting for the generator. You can control the roundness of the corners and thickness of borders. The generator also has filter options like bevel and drop-down shadow. You could also upload your own images and set them as your button&#8217;s background image.</p>
<p>Although, the textboxes for the width and height is sometimes annoying, I think you&#8217;ll get use to them. In my case I prefer entering the exact size for my width and height instead of using the scrollers.</p>
<p>After tweaking the generator for your own button design, you could click &#8220;Save&#8221; and save the button in either jpg, gif or png format.</p>
<p>Enjoy <img src='http://www.codingcereal.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.codingcereal.com/2011/05/simple-web-2-0-button-using-as-button-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

