<?xml version="1.0"?><rss version="2.0">
   <channel>
      <title>Mengu.net - jQuery</title>
      <link>http://www.mengu.net/</link>
      <description>mengu on web programming.</description>
      <language>en-us</language>
      <pubDate>Tue, 07 Feb 2012 05:51:34 AM +0200</pubDate>

      <lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate>
      <generator>Mengu.net</generator>
      <managingEditor>mengu@mengu.net</managingEditor>
      <webMaster>mengu@mengu.net</webMaster>

            <item>
         <title>jQuery OS Detection</title>
         <link>http://www.mengu.net/post/jquery-os-detection</link>
         <description><![CDATA[<p>Windows doesn't have Lucida Grande font by default so my visitors from Windows was reading my posts with the default browser font. I wanted to change the font-family property for Windows users from Lucida Grande to Lucida Sans Unicode. I have searched and found a plugin to detect client's operating system with jQuery.</p>
]]></description>
         <pubDate>2010-01-28 06:11:19</pubDate>
         <guid>http://www.mengu.net/post/jquery-os-detection</guid>
      </item>
            <item>
         <title>jQuery Rounded Corners</title>
         <link>http://www.mengu.net/post/jquery-rounded-corners</link>
         <description><![CDATA[<p>You may notice that I am using round corners on my navigation and sidebar. I am not dealing with images or anything else to have round corners on my blocks so what I'm using? I'm using <a href="http://malsup.com/jquery/corner/">jQuery corner</a>.</p>
]]></description>
         <pubDate>2010-01-20 03:08:50</pubDate>
         <guid>http://www.mengu.net/post/jquery-rounded-corners</guid>
      </item>
            <item>
         <title>Simple jQuery Tooltip</title>
         <link>http://www.mengu.net/post/simple-jquery-tooltip</link>
         <description><![CDATA[<p>I love <a href="http://www.mengu.net/tag/jquery">jQuery</a> and I am really thankful to its authors and contributors. It's an awesome tool. I did want to make a simple tooltip with jQuery for input elements. I've thought around 20 seconds to how to do it and found my solution. </p>
]]></description>
         <pubDate>2010-01-12 05:19:43</pubDate>
         <guid>http://www.mengu.net/post/simple-jquery-tooltip</guid>
      </item>
            <item>
         <title>How To Make Drop Down Menus With JQuery</title>
         <link>http://www.mengu.net/post/how-to-make-drop-down-menus-with-jquery</link>
         <description><![CDATA[<p><img src="http://abstrusegoose.com/strips/how_stuff_works.PNG" alt="How Stuff Works" /></p>

<p>We see drop down menus everywhere but have you ever wondered how to make one? In this tutorial I explain how to do a simple drop down menu with <a href="http://www.jquery.com">jQuery</a>.</p>
]]></description>
         <pubDate>2009-11-16 09:20:26</pubDate>
         <guid>http://www.mengu.net/post/how-to-make-drop-down-menus-with-jquery</guid>
      </item>
            <item>
         <title>jQuery Dialog Not Working Twice?</title>
         <link>http://www.mengu.net/post/jquery-dialog-not-working-twice</link>
         <description><![CDATA[<p>I was developing a web site for a client of mine when I have faced this error. I was creating the dialog like the following:</p>

<pre><code>&lt;script type="text/javascript"&gt;
function bb()
{
    $("#dialog").dialog({height: 1000, width: 1000, modal: true});
}
&lt;/script&gt;
/* HTML */
&lt;div id="dialog"&gt;dialog content..&lt;/div&gt;
</code></pre>
]]></description>
         <pubDate>2009-11-11 09:30:03</pubDate>
         <guid>http://www.mengu.net/post/jquery-dialog-not-working-twice</guid>
      </item>
            <item>
         <title>A Simple jQuery Accordeon Menu</title>
         <link>http://www.mengu.net/post/a-simple-jquery-accordeon-menu</link>
         <description><![CDATA[<p>Some days ago I wanted to reinvent the wheel and create a accordeon menu with jQuery. Here I explain how I did. </p>

<p>First we prepare our page like the following..</p>
]]></description>
         <pubDate>2009-11-10 11:49:31</pubDate>
         <guid>http://www.mengu.net/post/a-simple-jquery-accordeon-menu</guid>
      </item>
          </channel>
</rss>

