<?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>MyGeekPal &#187; Web Development</title>
	<atom:link href="http://www.mygeekpal.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygeekpal.com</link>
	<description>Techy tips and recipes  from your geek pal</description>
	<lastBuildDate>Fri, 27 Jan 2012 18:10:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to code HTML faster using Notepad++</title>
		<link>http://www.mygeekpal.com/how-to-code-html-faster-using-notepad/</link>
		<comments>http://www.mygeekpal.com/how-to-code-html-faster-using-notepad/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 07:48:04 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[how-to-code-a-html-in-notepad]]></category>
		<category><![CDATA[how-to-iinstall-zen-code-in-notepad]]></category>
		<category><![CDATA[html-notepad]]></category>
		<category><![CDATA[htmlxt-notepad]]></category>
		<category><![CDATA[htmlxt-notepad-plus]]></category>
		<category><![CDATA[my-geek]]></category>
		<category><![CDATA[mygeekpal-com]]></category>
		<category><![CDATA[notepad-at-how-to]]></category>
		<category><![CDATA[notepad-code-faster]]></category>
		<category><![CDATA[notepad-code-snippets]]></category>
		<category><![CDATA[notepad-html]]></category>
		<category><![CDATA[notepad-html-code-snippets]]></category>
		<category><![CDATA[notepad-html-tiny]]></category>
		<category><![CDATA[notepad-ul]]></category>
		<category><![CDATA[notepad-web-development-plugins]]></category>
		<category><![CDATA[notepad-zen-coding-manage-snippets]]></category>
		<category><![CDATA[plugins-notepad]]></category>
		<category><![CDATA[to-to-make-html-from-notepad]]></category>
		<category><![CDATA[ulnotepad]]></category>
		<category><![CDATA[zen-coding-html5-shortcut-notepad]]></category>

		<guid isPermaLink="false">http://www.mygeekpal.com/?p=770</guid>
		<description><![CDATA[If you are looking for a simplest solution to code HTML faster using Notepad++ then this post is for you. Do you have to copy and paste the doctype from an existing document each time when yo You only need 2 tools, Notepad++ and Zen Coding Extension. First of all, quickly download a copy of [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a simplest solution to <strong>code HTML faster using Notepad++</strong> then this post is for you. Do you have to copy and paste the doctype from an existing document each time when yo</p>
<p>You only need 2 tools, Notepad++ and Zen Coding Extension. First of all, quickly <a href="http://portableapps.com/apps/development/notepadpp_portable">download a copy of portable version of Notepad++ here</a></p>
<p>&nbsp;</p>
<p>From the Menu Bar, navigate to <strong>Plugins</strong> &gt; <strong>Plugin Manager</strong> &gt; <strong>Show Plugin Manager</strong></p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2011/09/how-to-code-html-faster-using-notepad-1.png"><img class="alignnone size-full wp-image-772" title="how-to-code-html-faster-using-notepad-1" src="http://www.mygeekpal.com/wp-content/uploads/2011/09/how-to-code-html-faster-using-notepad-1.png" alt="" width="295" height="185" /></a></p>
<p>Scroll down to the bottom until you find <strong>Zen Coding &#8211; Python</strong></p>
<p><img class="alignnone size-full wp-image-773" title="how-to-code-html-faster-using-notepad-2" src="http://www.mygeekpal.com/wp-content/uploads/2011/09/how-to-code-html-faster-using-notepad-2.png" alt="" width="540" height="372" /></p>
<p>You will have to restart Notepad++ after the plugin is installed.</p>
<p>Now you can use shorthand HTML that is supported by Zen coding to code html like</p>
<ul>
<li>ul turns into <strong>&lt;ul&gt;&lt;/ul&gt;</strong></li>
<li>div#abc turns into <strong>&lt;div id=&#8221;abc&#8221;&gt;&lt;/div&gt;</strong></li>
<li>p.indent10 becomes <strong>&lt;p class=&#8221;indent10&#8243;&gt;&lt;/p</strong></li>
<li>ul&gt;li*3&gt;a becomes <strong>&lt;ul&gt;</strong><br />
<strong>    &lt;li&gt;&lt;a href=&#8221;"&gt;&lt;/a&gt;&lt;/li&gt;</strong><br />
<strong>    &lt;li&gt;&lt;a href=&#8221;"&gt;&lt;/a&gt;&lt;/li&gt;</strong><br />
<strong>    &lt;li&gt;&lt;a href=&#8221;"&gt;&lt;/a&gt;&lt;/li&gt;</strong><br />
<strong>&lt;/ul</strong></li>
</ul>
<p>Watch how this small code snippet like <strong>html:xt</strong> turns into</p>
<p><img class="aligncenter size-full wp-image-771" title="zencoding-tutorial" src="http://www.mygeekpal.com/wp-content/uploads/2011/09/zencoding-tutorial.gif" alt="" width="599" height="280" /></p>
<p>Visit the Google Code page for Zen Coding for a <a href="http://code.google.com/p/zen-coding/downloads/detail?name=ZenCodingCheatSheet.pdf&amp;can=2&amp;q=">.</a></p>
<p>You can try an <a href="http://zen-coding.ru/demo/">online demo of zen coding editor here.</a></p>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=770&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/how-to-code-html-faster-using-notepad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Oursourcing to Freelancers Works?</title>
		<link>http://www.mygeekpal.com/how-oursourcing-to-freelancers-works/</link>
		<comments>http://www.mygeekpal.com/how-oursourcing-to-freelancers-works/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 06:46:12 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Webmasters]]></category>
		<category><![CDATA[development-staging-website-cycle]]></category>
		<category><![CDATA[freelancers]]></category>
		<category><![CDATA[oursourcing]]></category>

		<guid isPermaLink="false">http://www.mygeekpal.com/?p=719</guid>
		<description><![CDATA[I recently happened to talk to a client who had no prior experience related to how oursourcing works. She is from the USA and I am from India. In our recent conversation, I said that we have around 12 hours of time difference. She was astonished about how we are going to work if you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-720" title="Two businesspeople holding briefcases outdoors" src="http://www.mygeekpal.com/wp-content/uploads/2011/03/how-oursourcing-to-freelancers-works.jpg" alt="" width="431" height="288" />I recently happened to talk to a client who had no prior experience related to how oursourcing works. She is from the USA and I am from India. In our recent conversation, I said that we have around 12 hours of time difference.</p>
<p>She was astonished about how we are going to work if you live so far. So, I tried to explain her every bit of how freelancing works and how outsourcing works. I&#8217;m not sure about how you guys deal but this is how I deal with my projects in order to save myself from any swindlers and as well as maintaing trust and a healthy relationship with the client.</p>
<p>Firstly there are two methods of payments, Hourly and Fixed. I completely rely on fixed payment mode and never do hourly jobs. The advantage is that the client cannot see you, so if you are billing him by hours, he cannot really see you so the client may have a sense of insecure feeling of how many hours you actually worked on it. It can also lead to disputes later. So I work on a fixed price per project basis and payments are done in phases.</p>
<p>So the next thing is I sit down with client (I mean voice calls and video conferences here) and start discussing the project and the requirement. Once all the requirements are analyzed, all the features are sealed and the total price of project is negotiated.</p>
<blockquote><p>Tip of the Trade<br />
<strong>Never start a project until you get an upfront fee.</strong></p></blockquote>
<p>Dont charge high upfront fees, but this is something to save you from those complete rip offs.</p>
<p>As soon as I get the upfront payment I start the work. I divide the payment cycles in 3-4 phases.</p>
<p>During the design phase I keep updating the client by phone or emails. Once I finish the mock ups of the designs, the designs are shown to the cliet and during the revisions are done to the design, a second phase of payment is made.<br />
After this the design is selected by the client and the development phase begins.</p>
<p>Again during the development phase, the client is updated regarding the status of the project by phone or email. once the development process has been done, the client is shown the demo on a staging website and another cycle of payment is done.</p>
<p>Any changes which the client wants are done on the staging website. The client is given backend access to the staging website and all features and training touse the website is given.</p>
<p>Then the last payment cycle follows and the site is moved from staging environment to a live website. All the deliverables (designs and coding) are then sent to client. This is how outsourcing works for me.</p>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=719&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/how-oursourcing-to-freelancers-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect Internet Explorer using jQuery</title>
		<link>http://www.mygeekpal.com/detect-internet-explorer-using-jquery/</link>
		<comments>http://www.mygeekpal.com/detect-internet-explorer-using-jquery/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:03:34 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[check-browser-is-ie-using-jquery]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[detect-browser-ie6-jquerymessage]]></category>
		<category><![CDATA[detect-ie-jquery]]></category>
		<category><![CDATA[detect-ie-with-jquery]]></category>
		<category><![CDATA[detectar-internet-explorer-jquery]]></category>
		<category><![CDATA[how-to-get-browser-ie-version-using-jquery]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery-browser-ie]]></category>
		<category><![CDATA[jquery-check-ie-version]]></category>
		<category><![CDATA[jquery-detect-ie]]></category>
		<category><![CDATA[jquery-detect-ie-browser]]></category>
		<category><![CDATA[jquery-detect-incognito]]></category>
		<category><![CDATA[jquery-discover-browser]]></category>
		<category><![CDATA[jquery-ie-detection]]></category>
		<category><![CDATA[jquery-internet-connection-detection]]></category>

		<guid isPermaLink="false">http://www.mygeekpal.com/?p=642</guid>
		<description><![CDATA[In my last post you have seen how to detect Internet Explorer 6 using Javascript. If you love jQuery like I do then here is the simple snippet that you can use to Internet Explorer 6 using jQuery. jQuery.each(jQuery.browser, function(i, val) { if(i=="msie" &#38;&#38; jQuery.browser.version.substr(0,1)=="6") alert("Do stuff for IE 6") });]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="jQuery-logo" src="http://www.mygeekpal.com/wp-content/uploads/2009/11/jQuery-logo.gif" alt="jQuery-logo" width="132" height="132" /><br />
In my last post you have seen <a href="http://www.mygeekpal.com/641/detect-internet-explorer-6-in-javascript/">how to detect Internet Explorer 6 using Javascript.</a> If you love jQuery like I do then here is the simple snippet that you can use to Internet Explorer 6 using jQuery.</p>
<pre class="javascript" name="code">jQuery.each(jQuery.browser, function(i, val) {
if(i=="msie" &amp;&amp; jQuery.browser.version.substr(0,1)=="6")
alert("Do stuff for IE 6")
});</pre>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=642&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/detect-internet-explorer-using-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Detect Internet Explorer 6 using JavaScript</title>
		<link>http://www.mygeekpal.com/detect-internet-explorer-6-using-javascript/</link>
		<comments>http://www.mygeekpal.com/detect-internet-explorer-6-using-javascript/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:54:44 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[detect]]></category>
		<category><![CDATA[detect-explorer-javascript]]></category>
		<category><![CDATA[detect-ms-internet-explorer-6-in-javascript]]></category>
		<category><![CDATA[detecting-ie-6-with-javascript]]></category>
		<category><![CDATA[how-to-detect-ie-in-website]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[internet explorer 6]]></category>
		<category><![CDATA[java-script-detect-ie-6]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript-detect-msie-6]]></category>
		<category><![CDATA[javascript-for-internet-explorer-6]]></category>
		<category><![CDATA[javascript-identify-ie-version-6]]></category>
		<category><![CDATA[javascript-ie6-check]]></category>
		<category><![CDATA[javascript-simple-detect-ie]]></category>
		<category><![CDATA[javascriptdetectinternetexplorer6]]></category>
		<category><![CDATA[msie-6-javascript-detect]]></category>
		<category><![CDATA[parsefloat-internet-explorer-6]]></category>
		<category><![CDATA[use-javascript-to-detect-internet-explorer-6]]></category>

		<guid isPermaLink="false">http://www.mygeekpal.com/?p=641</guid>
		<description><![CDATA[As a Web Developer I have stopped giving support to clients for Internet Explorer 6. Recently I was analysing the traffic on my social networking website (for those who don&#8217;t know I recently launched a social networking website exclusive for people in Hyderabad, its Wakaao!) and to my surprise about 30% of people visiting my [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-643" title="internet_explorer" src="http://www.mygeekpal.com/wp-content/uploads/2009/11/internet_explorer.png" alt="internet_explorer" width="162" height="171" />As a Web Developer I have stopped giving support to clients for Internet Explorer 6. Recently I was analysing the traffic on my social networking website (for those who don&#8217;t know I recently launched a social networking website exclusive for people in Hyderabad, its <a href="http://www.wakaaao.com/">Wakaao!</a>) and to my surprise about 30% of people visiting my social networking website are are still use the old is(not) gold Internet Explorer 6. I guess this can be either because</p>
<ul>
<li>They are using a public PC which as the first version of Windows XP</li>
<li>Or Inadequate Computer knowledge to upgrade or install other browsers</li>
<li>Or Are lazy and probably not intamated about the buggy and insecure web browser.</li>
</ul>
<p>What ever the case may be, the problem is that my website has 1-2 rendering issues with IE6. Though I use a separate stylesheet for IE6 but I want to end up dealing with this IE6. Working with IE6 is a huge burden. So I wanted a simple jQuery powered modal box to pop up and tell them if they are using IE 6.</p>
<p>This is a simple function that can help you get the version of your browser. It returns the browser version for Internet Explorer and for others it returns -1.</p>
<pre class="javascript" name="code">function vIE() {
// returns version for IE or -1 for other browsers
return (navigator.appName=='Microsoft Internet Explorer')?parseFloat((new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})")).exec(navigator.userAgent)[1]):-1;
}</pre>
<p>Thanks to <a href="http://www.nbsp.es/">Marc Palau</a> who commented this at <a href="http://www.thefutureoftheweb.com/blog/detect-ie6-in-javascript">The Future of Web</a></p>
<p>You can also <a href="http://www.mygeekpal.com/642/detect-internet-explorer-using-jquery/">detect Internet Explorer using jQuery</a></p>
<p><!-- You can also detect the browser using jQuery --></p>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=641&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/detect-internet-explorer-6-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an AJAX Powered Pagination in WordPress</title>
		<link>http://www.mygeekpal.com/creating-an-ajax-powered-pagination-in-wordpress/</link>
		<comments>http://www.mygeekpal.com/creating-an-ajax-powered-pagination-in-wordpress/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 07:14:09 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajax-pagination-for-wordpress]]></category>
		<category><![CDATA[ajax-pagination-wordpress]]></category>
		<category><![CDATA[ajax-pagination-wordpress-plugin]]></category>
		<category><![CDATA[have_posts-with-pagination]]></category>
		<category><![CDATA[html-pagination-demo]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[pagination-example-zip]]></category>
		<category><![CDATA[pagination-in-php-and-ajax-with-download-code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[web-development-pagination]]></category>
		<category><![CDATA[wordpress-ajax-pagination]]></category>
		<category><![CDATA[wordpress-ajax-php]]></category>
		<category><![CDATA[wordpressajaxpagination]]></category>
		<category><![CDATA[wordpressjquerypaginationpost]]></category>
		<category><![CDATA[wp-ajax-post-php]]></category>
		<category><![CDATA[wp-ajax-post-php-facebook]]></category>
		<category><![CDATA[wp-pagenavi-ajax]]></category>

		<guid isPermaLink="false">http://www.mygeekpal.com/?p=624</guid>
		<description><![CDATA[Pagination on blogs is quite in common. But an AJAX powered pagination on a cool themed blog is the apple of my eye. In this tutorial we are going to see how to change your old styled pagination into an AJAX powered dynamic pagination. In this tutorial I assume that you have basic knowlege of [...]]]></description>
			<content:encoded><![CDATA[<p><br class="clear" /><img class="aligncenter size-full wp-image-625" title="ajax-pagination" src="http://www.mygeekpal.com/wp-content/uploads/2009/08/ajax-pagination.jpg" alt="ajax-pagination" width="560" /></p>
<p>Pagination on blogs is quite in common. But an AJAX powered pagination on a cool themed blog is the apple of my eye. In this tutorial we are going to see how to change your old styled pagination into an AJAX powered dynamic pagination.</p>
<p>In this tutorial I assume that you have basic knowlege of editing HTML, PHP and Javascript. I have used jQuery for handling ajax and the modified code for pagination from Lester Chan&#8217;s <a href="http://wordpress.org/extend/plugins/wp-pagenavi/">WP-Page Navi</a></p>
<p>The tutorial will consists of creating a basic pagination using PHP, jQuery and editing some template pages. Make sure you backup your ooriginal theme before trying this.If you arent able to follow the tutorial download the zip file at the containing the required files. (including css style).</p>
<h3>Step 1</h3>
<p>Firstly, open up the index.php and/or home.php if it exists. Wrap the div that holds all the posts with a div of id #ajaxcontent. And add &lt;?php pagenavi(); ?&gt; just before the end of the content div.<br />
Will look something like this</p>
<pre class="php" name="code"><strong>&lt;div id="ajaxcontent"&gt;</strong>
&lt;div id="content"&gt;
&lt;?php if (have_posts()):
while (have_posts()):
the_post(); ?&gt;
.......
.
.
.
.
&lt;?php 
endwhile;
endif; ?&gt;</pre>
<pre class="php" name="code"><strong>&lt;?php pagenavi(); ?&gt;
&lt;/div&gt;&lt;!-- end #content --&gt;&lt;/div&gt;</strong>
<strong><code>&lt;!-- end #ajaxcontent --&gt;</code></strong></pre>
<h3>Step 2</h3>
<p>Create a new folder called <strong>plugins</strong> in your current template&#8217;s directory. Download the zip package containing all the files. Copy the<strong> pagenavi.php</strong> and <strong>pagenavi.css</strong> file into the plugins folder in your current template&#8217;s directory.</p>
<h3>Step 3</h3>
<p>Now just copy everything inside the <strong>#ajaxcontent wrapper</strong>(Make sure you dont include the ajaxcontent wrapper div too.) and create a new file called <strong>wp-ajax-post.php</strong> in your root directory and paste it there.</p>
<h3>Step 4</h3>
<p>Add this code on top of <strong>wp-ajax-post.php</strong></p>
<pre class="php" name="code">&lt;?php
<strong>require ('wp-blog-header.php'); query_posts('paged=' . $_GET['p']); $paged = $_GET['p'];</strong>
?&gt;</pre>
<h3>Step 5</h3>
<p>The last thing to do is, open <strong>functions.php</strong> in your template directory and include the pagenavi.php plugin like this</p>
<pre class="php" name="code"><strong> &lt;?php include("plugins/pagenavi.php"); ?&gt; </strong></pre>
<p>So that was the tutorial, check out the working example/demo on the home page of my blog <a title="MyGeekPal - Techology, Internet, Blogging and Web Development" href="../"><strong>Small Business and Technology Blog</strong></a></p>
<p><a href="http://www.mygeekpal.com/wp-content/uploads/2009/08/ajax-pagination.zip ">Download Ajax Pagination Files</a></p>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=624&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/creating-an-ajax-powered-pagination-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Working with HTML5 &#8211; The Future of Web</title>
		<link>http://www.mygeekpal.com/working-with-html5-the-future-of-web/</link>
		<comments>http://www.mygeekpal.com/working-with-html5-the-future-of-web/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 10:03:23 +0000</pubDate>
		<dc:creator>Atif</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html-5-layout-code]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[html5-future-of-the-web]]></category>
		<category><![CDATA[html5-layout]]></category>
		<category><![CDATA[html5-layout-tags]]></category>
		<category><![CDATA[html5-revolving-name]]></category>
		<category><![CDATA[html5-section]]></category>
		<category><![CDATA[html5-section-tag]]></category>
		<category><![CDATA[html5-tags]]></category>
		<category><![CDATA[old-html-layout-new-html5-layout]]></category>
		<category><![CDATA[sectiontagshtml]]></category>
		<category><![CDATA[working-on-html5]]></category>
		<category><![CDATA[working-with-html5]]></category>

		<guid isPermaLink="false">http://www.mygeekpal.com/?p=276</guid>
		<description><![CDATA[With the name HTML5 revolving all round the social networks and blogosphere and yesteday I took time to check out whats exactly that HTML5 has to offer. Its simply great, so I thought to create a round up with some cool HTML5 elements which you wouldn&#8217;t have seen or used in HTML4. Well in other [...]]]></description>
			<content:encoded><![CDATA[<p>With the name HTML5 revolving all round the social networks and blogosphere and yesteday I took time to check out whats exactly that HTML5 has to offer. Its simply great, so I thought to create a round up with some cool HTML5 elements which you wouldn&#8217;t have seen or used in HTML4. Well in other terms you can design a complete new layout only with exclusive HTML5 tags without using HTML4 tags which is not recommended though.</p>
<p><a rel="lightbox" href="http://www.mygeekpal.com/wp-content/uploads/2009/06/html5.jpg"><img class="size-full wp-image-293 aligncenter" title="html5" src="http://www.mygeekpal.com/wp-content/uploads/2009/06/html5.jpg" alt="html5" width="459" height="417" /></a></p>
<ul class="noimage">
<li>
<h2>&lt;section&gt;</h2>
<p>A section tag can be useful to provide something similar to a section of a chapter of text, or a book. Talking about blogs it can act as a wrapper to all blog entries on current page.</li>
<li>
<h2>&lt;header&gt;</h2>
<p>Please ite that this is not same as the &lt;head&gt; element.Â  &lt;header&gt;&lt;/header&gt; can be useful to wrap up all the header elements like logo, searchbox, subscripts etc.</li>
<li>
<h2>&lt;footer&gt;</h2>
<p>Footer of the page. This where all your copyrights related infoa nd other sitelinks goes. Similar to header.</li>
<li>
<h2>&lt;nav&gt;</h2>
<p>The nav element can be used to enclose the menus that you have got on the page.</li>
<li>
<h2>&lt;article&gt;</h2>
<p>The article tag can go inside the &lt;section&gt;&lt;/section&gt; tag. It depicts the tag for your article. For example each blog post can be wrapped inside an &lt;article&gt;&lt;/article&gt; tag</li>
<li>
<h2>&lt;aside&gt;</h2>
<p>The aside tag can be used to put up any other notes etc that you have to display. In other terms we can also use the &lt;aside&gt;&lt;/aside&gt; tags to create sidebars for your widgets.</li>
</ul>
<p>I have writen about only a few tags here, however if you want to check about all the new tags then please visit <a href="http://www.phpguru.org/static/html5">http://www.phpguru.org/static/html5</a></p>
<img src="http://www.mygeekpal.com/?ak_action=api_record_view&id=276&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.mygeekpal.com/working-with-html5-the-future-of-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

