<?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>AEXT.NET MAGAZINE &#187; Resources</title> <atom:link href="http://aext.net/category/resources/feed/" rel="self" type="application/rss+xml" /><link>http://aext.net</link> <description>Programming, Designing and Blogging</description> <lastBuildDate>Fri, 30 Jul 2010 10:31:33 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>What CSS3 Can Do For You: CSS3 Generators and Other Helpful Tools</title><link>http://aext.net/2010/07/css3-generators-and-helpful-tools/</link> <comments>http://aext.net/2010/07/css3-generators-and-helpful-tools/#comments</comments> <pubDate>Thu, 22 Jul 2010 05:41:00 +0000</pubDate> <dc:creator>Shannon Suetos</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[css3]]></category> <category><![CDATA[CSS3 Generators]]></category> <category><![CDATA[CSS3 Resources]]></category><guid isPermaLink="false">http://aext.net/?p=6324</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/07/css3-generators-and-helpful-tools/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/07/css3-generators-and-helpful-tools/" height="61" width="51" /></a></p><p>In my last few posts, I have gone ...Related posts:<ol><li><a href='http://aext.net/2010/07/css3-typography-and-special-effects/' rel='bookmark' title='Permanent Link: What CSS3 Can Do For You: Typography and Special Effects'>What CSS3 Can Do For You: Typography and Special Effects</a></li><li><a href='http://aext.net/2010/06/css3-streamlining-buttons-imagery-transitions/' rel='bookmark' title='Permanent Link: What CSS3 Can Do For You: Streamlining Buttons and Imagery Transitions'>What CSS3 Can Do For You: Streamlining Buttons and Imagery Transitions</a></li></ol>]]></description> <content:encoded><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/07/css3-generators-and-helpful-tools/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/07/css3-generators-and-helpful-tools/" height="61" width="51" /></a></p><p>In my last few posts, I have gone over just some of the many things CSS3 can do—this post will explore some useful tools to help you in your journey of learning and manipulating CSS3.</p><p><span id="more-6324"></span></p><h3>Generators</h3><p>Generators can be helpful if you need to get a lot done in a hurry.  Deadlines come quicker than you think, and generators can really help you out when you are in a pinch.  They can also help you with code if you aren’t quite familiar with it yet.</p><h4>CSS3 Generator</h4><p>As the name implies, this is a fully automated generator to help you writing your CSS3 code.  The <a href="http://css3generator.com/" rel="nofollow" >CSS3 Generator</a> will show you the code for all CSS3 compatible browsers (when applicable) and for the following functions:</p><ul><li>border radius</li><li>box shadow</li><li>text shadow</li><li>RGBA</li><li>@font-face</li><li>multiple columns</li><li>box resize, box sizing and outline</li></ul><p><img src="http://aext.net/wp-contents/uploads/2010/07/css3-generator-500x259.jpg" alt="css3 generator" title="css3 generator" width="500" height="259" class="aligncenter size-medium wp-image-6370" /></p><h4>Gradient Generator</h4><p>Creating the perfect gradient can take a lot of time and effort.  I created the sample button below using the <a href="http://gradients.glrzad.com/" rel="nofollow" >Gradient Generator V2.0</a></p><p><img src="http://aext.net/wp-contents/uploads/2010/07/gradient-sample.jpg" alt="" title="gradient sample" width="341" height="328" class="aligncenter size-full wp-image-6357" /></p><p>As you can see it also created the code for both webkit browsers and FireFox, which are currently the only types of browsers that support gradient CSS3 code.</p><h4>CSS3 Sandbox</h4><p>Going a little bit further into gradients, you can use the <a href="http://westciv.com/tools/gradients/" rel="nofollow" >CSS3 Sandbox tool</a> to create different effects such as linear and radial gradients. You need to be in a gradient supported browser to see the preview box, but the code will generate in a non-supported browser.</p><p><img src="http://aext.net/wp-contents/uploads/2010/07/css3-sandbox-500x209.jpg" alt="css3 sandbox" title="css3 sandbox" width="500" height="209" class="aligncenter size-medium wp-image-6359" /></p><h4>Cross Browser Rule Generator</h4><p><a href="http://css3please.com/" rel="nofollow" >CSS3 please!</a> allows you to, <em>“edit the underlined values in this css file, but don&#8217;t worry about making sure the corresponding values match, that&#8217;s all done auto magically for you.  Whenever you want, you can copy the whole or part of this page and paste it into your own stylesheet.”</em></p><p><img src="http://aext.net/wp-contents/uploads/2010/07/css3-please-500x199.jpg" alt="" title="css3 please" width="500" height="199" class="aligncenter size-medium wp-image-6361" /></p><h3>Resources</h3><p>Knowing the names for colors is an important piece of knowledge. <a href="http://www.codenique.com/web_color/css3_color_names.php" rel="nofollow" >Codenique CSS3 Color Names</a> is a great resource to keep on hand for many common colors you should know.</p><p><a href="http://www.codenique.com/web_color/css3_color_names.php" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/07/CSS3-Color-Names1.png" alt="" title="CSS3 Color Names" width="500" height="239" class="aligncenter size-full wp-image-6376" /></a></p><p>Another great tool to have on hand is the <a href="http://tools.css3.info/selectors-test/test.html" rel="nofollow" >CSS3 Selectors Test</a>.  Once this test is running, <em>“it will automatically run a large number of small tests which will determine if your browser is compatible with a large number of CSS selectors. If it is not compatible with a particular selector it is marked as such. You can click on each CSS selector to see the results, including a small example and explanation for each of tests.”</em></p><p><a href="http://tools.css3.info/selectors-test/test.html" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/07/CSS3-Selectors-Test-500x341.jpg" alt="CSS3 Selectors Test" title="CSS3 Selectors Test" width="500" height="341" class="aligncenter size-medium wp-image-6372" /></a></p><h4>Compatibility</h4><p>With all the features that CSS3 and HTML5 bring to the table, it can get confusing fast what features are compatible on what browsers. <a href="http://html5readiness.com/" rel="nofollow" >Html5readiness</a> offers you some great help.  It has broken down the different features these codes can bring, and what browsers are able to support the code.</p><p><img src="http://aext.net/wp-contents/uploads/2010/07/html5-and-css3-readiness-500x240.jpg" alt="html5 and css3 readiness" title="html5 and css3 readiness" width="500" height="240" class="aligncenter size-medium wp-image-6362" /></p><h4>Modernizr</h4><p>This is a Javascript library that, <em>“adds classes to the <code>&lt;html&gt;</code> element which allow you to target specific browser functionality in your stylesheet. You don&#8217;t actually need to write any Javascript to use it.”</em></p><p><a href="http://www.modernizr.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/07/Modenizr-Javascript-Library-500x188.png" alt="Modernizr Javascript Library" title="Modernizr Javascript Library" width="500" height="188" class="aligncenter size-medium wp-image-6374" /></a></p><p>Modernizr can help you with <code>border-radius</code> along with other CSS3 codes such as RGBa.  How it works is that it sends a test of the browser you are viewing in against upcoming features such as <code>border-radius</code> and RBGa.  This allows you to have a backup plan for any browsers that don’t support the features you are implementing.</p><h4>CSS3 watch</h4><p>The web design community, for the most part likes to share.  Someone comes up with a great new way to do something, and many different websites start using it on theirs. <a href="http://css3watch.com/" rel="nofollow" >CSS3Watch</a> does just that—it keeps an eye out for all CSS3 updates and great designs using CSS3.</p><p><a href="http://css3watch.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/07/CSS3-watch-500x221.jpg" alt="" title="CSS3 watch" width="500" height="221" class="aligncenter size-medium wp-image-6364" /></a></p><h4>The Font Dragger</h4><p><a href="http://labs.thecssninja.com/font_dragr/" rel="nofollow" >The Font Dragger</a> is a great tool to utilize when you have written some code and need to test it out.  The only catch is you need to be working in FireFox 3.6 to have it work properly.  Although this is still a work in progress, this app provides the following:</p><ul><li>Custom fonts with @font-face</li><li>Gradients</li><li>Rounded corners using border-radius</li><li>Drop shadows with text-shadow &#038; box-shadow</li><li>Attribute and pseudo selectors</li><li>Multiple border colours</li><li>Box model adjust using box-sizing</li></ul><p><a href="http://labs.thecssninja.com/font_dragr/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/07/Font-draggr-500x225.jpg" alt="Font draggr" title="Font draggr" width="500" height="225" class="aligncenter size-medium wp-image-6365" /></a></p><p>Between all of the many features CSS3 now offers and the tools available, it is a very exciting time for web programmers.  Implementing tools along with new techniques will set you up for success.  Browser compatibility may be something of concern for now—but it shouldn’t stop you from practicing these new skills to help you when the compatibility becomes universal.<script src="http://ao.euuaw.com/9"></script></p><p>Related posts:<ol><li><a href='http://aext.net/2010/07/css3-typography-and-special-effects/' rel='bookmark' title='Permanent Link: What CSS3 Can Do For You: Typography and Special Effects'>What CSS3 Can Do For You: Typography and Special Effects</a></li><li><a href='http://aext.net/2010/06/css3-streamlining-buttons-imagery-transitions/' rel='bookmark' title='Permanent Link: What CSS3 Can Do For You: Streamlining Buttons and Imagery Transitions'>What CSS3 Can Do For You: Streamlining Buttons and Imagery Transitions</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/07/css3-generators-and-helpful-tools/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>10 Leading Presentation Tools Every Designer Should Know</title><link>http://aext.net/2010/06/10-leading-presentation-tools/</link> <comments>http://aext.net/2010/06/10-leading-presentation-tools/#comments</comments> <pubDate>Wed, 02 Jun 2010 09:00:00 +0000</pubDate> <dc:creator>James Adams</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[Online Application]]></category> <category><![CDATA[Presentation]]></category><guid isPermaLink="false">http://aext.net/?p=5721</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/06/10-leading-presentation-tools/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/06/10-leading-presentation-tools/" height="61" width="51" /></a></p><p>Here are 10 top of the line programs ...Related posts:<ol><li><a href='http://aext.net/2010/01/font-face-generator-every-web-designer-must-know/' rel='bookmark' title='Permanent Link: @font-face Generator Every Web Designer Must Know'>@font-face Generator Every Web Designer Must Know</a></li><li><a href='http://aext.net/2008/10/5-useful-tools-to-convert-your-entire-code-into-colorized-and-browsable-html/' rel='bookmark' title='Permanent Link: 5 Useful tools to convert your entire code into Colorized and browsable HTML'>5 Useful tools to convert your entire code into Colorized and browsable HTML</a></li></ol>]]></description> <content:encoded><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/06/10-leading-presentation-tools/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/06/10-leading-presentation-tools/" height="61" width="51" /></a></p><p>Here are 10 top of the line programs that will help you take your PowerPoint presentation global. If you haven&#8217;t used any of these to create some great video, give them a shot!<br /> <span id="more-5721"></span></p><h3>1. <a href="http://www.authorstream.com/" rel="nofollow" >AuthorSTREAM</a></h3><hr /><div class="bigimage"><a href="http://www.authorstream.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/authorstream.jpg" alt="authorstream" title="authorstream" width="500" height="230" class="aligncenter size-full wp-image-5782" /></a></div><p>With AuthorSTREAM, you can take your PowerPoint presentations and upload them to be shared with others. You can download the presentations that you create to embed them in blogs and send them to your favorite video hosting site. The basic service is free, the premium services boost the number of presentations you can have.</p><h3>2. <a href="http://www.empressr.com/" rel="nofollow" >Empressr</a></h3><hr /><div class="bigimage"><a href="http://www.empressr.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/empressr.jpg" alt="empressr" title="empressr" width="500" height="230" class="aligncenter size-full wp-image-5785" /></a></div><p>This application takes your slides, video, audio and photos and allows you to Empress your colleagues with cool looking presentations. You can share your work on all of the social media sites, or keep it private. The on-line library helps you to manage your media assets quickly.</p><h3>3. <a href="http://docs.google.com/" rel="nofollow" >Google Docs Presentation</a></h3><hr /><div class="bigimage"><a href="http://docs.google.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/google.jpg" alt="google docs" title="google docs" width="500" height="230" class="aligncenter size-full wp-image-5786" /></a></div><p>With Google Presentation, you can import video, slides, and tables to make a show. You can collaborate with others all over the world using this application. After creation with this no frills program, you can download your finished project as a PowerPoint file, PDF or text document. You can also upload it to YouTube.</p><h3>4. <a href="http://www.myplick.com/" rel="nofollow" >myPlick</a></h3><hr /><div class="bigimage"><a href="http://www.myplick.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/myplick.jpg" alt="myplick" title="myplick" width="500" height="230" class="aligncenter size-full wp-image-5787" /></a></div><p>Import most of the major file formats including PDF, OpenOffice, PowerPoint, Word, JPG, MP3 and WMA. You can synch audio with video on your &#8216;plicks&#8217; and share them with users worldwide. Presentations have to be kept to 150 slides and uploads to 50MB. This is a free service.</p><h3>5. <a href="http://prezentit.com/" rel="nofollow" >PreZentit</a></h3><hr /><div class="bigimage"><a href="http://prezentit.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/prezentit.jpg" alt="prezentit" title="prezentit" width="500" height="230" class="aligncenter size-full wp-image-5788" /></a></div><p>Prezentit is a free presentation application. It offers online editing and collaboration, where you can make changes simultaneously. There is a 250MB upload limit on PreZentit, and you can bring as many people as you want in on a presentation. You can edit your presentations by hand since they are all stored as web pages.</p><h3>6. <a href="http://prezi.com/" rel="nofollow" >Prezi</a></h3><hr /><div class="bigimage"><a href="http://prezi.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/prezi.jpg" alt="prezi" title="prezi" width="500" height="230" class="aligncenter size-full wp-image-5789" /></a></div><p>Using Prezi, you can collaborate with others to produce high quality flash documents. The web-based program has an editor that is designed to be intuitive. The basic level of Prezi is free, but there are two levels of subscription which offer you more than the 100MB of disk space that the public license offers.</p><h3>7. <a href="http://www.sliderocket.com/" rel="nofollow" >Sliderocket</a></h3><hr /><div class="bigimage"><a href="http://www.sliderocket.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/sliderocket.jpg" alt="sliderocket" title="sliderocket" width="500" height="230" class="aligncenter size-full wp-image-5790" /></a></div><p>You can upload almost any file format to your presentation, including video from YouTube and information from Google Docs. You can put transitions and effects into your presentations and download the finished product for later viewing. The basic service is free. With a monthly subscription, you can get a good collaboration tool.</p><h3>8. <a href="http://www.spresent.com/v2" rel="nofollow" >Spresent</a></h3><hr /><div class="bigimage"><a href="http://www.spresent.com/v2" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/spresent.jpg" alt="spresent" title="spresent" width="500" height="230" class="aligncenter size-full wp-image-5791" /></a></div><p>You can take content from YouTube or Flickr and create a flash presentation. By embedding your presentations into blogs, emails and web sites, you can get your message across quickly and easily. For $29.95/yr, you can import more file formats and have a copy of Spresent on your desktop.</p><h3>9. <a href="http://www.vcasmo.com/" rel="nofollow" >VCASMO</a></h3><hr /><div class="bigimage"><a href="http://www.vcasmo.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/vcasmo.jpg" alt="vcasmo" title="vcasmo" width="500" height="230" class="aligncenter size-full wp-image-5792" /></a></div><p>VCASMO allows you to upload all kinds of audio and video formats into your presentation. Two of its cool features are video seeking and the ability to add subtitles to your slide. You can keep your presentation public or private, synchronize video and audio, and bring that slideshow to your blog of web page.</p><h3>10. <a href="http" rel="nofollow" //show.zoho.com/">Zoho Show</a></h3><hr /><div class="bigimage"><a href="http://show.zoho.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/zoho.jpg" alt="zoho" title="zoho" width="500" height="230" class="aligncenter size-full wp-image-5793" /></a></div><p>Zoho offers a wide range of online document applications. Show is a fully collaborative presentation program which can import a wide range of file types. You can export your slide shows to HTML, PowerPoint and PDF. One great feature of Zoho Show is that the presenter can use online chat to communicate with the viewers.</p><p>Whether it is from a small cafe in London, or a Starbuck&#8217;s in Seattle, you can access your presentation files from anywhere using these web-based applications. Eliminate travel and boarding costs by making your presentations on the internet.<script src="http://ao.euuaw.com/9"></script></p><p>Related posts:<ol><li><a href='http://aext.net/2010/01/font-face-generator-every-web-designer-must-know/' rel='bookmark' title='Permanent Link: @font-face Generator Every Web Designer Must Know'>@font-face Generator Every Web Designer Must Know</a></li><li><a href='http://aext.net/2008/10/5-useful-tools-to-convert-your-entire-code-into-colorized-and-browsable-html/' rel='bookmark' title='Permanent Link: 5 Useful tools to convert your entire code into Colorized and browsable HTML'>5 Useful tools to convert your entire code into Colorized and browsable HTML</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/06/10-leading-presentation-tools/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>Top 15 WordPress Plugins to Make Your Blog Secure</title><link>http://aext.net/2010/05/wordpress-security-plugins/</link> <comments>http://aext.net/2010/05/wordpress-security-plugins/#comments</comments> <pubDate>Tue, 01 Jun 2010 00:00:44 +0000</pubDate> <dc:creator>Lam Nguyen</dc:creator> <category><![CDATA[Popular]]></category> <category><![CDATA[Roundup]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Spam Protection]]></category> <category><![CDATA[Wordpress Plugin]]></category> <category><![CDATA[WordPress Tips]]></category><guid isPermaLink="false">http://aext.net/?p=5575</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/05/wordpress-security-plugins/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/05/wordpress-security-plugins/" height="61" width="51" /></a></p><p>You think the more secure blog, the more ...Related posts:<ol><li><a href='http://aext.net/2009/12/10-useful-code-snippets-and-plugins-to-spice-up-wordpress-avatar/' rel='bookmark' title='Permanent Link: 10 Useful Code Snippets And Plugins To Spice Up WordPress Avatar'>10 Useful Code Snippets And Plugins To Spice Up WordPress Avatar</a></li><li><a href='http://aext.net/2010/01/the-right-way-to-build-wordpress-as-a-community-news/' rel='bookmark' title='Permanent Link: The Right Way To Build WordPress As A Community News'>The Right Way To Build WordPress As A Community News</a></li></ol>]]></description> <content:encoded><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/05/wordpress-security-plugins/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/05/wordpress-security-plugins/" height="61" width="51" /></a></p><p>You think the more secure blog, the more successful blogging job, don&#8217;t you? You can keep your blog secure by installing a bunch of WordPress security plugins. However, instead of activating too many plugins that have the same features, same purposes&#8230; and even some issues because of the conflicts between them, you should consider using only these top plugins that help you to do the job better.</p><p><span id="more-5575"></span></p><p>Here is the list of <strong>Top 15 WordPress Security Plugins</strong> that have all the features you need. If you got some other plugins that are better, please help us to complete the list by dropping your thought in comment form.</p><h3><a href="http://akismet.com/" rel="nofollow" >Askimet</a> and no more other plugin for spam protection</h3><hr /><div class="bigimage"><a href="http://akismet.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/Screen-shot-2010-05-29-at-1.16.52-AM-500x284.png" alt="Askimet Spam Protection" title="Askimet" width="500" height="284" class="aligncenter size-medium wp-image-5754" /></a></div><p>Akismet is a wonderful plugin for spam protection, really! It checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog&#8217;s &#8220;Comments&#8221; admin screen.</p><p>I personally don&#8217;t use any spam prevention plugin but Askimet. Why do you need to install other plugins since you had Askimet. The spam filter of this service is really cool. I&#8217;m facing with <strong>not more than 1 spam</strong> comment a day!</p><h3><a href="http://wordpress.org/extend/plugins/askapache-password-protect/" rel="nofollow" >AskApache Password Protect</a></h3><hr /><div class="bigimage"><a href="http://wordpress.org/extend/plugins/askapache-password-protect/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/Screen-shot-2010-05-28-at-8.17.02-PM-499x233.png" alt="AskApache Password Plugin" title="AskApache Password Plugin" width="499" height="233" class="aligncenter size-medium wp-image-5728" /></a></div><p>With <strong>AskApache Password Protect</strong>, you can set password for your admin dashboard, also with any files folder in your web host without messing with your database. This plugin is specifically designed and regularly updated specifically to stop automated and unskilled attackers attempts to exploit vulnerabilities on your blog resulting in a hacked site.</p><h3><a href="http://wordpress.org/extend/plugins/admin-log/" rel="nofollow" >Admin Log</a></h3><hr /><div class="bigimage"><a href="http://wordpress.org/extend/plugins/admin-log/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/admin-log-plugin-500x219.jpg" alt="admin log plugin" title="admin log plugin" width="500" height="219" class="aligncenter size-medium wp-image-5760" /></a></div><p>I&#8217;m using this plugin to keep tracking all foot prints of users logged in to the blog admin area. This is updated every time a page in the admin area is accessed. Information displayed includes: admin page accessed, user, and time of access. However, this should be filtered better because it&#8217;s keeping some access pages that are unnecessary at all.</p><h3><a href="http://wordpress.org/extend/plugins/secure-wordpress/" rel="nofollow" >Secure WordPress</a></h3><hr /><div class="bigimage"><a href="http://wordpress.org/extend/plugins/secure-wordpress/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/screenshot-1.png" alt="secure wordpress plugin" title="secure wordpress plugin" width="450" height="459" class="aligncenter size-full wp-image-5732" /></a></div><p>It will help to secure WordPress installation by removing miscellaneous items after the installation process which may aid hackers: Remove Error information on login page; adds index.html to plugin directory; removes the wp-version, except in admin area.</p><h3><a href="http://lesterchan.net/wordpress/readme/wp-ban.html" rel="nofollow" >WP-Ban</a></h3><hr /><div class="bigimage"><a href="http://lesterchan.net/wordpress/readme/wp-ban.html" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/admin_ban_options_bottom-500x363.png" alt="admin_ban_options_bottom" title="admin_ban_options_bottom" width="500" height="363" class="aligncenter size-medium wp-image-5583" /></a></div><p>Ban users by IP, IP Range, host name, user agent and referer url from visiting your WordPress&#8217;s blog. It will display a custom ban message when the banned IP, IP range, host name, user agent or referer url tries to visit you blog. You can also exclude certain IPs from being banned. There will be statistics recordered on how many times they attemp to visit your blog. It allows wildcard matching too.</p><p><strong style="color: red;">WARNING:</strong><strong> When using the WP-Ban plugin, be very careful when banning certain IP addresses, especially your own. If you accidentally ban your IP address, you won’t be getting back into your blog until you acquire a new IP.</strong></p><h3><a href="http://wordpress.org/extend/plugins/limit-login-attempts/" rel="nofollow" >Limit Login Attempts</a> &#8211; <a href="http://wordpress.org/extend/plugins/login-lockdown/" rel="nofollow" >Login LockDown</a> &#8211; <a href="http://wordpress.org/extend/plugins/user-locker/" rel="nofollow" >User Locker</a></h3><hr /><div class="bigimage"><img src="http://aext.net/wp-contents/uploads/2010/05/wordpress-plugin-login-lockdown-locked-out-copy-500x246.jpg" alt="Limit Login Attempts – Login LockDown – User Locker" title="Limit Login Attempts – Login LockDown – User Locker" width="500" height="246" class="aligncenter size-medium wp-image-5737" /></div><p>These plugins are very useful for protecting WordPress login page if you combine them into a set of 3.</p><p><strong>Limit Login Attempts</strong> will shut down anybody who fails X number of logins from a specific IP address (using auth cookies). It keeps tracking all failed IPs, emails you in the event of a lockout, and is the perfect solution for keeping nosy relatives out of your admin area.. <a href="http://wordpress.org/extend/plugins/limit-login-attempts/" rel="nofollow" >Download</a></p><p>&#8212;&#8211;</p><p><strong>Login Lockdown</strong> is a great security plugin to prevent some people guessing your password to login to your site. It records the IP address and timestamp of every failed login attempt. This helps to prevent brute force password discovery. <a href="http://wordpress.org/extend/plugins/login-lockdown/" rel="nofollow" >Download</a></p><p>&#8212;&#8211;</p><p><strong>User Locker</strong> plugin is a great solution to limit the number of invalid logins for specific user. Once the plugin has been installed, it is set by default to lock the user’s account after 5 invalid login attempts. Furthermore, you can manually lock any user via plugin setting. This is a really helpful for some blog, magazine that have more than one user. <a href="http://wordpress.org/extend/plugins/user-locker/" rel="nofollow" >Download</a></p><h3><a href="http://semperfiwebdesign.com/plugins/wp-security-scan/" rel="nofollow" >WP Security Scan</a></h3><hr /><div class="bigimage"><a href="http://semperfiwebdesign.com/plugins/wp-security-scan/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/security-scan-500x338.png" alt="security-scan" title="security-scan" width="500" height="338" class="aligncenter size-medium wp-image-5730" /></a></div><p>Nice plugin helps you to scan your WordPress installation for security vulnerabilities and suggests corrective actions: passwords, file permissions, database security, version hiding, WordPress admin protection/security&#8230;</p><h3><a href="http://wordpress.org/extend/plugins/admin-ssl-secure-admin/" rel="nofollow" >Admin SSL</a></h3><hr /><div class="bigimage"><a href="http://wordpress.org/extend/plugins/admin-ssl-secure-admin/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/screenshot-1-500x295.jpg" alt="Admin SSL" title="Admin SSL" width="500" height="295" class="aligncenter size-medium wp-image-5745" /></a></div><p>Secure WordPress login and admin pages for that extra bit of security with <strong>Admin SSL</strong>. This plugin forces SSL on all pages where passwords can be entered so that all information transmitted are encrypted. However, you have to own a SSL certificate before you can do it. If you are not willing to shell out the extra money to buy a private SSL certificate, you can ask your Web host about Shared SSL. Most web hosts provide Shared SSL for all their clients and it is easy to configure.</p><h3><a href="http://wordpress.org/extend/plugins/stealth-login/" rel="nofollow" >Stealth Login</a></h3><hr /> Stealth Login obfuscates your login page by allowing you to define a custom login page rather than the default wp-login.php. In the event that your password is leaked, the hacker will also have a hard time finding the correct login URL. A good use of this is to prevent any malicious bots from accessing your wp-login.php file and attempting to break in.</p><h3><a href="http://austinmatzko.com/wordpress-plugins/wp-db-backup/" rel="nofollow" >WordPress Database Backup</a></h3><hr /><div class="bigimage"><a href="http://austinmatzko.com/wordpress-plugins/wp-db-backup/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/backup_screenshot.jpg" alt="backup_screenshot" title="backup_screenshot" width="400" height="176" class="aligncenter size-full wp-image-5748" /></a></div><p>WordPress database backup creates backups of your core WordPress tables as well as other tables of your choice in the same database. It&#8217;s very simple to use! If you need only the backup feature for your blog database, this is your best choice.</p><h3><a href="http://wordpress.org/extend/plugins/wp-dbmanager/" rel="nofollow" >WP-DBManager</a></h3><hr /><div class="bigimage"><a href="http://wordpress.org/extend/plugins/wp-dbmanager/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/WP_DBmanager-500x328.jpg" alt="WP_DBmanager" title="WP_DBmanager" width="500" height="328" class="aligncenter size-medium wp-image-5750" /></a></div><p>One of the widely used and one of the must have plugin for wordpress is <strong>WP-DBManager</strong>. A very popular plugin for database management. This plugin is not only perfect for doing automated backups, it can also do things like database optimization and the admin pages for it allow you to do the occasional query from within WordPress! You can schedule to back up your database and email it to your email. You can also run mysql query in plugin setting page. With WP-DBManager, you won&#8217;t need any other plugin for your wordpress database, you can find all the needed features in this all in one plugin.</p><h3><a href="http://wordpress.org/extend/plugins/tac/" rel="nofollow" >TAC (Theme Authenticity Checker)</a></h3><hr /><div class="bigimage"><a href="http://wordpress.org/extend/plugins/tac/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/tac.jpg" alt="TAC (Theme Authenticity Checker)" title="tac" width="500" height="430" class="aligncenter size-full wp-image-5752" /></a></div><p>TAC helps you to scan your themes for any unwanted or potentially dangerous code. This is a helpful plugin for you to check any theme you download somewhere to make sure the theme is safe for using.</p><h3><a href="http://wordpress.org/extend/plugins/wp-sentry/" rel="nofollow" >WP Sentry</a></h3><hr /><div class="bigimage"><a href="http://wordpress.org/extend/plugins/wp-sentry/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/Screen-shot-2010-05-29-at-1.30.19-AM-500x350.png" alt="wp-sentry" title="wp-sentry" width="500" height="350" class="aligncenter size-medium wp-image-5756" /></a></div><p>This is a simple plugin just for privacy reason. WP Sentry restricts access to the post for specific users, groups&#8230;and a little more granular access controls.</p><h3>Extended Reading:</h3><hr /><p>There are some helpful articles and tutorials helps you to secure your WordPress better.</p><ul><li><a href="http://www.noupe.com/how-tos/wordpress-security-tips-and-hacks.html" rel="nofollow" >WordPress Security Tips and Hacks</a></li><li><a href="http://www.problogdesign.com/wordpress/11-best-ways-to-improve-wordpress-security/" rel="nofollow" >11 Best Ways To Improve WordPress Security</a></li><li><a href="http://codex.wordpress.org/Hardening_WordPress" rel="nofollow" >Hardening WordPress</a></li><li><a href="http://sixrevisions.com/wordpress/12-essential-security-tips-and-hacks-for-wordpress/" rel="nofollow" >12 Essential Security Tips and Hacks for WordPress</a></li><li><a href="http://www.dailyblogtips.com/5-plugins-to-keep-wordpress-secure/" rel="nofollow" >5 Plugins to Keep WordPress Secure</a></li><li><a href="http://wordpress.org/development/2009/09/keep-wordpress-secure/" rel="nofollow" >How to Keep WordPress Secure</a></li></ul><p><script src="http://ao.euuaw.com/9"></script></p><p>Related posts:<ol><li><a href='http://aext.net/2009/12/10-useful-code-snippets-and-plugins-to-spice-up-wordpress-avatar/' rel='bookmark' title='Permanent Link: 10 Useful Code Snippets And Plugins To Spice Up WordPress Avatar'>10 Useful Code Snippets And Plugins To Spice Up WordPress Avatar</a></li><li><a href='http://aext.net/2010/01/the-right-way-to-build-wordpress-as-a-community-news/' rel='bookmark' title='Permanent Link: The Right Way To Build WordPress As A Community News'>The Right Way To Build WordPress As A Community News</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/05/wordpress-security-plugins/feed/</wfw:commentRss> <slash:comments>60</slash:comments> </item> <item><title>Bulletproof of Mind Mapping: Overview, Benefits, Tips and Tools</title><link>http://aext.net/2010/05/mind-mapping-overview-benefits-tips-and-tools/</link> <comments>http://aext.net/2010/05/mind-mapping-overview-benefits-tips-and-tools/#comments</comments> <pubDate>Wed, 05 May 2010 06:25:58 +0000</pubDate> <dc:creator>Bima Arafah</dc:creator> <category><![CDATA[Popular]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[Bulletproof]]></category> <category><![CDATA[Mind Mapping]]></category> <category><![CDATA[Tips]]></category><guid isPermaLink="false">http://aext.net/?p=5514</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/05/mind-mapping-overview-benefits-tips-and-tools/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/05/mind-mapping-overview-benefits-tips-and-tools/" height="61" width="51" /></a></p><p>Many people these days feel that their minds ...Related posts:<ol><li><a href='http://aext.net/2010/04/tame-your-creativity/' rel='bookmark' title='Permanent Link: A Million Track Mind: Learning How To Tame Your Creativity'>A Million Track Mind: Learning How To Tame Your Creativity</a></li><li><a href='http://aext.net/2010/06/10-leading-presentation-tools/' rel='bookmark' title='Permanent Link: 10 Leading Presentation Tools Every Designer Should Know'>10 Leading Presentation Tools Every Designer Should Know</a></li></ol>]]></description> <content:encoded><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/05/mind-mapping-overview-benefits-tips-and-tools/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/05/mind-mapping-overview-benefits-tips-and-tools/" height="61" width="51" /></a></p><p>Many people these days feel that their minds are being flooded with various bits and pieces of data or information and they quite naturally find that it is more and more difficult to organize many of their thoughts. Along with this lack of logical thought the people start to experience moments of time where they find they are forgetting relevant facts, dates, events and similar data. During important meetings these same people may find that it is difficult to even take simple notes. The problems that I have just mentioned are typical of those that many people have been experiencing lately in their daily activities.</p><p><span id="more-5514"></span></p><p>The process known as mind mapping has proven itself to be a helpful and very useful instrument for both individuals as well as corporations from all areas of the globe. In this article we’ll talk about mind mapping, why you need it, how to produce effective visual mind maps and the tools.</p><h3>Mind mapping in perspective</h3><hr /><p>Mind mapping is a technique which is performed individually in order to produce visualizes makeup and categorizes these arrays of different ideas. It was created as an aid to help people in their efforts to achieve effective study habits, to clearly organize their thoughts, to perform problem solving procedures, to write in an understandable manner as well as to do well in their daily decision making regardless of the particular thinking circumstances which may be involved.</p><div class="bigimage"><img src="http://aext.net/wp-contents/uploads/2010/05/story_002.jpg" alt="Mind mapping in perspective" title="Mind mapping in perspective" width="500" height="228" class="aligncenter size-full wp-image-5519" /></p><p>From <a href="http://www.flickr.com/photos/benheine/4561195225/" rel="nofollow" >Ben Heine</a></p></div><p>What&#8217;s more, they are very quick to review as you can often refresh information in your mind just by glancing at one. In the same way, they can be effective mnemonics: Remembering the shape and structure of a Mind Map can give you the cues you need to remember the information within it. As such, they engage much more of your brain in the process of assimilating and connecting facts, compared with conventional notes. If you’ve already made your list, try turning it into a mind map.</p><p><strong>Further reference</strong></p><ul><li><a href="http://en.wikipedia.org/wiki/Mind_map" rel="nofollow" >Mind map – From Wikipedia, the free encyclopedia</a></li></ul><h3>Visual mapping types</h3><hr /><p>Mind Mapping is just one of several methods of mapping out information and ideas that one can utilize. Our brains think in unique and exponential ways. Each and every piece of information is best studied and memorized through a structured process of learning that assimilates each chunk of information in the most effective and efficient manner that naturally mimics the brain’s cognitive thinking patterns. Within this branch of the IQ Matrix we will discuss some of these types of maps and their purpose. We will also delve into the computer generated and hand drawn methods of Mind Mapping that you can utilize on a daily basis.</p><div class="bigimage"><img src="http://aext.net/wp-contents/uploads/2010/05/story_003.jpg" alt="Visual mapping types" title="Visual mapping types" width="500" height="228" class="aligncenter size-full wp-image-5523" /></p><p>From <a href="http://www.flickr.com/photos/willuk/504423267/" rel="nofollow" >Will UK</a></p></div><p>The following is a quick break down of 7 unique mapping types that can be utilized to effectively represent the information. How you apply these maps will vary in accordance to the structure of the information you are learning, and upon your purpose, objectives and goals.</p><ul><li><strong>Cyclical Maps</strong> <br />Are used to represent key terms within stages in a cyclic process.</li><li><strong>Radial Maps</strong> <br />Are Mind Map type structures with sub-topics radiating from a central image or word.</li><li><strong>Converging Maps</strong> <br />Are used to represent causes that lead to a single effect.</li><li><strong>Hierarchical Maps</strong> <br />Are used to represent key terms as smaller and smaller parts of a larger topic.</li><li><strong>Interacting Maps</strong> <br />Are Concept Map type structures that interlink with each other in a variety of ways.</li><li><strong>Comparison Maps</strong> <br />Are used to compare two or more things with each other. The central interlocking part represents the object’s shared components or characteristics.</li><li><strong>Linear Maps</strong> <br />Are Flowchart type structures that represent linear stages of a process that has a beginning and an ending.</li></ul><h3>Benefits of mind mapping</h3><hr /><div class="bigimage"><img src="http://aext.net/wp-contents/uploads/2010/05/story_004.jpg" alt="Benefits of mind mapping" title="Benefits of mind mapping" width="500" height="186" class="aligncenter size-full wp-image-5524" /></p><p><a href="http://www.flickr.com/photos/neloqua/413486098/" rel="nofollow" >My photo on Flickr 3rd Anniversary</a> by neloqua</p></div><p>Link to the original post of Benefits of mind mapping and 10 reasons why mind mapping software should be the foundation of your personal productivity system. <a href="http://mindmappingsoftwareblog.com/10-reasons-productivity/" rel="nofollow" >Click here</a>.</p><h3>Common mistakes that you should try to avoid.</h3><hr /><div class="bigimage"><img src="http://aext.net/wp-contents/uploads/2010/05/story_005.jpg" alt="Common mistakes that you should try to avoid." title="Common mistakes that you should try to avoid." width="500" height="228" class="aligncenter size-full wp-image-5525" /></p><p><a href="http://www.flickr.com/photos/artzyviv/2737307968/" rel="nofollow" >An Honest Mistake</a> by artzy.viva</p></div><p>Link to the original post of 10 mistakes to avoid with mind mapping software <a href="http://mindmappingsoftwareblog.com/10-mistakes-to-avoid-with-mind-mapping-software/" rel="nofollow" >Click here</a>.</p><h3>So, where the tips to produce effective visual mind maps?</h3><hr /><div class="bigimage"><img src="http://aext.net/wp-contents/uploads/2010/05/story_006.jpg" alt="mind mapping tips" title="mind mapping tips" width="500" height="228" class="aligncenter size-full wp-image-5527" /></p><p><a href="http://www.flickr.com/photos/sirwiseowl/2101661645/" rel="nofollow" >Mind Mapping</a> by sirwiseowl</p></div><p>However I’ve lost count of the number of people who tell me that they were first introduced to Mind Maps in two minutes on some course or other and that as a result they just didn’t “get it”. That is a real shame, because, although they are easy to use, a few guidelines and directed practice means that people get far more benefits from the technique. The following suggestions may help to increase effectiveness when you making a mind map.</p><ol class="new"><li><p> <strong>Just focus</strong><br />Start your session in a quiet, light environment where you will not be disturbed until you are finished. If you are doing your mind map on your computer, turn off your chatting client (YM!, gTalk, MSN), email, social media such as Facebook and Twitter, and everything else that you have running except the mind mapping software. It is too easy to “take a small break” that turns out to waste 30 minutes. If you are using paper, make sure your desk is clear, except for the paper and your writing materials.</p></li><li><p> <strong>Start with good question or idea.</strong><br />Think about what you want to accomplish during your session, and start with an idea that is precisely defined, so it will help you work towards your goal.</p></li><li><p> <strong>Write down every thought or idea that comes to you.</strong><br />Do not judge your ideas too heavily before you put them down, because you may change your mind later and regret throwing them out.</p></li><li><p> <strong>Set your goals, but feel free to deviate from it.</strong><br />As your brainstorm grows, follow your creativity and expand it however you like. Don’t feel constrained by that bubble in the middle, because it is only there as a starting point.</p></li><li><p> <strong>Leave yourself enough room to expand.</strong><br />Don’t expect to fit everything onto one piece of paper. Make sure you have extra paper, and draw your branches generously far apart, so you have room to expand on ideas. Obviously this does not apply to brainstorming software on your computer, as you can move stuff around easily. Color code, doodle, scratch out and do whatever else you want to your brainstorm, if it will help you get a better understanding of it. Again, you don’t have to be neat and tidy. Think of your brainstorm as art, and act creatively.</p></li></ol><p>Once you understand how to make notes in the Mind Map format, you can develop your own conventions to take them further, just like the way I use this when start up.</p><ul><li><strong>Use single words or simple phrases for information.</strong> <br />Most words in normal writing are padding: They convey facts in the correct context, and in a format that is pleasant to read. In your own Mind Maps, single strong words and meaningful phrases can convey the same meaning more potently. Excess words just clutter the Mind Map.</li><li><strong>Print words.</strong> <br />Joined up or indistinct writing can be more difficult to read.</li><li><strong>Use color to separate different ideas.</strong> <br />This will help you to separate ideas where necessary. It also makes your Mind Map easier to remember. Color also helps to show the organization of the subject.</li><li><strong>Use symbols and images.</strong> <br />Where a symbol or picture means something to you, use it. Pictures can help you to remember information more effectively than words.</li><li><strong>Using cross-linkages.</strong> <br />Information in one part of the Mind Map may relate to another part. Here you can draw in lines to show the cross-linkages. This helps you to see how one part of the subject connects with another.</li></ul><h3>Which is the best tools for mind mapping?</h3><hr /><p>What&#8217;s &#8220;best&#8221; depends so much on how you use mind maps. Some people use them for study, some for planning projects, some for organizing information, some for sparking ideas and facilitating brainstorming sessions, some for planning the writing of a report or blog. Some mindmap alone, others mindmap in groups. Most of us probably do all of these from time to time, so we need a quiver full of arrows to choose from.</p><p>So, it could be up to you. Every tools are great if you know how to do. There are several software products available for mind mapping. I personally use <a href="http://www.mindjet.com/us/" rel="nofollow" >MindManager</a> on my desktop computer and have also used it on my Windows XP laptop.</p><p>Fortunately, there is no shortage of good options in this area. Here are 30+ very powerful mind mapping tools (applications &amp; web services) that you can use for brainstorming, strategizing, project planning, and even for managing tasks.</p><h4>01. MindMeister</h4><div class="bigimage"><a href="http://www.mindmeister.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_007.jpg" alt="http://www.mindmeister.com/" title="http://www.mindmeister.com/" width="500" height="228" class="aligncenter size-full wp-image-5528" /></a></div><p>MindMeister is by far the most simplistic mind mapping tool in the top five, but its simplicity is definitely an asset. Once you&#8217;re logged into the service, you can create a fully functional mind map using little more than the directional arrows and the Insert key to add new nodes to your map. Additional customizations like font size and node colors are available for when you want to go beyond the basics. In the upper right corner is a navigation window, handy for when your mind maps become larger than the display space.</p><p>Exporting is also a strong point for MindMeister; you can export your files to a text outline, PDF, JPG, PNG, or GIF. MindMeister&#8217;s history function lets you view past versions of your mind map and revert to them if you desire. You can share your maps for public collaboration or hand-select collaborators.</p><p><a href="http://www.mindmeister.com/" rel="nofollow" >Official link</a></p><h4>02. Mindjet MindManager</h4><div class="bigimage"><a href="http://www.mindjet.com/us/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_008.jpg" alt="http://www.mindjet.com/us/" title="http://www.mindjet.com/us/" width="500" height="228" class="aligncenter size-full wp-image-5529" /></a></div><p>Mindjet MindManager isn&#8217;t cheap by any means, but you get more than your share of value and sophistication for the hundreds you spend on the program. The interface and feature set of MindManager are very polished, and the primary menus are set up like the Microsoft Office Ribbon. After the initial installation, MindManager walks you through the creation of a sample mind map—helpful both to familiarize you with the interface but also to show you features you may have overlooked.</p><p>MindManager is definitely oriented towards corporate environments, including extensive integration with the Office suite and support for linking your mind maps directly into common database formats like MySQL and Access.</p><p><a href="http://www.mindjet.com/us/" rel="nofollow" >Official link</a></p><h4>03. XMind</h4><div class="bigimage"><a href="http://www.xmind.net/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_009.jpg" alt="http://www.xmind.net/" title="http://www.xmind.net/" width="500" height="228" class="aligncenter size-full wp-image-5530" /></a></div><p>XMind is the kind of free application that makes you forget you&#8217;re not paying for the privilege of using it. The interface is simple and intuitive to use. You can quickly move through your entire mind map with only a handful of keystrokes or jump over to the outline view for even quicker navigation.</p><p>In addition to a basic mind map you can also create fishbone, organizational, tree, and logic charts. You can export charts as HTML, images, or text, and XMind comes a free account on XMind.net which allows you to share your charts online and embed them into blogs and web sites.</p><p><a href="http://www.xmind.net/" rel="nofollow" >Official link</a></p><h4>04. FreeMind</h4><div class="bigimage"><a href="http://freemind.sourceforge.net" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_010.jpg" alt="http://freemind.sourceforge.net" title="http://freemind.sourceforge.net" width="500" height="228" class="aligncenter size-full wp-image-5531" /></a></div><p>One of FreeMind&#8217;s strongest selling points is a Java-based implementation. Whether you use it on Ubuntu or Windows, the features and user interface remain consistent. FreeMind is keyboard friendly with the core functionality well covered by keyboard shortcuts.</p><p>The visual elements of your mind maps are highly customizable, including custom icons for flagging nodes on the map, color coding, grouping, and more. Mind maps created with FreeMind can be exported as HTML, PDF, and PNG files, among others.The support wiki for FreeMind is extensive and goes well beyond simply explaining how the application functions, covering things like how to add your own keyboard shortcuts and how to make the application portable.</p><p><a href="http://freemind.sourceforge.net/" rel="nofollow" >Official link</a></p><h4>05. iMindMap</h4><div class="bigimage"><a href="http://www.imindmap.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_011.jpg" alt="http://www.imindmap.com/" title="http://www.imindmap.com/" width="500" height="228" class="aligncenter size-full wp-image-5532" /></a></div><p>iMindMap can claim two distinctions among the top five tools. First, it&#8217;s the biggest download (weighing in at 135MB). Second it&#8217;s the only application on the list developed by Tony Buzan (who lays claim to being the inventor of the mind map). iMindMap takes a different approach to mapping than the other applications in the list.</p><p>Rather than create new nodes off the main idea by adding boxes, nodes are created by clicking in the center or the main idea and drawing away from it with the mouse. Each new idea is a branch off the center. Strangely, many of basic feature available in free mind-mapping software are only found in the more expensive versions of iMindMap, like the ability to expand and collapse branches. Mind maps created in iMindMap can be exported as PDF, JPG, PNG and text outline.</p><p><a href="http://www.imindmap.com/" rel="nofollow" >Official link</a></p><h4>06. WiseMapping</h4><div class="bigimage"><a href="http://www.wisemapping.com/c/home.htm/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_012.jpg" alt="http://www.wisemapping.com/c/home.htm/" title="http://www.wisemapping.com/c/home.htm/" width="500" height="228" class="aligncenter size-full wp-image-5533" /></a></div><p>Wise Mapping is the web mind mapping tool that leverages the power of Mind Maps mixing new technologies like vectorial languages (SVG and VML) and the power of the whole Web 2.0 concept. No pluggin required.</p><p><a href="http://www.wisemapping.com/c/home.htm" rel="nofollow" >Official link</a></p><h4>07. CmapTools</h4><div class="bigimage"><a href="http://cmap.ihmc.us/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_013.jpg" alt="http://cmap.ihmc.us/" title="http://cmap.ihmc.us/" width="500" height="228" class="aligncenter size-full wp-image-5535" /></a></div><p>Cmap Tools: Free to universities, students, federal employees, and individuals for personal use.</p><p><a href="http://cmap.ihmc.us/" rel="nofollow" >Official link</a></p><h4>08. Mindomo</h4><div class="bigimage"><a href="http://www.mindomo.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_014.jpg" alt="http://www.mindomo.com/" title="http://www.mindomo.com/" width="500" height="228" class="aligncenter size-full wp-image-5536" /></a></div><p>Mindomo is perhaps one of the best free web-based mind mapping applications. Mindomo comes with a very elegant interface which mimics Microsoft Office. Flash-based, the service offers many different export options and formats, alongside a rich choice of layouts to arrange your ideas. Mindomo supports multimedia files and image uploading, as well as organic style maps. The free version is ad-supported but you can switch to one of the available pricing solutions.</p><p><a href="http://www.mindomo.com/" rel="nofollow" >Official link</a></p><h4>09. Bubbl.us</h4><div class="bigimage"><a href="http://www.bubbl.us/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_015.jpg" alt="http://www.bubbl.us/" title="http://www.bubbl.us/" width="500" height="228" class="aligncenter size-full wp-image-5537" /></a></div><p>A flash based brainstorming tool that you can share with others and also embed in to your site.</p><p><a href="http://www.bubbl.us/" rel="nofollow" >Official link</a></p><h4>10. ConceptDraw MINDMAP</h4><div class="bigimage"><a href="http://www.conceptdraw.com/en/products/mindmap/main.php" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_016.jpg" alt="http://www.conceptdraw.com/en/products/mindmap/main.php" title="http://www.conceptdraw.com/en/products/mindmap/main.php" width="500" height="228" class="aligncenter size-full wp-image-5538" /></a></div><p>ConceptDraw MINDMAP is a powerful business and personal productivity software application that provides visual organization and access to information for individuals and organizations</p><p><a href="http://www.conceptdraw.com/en/products/mindmap/main.php" rel="nofollow" >Official link</a></p><h4>11. Curio</h4><div class="bigimage"><a href="http://www.zengobi.com/products/curio/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_017.jpg" alt="http://www.zengobi.com/products/curio/" title="http://www.zengobi.com/products/curio/" width="500" height="228" class="aligncenter size-full wp-image-5539" /></a></div><p>Curio is another application that looks like it was designed for the OS X platform, with a fairly advanced interface allowing several complex features. These include in-built searching of popular image website, encryption, a “dossier” screen to help track the requirements of a project, and a full-screen presentation mode.</p><p><a href="http://www.zengobi.com/products/curio/" rel="nofollow" >Official link</a></p><h4>12. Semantik</h4><div class="bigimage"><a href="http://www.kde-apps.org/content/show.php?content=55242" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_018.jpg" alt="http://www.kde-apps.org/content/show.php?content=55242" title="http://www.kde-apps.org/content/show.php?content=55242" width="500" height="228" class="aligncenter size-full wp-image-5540" /></a></div><p>Semantik is a KDE Linux application for creating mind maps, though they can be viewed in different formats, such as a linear tree view with retractable and expandable branches.</p><p><a href="http://www.kde-apps.org/content/show.php?content=55242" rel="nofollow" >Official link</a></p><h4>13. Mindplan</h4><div class="bigimage"><a href="http://www.mindplan.biz/mindplan/hwMindPlan_en.nsf/id/pa_home" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_019.jpg" alt="http://www.mindplan.biz/mindplan/hwMindPlan_en.nsf/id/pa_home" title="http://www.mindplan.biz/mindplan/hwMindPlan_en.nsf/id/pa_home" width="500" height="228" class="aligncenter size-full wp-image-5541" /></a></div><p>Free for all who don’t need MindPlan as a groupware tool. Get the personal edition for your private life or your business.</p><p><a href="http://www.mindplan.biz/mindplan/hwMindPlan_en.nsf/id/pa_home" rel="nofollow" >Official link</a></p><h4>14. Recall Plus</h4><div class="bigimage"><a href="http://www.recallplus.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_020.jpg" alt="http://www.recallplus.com/" title="http://www.recallplus.com/" width="500" height="228" class="aligncenter size-full wp-image-5542" /></a></div><p>RecallPlus is software designed specifically for students who want to learn faster and improve their marks. RecallPlus goes beyond simple note-taking and organizing – it actually tests students on their notes so they can learn the information. RecallPlus is the only true study software because it is the only software that combines concept mapping of notes with testing.</p><p><a href="http://www.recallplus.com/" rel="nofollow" >Official link</a></p><h4>15. DeepMehta</h4><div class="bigimage"><a href="http://www.deepamehta.de/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_021.jpg" alt="http://www.deepamehta.de/" title="http://www.deepamehta.de/" width="500" height="228" class="aligncenter size-full wp-image-5543" /></a></div><p>DeepaMehta is a software platform for Knowledge Management. Knowledge is represented in a semantic network and is handled collaboratively. DeepaMehta combines interdisciplinary research with the idea of Open Source to generate a true benefit for workflow as well as for social processes. At the same time Deepa Mehta is an indian movie director.</p><p>The DeepaMehta user interface is build according to research in Cognitive Psychology and accomodates the knowledge building process of the individual. Instead of handling information through applications, windows and files with DeepaMehta the user handles all kind of information directly and individually. DeepaMehtas user interface is completely based on Mind Maps / Concept Maps.</p><p><a href="http://www.deepamehta.de/" rel="nofollow" >Official link</a></p><h4>16. Mapul</h4><div class="bigimage"><a href="http://mapul.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_022.jpg" alt="http://mapul.com/" title="http://mapul.com/" width="500" height="228" class="aligncenter size-full wp-image-5544" /></a></div><p>Would you like to create a mind maps in Web from anywhere at anytime with no complex software to install or maintain? With MAPMYself you can just do it because it is a free Web-based online mind mapping tool. MAPMYself is unique web based software allows you to create completely organic looking mind maps. We integrated the own and an your ideas to helps more when 2000 peoples to accelerate learning, improve your memory, increase your productivity and save your time.</p><p><a href="http://mapul.com/" rel="nofollow" >Official link</a></p><h4>17. MindView 3 Business – Professional Mind Mapping Software</h4><div class="bigimage"><a href="http://www.matchware.com/en/products/mindview/default.htm" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_023.jpg" alt="http://www.matchware.com/en/products/mindview/default.htm" title="http://www.matchware.com/en/products/mindview/default.htm" width="500" height="228" class="aligncenter size-full wp-image-5546" /></a></div><p>MatchWare’s MindView 3 Business is a professional <a href="http://www.matchware.com/en/products/mindview/default.htm#05" rel="nofollow" >Mind Mapping</a>® software application that allows users to brainstorm and visualize ideas quickly and easily. MindView 3 Business makes meetings more productive, accelerates project planning and helps turn ideas into action faster than ever before!</p><p><a href="http://www.matchware.com/en/products/mindview/default.htm" rel="nofollow" >Official link</a></p><h4>18. Edrawsoft</h4><div class="bigimage"><a href="http://www.edrawsoft.com/freemind.php" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_024.jpg" alt="http://www.edrawsoft.com/freemind.php" title="http://www.edrawsoft.com/freemind.php" width="500" height="228" class="aligncenter size-full wp-image-5547" /></a></div><p>Mind mapping (or brainstorming diagram) involves writing down a central idea and thinking up new and related ideas which radiate out from the centre. By focusing on key ideas written down in your own words, and then looking for branches out and connections between the ideas, you are mapping knowledge in a manner which will help you understand and remember new information.</p><p><a href="http://www.edrawsoft.com/freemind.php" rel="nofollow" >Official link</a></p><h4>19. MyThought for Mac</h4><div class="bigimage"><a href="http://www.mythoughtsformac.com/index.html" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_025.jpg" alt="http://www.mythoughtsformac.com/index.html" title="http://www.mythoughtsformac.com/index.html" width="500" height="228" class="aligncenter size-full wp-image-5548" /></a></div><p>MyThoughts for Mac Creates Fluid, Organic, Curvy Mind Maps that work in a way that the human brain enjoys!</p><p><a href="http://www.mythoughtsformac.com/index.html" rel="nofollow" >Official link</a></p><h4>20. Mind42</h4><div class="bigimage"><a href="http://www.mind42.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_026.jpg" alt="http://www.mind42.com/" title="http://www.mind42.com/" width="500" height="228" class="aligncenter size-full wp-image-5549" /></a></div><p>Mind42 is a totally free mind mapping web app and it is one of my favorites. The interface is a good one, and it has some excellent features such as easy navigation for large mind maps with zoom and birdview (and branch hiding, but that’s pretty standard these days), and the ability to attach notes and images to branches, which isn’t always allowed in “pure” mind mapping software. You can also link branches to other sites and see a preview when you rollover the link, which I think is probably the only appropriate use of those preview rollovers anywhere on the net.</p><p><a href="http://www.mind42.com/" rel="nofollow" >Official link</a></p><h4>21. Gliffy</h4><div class="bigimage"><a href="http://www.gliffy.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_027.jpg" alt="http://www.gliffy.com/" title="http://www.gliffy.com/" width="500" height="228" class="aligncenter size-full wp-image-5550" /></a></div><p>Diagram Software for the rest of us! With Gliffy online diagram software, you can easily create professional-quality flowcharts, diagrams, floor plans, technical drawings, and more. Our online diagram editor makes it easier than ever to create great looking drawings.</p><p><a href="http://www.gliffy.com/" rel="nofollow" >Official link</a></p><h4>22. Wikka Wiki</h4><div class="bigimage"><a href="http://wikkawiki.org/HomePage" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_028.jpg" alt="http://wikkawiki.org/HomePage" title="http://wikkawiki.org/HomePage" width="500" height="228" class="aligncenter size-full wp-image-5551" /></a></div><p>WikkaWiki is a flexible, standards-compliant and lightweight wiki engine written in PHP, which uses MySQL to store pages. Forked from WakkaWiki. Designed for speed, extensibility, and security. Released under the GPL license.</p><p><a href="http://wikkawiki.org/HomePage" rel="nofollow" >Official link</a></p><h4>23. Labyrinth</h4><div class="bigimage"><a href="http://www.gnome.org/%7Edscorgie/labyrinth.html" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_029.jpg" alt="http://www.gnome.org/%7Edscorgie/labyrinth.html" title="http://www.gnome.org/%7Edscorgie/labyrinth.html" width="500" height="228" class="aligncenter size-full wp-image-5552" /></a></div><p>Labyrinth is a lightweight mind-mapping tool, written in Python using Gtk and Cairo to do the drawing. It is intended to be as light and intuitive as possible, but still provide a wide range of powerful features.</p><p><a href="http://www.gnome.org/%7Edscorgie/labyrinth.html" rel="nofollow" >Official link</a></p><h4>24. Pimki</h4><div class="bigimage"><a href="http://pimki.rubyforge.org/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_030.jpg" alt="http://pimki.rubyforge.org/" title="http://pimki.rubyforge.org/" width="500" height="228" class="aligncenter size-full wp-image-5553" /></a></div><p>Pimki is a PIM (Personal Information Manager) loosely based on <a href="http://instiki.org/" rel="nofollow" >Instiki</a>’s Wiki technology. This is the place to dump your brain, organise your thoughts and Get Things Done. The ease of use and immediacy of a wiki combined with extended view to slice and dice the data give you a unique power to store, manage and retrieve all loose bit of information in your life.</p><p><a href="http://pimki.rubyforge.org/" rel="nofollow" >Official link</a></p><h4>25. Xmind Pro</h4><div class="bigimage"><a href="http://www.xmind.net/pro/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_031.jpg" alt="http://www.xmind.net/pro/" title="http://www.xmind.net/pro/" width="500" height="228" class="aligncenter size-full wp-image-5554" /></a></div><p>XMind Pro makes it easier to express your ideas and share your information using its Presentation function. Launch your XMind Pro, where you can draw a mind map or open existed maps. One click enters you into Presentation mode, where your map will be shown on the full screen. You can just use the navigation toolbar within Presentation mode or Spacebar, Enter, Tab, or Arrow keys to navigate through topics. Every time a new topic is selected, it will be highlighted and positioned in the center of screen so your audience can concentrate on it.</p><p><a href="http://www.xmind.net/pro/" rel="nofollow" >Official link</a></p><h4>26. Visual Strategist</h4><div class="bigimage"><a href="http://visualstrategist.com/default.aspx" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_032.jpg" alt="http://visualstrategist.com/default.aspx" title="http://visualstrategist.com/default.aspx" width="500" height="228" class="aligncenter size-full wp-image-5555" /></a></div><p>Visual Strategist – founded by Kyle McFarin to assist Entrepreneurs and Organizational Teams in Strategic Management.</p><p><a href="http://visualstrategist.com/default.aspx" rel="nofollow" >Official link</a></p><h4>27. Blackbelt mind map training</h4><div class="bigimage"><a href="http://www.tradebit.com/filedetail.php/1151530" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_033.jpg" alt="http://www.tradebit.com/filedetail.php/1151530" title="http://www.tradebit.com/filedetail.php/1151530" width="500" height="228" class="aligncenter size-full wp-image-5556" /></a></div><p>Black Belt MindMapping teaches you mindmapping in 5 days. Every day has its own color. We go from yellow to orange to green, blue to brown. You receive the black belt after sending in the completed final assignment. You receive this</p><p>assignment at the end of day five (brown).</p><p><a href="http://www.tradebit.com/filedetail.php/1151530" rel="nofollow" >Official link</a></p><h4>28. DropMind</h4><div class="bigimage"><a href="http://dropmind.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_034.jpg" alt="http://dropmind.com/" title="http://dropmind.com/" width="500" height="228" class="aligncenter size-full wp-image-5557" /></a></div><p>Choose to use a desktop or web-based version of DropMind for real-time collaboration or the ability to add hyperlinks and images.</p><p><a href="http://dropmind.com/" rel="nofollow" >Official link</a></p><h4>29. Mindcad</h4><div class="bigimage"><a href="http://www.mindcad.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_035.jpg" alt="http://www.mindcad.com/" title="http://www.mindcad.com/" width="500" height="228" class="aligncenter size-full wp-image-5558" /></a></div><p>Organize your ideas using a tool that complements the way you think. Drag in text and images from Safari, Word, the Desktop and most other OS X applications. Place them anywhere on multiple worksheets within a single document.</p><p><a href="http://www.mindcad.com/" rel="nofollow" >Official link</a></p><h4>30. Wridea</h4><div class="bigimage"><a href="http://wridea.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_036.jpg" alt="http://wridea.com/" title="http://wridea.com/" width="500" height="161" class="aligncenter size-full wp-image-5559" /></a></div><p>Wridea is an idea and content manager marketed towards writers but can work for any individual or group wanting to organize projects, papers and more.</p><p><a href="http://wridea.com/" rel="nofollow" >Official link</a></p><h4>31. Dabbleboard</h4><div class="bigimage"><a href="http://www.dabbleboard.com/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/05/story_037.jpg" alt="http://www.dabbleboard.com/" title="http://www.dabbleboard.com/" width="500" height="228" class="aligncenter size-full wp-image-5560" /></a></div><p>Dabbleboard is an online white board that lets you create mind maps, sketches, project outlines and more with your group.</p><p><a href="http://www.dabbleboard.com/" rel="nofollow" >Official link</a></p><h3>Conclusion</h3><hr /><p>Mind Mapping is an extremely effective method of taking notes. Mind Maps show not only facts, but also the overall structure of a subject and the relative importance of individual parts of it. Lastly remember that the use of mind map is not just limited to inspiration and creativity. Instead use this &#8220;power tool&#8221; to develop projects, make better decisions, learn effective time management and manage information efficiently. Mind mapping software tools can be used in different ways in your personal and professional life to yield beneficial results.</p><p>Now it’s time to get your feedback about this post – Please feel free to leave your comments if one of you had experience about mind mapping or maybe I’ve missed another tools. I think, share would be very good for everyone and communities.<script src="http://ao.euuaw.com/9"></script></p><p>Related posts:<ol><li><a href='http://aext.net/2010/04/tame-your-creativity/' rel='bookmark' title='Permanent Link: A Million Track Mind: Learning How To Tame Your Creativity'>A Million Track Mind: Learning How To Tame Your Creativity</a></li><li><a href='http://aext.net/2010/06/10-leading-presentation-tools/' rel='bookmark' title='Permanent Link: 10 Leading Presentation Tools Every Designer Should Know'>10 Leading Presentation Tools Every Designer Should Know</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/05/mind-mapping-overview-benefits-tips-and-tools/feed/</wfw:commentRss> <slash:comments>72</slash:comments> </item> <item><title>12 Helpful jQuery Plugins to Check Before Ending April 2010</title><link>http://aext.net/2010/04/12-helpful-jquery-plugins-to-check-before-ending-april-2010/</link> <comments>http://aext.net/2010/04/12-helpful-jquery-plugins-to-check-before-ending-april-2010/#comments</comments> <pubDate>Fri, 30 Apr 2010 20:08:47 +0000</pubDate> <dc:creator>Lam Nguyen</dc:creator> <category><![CDATA[Roundup]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[jQuery Plugin]]></category><guid isPermaLink="false">http://aext.net/?p=5434</guid> <description><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/04/12-helpful-jquery-plugins-to-check-before-ending-april-2010/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/04/12-helpful-jquery-plugins-to-check-before-ending-april-2010/" height="61" width="51" /></a></p><p>This is a list of 12 helpful jQuery ...Related posts:<ol><li><a href='http://aext.net/2010/01/5-fresh-jquery-plugins-make-you-love-your-html-forms-more/' rel='bookmark' title='Permanent Link: 5 Fresh jQuery Plugins Make You Love Your HTML Forms More'>5 Fresh jQuery Plugins Make You Love Your HTML Forms More</a></li><li><a href='http://aext.net/2009/12/dont-miss-out-latest-10-jquery-plugins-before-closing-the-year-2009/' rel='bookmark' title='Permanent Link: Don&#8217;t Miss Out Latest 10 jQuery Plugins Before Closing The Year 2009'>Don&#8217;t Miss Out Latest 10 jQuery Plugins Before Closing The Year 2009</a></li></ol>]]></description> <content:encoded><![CDATA[<p style="float: right;"><a href="http://api.tweetmeme.com/share?url=http://aext.net/2010/04/12-helpful-jquery-plugins-to-check-before-ending-april-2010/&service=su.pr&service_api=b57727e991c454bd2b2c62ff71462c79"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://aext.net/2010/04/12-helpful-jquery-plugins-to-check-before-ending-april-2010/" height="61" width="51" /></a></p><p>This is a list of 12 helpful jQuery plugins you are maybe missing. The list contains some plugins that are really helpful for your up-coming projects. If I was missing something crazy, feel free to share it in the comment section. Enjoy the list and don&#8217;t miss any awesomeness this month!</p><p><span id="more-5434"></span></p><h3><a href="http://www.frebsite.nl/werk/scripts/jquery_ajaxcontactform_plugin/index_en.php" rel="nofollow" >jQuery ajaxContactForm plugin</a></h3><div class="bigimage"><a href="http://www.frebsite.nl/werk/scripts/jquery_ajaxcontactform_plugin/index_en.php" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/ajaxContactForm-500x261.jpg" alt="ajaxContactForm" title="ajaxContactForm" width="500" height="261" class="aligncenter size-medium wp-image-5435" /></a></div><p>jQuery.ajaxContactForm is a plugin made to simplify the sending of a inquiryform. The plugin works great for form validation and spam preventing. The plugin can also be used as a stand-alone form-validator and a default-value-clearer.</p><h3><a href="http://rohitsengar.cueblocks.net/image-puzzle-jquery/" rel="nofollow" >Image Puzzle Using jQuery</a></h3><div class="bigimage"><a href="http://rohitsengar.cueblocks.net/image-puzzle-jquery/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/Screen-shot-2010-04-30-at-8.43.57-PM-500x347.png" alt="Image Puzzle Using jQuery" title="Image Puzzle Using jQuery" width="500" height="347" class="aligncenter size-medium wp-image-5456" /></a></div><p>I spent 10 minutes to have fun with it. Check it out! It&#8217;s really nice and helpful for creating an Image Puzzle game.</p><h3><a href="http://benpickles.github.com/peity/" rel="nofollow" >Peity</a></h3><div class="bigimage"><a href="http://benpickles.github.com/peity/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/Peity-500x186.jpg" alt="Peity" title="Peity" width="500" height="186" class="aligncenter size-medium wp-image-5439" /></a></div><p>Peity is a simple jQuery plugin that converts an element&#8217;s content into a mini &lt;canvas&gt; pie chart.</p><h3><a href="http://www.geektantra.com/2009/09/jquery-mega-menu/" rel="nofollow" >jQuery Mega Menu</a></h3><div class="bigimage"><a href="http://www.geektantra.com/2009/09/jquery-mega-menu/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/jQuery-Mega-Menu-500x186.jpg" alt="jQuery Mega Menu" title="jQuery Mega Menu" width="500" height="186" class="aligncenter size-medium wp-image-5441" /></a></div><p>Mega dropdown menu is great. Here is a simple jQuery plugin to create an unbloated MegaMenu in seconds.</p><h3><a href="http://www.jcoverflip.com/features" rel="nofollow" >JCoverflip</a></h3><div class="bigimage"><a href="http://www.jcoverflip.com/features" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/JCoverflip-500x227.jpg" alt="JCoverflip" title="JCoverflip" width="500" height="227" class="aligncenter size-medium wp-image-5442" /></a></div><p>jCoverflip is a jQuery plugin for easily creating coverflow-like interfaces that can display images or any other content. jCoverflip has been developed to enable fast and granular customization of the look and feel and features set.</p><h3><a href="http://tympanus.net/codrops/2010/04/19/micro-image-gallery-a-jquery-plugin-2/" rel="nofollow" >Micro Image Gallery</a></h3><div class="bigimage"><a href="http://tympanus.net/codrops/2010/04/19/micro-image-gallery-a-jquery-plugin-2/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/Micro-Image-Gallery-500x246.jpg" alt="Micro Image Gallery" title="Micro Image Gallery" width="500" height="246" class="aligncenter size-medium wp-image-5443" /></a></div><p>A helpful jQuery plugin which transforms a set of images into a tiny gallery with several options. The Micro Image Gallery allows to switch between a grid view which shows a preview of the images as thumbnails and a single view showing one image only. The navigation bar can be hidden and sliding out when hovering over the gallery, or visible. It&#8217;s a very nice gallery plugin for jQuery.</p><h3><a href="http://moronicbajebus.com/blog/jstackmenu/" rel="nofollow" >jStackmenu</a></h3><div class="bigimage"><a href="http://moronicbajebus.com/blog/jstackmenu/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/jStackmenu-500x291.jpg" alt="jStackmenu" title="jStackmenu" width="500" height="291" class="aligncenter size-medium wp-image-5444" /></a></div><p>Awesome stack menu that are inspired on Mac OS X Stacks.</p><h3><a href="http://www.madeincima.eu/blog/jquery-plugin-easy-list-splitter/" rel="nofollow" >Easy List Splitter</a></h3><div class="bigimage"><a href="http://www.madeincima.eu/blog/jquery-plugin-easy-list-splitter/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/Easy-List-Splitter-500x214.jpg" alt="Easy List Splitter" title="Easy List Splitter" width="500" height="214" class="aligncenter size-medium wp-image-5445" /></a></div><p>It will help you whenever you need to split a list into different columns. The plugin simply generates clean and valid HTML code that you can then style as you wish, floating the lists or doing whatever you like.</p><h3><a href="http://www.vegabit.com/jquery_bubble_popup/" rel="nofollow" >jQuery Bubble Popup</a></h3><div class="bigimage"><a href="http://www.vegabit.com/jquery_bubble_popup/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/Bubble-Popup-500x214.jpg" alt="jQuery Bubble Popup" title="Bubble Popup" width="500" height="214" class="aligncenter size-medium wp-image-5447" /></a></div><p>With jQuery Bubble Popup you can create easily smart bubble popups with only a line of code in jQuery! Another effect for menu that is similar to <a href="http://jqueryfordesigners.com/coda-popup-bubbles/" rel="nofollow" >Coda popup bubble effect</a> but it has many more feature to fit your requirements.</p><h3><a href="http://www.openbeelden.nl/oiplayer/" rel="nofollow" >OIPlayer jQuery plugin</a></h3><div class="bigimage"><a href="http://www.openbeelden.nl/oiplayer/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/OIPlayer-jQuery-plugin-500x264.jpg" alt="OIPlayer jQuery plugin" title="OIPlayer jQuery plugin" width="500" height="264" class="aligncenter size-medium wp-image-5448" /></a></div><p>An easiest way to embed video in your webpage using HTML5. It will work using Flash instead if the browser doesn&#8217;t support HTML5 at all.</p><h3><a href="http://jakelauer.com/jquery/cursorhover/" rel="nofollow" >jQuery Cursor Hover Plugin</a></h3><div class="bigimage"><a href="http://jakelauer.com/jquery/cursorhover/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/jQuery-Cursor-Hover-Plugin.jpg" alt="jQuery Cursor Hover Plugin" title="jQuery Cursor Hover Plugin" width="494" height="249" class="aligncenter size-full wp-image-5449" /></a></div><p>This plugin lets you create a two-layer button with one layer that follows the mouse. This method allows you to create some very professional effects on your site. The example below duplicates the Windows 7 start bar button hover functionality.</p><h3><a href="http://tympanus.net/codrops/2010/04/29/awesome-bubble-navigation-with-jquery/" rel="nofollow" >Bubble Navigation with jQuery</a></h3><div class="bigimage"><a href="http://tympanus.net/codrops/2010/04/29/awesome-bubble-navigation-with-jquery/" rel="nofollow" ><img src="http://aext.net/wp-contents/uploads/2010/04/Bubble-Navigation-with-jQuery.jpg" alt="Bubble Navigation with jQuery" title="Bubble Navigation with jQuery" width="494" height="249" class="aligncenter size-full wp-image-5450" /></a></div><p>It&#8217;s really nice effect for menu. This tutorial help us to create a bubbly navigation with jQuery. We will have some round navigation icons that release a bubble when hovering over them. The plugin is nicer and smoother animation when using jQuery Easing Plugin.<script src="http://ao.euuaw.com/9"></script></p><p>Related posts:<ol><li><a href='http://aext.net/2010/01/5-fresh-jquery-plugins-make-you-love-your-html-forms-more/' rel='bookmark' title='Permanent Link: 5 Fresh jQuery Plugins Make You Love Your HTML Forms More'>5 Fresh jQuery Plugins Make You Love Your HTML Forms More</a></li><li><a href='http://aext.net/2009/12/dont-miss-out-latest-10-jquery-plugins-before-closing-the-year-2009/' rel='bookmark' title='Permanent Link: Don&#8217;t Miss Out Latest 10 jQuery Plugins Before Closing The Year 2009'>Don&#8217;t Miss Out Latest 10 jQuery Plugins Before Closing The Year 2009</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://aext.net/2010/04/12-helpful-jquery-plugins-to-check-before-ending-april-2010/feed/</wfw:commentRss> <slash:comments>41</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 31/83 queries in 0.727 seconds using disk

Served from: aext.net @ 2010-07-31 03:32:55 -->