<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-4381574072031162308</atom:id><lastBuildDate>Thu, 06 Mar 2025 06:55:42 +0000</lastBuildDate><category>Best jQuery Chart Libraries</category><category>Best jQuery Tooltip Plugins</category><category>CAPTCHA control</category><category>How to Setup Mangeto</category><category>IE7 Z-Index Issues</category><category>Jquery autocomplete Plugins</category><category>Magento 404 error page</category><category>Magento error page Customization</category><category>Mobile Frameworks</category><category>PSD to XHTML Best Practice</category><category>Text-overflow property - css3 ellipsis</category><category>WYSIWYG Text and HTML Editor</category><category>Website templates</category><category>css best practice</category><category>css3 round corner box</category><category>featured product</category><category>input box css</category><category>jQuery Cycle Plugin</category><category>jQuery Date Picker plugin</category><category>jQuery News Ticker</category><category>jQuery Pagination Plugin</category><category>jQuery Popup Modal Dialog</category><category>jQuery Wow Slider</category><category>jQuery card flip effect</category><category>jQuery closest() method</category><category>jQuery contains() example</category><category>jQuery/CSS multi level dropdown menu</category><category>jQuery’s on() methods</category><category>jcarousel tutorial</category><category>jquery 3d carousel</category><category>jquery cycle example</category><category>jquery fix IE7 Z-Index Issues</category><category>jquery jQTouch plugin</category><category>jquery multiselect plugin</category><category>magento country flag</category><title>Creative Art</title><description>Creative Art is a web log where you find blog tips web design tips graphics art logo designs web layout free web tools and many more..</description><link>http://aruninfotech.blogspot.com/</link><managingEditor>noreply@blogger.com (Unknown)</managingEditor><generator>Blogger</generator><openSearch:totalResults>99</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-3381621884225786747</guid><pubDate>Sat, 24 Oct 2020 03:38:00 +0000</pubDate><atom:updated>2020-10-24T09:13:37.356+05:30</atom:updated><title>How to remove a specific item from an array</title><description>&lt;p&gt;How to remove a specific item 9 from an array arr?&lt;/p&gt;
There are different methods which we can use to remove elements from an arrays&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
const arr = [1, 2, 7, 9, 19];

const index = arr.indexOf(9);
if (index &amp;gt; -1) {
  arr.splice(index, 1);
}&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If we want new array without specific value&lt;/div&gt;


