<?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>Dynamic Guru &#187; html</title>
	<atom:link href="http://www.dynamicguru.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dynamicguru.com</link>
	<description>Web design, Web development ,WordPress themes , php &#38; random techy stuff</description>
	<lastBuildDate>Sun, 22 Jan 2012 13:55:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code for HTML drop down menu of all countries</title>
		<link>http://www.dynamicguru.com/html/html-drop-down-menu-of-all-countries/</link>
		<comments>http://www.dynamicguru.com/html/html-drop-down-menu-of-all-countries/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 08:53:30 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[all countries html code]]></category>
		<category><![CDATA[all countries select option code]]></category>
		<category><![CDATA[drop down of all countries]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=270</guid>
		<description><![CDATA[During development involving user registeration , you might want to display a drop down list of all countries for the user to chose from , but writing all that code for ( &#60;select&#62;&#60;option&#8230;.. ) for 140+ countries can be a tidious and frustrating task , so here is the code for HTML drop down menu ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/html/html-drop-down-menu-of-all-countries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A problem with float and clear that drove me crazy!</title>
		<link>http://www.dynamicguru.com/html/a-problem-with-float-and-clear-that-drove-me-mad/</link>
		<comments>http://www.dynamicguru.com/html/a-problem-with-float-and-clear-that-drove-me-mad/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 17:47:05 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[wordpress gallery]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/2009/06/a-problem-with-float-and-clear-that-drove-me-mad/</guid>
		<description><![CDATA[Yesterday i had submitted this wordpress theme of mine to the official wordpress theme directory. I got a feedback from the guys there stating that my theme wasnt valid as it had some issues and they asked me to fix them and upload again. I was able to fix all the issues but one, ant ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/html/a-problem-with-float-and-clear-that-drove-me-mad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My first web portfolio</title>
		<link>http://www.dynamicguru.com/html/my-first-web-portfolio/</link>
		<comments>http://www.dynamicguru.com/html/my-first-web-portfolio/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 14:14:58 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[doha]]></category>
		<category><![CDATA[malegaon]]></category>
		<category><![CDATA[mujtaba]]></category>
		<category><![CDATA[web portfolio]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=77</guid>
		<description><![CDATA[Today i&#8217;ve launched my new website and my first web portfolio.
You can check it out here: www.dynamicguru.com/mujtaba/ .
The site is one of my best works till date and is the first site of mine to use ajax and is powered by jQuery. The site uses awesome jQuery effects for page transitions. Also it has validated ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/html/my-first-web-portfolio/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Javascript quadratic equation solver</title>
		<link>http://www.dynamicguru.com/javascript/javascript-quadratic-equation-solver/</link>
		<comments>http://www.dynamicguru.com/javascript/javascript-quadratic-equation-solver/#comments</comments>
		<pubDate>Wed, 20 May 2009 17:59:32 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[freebies]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[online tool]]></category>
		<category><![CDATA[quadratic equation solver]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/?p=35</guid>
		<description><![CDATA[Here is a simple javascript that solves quadratic equations of the form ax²+bx+c = O. You just have to specify the values of a ,b and c and the script then calculates the two real roots alpha(x1) and beta (x2)  of the equation. The script also tells you if the equation has a real root ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/javascript/javascript-quadratic-equation-solver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change cursors on web pages</title>
		<link>http://www.dynamicguru.com/html/how-to-change-cursors-on-web-pages/</link>
		<comments>http://www.dynamicguru.com/html/how-to-change-cursors-on-web-pages/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:04:29 +0000</pubDate>
		<dc:creator>Aviator</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dynamicguru.com/blog/?p=1</guid>
		<description><![CDATA[The &#8220;cursor&#8221; property of css allows you to change the mouse cursor either for the complete page or for specific elements
The following example illustrates the use of the &#8220;cursor&#8221; property of css:


//This changes the cursor for the complete page
body &#123;
cursor:url&#40;cursor.cur&#41;;
&#125;

//This changes the cursor only for the element of class fancy
.fancy&#123;
cursor:url&#40;fancy_cursor.ani&#41;;
&#125;


Cursors are files with extension .cur ]]></description>
		<wfw:commentRss>http://www.dynamicguru.com/html/how-to-change-cursors-on-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

