<?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>Mikul.in</title>
	<atom:link href="http://mikul.in/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikul.in/blog</link>
	<description>www is fun</description>
	<lastBuildDate>Thu, 02 Feb 2012 08:48:12 +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>Loading javascript files</title>
		<link>http://mikul.in/blog/2012/02/loading-javascript-files/</link>
		<comments>http://mikul.in/blog/2012/02/loading-javascript-files/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 08:48:12 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=101</guid>
		<description><![CDATA[Most people are very familiar of including Javascript in an HTML page using the &#60;script type="text/javascript"&#62;&#60;/script&#62; tag, such as &#60;script src="js/test.js" language="Javascript"&#62;&#60;/script&#62; Now, that much is pretty straight-forward. But less people know that Javascript can also load other Javascript files on the fly. So as an example of this, you can write: function loadJSFile(fileName) { &#8230; <a href="http://mikul.in/blog/2012/02/loading-javascript-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mikul.in/blog/2012/02/loading-javascript-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Css3 circle animation</title>
		<link>http://mikul.in/blog/2012/02/css3-circle-animation/</link>
		<comments>http://mikul.in/blog/2012/02/css3-circle-animation/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 08:17:38 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=96</guid>
		<description><![CDATA[This is css3 only css3, happy to say that no javascipt is include in this example formula for radius circle element Coordinates of the dots on the circle top:  sin(deg) * R * -1 left:  cos(deg) * R Demo]]></description>
		<wfw:commentRss>http://mikul.in/blog/2012/02/css3-circle-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Play with 3 column layout</title>
		<link>http://mikul.in/blog/2012/02/play-3-column-layout/</link>
		<comments>http://mikul.in/blog/2012/02/play-3-column-layout/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 07:45:08 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Layout]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=94</guid>
		<description><![CDATA[many time when we create three column layout we always think what is left column is not there or right column is missing. here is the fix, now you should now worry about the column if any of them has gone for a holiday Demo]]></description>
		<wfw:commentRss>http://mikul.in/blog/2012/02/play-3-column-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Css3 Ul li count</title>
		<link>http://mikul.in/blog/2012/02/css3-ul-li-count/</link>
		<comments>http://mikul.in/blog/2012/02/css3-ul-li-count/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 07:35:36 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=89</guid>
		<description><![CDATA[This is bit strange for html developer as  once upon a time it was bit impossible to set order list count with css. but here is a trick by which we can add count by css3 here is the code for you Demo]]></description>
		<wfw:commentRss>http://mikul.in/blog/2012/02/css3-ul-li-count/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image slide with mouse position</title>
		<link>http://mikul.in/blog/2012/02/image-slide-mouse-position/</link>
		<comments>http://mikul.in/blog/2012/02/image-slide-mouse-position/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 07:20:57 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=83</guid>
		<description><![CDATA[I have tried an example where we have same div class but all the div have different action.]]></description>
		<wfw:commentRss>http://mikul.in/blog/2012/02/image-slide-mouse-position/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rendering HTML5 in older browsers with Google Chrome Frame</title>
		<link>http://mikul.in/blog/2012/01/rendering-html5-older-browsers-google-chrome-frame/</link>
		<comments>http://mikul.in/blog/2012/01/rendering-html5-older-browsers-google-chrome-frame/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 11:59:08 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[Browser]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=77</guid>
		<description><![CDATA[Intro HTML5 adds a multitude of new awesome tools to the web developer toolbox, including the following: New, more powerful JavaScript APIs SVG for vector graphics Canvas for 2D and with WebGL 3D graphics CSS3 for rounded corners, gradients, etc. More expressive markup This list is, of course, not comprehensive; the web platform has moved &#8230; <a href="http://mikul.in/blog/2012/01/rendering-html5-older-browsers-google-chrome-frame/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mikul.in/blog/2012/01/rendering-html5-older-browsers-google-chrome-frame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented JavaScript Accessing Public and Private Methods</title>
		<link>http://mikul.in/blog/2011/12/accessing-public-and-private-methods/</link>
		<comments>http://mikul.in/blog/2011/12/accessing-public-and-private-methods/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 05:57:23 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=67</guid>
		<description><![CDATA[As you know in JavaScript when you define a variable with the special word &#8220;var&#8221; the scope of this variable is within the function. So when you simply wite &#8220;var a = 5? the variable named &#8220;a&#8221; has a global scope and can be accessed in any function in the global scope. var a = &#8230; <a href="http://mikul.in/blog/2011/12/accessing-public-and-private-methods/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mikul.in/blog/2011/12/accessing-public-and-private-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick css tips</title>
		<link>http://mikul.in/blog/2011/12/quick-css-tips/</link>
		<comments>http://mikul.in/blog/2011/12/quick-css-tips/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 05:23:33 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Html]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=61</guid>
		<description><![CDATA[Introduction CSS (Cascading Style Sheet) is not very difficult to learn. The hardest thing is to ensure the CSS layout being displayed identically among different browsers. Even though CSS3 will be released soon, but I believe it will take quite a long time for all the browsers to start supporting it, especially all the old &#8230; <a href="http://mikul.in/blog/2011/12/quick-css-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mikul.in/blog/2011/12/quick-css-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add css to page</title>
		<link>http://mikul.in/blog/2011/11/add-css/</link>
		<comments>http://mikul.in/blog/2011/11/add-css/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 03:29:33 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Html]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=49</guid>
		<description><![CDATA[In an HTML page, you can add CSS in a number of different ways, which I explain below. After I show you each method, I’ll tell you which method is best, and why. Using HTML’s &#60;link&#62; Tag This is the best method to use (more details on this at the end of this post). Inside your web &#8230; <a href="http://mikul.in/blog/2011/11/add-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mikul.in/blog/2011/11/add-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for jquery</title>
		<link>http://mikul.in/blog/2011/11/tips-jquery/</link>
		<comments>http://mikul.in/blog/2011/11/tips-jquery/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 03:24:31 +0000</pubDate>
		<dc:creator>Mikul Gohil</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://mikul.in/blog/?p=45</guid>
		<description><![CDATA[Here are five tips which could help you optimize your jQuery selectors… 1. Use an ID if Possible HTML ID attributes are unique in every page and even older browsers can locate a single element very quickly: $("#myelement"); 2. Avoid Selecting by Class Only The following class selector will run quickly in modern browsers: $(".myclass"); &#8230; <a href="http://mikul.in/blog/2011/11/tips-jquery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mikul.in/blog/2011/11/tips-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: mikul.in @ 2012-05-21 16:32:15 -->