const result = 
arr.filter((item) =&amp;gt;{&amp;nbsp;&lt;div&gt;&amp;nbsp;return item !== 9;&lt;/div&gt;&lt;div&gt;});&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2020/10/how-to-remove-specific-item-from-array.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-1747638217623944606</guid><pubDate>Sat, 24 Oct 2020 03:24:00 +0000</pubDate><atom:updated>2020-10-24T08:54:51.060+05:30</atom:updated><title>Es6 how to get matching objects array</title><description>&lt;p&gt;Requirement is in array find objects which value is 1&lt;/p&gt;
const arr = [
        {id:1, value:1}, {id:2, value:2}, {id:3, value:1}, {id:4, value:1}
    ];
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In result we are expecting&amp;nbsp;&lt;/div&gt;&lt;div&gt;// &amp;nbsp;[{id:1, value:1}, {id:4, value:1} ]&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;hljs-keyword&quot; style=&quot;-webkit-text-size-adjust: 100%; border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant-caps: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;-webkit-text-size-adjust: 100%; color: var(--highlight-color); font-family: inherit; font-style: inherit; font-variant-caps: inherit;&quot;&gt;const&lt;/span&gt;&lt;span style=&quot;-webkit-text-size-adjust: 100%; color: var(--highlight-color); font-family: inherit; font-size: 13px; font-style: inherit; font-variant-caps: inherit;&quot;&gt; result = arr.filter((item)&amp;nbsp;&lt;/span&gt;&lt;span class=&quot;hljs-function&quot; style=&quot;-webkit-text-size-adjust: 100%; border: 0px; box-sizing: inherit; color: var(--highlight-color); font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant-caps: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;=&amp;gt;&lt;/span&gt;&lt;span style=&quot;-webkit-text-size-adjust: 100%; color: var(--highlight-color); font-family: inherit; font-size: 13px; font-style: inherit; font-variant-caps: inherit;&quot;&gt; {&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;pre class=&quot;lang-js s-code-block hljs javascript&quot; style=&quot;-webkit-text-size-adjust: 100%; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 0px; box-sizing: inherit; color: var(--highlight-color); font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; font-size: 13px; font-stretch: inherit; line-height: 1.30769231; margin: 0px 0px calc(var(--s-prose-spacing) + 0.4em); max-height: 300px; overflow: auto; padding: 12px; vertical-align: baseline; word-wrap: normal;&quot;&gt;&lt;code style=&quot;border: 0px; box-sizing: inherit; font-family: inherit; font-stretch: inherit; font-style: inherit; font-variant-caps: inherit; line-height: inherit; margin: 0px; max-height: 300px; padding: 0px; vertical-align: baseline;&quot;&gt;  &lt;span class=&quot;hljs-keyword&quot; style=&quot;border: 0px; box-sizing: inherit; color: var(--highlight-keyword); font-family: inherit; font-size: inherit; font-stretch: inherit; font-style: inherit; font-variant-caps: inherit; line-height: inherit; margin: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;return&lt;/span&gt; item.value === 1;
});&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2020/10/es6-how-to-get-matching-objects-array.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-3644831675233950894</guid><pubDate>Sat, 24 Oct 2020 03:03:00 +0000</pubDate><atom:updated>2020-10-24T08:33:07.837+05:30</atom:updated><title>How to remove duplicate values from an array</title><description>&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, HelveticaNeue, Arial, sans-serif&quot; style=&quot;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-color: white; caret-color: rgba(0, 0, 0, 0.87); font-size: 14px;&quot;&gt;Set object&lt;/span&gt;&amp;nbsp;can be used to remove duplicate values from an array. 
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;const arr = [1,4,7,8,1,9,4];&lt;/div&gt;
const result = [...new Set(arr)];&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Or&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
const result = are.reduce((x, y) =&amp;gt; x.includes(y) ? x : [...x, y], []);&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Or&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
const result = arr.filter((item, index) =&amp;gt; {
    return arr.indexOf(item) === index;
});</description><link>http://aruninfotech.blogspot.com/2020/10/how-to-remove-duplicate-values-from.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-6349386326081169670</guid><pubDate>Fri, 23 Oct 2020 02:39:00 +0000</pubDate><atom:updated>2020-10-24T04:25:06.483+05:30</atom:updated><title>How to remove undefined values from an array in es6</title><description>&lt;p&gt;&amp;nbsp;Let assume we have an array&amp;nbsp;&lt;/p&gt;&lt;p&gt;const arr = [4, &amp;nbsp;1, undefined, 2, undefined, 9];&lt;/p&gt;&lt;p&gt;And in result we are expecting&amp;nbsp;&lt;/p&gt;&lt;p&gt;[4, &amp;nbsp;1, &amp;nbsp;2, 9]&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;To solve this problem&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Const result = arr.filter((item) =&amp;gt; {&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return item &amp;nbsp;!== undefined;&amp;nbsp;&lt;/p&gt;&lt;p&gt;});&lt;/p&gt;&lt;p&gt;Console.log(result);&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFHtVI0faOctWqUOx4rSYRbZNg3TNBGrab_YlrWyueye9hMoK2LExRNigdbq0Zg2SqrrEgiXtY0PaBiMVTCAaDQe2fZoyRW_2nfb2k6vnTfXPPf4IXcTs_-gAKuTAVZXrdYJGJQ2cXVjO5/s3531/F5E23A7A-764F-4350-9642-1E262F9E1556.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;717&quot; data-original-width=&quot;3531&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFHtVI0faOctWqUOx4rSYRbZNg3TNBGrab_YlrWyueye9hMoK2LExRNigdbq0Zg2SqrrEgiXtY0PaBiMVTCAaDQe2fZoyRW_2nfb2k6vnTfXPPf4IXcTs_-gAKuTAVZXrdYJGJQ2cXVjO5/s320/F5E23A7A-764F-4350-9642-1E262F9E1556.jpeg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><link>http://aruninfotech.blogspot.com/2020/10/how-to-remove-undefined-values-from.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFHtVI0faOctWqUOx4rSYRbZNg3TNBGrab_YlrWyueye9hMoK2LExRNigdbq0Zg2SqrrEgiXtY0PaBiMVTCAaDQe2fZoyRW_2nfb2k6vnTfXPPf4IXcTs_-gAKuTAVZXrdYJGJQ2cXVjO5/s72-c/F5E23A7A-764F-4350-9642-1E262F9E1556.jpeg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-1129529391922568474</guid><pubDate>Tue, 20 Oct 2020 04:50:00 +0000</pubDate><atom:updated>2020-10-20T10:20:15.649+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Website templates</category><title>Website design examples</title><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhstRz4NUR4IbuHCYew8lhyzbkUih2yMP4q85WvGRIIT_r3MCYcwwxs-IwJaF0HIwaftKrI9ds9O-CaR4NGbM4xCsaOXCr6I8HUGmkTgbgK0GL4W9uz-jlrhG2xCg_e_PmB3h9L1YyvGBOf/s1574/option2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1574&quot; data-original-width=&quot;1300&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhstRz4NUR4IbuHCYew8lhyzbkUih2yMP4q85WvGRIIT_r3MCYcwwxs-IwJaF0HIwaftKrI9ds9O-CaR4NGbM4xCsaOXCr6I8HUGmkTgbgK0GL4W9uz-jlrhG2xCg_e_PmB3h9L1YyvGBOf/s320/option2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMSaU-YBEAIR7tg3CwAoJoLyBh0QyyPZrmLRyj4kqOkhfoahQcC_22_PqfKeO15Cx70Br2UZpby3RooLW76rbvh3nZMAUd5iPiNhsJoKOFNvLWtkLf2cUKi52lyVMkC_83xE7FF3akBoJx/s1280/home-option3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;800&quot; data-original-width=&quot;1280&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMSaU-YBEAIR7tg3CwAoJoLyBh0QyyPZrmLRyj4kqOkhfoahQcC_22_PqfKeO15Cx70Br2UZpby3RooLW76rbvh3nZMAUd5iPiNhsJoKOFNvLWtkLf2cUKi52lyVMkC_83xE7FF3akBoJx/s320/home-option3.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIbJ0qD8kUBRQpPoc9-O82pmx4optAuGWS1ySN1Ljc92gIFwRny4VP44xZjki5oAxeP1EqnPJlAQ5Xr6hjHZfPW6MvyN2v6yseNMdmLA9a-J-TnPZ_qv5zfO06Q82fYBXSPkppp5nSfAro/s1414/home1a.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;844&quot; data-original-width=&quot;1414&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIbJ0qD8kUBRQpPoc9-O82pmx4optAuGWS1ySN1Ljc92gIFwRny4VP44xZjki5oAxeP1EqnPJlAQ5Xr6hjHZfPW6MvyN2v6yseNMdmLA9a-J-TnPZ_qv5zfO06Q82fYBXSPkppp5nSfAro/s320/home1a.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;</description><link>http://aruninfotech.blogspot.com/2020/10/website-design-examples.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhstRz4NUR4IbuHCYew8lhyzbkUih2yMP4q85WvGRIIT_r3MCYcwwxs-IwJaF0HIwaftKrI9ds9O-CaR4NGbM4xCsaOXCr6I8HUGmkTgbgK0GL4W9uz-jlrhG2xCg_e_PmB3h9L1YyvGBOf/s72-c/option2.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-1028401153407686578</guid><pubDate>Mon, 26 Mar 2012 14:41:00 +0000</pubDate><atom:updated>2020-10-24T05:27:49.165+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">jQuery/CSS multi level dropdown menu</category><title>jQuery/CSS multi level dropdown menu</title><description>&lt;p&gt;Drop-down menus and menu bars have been heavily used in many larger sites  to make it easier for visitors to find what they are looking for. Here you&amp;rsquo;ll find jquery and CSS based drop-down .&lt;/p&gt;

&lt;h3&gt;&lt;a title=&quot;Simple jQuery Dropdowns&quot; href=&quot;http://css-tricks.com/simple-jquery-dropdowns/&quot; target=&quot;_blank&quot;&gt;Simple jQuery Dropdowns&lt;/a&gt;&lt;/h3&gt;
Very stripped down code and minimal styling and has all the functionality typically needed and it works in all major browsers even in IE6.
&lt;h3&gt;&lt;a title=&quot;Superfish on &#39;roids&quot; href=&quot;http://users.tpg.com.au/j_birch/plugins/superfish/&quot; target=&quot;_blank&quot;&gt;Superfish on &amp;lsquo;roids&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Superfish is one of the most popular Drop-Down menus available. Superfish on &amp;lsquo;roids takes it to the next level with jQuery!&lt;/p&gt;
&lt;h3&gt; &lt;a title=&quot;Smooth Navigational Menu&quot; href=&quot;http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm&quot; target=&quot;_blank&quot;&gt;Smooth Navigational Menu&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Multi-level CSS and jQuery for smooth navigation.&lt;/p&gt;
&lt;h3&gt;&lt;a title=&quot;Mega Drop Down Menus w/ CSS &amp;amp; jQuery&quot; href=&quot;http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/&quot; target=&quot;_blank&quot;&gt;Mega Drop Down Menus&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Create a Mega Drop-down menu perfect for eCommerce websites.&lt;/p&gt;
&lt;h3&gt;&lt;a title=&quot;Create Vimeo-like top navigation&quot; href=&quot;http://www.jankoatwarpspeed.com/post/2009/01/19/Create-Vimeo-like-top-navigation.aspx&quot; target=&quot;_blank&quot;&gt;Vimeo-like top navigation&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Create a Vimeo-like top naviation. It offers you different search options that you can choose and narrow your search.&lt;/p&gt;
&lt;h3&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.clarklab.net/blog/posts/animated-drop-down-menu-with-jquery/&quot; onclick=&quot;javascript:_gaq.push([&#39;_trackEvent&#39;,&#39;outbound-article&#39;,&#39;http://www.clarklab.net&#39;]);&quot; title=&quot;Animated Drop Down Menu with jQuery&quot;&gt;Animated Drop Down Menu with jQuery&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Drop down menus are a really convent way to fit a large menu into a   really small initial space. For a long time people have just used a form   element for standard drop downs, but with minimal effort you can create   a much slicker effect using jQuery and CSS.&lt;/p&gt;
&lt;h3&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://hv-designs.co.uk/2009/02/17/sliding-jquery-menu/&quot; onclick=&quot;javascript:_gaq.push([&#39;_trackEvent&#39;,&#39;outbound-article&#39;,&#39;http://hv-designs.co.uk&#39;]);&quot; title=&quot;Sliding Jquery Menu Tutorial&quot;&gt;Sliding Jquery Menu Tutorial&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;This tutorial will show you how to create a sliding menu button using   jquery. You can see the effect in action over on the PSDtuts webpage in   the top right hand corner.&lt;/p&gt;
&lt;h3&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://aext.net/2009/08/perfect-sign-in-dropdown-box-likes-twitter-with-jquery/&quot; onclick=&quot;javascript:_gaq.push([&#39;_trackEvent&#39;,&#39;outbound-article&#39;,&#39;http://aext.net&#39;]);&quot; title=&quot;Perfect signin dropdown box likes Twitter with jQuery&quot;&gt;Twitter style dropdown with jQuery&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;This tutorial will explain how it works step by step and it&amp;rsquo;s good   for learning jQuery how to do the toggle and tool tips. Enjoy it!&lt;/p&gt;
&lt;h3&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm&quot; onclick=&quot;javascript:_gaq.push([&#39;_trackEvent&#39;,&#39;outbound-article&#39;,&#39;http://www.dynamicdrive.com&#39;]);&quot; title=&quot;Dynamic Drive - Smooth Navigational Menu&quot;&gt;Dynamic Drive Navigational Menu&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;Smooth Navigation Menu is a multi level, CSS list based menu powered   using jQuery that makes website navigation a smooth affair. The menu&amp;rsquo;s contents can either be from direct markup on the page, or an external file and fetched via Ajax instead. &lt;/p&gt;
&lt;h3&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow&quot; href=&quot;http://pupunzi.open-lab.com/2009/01/18/mbmenu/&quot; onclick=&quot;javascript:_gaq.push([&#39;_trackEvent&#39;,&#39;outbound-article&#39;,&#39;http://pupunzi.open-lab.com&#39;]);&quot; title=&quot;jQuery.mb.Menu&quot;&gt;jQuery.mb.Menu&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;This is a powerful jQuery component to build easily a multilevel tree   menu or a contextual menu (right-click) in an intuitive way!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;View Demo&quot; target=&quot;_blank&quot;&gt;jQuery and CSS Example&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Dropdown menus and menu bars have been heavily used since the early   days of graphical user interfaces. Their use has become ubiquitous, and   even expected, in desktop applications, and the web has quickly followed   suit.&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://www.filamentgroup.com/examples/menusHierarchical/&quot; target=&quot;_blank&quot;&gt;jQuery iPod-style Drilldown Menu&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;We created an iPod-style drilldown menu to help users traverse   hierarchical data quickly and with control. It&amp;rsquo;s especially helpful when   organizing large data structures that don&amp;rsquo;t translate well into   traditional dropdown or fly-out menus.&lt;/p&gt;
&lt;h3&gt;&lt;a href=&quot;http://buildinternet.com/2009/01/how-to-make-a-smooth-animated-menu-with-jquery/&quot; target=&quot;_blank&quot;&gt;smooth animated menu with JQuery&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;A very nice tutorial to learn to create a very nice and artistic effect for your websites.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><link>http://aruninfotech.blogspot.com/2012/03/jquerycss-multi-level-dropdown-menu.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-4401958201256179852</guid><pubDate>Mon, 09 Jan 2012 18:23:00 +0000</pubDate><atom:updated>2012-01-16T23:58:15.516+05:30</atom:updated><title>Best jQuery Lightbox Scripts</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidpALdixLo_eAP8p5-oickVHZqdWtiQQxsugO4DpeaOH3GQW0jQ94K4puuPUTjs-2k8ENNJ1ioxnqzGpsdQfaJQuKaRS1XDJGuRD_Fd14pODDGeO5cLYx5RQeH5IOPHe2Max5xd_2hACly/s1600/lightbox-jquery.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidpALdixLo_eAP8p5-oickVHZqdWtiQQxsugO4DpeaOH3GQW0jQ94K4puuPUTjs-2k8ENNJ1ioxnqzGpsdQfaJQuKaRS1XDJGuRD_Fd14pODDGeO5cLYx5RQeH5IOPHe2Max5xd_2hACly/s1600/lightbox-jquery.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
Light box is nice tool to displays images using modal box. jQuery is very popular for modal dialogs because of its very easy implementation and it make  website more friendly and interactive.&lt;br /&gt;
In this article I collected the  &lt;i&gt;best&lt;/i&gt; and Efficient Lightbox  based on the jQuery Javascript library. &lt;br /&gt;
&lt;h3&gt;

&lt;a href=&quot;http://leandrovieira.com/projects/jquery/lightbox/&quot; target=&quot;_blank&quot;&gt;jQuery lightbox&lt;/a&gt;&lt;/h3&gt;
A jQuery &lt;i&gt;lightBox&lt;/i&gt; plugin is simple, elegant, unobtrusive, no need extra markup.&lt;br /&gt;
&lt;h2&gt;

&lt;a href=&quot;http://fancybox.net/&quot;&gt; fancybox &lt;/a&gt; &lt;/h2&gt;
FancyBox is a tool for displaying images, html content and multi-media   in a Mac-style “lightbox” that floats overtop of web page. &lt;br /&gt;
&lt;h3&gt;

&lt;a href=&quot;http://www.huddletogether.com/projects/lightbox2/&quot; target=&quot;_blank&quot;&gt;lightbox2&lt;/a&gt;&lt;/h3&gt;
Lightbox is a simple, unobtrusive script used to overlay images on the   current page. It’s a snap to setup and works on all modern browsers. &lt;br /&gt;
&lt;h3&gt;

&lt;a href=&quot;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&quot; target=&quot;_blank&quot;&gt;PrettyPhoto&lt;/a&gt; &lt;/h3&gt;
prettyPhoto is a jQuery based lightbox clone. Not only does it support   images, it also add support for videos, flash, YouTube, iFrames. It’s a   full blown media lightbox. The setup is easy and quick, plus the script   is compatible in every major browser. &lt;br /&gt;
&lt;h3&gt;

 &lt;a href=&quot;http://famspam.com/facebox/&quot; target=&quot;_blank&quot;&gt;Facebox&lt;/a&gt;&lt;/h3&gt;
Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages. It’s simple to use and easy on the eyes. Download the tarball, view the examples, then start enjoying the curves. &lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/best-jquery-lightbox-scripts.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidpALdixLo_eAP8p5-oickVHZqdWtiQQxsugO4DpeaOH3GQW0jQ94K4puuPUTjs-2k8ENNJ1ioxnqzGpsdQfaJQuKaRS1XDJGuRD_Fd14pODDGeO5cLYx5RQeH5IOPHe2Max5xd_2hACly/s72-c/lightbox-jquery.jpg" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-8434901184157136890</guid><pubDate>Mon, 09 Jan 2012 17:52:00 +0000</pubDate><atom:updated>2012-01-09T23:22:33.303+05:30</atom:updated><title>jquery nivo zoom</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Nivo Slider is the world’s most popular jQuery image slider, and it’s completely free!&lt;br /&gt;

Nivo Zoom is popular jQuery plugin that allows you to zoom the image.
 This  plugin comes with 5 different zoom types, Optional overlay 
support, Supports HTML captions, Simple clean &amp;amp; valid markup, Loads 
of settings to tweak and others. The plugin is lightweight (4kb 
compressed), focused only on images and comes with a bunch of settings. 
Nivo Zoom, by default, doesn’t use overlays but can display the bigger 
image with an overlay where the opacity and colors of it can be 
customized.&lt;br /&gt;
&lt;h3&gt;
Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Specify position of larger image relative to the thumbnail&lt;/li&gt;
&lt;li&gt;Add topLeft, topRight, bottomLeft, bottomRight, or center class to the image to specify relative position&lt;/li&gt;
&lt;li&gt;Optional overlay support&lt;/li&gt;
&lt;li&gt;Supports HTML captions&lt;/li&gt;
&lt;li&gt;Simple clean &amp;amp; valid markup&lt;/li&gt;
&lt;li&gt;Customizable settings&lt;/li&gt;
&lt;li&gt;Lightweight: Packed version only weighs 4kb&lt;/li&gt;
&lt;/ul&gt;
For more details &lt;b&gt;&lt;a href=&quot;http://nivozoom.dev7studios.com/&quot; target=&quot;_blank&quot;&gt;Visit&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-nivo-zoom.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-7601963689866507535</guid><pubDate>Mon, 09 Jan 2012 17:51:00 +0000</pubDate><atom:updated>2012-01-09T23:21:30.839+05:30</atom:updated><title>jquery tab panel</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;

         
         
            &lt;a href=&quot;http://jqueryexample.com/wp-content/uploads/2011/12/jquery-tabed-panel.jpg&quot;&gt;&lt;img alt=&quot;jquery tabed panel&quot; class=&quot;size-medium wp-image-542&quot; height=&quot;142&quot; src=&quot;http://jqueryexample.com/wp-content/uploads/2011/12/jquery-tabed-panel-300x142.jpg&quot; title=&quot;jquery tabed panel&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Tabbed panels are very useful and one of the most popular way to 
place a lot of information on a page without losing usability. Here is 
listed popular JQuery Tabs tutorials and plugins which you can use in 
your project.&lt;br /&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://css-tricks.com/jquery-ui-tabs-with-nextprevious/&quot; rel=&quot;external nofollow&quot; target=&quot;blank&quot; title=&quot;jQuery UI Tabs with Next/Previous&quot;&gt;Tabs with Next/Previous&lt;/a&gt;&lt;/strong&gt; :&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://css-tricks.com/examples/TabsNextPrev/&quot; rel=&quot;external nofollow&quot; target=&quot;blank&quot; title=&quot;View Live Demo&quot;&gt;View Live Demo&lt;br /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://yensdesign.com/2008/12/create-a-smooth-tabbed-menu-in-jquery/&quot; rel=&quot;external nofollow&quot; target=&quot;blank&quot; title=&quot;Create a smooth tabbed menu in jQuery&quot;&gt;Smooth tabbed menu in jQuery&lt;/a&gt;&lt;/strong&gt; :&lt;em&gt;Simple&lt;/em&gt; plug-in that allows for a large number of &lt;em&gt;tabs&lt;/em&gt; to fit into a small space&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://yensdesign.com/tutorials/tabs/&quot; rel=&quot;external nofollow&quot; target=&quot;blank&quot; title=&quot;View Live Demo&quot;&gt;View Live Demo&lt;br /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nettuts.com/tutorials/html-css-techniques/how-to-create-a-slick-tabbed-content-area/&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;Slick Tabbed&lt;/strong&gt;&lt;/a&gt;: This script allows you to create a &lt;em&gt;slick tabbed&lt;/em&gt; content area using CSS and &lt;em&gt;jQuery&lt;/em&gt;.&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://d2o0t5hpnwv4c1.cloudfront.net/001_Tabbed/site/jQuery.html&quot; rel=&quot;external nofollow&quot; target=&quot;blank&quot; title=&quot;View Live Demo&quot;&gt;View Live Demo&lt;br /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt; &lt;a href=&quot;http://www.sohtanaka.com/web-design/simple-tabs-w-css-jquery/&quot; rel=&quot;external nofollow&quot; target=&quot;blank&quot; title=&quot;Simple Tabs w/ CSS &amp;amp; jQuery&quot;&gt;Simple Tabs w/ CSS &amp;amp; jQuery&lt;/a&gt;&lt;/strong&gt;: This &lt;em&gt;jQuery&lt;/em&gt; plugin supplies an &lt;em&gt;easy&lt;/em&gt; way to create &lt;em&gt;tabbed menu&lt;/em&gt; with our lovely &lt;em&gt;jQuery&lt;/em&gt; library&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.sohtanaka.com/web-design/examples/tabs/&quot; rel=&quot;external nofollow&quot; target=&quot;blank&quot; title=&quot;View Live Demo&quot;&gt;View Live Demo&lt;br /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://tutorialzine.com/2010/01/sweet-tabs-jquery-ajax-css/&quot; rel=&quot;external nofollow&quot; target=&quot;blank&quot; title=&quot;Sweet AJAX Tabs With jQuery 1.4 &amp;amp; CSS3&quot;&gt;AJAX Tabs: &lt;/a&gt;&lt;/strong&gt;This
 tabbed panel allows you to squeeze much more content in a seemingly 
limited space and provide a structured way of accessing it.&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://demo.tutorialzine.com/2010/01/sweet-tabs-jquery-ajax-css/demo.html&quot; rel=&quot;external nofollow&quot; target=&quot;blank&quot; title=&quot;View Live Demo&quot;&gt;View Live Demo&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-tab-panel.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-157336763396064949</guid><pubDate>Mon, 09 Jan 2012 17:47:00 +0000</pubDate><atom:updated>2012-01-09T23:17:55.932+05:30</atom:updated><title>jquery iframe auto height</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
A simple solution for automatically resize iframe height depending on content. &lt;br /&gt;

In page call jQuery library and in head script part past below script.&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;$(function () {&lt;br /&gt;
            $(&#39;#myIframe&#39;).load(function () {&lt;br /&gt;&amp;nbsp;&amp;nbsp;
                this.style.height =&lt;br /&gt;&amp;nbsp;&amp;nbsp;
                 this.contentWindow.document.body.offsetHeight + &#39;px&#39;;&lt;br /&gt;
            });&lt;br /&gt;
});&lt;/code&gt; &lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-iframe-auto-height.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-2226834378294733957</guid><pubDate>Mon, 09 Jan 2012 17:46:00 +0000</pubDate><atom:updated>2012-01-09T23:16:59.670+05:30</atom:updated><title>jcarousel tutorial</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
There are lots of jQuery plugins for slider, but jCarousel is a best 
jQuery plugin for controlling a list of items in horizontal or vertical 
order. It works with all major browsers. To use the jCarousel component,
 include the jQuery library, the jCarousel source file and a jCarousel 
skin stylesheet file inside the  tag of your HTML document.&lt;br /&gt;
&lt;code&gt;&lt;script src=&quot;jquery.min.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;script src=&quot;jquery.jcarousel.min.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;link href=&quot;skin.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;&lt;/link&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;br&gt;
$(document).ready(function() {&lt;br&gt;
$(&#39;#mycarousel&#39;).jcarousel({&lt;br&gt;
// Configuration goes here&lt;br&gt;
});&lt;br&gt;
});&lt;br&gt;
&lt;/script&gt;&lt;/code&gt; &lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jcarousel-tutorial.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-2102354211738555938</guid><pubDate>Mon, 09 Jan 2012 17:45:00 +0000</pubDate><atom:updated>2012-01-09T23:15:41.139+05:30</atom:updated><title>jquery dotdotdot</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
jQuery.dotdotdot is an advanced cross-browser ellipsis for multiple 
line content. It adds an ellipsis after cut off text to indicate that 
there is more text than currently visible. Not only on a single line of 
content, but also particularly on multiple lines of content.&lt;br /&gt;
&lt;br /&gt;

To use add jquery library and script file in header and on document ready call function.&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;script javascript”=&quot;&quot; language=&quot;”javascript”&quot; src=&quot;”jquery.dotdotdot-1.2.1.js&amp;quot;&quot; text=&quot;&quot; type=&quot;text/javascript” language=”javascript” src=”jquery.js“&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;script type=&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;br&gt;
$(function(){&lt;br&gt;
   $(‘.ellipsis, .ellipsis-e’).dotdotdot();&lt;br&gt;
  $(‘.ellipsis-r’).dotdotdot({&lt;br&gt;
   watch: ‘window’&lt;br&gt;
  });&lt;br&gt;
$(‘.ellipsis-a’).dotdotdot({&lt;br&gt;
  after: ‘a’&lt;br&gt;
});&lt;br&gt;
});&lt;br&gt;
&lt;/script&gt;&lt;/code&gt; &lt;br /&gt;
For more details &lt;a href=&quot;http://dotdotdot.frebsite.nl/&quot; target=&quot;_blank&quot;&gt;Visit&lt;/a&gt;&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-dotdotdot.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-6031728201595319776</guid><pubDate>Mon, 09 Jan 2012 17:42:00 +0000</pubDate><atom:updated>2012-01-09T23:12:12.365+05:30</atom:updated><title>How To Set A Default Landing Tab For Your Facebook Page</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
 &lt;b&gt;Steps:&lt;/b&gt;&lt;br /&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Open the newly created page and click on edit page link.&lt;/li&gt;
&lt;li&gt;On edit page select “Manage Permission” tab from left menu. It will 
reload the right hand side of the page, now from right hand panel search
 for select drop down “Default Landing Tab” label and select the 
appropriate tab from select drop down, this tab will be loaded in place 
of default wall when visitor is not a fan or not logged in.&amp;nbsp; &lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/how-to-set-default-landing-tab-for-your.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-3698407165575389972</guid><pubDate>Fri, 06 Jan 2012 18:20:00 +0000</pubDate><atom:updated>2012-01-06T23:50:59.309+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">jQuery Pagination Plugin</category><title>jqPagination jQuery Pagination Plugin</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_9r4LmWs8IUaSbj19ovRKbHJ2P9_5-7GtJwEynyci-QyNR0ErMRPO63ikkFFr4hZ0wjU9SgZA9fN8dP2dEsJr06Lt1wURIyEeO60Ubev2-mARfpp-0NwdBfZ-C84fHM94y3at5OOsLYtT/s1600/jquery-pagination.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_9r4LmWs8IUaSbj19ovRKbHJ2P9_5-7GtJwEynyci-QyNR0ErMRPO63ikkFFr4hZ0wjU9SgZA9fN8dP2dEsJr06Lt1wURIyEeO60Ubev2-mARfpp-0NwdBfZ-C84fHM94y3at5OOsLYtT/s1600/jquery-pagination.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;jqPagination&lt;/b&gt; is a effective jQuery plugin for quickly creating a &lt;b&gt;pagination&lt;/b&gt; interface and functionality  for your web site or application..&lt;br /&gt;
The plugin is controlled with the special class names and attributes of HTML elements (for defining the prev, next buttons or setting the max pages).&lt;br /&gt;
It has a pretty unique, simple-yet-functional feature which is the ability to &lt;b&gt;clicking on the pagination item and setting the page to be displayed manually&lt;/b&gt;.&lt;br /&gt;
&lt;b&gt;jqPagination&lt;/b&gt; has a single &lt;b&gt;callback which is ran when a pagination request is made&lt;/b&gt; and returns the page number to be displayed.&lt;br /&gt;
Its design &lt;b&gt;can be customized easily&lt;/b&gt; and the plugin degrades nicely when JavaScript is disabled.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://beneverard.github.com/jqPagination/#demo&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Demo&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jqpagination-jquery-pagination-plugin.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_9r4LmWs8IUaSbj19ovRKbHJ2P9_5-7GtJwEynyci-QyNR0ErMRPO63ikkFFr4hZ0wjU9SgZA9fN8dP2dEsJr06Lt1wURIyEeO60Ubev2-mARfpp-0NwdBfZ-C84fHM94y3at5OOsLYtT/s72-c/jquery-pagination.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-2991890134018450234</guid><pubDate>Fri, 06 Jan 2012 18:15:00 +0000</pubDate><atom:updated>2012-01-07T00:07:25.336+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mobile Frameworks</category><title>Best Mobile Frameworks for web development</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3IvWGV-ETLvIWWQ2JHhJRWd6Z47ugynboa8zG10R6XHE7pzK2o9wCeXeMELhF-8bmQkrLbI5fjQSA3yR0nt0mKraYE9jNI3yVhZ2sv8iDiZYr_q8XS9dzbECouG6mIYRk5xCHDxx2kLDH/s1600/mobileapp.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3IvWGV-ETLvIWWQ2JHhJRWd6Z47ugynboa8zG10R6XHE7pzK2o9wCeXeMELhF-8bmQkrLbI5fjQSA3yR0nt0mKraYE9jNI3yVhZ2sv8iDiZYr_q8XS9dzbECouG6mIYRk5xCHDxx2kLDH/s1600/mobileapp.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;
 jQTouch&lt;/h3&gt;
Zepto/jQuery is a Open Source  plugin with native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, Android, iPod Touch, and other devices.&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://www.blogger.com/code.google.com/p/jqtouch/&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;h3&gt;
Sencha Touch&lt;/h3&gt;
Sencha Touch is HTML5-based framework for developing mobile web apps aimed   at next generation, touch enabled, devices. It’s currently compatible   with Apple iOS 3+, Android 2.1+, and BlackBerry 6+ devices.&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://www.blogger.com/www.sencha.com/products/touch/demos/&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
Zepto.js&lt;/h3&gt;
Zepto.js is a minimalist JavaScript framework for modern browsers, with a jQuery-compatible syntax. &lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://zeptojs.com/&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
JQuery Mobile Framework&lt;/h3&gt;
A unified user interface system across all popular mobile device   platforms, built on the rock-solid jQuery and jQuery UI foundation. Its   lightweight code is built with progressive enhancement, and has a   flexible, easily themeable design.&lt;br /&gt;
&lt;a href=&quot;http://jquerymobile.com/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Demo&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/best-mobile-frameworks-for-web.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3IvWGV-ETLvIWWQ2JHhJRWd6Z47ugynboa8zG10R6XHE7pzK2o9wCeXeMELhF-8bmQkrLbI5fjQSA3yR0nt0mKraYE9jNI3yVhZ2sv8iDiZYr_q8XS9dzbECouG6mIYRk5xCHDxx2kLDH/s72-c/mobileapp.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-4588850881838203696</guid><pubDate>Fri, 06 Jan 2012 18:02:00 +0000</pubDate><atom:updated>2012-01-06T23:32:03.062+05:30</atom:updated><title>jQuery Geo location plugin for map relation actions</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;i&gt;jQuery Geo&lt;/i&gt; is an open-source  popular framework for  map/geolocation related actions.&lt;br /&gt;
The plugin &lt;b&gt;uses the open source map servers&lt;/b&gt; like Open Street Map, WMS and Esri ArcGIS for pulling the map data. The maps created are &lt;b&gt;mobile-friendly&lt;/b&gt; and have lots of built-in methods for customization.&lt;br /&gt;
&lt;b&gt;jQuery Geo&lt;/b&gt; is very well-documented and supported with a bunch of examples.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;show mapping data and handle direct user interaction with the map&lt;/li&gt;
&lt;li&gt;use geospatial functions like calculating bounding boxes, measuring the distance between geometries, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;a href=&quot;http://www.blogger.com/jquerygeo.com/test/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Demo&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-geo-location-plugin-for-map.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-5880971835859502416</guid><pubDate>Fri, 06 Jan 2012 17:45:00 +0000</pubDate><atom:updated>2012-01-06T23:15:31.081+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">jQuery News Ticker</category><title>jQuery News Ticker</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3&gt;
jQuery News Ticker&lt;/h3&gt;
Many websites today including news ticker to display your latest headlines or to show other features  in a tiny space. jQuery News Ticker is useful plugin, inspired from the BBC news ticker,   that simplifies creating them. News Ticker enables users to show   unordered lists, RSS feed, HTML file, or content in a simple yet slick   customizable interface.It support for loading content via an RSS feed. &lt;br /&gt;
&lt;a href=&quot;http://www.jquerynewsticker.com/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Demo&lt;/b&gt;&lt;/a&gt; &amp;nbsp;&lt;a href=&quot;http://github.com/rhodimus/jQuery-News-Ticker&quot;&gt;&lt;b&gt;Download&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-news-ticker.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-7897597891068591087</guid><pubDate>Thu, 05 Jan 2012 19:11:00 +0000</pubDate><atom:updated>2012-01-16T23:59:40.458+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Best jQuery Chart Libraries</category><title>Best jQuery Chart Libraries</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
In this article we listed best chart libraries that you can use in your projects. Most of them 
are free for personal and commercial use.&lt;/div&gt;
&lt;h3&gt;


&amp;nbsp;&lt;a href=&quot;http://codecanyon.net/item/graphup-jquery-plugin/108025?ref=1stwebdesigner&quot; target=&quot;_blank&quot;&gt;Jquery GraphUp  Plugin&lt;/a&gt;&lt;/h3&gt;
“GraphUp is a very flexible and lightweight jQuery (v1.4+) plugin to   spice up your data tables. It visualizes the values using color, bar   charts and bubbles.” and only 4kB.&lt;br /&gt;
&amp;nbsp;&lt;a href=&quot;http://www.geertdedeckere.be/shop/graphup/&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Demo&lt;/b&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;h3&gt;


&lt;a href=&quot;http://www.highcharts.com/&quot;&gt;jQuery Highcharts&lt;/a&gt;&lt;/h3&gt;
Highcharts is a really impressive jQuery Chart Library. In a few   words Highcharts is compatible with most Browsers and even the iPhone;   numerous chart types are supported; it is a dynamic plugin because you   can add, remove and modify series, axes or points at any time after   chart creation and you can load data from external files; tooltip labels   are also supported which is great for detailed information in a point   of a chart; zooming and last but not least all text labels can be   rotated in any angle.&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://www.highcharts.com/demo/&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h2&gt;


&lt;a href=&quot;http://www.jqplot.com/&quot;&gt;jqPlot&lt;/a&gt;&lt;/h2&gt;
jqPlot is a plotting and &lt;i&gt;charting&lt;/i&gt; plugin for the &lt;i&gt;jQuery.&lt;/i&gt; jqPlot produces beautiful line, bar and pie &lt;i&gt;charts&lt;/i&gt; with many features you can even add shadows and   interact per drag&amp;amp;drop in the charts! It even automatically computes   trend lines. We could compare it to highcharts in terms of features and   functionality.&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://www.jqplot.com/tests/&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;


&lt;a href=&quot;http://code.google.com/p/flot/&quot;&gt;Flot&lt;/a&gt;&lt;/h3&gt;
Flot is as the authors call it an “Attractive Javascript plotting for   jQuery” which is true. The charts look simple and nice, it is easy to   create charts and all settings are optional. Some key features of plot   is turning series on/off, zooming, interacting with the data points and   it integrates a simple tooltip feature.&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://people.iola.dk/olau/flot/examples/&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;


&lt;a href=&quot;http://keith-wood.name/gChart.html&quot;&gt;jQuery Google Charting&lt;/a&gt;&lt;/h3&gt;
The current version is 1.4.1 and is available under the GPL or MIT licenses.&amp;nbsp; Whilst the API itself is pretty simple to use (the format to generate graphs is to form a complex url with multiple query string parameters), the plugin goes one step further and actually forms that complex url for you, by allowing you to set the parameters you want with simple jQuery calls:&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/best-jquery-chart-libraries.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-7672173069931497058</guid><pubDate>Thu, 05 Jan 2012 18:26:00 +0000</pubDate><atom:updated>2012-01-05T23:56:53.578+05:30</atom:updated><title>nivo zoom  tutorial</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Nivo Slider is the world’s most popular jQuery image slider, and it’s completely free!&lt;br /&gt;

Nivo Zoom is popular jQuery plugin that allows you to zoom the image.
 This  plugin comes with 5 different zoom types, Optional overlay 
support, Supports HTML captions, Simple clean &amp;amp; valid markup, Loads 
of settings to tweak and others. The plugin is lightweight (4kb 
compressed), focused only on images and comes with a bunch of settings. 
Nivo Zoom, by default, doesn’t use overlays but can display the bigger 
image with an overlay where the opacity and colors of it can be 
customized.&lt;br /&gt;

&lt;h3&gt;
Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Specify position of larger image relative to the thumbnail&lt;/li&gt;
&lt;li&gt;Add topLeft, topRight, bottomLeft, bottomRight, or center class to the image to specify relative position&lt;/li&gt;
&lt;li&gt;Optional overlay support&lt;/li&gt;
&lt;li&gt;Supports HTML captions&lt;/li&gt;
&lt;li&gt;Simple clean &amp;amp; valid markup&lt;/li&gt;
&lt;li&gt;Customizable settings&lt;/li&gt;
&lt;li&gt;Lightweight: Packed version only weighs 4kb&lt;/li&gt;
&lt;/ul&gt;
For more details Visit: http://nivozoom.dev7studios.com/&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/nivo-zoom-tutorial.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-2475926769547341774</guid><pubDate>Thu, 05 Jan 2012 18:23:00 +0000</pubDate><atom:updated>2012-01-05T23:53:13.901+05:30</atom:updated><title>steps to create facebook page</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;strong&gt;Quick easy steps to create facebook page tab are as follows.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;

&lt;strong&gt;Step 1:&lt;/strong&gt; Login to facebook account.&lt;br /&gt;

&lt;strong&gt;Step 2:&lt;/strong&gt; Open url https://developers.facebook.com/apps  in browser.&lt;br /&gt;

&lt;strong&gt;Step 3:&lt;/strong&gt; In right hand section, find “create new app” button and click it.&lt;br /&gt;
Add display name, namespace is optional and select agree checkbox.&lt;br /&gt;

&lt;strong&gt;Step 4:&lt;/strong&gt; Once its saved it will load next page where 
you can find settings in the “Basic” section of your apps in the 
Developer App under ‘Select how your app integrates with Facebook’. 
Click ‘Page Tab’ to expand the Page Tab settings, and the Page Tab 
fields will appear, here you have to add the tab name, and application 
url &amp;amp; Secure Page Tab URL e.g. http://phptechi.com/. secure url is 
mandatory now. Click on save changes. On same page you can find “App 
ID:” at the top copy it somewhere in notepad/ text editor. &lt;br /&gt;

&lt;strong&gt;Step 5:&lt;/strong&gt; Now open url in another tab http://www.facebook.com/pages/ and click on create page button and create page.&lt;br /&gt;
&lt;strong&gt;Step 6:&lt;/strong&gt; Adding an App/ page tab to a Page.&lt;br /&gt;
Open new tab and pest following url into that. It will show “chose 
facebook page” dropdown. now select the newly created page. Dont forget 
to replace&lt;br /&gt;
“YOUR_APP_ID” with application id copied in step 4 and “YOUR_URL” with “application url” used in step 4.&lt;br /&gt;

Format : http://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&amp;amp;next=YOUR_URL&lt;br /&gt;

Sample URL : http://www.facebook.com/dialog/pagetab?app_id=214247878655791&amp;amp;next=http://172.20.150.166/sampalApp/&lt;br /&gt;

If you follow all the steps correctly it should add page tab in newly
 newly created page. Just refresh/ reload page thats all !!.&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/steps-to-create-facebook-page.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-6968858175378147995</guid><pubDate>Thu, 05 Jan 2012 18:20:00 +0000</pubDate><atom:updated>2012-01-05T23:50:24.053+05:30</atom:updated><title>Best jQuery grid plugins</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
There are so many jQuery grid plugins. Each having different features
 and capabilities. Below I listed the best jQuery grid plugins which you
 can use in your projects&lt;br /&gt;

&lt;ul&gt;
&lt;li&gt;Flexigrid: &lt;a href=&quot;http://flexigrid.info/&quot; rel=&quot;nofollow&quot;&gt;http://flexigrid.info/&lt;/a&gt;
 : Lightweight but rich data grid with resizable columns and a scrolling
 data to match the headers, plus an ability to connect to an xml based 
data source using Ajax to load the content.&lt;/li&gt;
&lt;li&gt;jQuery Grid: &lt;a href=&quot;http://www.trirand.com/blog/&quot; rel=&quot;nofollow&quot;&gt;http://www.trirand.com/blog/&lt;/a&gt; :&lt;/li&gt;
&lt;li&gt;jqGridView: &lt;a href=&quot;http://plugins.jquery.com/project/jqGridView&quot; rel=&quot;nofollow&quot;&gt;http://plugins.jquery.com/project/jqGridView&lt;/a&gt;&amp;nbsp; &lt;strong&gt;&lt;em&gt;jqGrid&lt;/em&gt;&lt;/strong&gt; is an Ajax-enabled JavaScript control that provides solutions for representing and manipulating tabular data on the web.&lt;/li&gt;
&lt;li&gt;Ingrid: &lt;a href=&quot;http://reconstrukt.com/ingrid/&quot; rel=&quot;nofollow&quot;&gt;http://reconstrukt.com/ingrid/&lt;/a&gt;
 :Ingrid is an unobtrusive jQuery component that adds datagrid behaviors
 (column resizing, paging, sorting, row and column styling, and more) to
 your tables.&lt;/li&gt;
&lt;li&gt;DataTable : &lt;a href=&quot;http://www.datatables.net/index&quot; rel=&quot;nofollow&quot;&gt;http://www.datatables.net/index&lt;/a&gt;
 : DataTables is a plug-in for the jQuery Javascript library. It is a 
highly flexible tool, based upon the foundations of progressive 
enhancement, which will add advanced interaction controls to any HTML 
table.&lt;/li&gt;
&lt;li&gt;Slickgrid : &lt;a href=&quot;http://code.google.com/p/slickgrid/&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/slickgrid/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;TableSorter: &lt;a href=&quot;http://tablesorter.com/&quot; rel=&quot;nofollow&quot;&gt;http://tablesorter.com/&lt;/a&gt;:tablesorter
 is a jQuery plugin for turning a standard HTML table with THEAD and 
TBODY tags into a sortable table without page refreshes. tablesorter can
 successfully parse and sort many types of data including linked data in
 a cell.&lt;/li&gt;
&lt;li&gt;dhtmlxGrid: &lt;a href=&quot;http://www.dhtmlx.com/docs/products/dhtmlxGrid/&quot; rel=&quot;nofollow&quot;&gt;http://www.dhtmlx.com/docs/products/dhtmlxGrid/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sigma Grid: &lt;a href=&quot;http://www.sigmawidgets.com/products/sigma_grid2/&quot; rel=&quot;nofollow&quot;&gt;http://www.sigmawidgets.com/products/sigma_grid2/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/best-jquery-grid-plugins.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-9116283836794067489</guid><pubDate>Thu, 05 Jan 2012 18:12:00 +0000</pubDate><atom:updated>2012-01-05T23:42:59.201+05:30</atom:updated><title>jQuery feed menus tutorial</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
There are many way to get or promote your site &lt;em&gt;become popular&lt;/em&gt;. One of the &lt;em&gt;popular&lt;/em&gt; method is by submiting your site to rss &lt;em&gt;feed. &lt;/em&gt;When feeds became popular, it worked to have one icon on your site to point your readers in one location.&lt;br /&gt;

&lt;b&gt;&lt;a data-mce-href=&quot;http://www.komodomedia.com/mint/pepper/orderedlist/downloads/download.php?file=http%3A//www.komodomedia.com/samples/feed_menu/jquery_feed_menu.zip&quot; href=&quot;http://www.komodomedia.com/mint/pepper/orderedlist/downloads/download.php?file=http%3A//www.komodomedia.com/samples/feed_menu/jquery_feed_menu.zip&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-feed-menus-tutorial.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-6383181402409850468</guid><pubDate>Thu, 05 Jan 2012 18:12:00 +0000</pubDate><atom:updated>2012-01-05T23:42:11.891+05:30</atom:updated><title>jQuery UI 1.8  features</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;

         
         
            &lt;br /&gt;
&lt;em&gt;jQuery UI 1.8&lt;/em&gt; just released. The biggest changes are, of course, the &lt;em&gt;new&lt;/em&gt; widgets themselves.&lt;br /&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Core&lt;/strong&gt; – the core of jQuery UI, required for all interactions and widgets&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Widget&lt;/strong&gt; – the widget factory, base for all widgets&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mouse&lt;/strong&gt; – the mouse widget, a base class for all interactions and widgets with heavy mouse interaction&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Position&lt;/strong&gt; – a utility plugin for positioning elements relative to other elements&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
The Position Utility&lt;/h3&gt;
With this, you can position any element relative to any other, or even relative to the parent window or your mouse.&lt;br /&gt;

&lt;h3&gt;
The Button Widget&lt;/h3&gt;
With the button widget you can create a fully theme-able button from 
any imaginable element you want to use as a native button.Traditionally 
buttons had an input type of submit, reset, image or button, but 
progressively developers are creating from elements such as anchor 
tags.&amp;nbsp; The Button widget makes this an attractive alternative for 
developers who want new styles to their website.&lt;br /&gt;

&lt;h3&gt;
The Autocomplete Widget&lt;/h3&gt;
This is maybe the most requested feature, which made it into the 
latest release of jQuery UI – The Autocomplete. The Autocomplete widget 
makes any text input field pop up a menu to help the user in completing 
their search or entry, provide suggestions and improvements to search 
criteria they’re entering.&lt;br /&gt;
&lt;br /&gt;
jQuery UI 1.8 you can download from:&lt;br /&gt;

&lt;ul&gt;
&lt;li&gt;Minimized version: &lt;a href=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js&quot; target=&quot;_blank&quot;&gt;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Full Version with comments: &lt;a href=&quot;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.js&quot; target=&quot;_blank&quot;&gt;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.js&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-ui-18-features.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-2356243913886294492</guid><pubDate>Thu, 05 Jan 2012 18:10:00 +0000</pubDate><atom:updated>2012-01-05T23:40:14.259+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">jquery 3d carousel</category><title>jquery 3d carousel</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://jqueryexample.com/wp-content/uploads/2011/12/3d-carousel-jquery1.jpg&quot;&gt;&lt;img alt=&quot;3d carousel jquery&quot; class=&quot;size-full wp-image-564&quot; height=&quot;120&quot; src=&quot;http://jqueryexample.com/wp-content/uploads/2011/12/3d-carousel-jquery1.jpg&quot; title=&quot;3d-carousel-jquery&quot; width=&quot;190&quot; /&gt;&lt;/a&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/div&gt;
&lt;em&gt;3D Carousel&lt;/em&gt; is a powerful jQuery plugin enabling you to create &lt;em&gt;3D carousel&lt;/em&gt; with&amp;nbsp; great features. It can be fully customizable controlled by mouse.&amp;nbsp; jQueryCarousel uses JSON as source data provider.&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://jquery-ui.googlecode.com/svn/%21svn/bc/3147/branches/labs/index.html&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-3d-carousel.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4381574072031162308.post-944129361145889966</guid><pubDate>Thu, 05 Jan 2012 18:09:00 +0000</pubDate><atom:updated>2012-01-05T23:39:10.677+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">jcarousel tutorial</category><title>jquery jcarousel tutorial</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://jqueryexample.com/wp-content/uploads/2011/12/jcarousel-jquery-plugin.jpg&quot;&gt;&lt;img alt=&quot;jquery jcarousel tutorial&quot; class=&quot;size-full wp-image-574&quot; height=&quot;122&quot; src=&quot;http://jqueryexample.com/wp-content/uploads/2011/12/jcarousel-jquery-plugin.jpg&quot; title=&quot;jcarousel-jquery-plugin&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
There are lots of jQuery plugins for slider, but jCarousel is a best 
jQuery plugin for controlling a list of items in horizontal or vertical 
order. It works with all major browsers. To use the jCarousel component,
 include the jQuery library, the jCarousel source file and a jCarousel 
skin stylesheet file inside the  tag of your HTML document.&lt;br /&gt;
&lt;code&gt;&lt;script src=&quot;jquery.min.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;script src=&quot;jquery.jcarousel.min.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;link href=&quot;skin.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;&lt;/link&gt;&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;br&gt;
$(document).ready(function() {&lt;br&gt;
$(&#39;#mycarousel&#39;).jcarousel({&lt;br&gt;
// Configuration goes here&lt;br&gt;
});&lt;br&gt;
});&lt;br&gt;
&lt;/script&gt;&lt;/code&gt;&lt;br /&gt;

&lt;b&gt;&lt;a href=&quot;http://sorgalla.com/projects/jcarousel/examples/static_simple.html&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;</description><link>http://aruninfotech.blogspot.com/2012/01/jquery-jcarousel-tutorial.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item></channel></rss>