<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ignati [dot] com</title>
	
	<link>http://ignati.com</link>
	<description>The perspective mind of a netaholic</description>
	<pubDate>Tue, 28 Jul 2009 15:59:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ignati" /><feedburner:info uri="ignati" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ignati</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Make an Auto Expanding Code Box with jQuery</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/vEekEy0cFC8/</link>
		<comments>http://ignati.com/make-an-auto-expanding-code-box-with-jquery/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 16:14:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Online Tips]]></category>

		<category><![CDATA[expand]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[snippets]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1049</guid>
		<description><![CDATA[
On blogs/website that share some snippets of code usually use &#60;pre&#62; tag to wrap the code so that the spacing/indenting is maintained and long lines do not wrap. But now here is another solution from Digging into WordPress which using javascript to expand the code box automatically when mouse over.
Using jQuery javascript framework, the code [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/07/expand-pre-block.png" alt="expand-pre-block" title="expand-pre-block" width="540" height="149" class="alignnone size-full wp-image-1050" /></p>
<p>On blogs/website that share some snippets of code usually use &lt;pre&gt; tag to wrap the code so that the spacing/indenting is maintained and long lines do not wrap. But now here is another solution from <a href="http://diggingintowordpress.com/2009/07/making-an-expanding-code-box/">Digging into WordPress</a> which using javascript to expand the code box automatically when mouse over.</p>
<p>Using jQuery javascript framework, the code box will expand when pre block is hovered. Of course you can use css with <em>pre:hover</em> to make a similar action but with javascript your pre block only expand to as wide as needed with animation and back to original size on mouse out. More elegant right?<br />
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/masonry-a-layout-plugin-from-jquery/" title="Masonry - A Layout Plugin From jQuery">Masonry - A Layout Plugin From jQuery</a></li>
<li><a href="http://ignati.com/today-links-mar-10-2009/" title="Today Links: Mar 10, 2009">Today Links: Mar 10, 2009</a></li>
<li><a href="http://ignati.com/complete-list-of-ajax-username-availability-checker/" title="Complete List of AJAX Username Availability Checker">Complete List of AJAX Username Availability Checker</a></li>
<li><a href="http://ignati.com/form-validator-with-javascript/" title="Validate a Forms With Javascript">Validate a Forms With Javascript</a></li>
<li><a href="http://ignati.com/jquerypopeye-the-new-style-of-lightbox/" title="jQuery.popeye - The New Style of Lightbox">jQuery.popeye - The New Style of Lightbox</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/vEekEy0cFC8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/make-an-auto-expanding-code-box-with-jquery/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/make-an-auto-expanding-code-box-with-jquery/</feedburner:origLink></item>
		<item>
		<title>Google Now Translates Documents</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/Z2GvAwKK7u0/</link>
		<comments>http://ignati.com/google-now-translates-documents/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 16:05:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[On the Net]]></category>

		<category><![CDATA[document]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[translator]]></category>

		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1045</guid>
		<description><![CDATA[
Finally Google Translate added a new feature that allows you to translate any uploaded documents. The uploaded documents will be convert to HTML and then it translates the HTML file, so it means you lose the layout or the embedded images.
Support Word documents, PowerPoint presentations, PDF files, HTML and text files. Useful when you translating [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/07/google-translate.jpg" alt="google-translate" title="google-translate" width="500" height="194" class="alignnone size-full wp-image-1046" /></p>
<p>Finally <a href="http://translate.google.com/">Google Translate</a> added a new feature that allows you to translate any uploaded documents. The uploaded documents will be convert to HTML and then it translates the HTML file, so it means you lose the layout or the embedded images.</p>
<p>Support Word documents, PowerPoint presentations, PDF files, HTML and text files. Useful when you translating big documents without need to copy and paste text manually.</p>
<p>via <a href="http://googlesystem.blogspot.com/2009/07/google-translates-documents.html">googlesystem</a><br />
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/google-translate-language-detection-goes-automatic/" title="Google Translate Language Detection Goes Automatic">Google Translate Language Detection Goes Automatic</a></li>
<li><a href="http://ignati.com/today-links-mar-21-2009/" title="Today Links: Mar 21, 2009">Today Links: Mar 21, 2009</a></li>
<li><a href="http://ignati.com/google-pagerank-is-important-or-not-important/" title="Google Pagerank Is Important Or Not Important?">Google Pagerank Is Important Or Not Important?</a></li>
<li><a href="http://ignati.com/google-chrome-portable-version-available/" title="Google Chrome Portable Version Available">Google Chrome Portable Version Available</a></li>
<li><a href="http://ignati.com/rapidspread-one-click-for-upload-spread-and-share/" title="Rapidspread - One Click For Upload, Spread and Share">Rapidspread - One Click For Upload, Spread and Share</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/Z2GvAwKK7u0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/google-now-translates-documents/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/google-now-translates-documents/</feedburner:origLink></item>
		<item>
		<title>How to get Hotmail message from Gmail</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/hD28mDbXNts/</link>
		<comments>http://ignati.com/how-to-get-hotmail-message-from-gmail/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 16:49:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Online Tips]]></category>

		<category><![CDATA[email forwarding]]></category>

		<category><![CDATA[gmail]]></category>

		<category><![CDATA[hotmail]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1041</guid>
		<description><![CDATA[
Gmail is one of email provider with a complete feature. One of their feature which useful is get mail from other account via pop. You can download 5 more email address of the account to get mail from. In this tips i will use Hotmail since they finally enable POP access worldwide a few months [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/07/hotmail-to-gmail.jpg" alt="hotmail-to-gmail" title="hotmail-to-gmail" width="505" height="300" class="alignnone size-full wp-image-1043" /></p>
<p><a href="http://gmail.com">Gmail</a> is one of email provider with a complete feature. One of their feature which useful is get mail from other account via pop. You can download 5 more email address of the account to get mail from. In this tips i will use Hotmail since they finally <a href="http://mailcall.spaces.live.com/Blog/cns!CC9301187A51FE33!50118.entry?sa=872392381">enable POP access</a> worldwide a few months ago.</p>
<p>Simple follow this steps carefully:</p>
<ol>
<li>Go to Settings > Accounts on your Gmail account and click &#8216;Add a mail account you own&#8217;</li>
<li>Type your email address and click next. Then you have to enter your mail settings (see below). Once you are done, click on Add Account.</li>
<li>Choose yes to able to send email from the account you just added</li>
<li>Done</li>
</ol>
<p><span id="more-1041"></span><br />
From now all email received from your other email accounts will be downloaded to your Gmail account. It&#8217;s really easy right?</p>
<p>Use this settings for Hotmail account:</p>
<ul>
<li>POP server: pop3.live.com (Port 995)</li>
<li>POP SSL required: Yes</li>
<li>Username: Your Windows Live ID (ex: yourname@hotmail.com)</li>
<li>Password: Hotmail or Windows Live password</li>
<li>SMTP server: smtp.live.com (Port 25)</li>
<li>Authentication required: Yes (this matches your POP username and password)</li>
<li>TLS/SSL required: Yes</li>
</ul>
<p>For Yahoo! Mail, you have to use <a href="http://ypopsemail.com/">YPOPs</a> since built-in Yahoo POP service is not free.<br />
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/its-time-to-switch-your-old-email-to-gmail/" title="It&#8217;s Time to Switch Your Old Email to Gmail">It&#8217;s Time to Switch Your Old Email to Gmail</a></li>
<li><a href="http://ignati.com/make-an-auto-expanding-code-box-with-jquery/" title="Make an Auto Expanding Code Box with jQuery">Make an Auto Expanding Code Box with jQuery</a></li>
<li><a href="http://ignati.com/today-links-mar-10-2009/" title="Today Links: Mar 10, 2009">Today Links: Mar 10, 2009</a></li>
<li><a href="http://ignati.com/tips-how-to-change-font-in-nokia-5800-xm/" title="Tips: How to Change Font in Nokia 5800 XM">Tips: How to Change Font in Nokia 5800 XM</a></li>
<li><a href="http://ignati.com/hot-windows-7-tips-and-tricks/" title="Hot Windows 7 Tips and Tricks">Hot Windows 7 Tips and Tricks</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/hD28mDbXNts" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/how-to-get-hotmail-message-from-gmail/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/how-to-get-hotmail-message-from-gmail/</feedburner:origLink></item>
		<item>
		<title>Real Temp - Helps You Monitor Intel CPU Temperature</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/8k51ym_JSZc/</link>
		<comments>http://ignati.com/real-temp-helps-you-monitor-intel-cpu-temperature/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:22:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[monitor]]></category>

		<category><![CDATA[portable]]></category>

		<category><![CDATA[temperature]]></category>

		<category><![CDATA[utility]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1037</guid>
		<description><![CDATA[
Real Temp is a temperature monitoring program designed for all Intel single Core, dual Core and quad Core processors. You can configure Real Temp to show your CPU temperature in your system tray or just run the executable program when you just want a quick look at your system health.
It&#8217;s a light weight app that [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/06/real-temp.jpg" alt="real-temp" title="real-temp" width="425" height="300" class="alignnone size-full wp-image-1038" /></p>
<p><a href="http://www.techpowerup.com/downloads/1325/Real_Temp_3.00.html">Real Temp</a> is a temperature monitoring program designed for all Intel single Core, dual Core and quad Core processors. You can configure Real Temp to show your CPU temperature in your system tray or just run the executable program when you just want a quick look at your system health.</p>
<p>It&#8217;s a light weight app that comes in a 170 Kb compressed zip file (378 Kb on when extract) and uses less than 4 Mb of RAM when running. Available free only for Windows 9x/2000/XP/64-bit/Vista.<br />
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/wyzo-suitable-browser-for-downloader/" title="Wyzo - Suitable Browser for Downloader">Wyzo - Suitable Browser for Downloader</a></li>
<li><a href="http://ignati.com/windows-movie-maker-portable/" title="Windows Movie Maker Portable">Windows Movie Maker Portable</a></li>
<li><a href="http://ignati.com/google-chrome-portable-version-available/" title="Google Chrome Portable Version Available">Google Chrome Portable Version Available</a></li>
<li><a href="http://ignati.com/launchy-application-launcher-for-windows/" title="Launchy - Application Launcher for Windows">Launchy - Application Launcher for Windows</a></li>
<li><a href="http://ignati.com/monitor-shared-folders-with-file-alert-monitor/" title="Monitor Shared Folders with File Alert Monitor">Monitor Shared Folders with File Alert Monitor</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/8k51ym_JSZc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/real-temp-helps-you-monitor-intel-cpu-temperature/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/real-temp-helps-you-monitor-intel-cpu-temperature/</feedburner:origLink></item>
		<item>
		<title>Free 80+ Refined Social Network Icon Pack</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/iWvEONoPvio/</link>
		<comments>http://ignati.com/free-80-refined-social-network-icon-pack/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 14:13:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[icons]]></category>

		<category><![CDATA[png]]></category>

		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1033</guid>
		<description><![CDATA[
Need some social network icons for some project? You have to say thanks to Komodo Media because they developed over 80 refined, amazing social networking icons for the top networks around. Contains 40+ 16&#215;16 px icons and 40+ 32&#215;32 px icons all in 32-bit PNG format.
This great icon pack is licensed under a Creative Commons [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/06/social-network-icons.jpg" alt="social-network-icons" title="social-network-icons" width="422" height="211" class="alignnone size-full wp-image-1034" /></p>
<p>Need some social network icons for some project? You have to say thanks to Komodo Media because they developed over 80 refined, <a href="http://www.komodomedia.com/blog/2009/06/social-network-icon-pack/#icons">amazing social networking icons</a> for the top networks around. Contains 40+ 16&#215;16 px icons and 40+ 32&#215;32 px icons all in 32-bit PNG format.</p>
<p>This great icon pack is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Feel free to use them on your blogs, for commercial use just contact them directly.<br />
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/22-really-cute-twitter-bird-icons/" title="22 Really Cute Twitter Bird Icons">22 Really Cute Twitter Bird Icons</a></li>
<li><a href="http://ignati.com/51-free-valentines-day-wallpaper-bonus/" title="51 Free Valentine&#8217;s Day Wallpaper + Bonus">51 Free Valentine&#8217;s Day Wallpaper + Bonus</a></li>
<li><a href="http://ignati.com/40-free-christmas-icon-set-for-download/" title="40 Free Christmas Icon Set For Download">40 Free Christmas Icon Set For Download</a></li>
<li><a href="http://ignati.com/free-christmas-vector-graphics/" title="Free Christmas Vector Graphics">Free Christmas Vector Graphics</a></li>
<li><a href="http://ignati.com/glossy-modern-browsers-icons/" title="Glossy Modern Browsers Icons">Glossy Modern Browsers Icons</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/iWvEONoPvio" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/free-80-refined-social-network-icon-pack/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/free-80-refined-social-network-icon-pack/</feedburner:origLink></item>
		<item>
		<title>Optimize Liquid Layout With jQuery Smart Columns</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/MIy1TL3cnN0/</link>
		<comments>http://ignati.com/optimize-liquid-layout-with-jquery-smart-columns/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:12:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[On the Net]]></category>

		<category><![CDATA[columns]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[layout]]></category>

		<category><![CDATA[liquid]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1029</guid>
		<description><![CDATA[
Currently, there are 2 ways when displaying column on a liquid layout, first is fixed columns and second is liquid columns. Using fixed columns can fill up the view port with as many columns as it can fit but leaves excess white space where a column was just not able to squeeze in. And using [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/06/smart-columns.jpg" alt="smart-columns" title="smart-columns" width="479" height="276" class="alignnone size-full wp-image-1030" /></p>
<p>Currently, there are 2 ways when displaying column on a liquid layout, first is fixed columns and second is liquid columns. Using fixed columns can fill up the view port with as many columns as it can fit but leaves excess white space where a column was just not able to squeeze in. And using liquid columns do not leave any excess white space and fits perfectly but restricted to having a fixed number of columns per row.</p>
<p>That&#8217;s why you should try <a href="http://www.sohtanaka.com/web-design/smart-columns-w-css-jquery/">Smart Columns</a> which based on <a href="http://jquery.com">jQuery</a> framework to optimize your liquid layout. There is 3 advantage when having fixed columns in a liquid layout:</p>
<ol>
<li>Allow as many fixed columns to line up across the viewport</li>
<li>Take excess white space and evenly distribute them to each of the columns to complete the full row</li>
<li>Keep a default fixed width as the base, so that the columns are reasonably within the intended columns sizes</li>
</ol>
<p>Click here for <a href="http://www.sohtanaka.com/web-design/examples/smart-columns/">the demo</a> and don&#8217;t forget to try expanding the view port of your browser.<br />
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/masonry-a-layout-plugin-from-jquery/" title="Masonry - A Layout Plugin From jQuery">Masonry - A Layout Plugin From jQuery</a></li>
<li><a href="http://ignati.com/today-links-mar-10-2009/" title="Today Links: Mar 10, 2009">Today Links: Mar 10, 2009</a></li>
<li><a href="http://ignati.com/make-an-auto-expanding-code-box-with-jquery/" title="Make an Auto Expanding Code Box with jQuery">Make an Auto Expanding Code Box with jQuery</a></li>
<li><a href="http://ignati.com/today-links-mar-21-2009/" title="Today Links: Mar 21, 2009">Today Links: Mar 21, 2009</a></li>
<li><a href="http://ignati.com/captify-jquery-plugin-to-display-image-captions/" title="Captify - jQuery Plugin to Display Image Captions">Captify - jQuery Plugin to Display Image Captions</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/MIy1TL3cnN0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/optimize-liquid-layout-with-jquery-smart-columns/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/optimize-liquid-layout-with-jquery-smart-columns/</feedburner:origLink></item>
		<item>
		<title>Excit - Safe and Mini Time Waster</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/hZWEjqtuG9M/</link>
		<comments>http://ignati.com/excit-safe-and-mini-time-waster/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 15:48:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[On the Net]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[games]]></category>

		<category><![CDATA[online games]]></category>

		<category><![CDATA[spreadsheet]]></category>

		<category><![CDATA[time waster]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1025</guid>
		<description><![CDATA[
Little bored at office when you&#8217;re doing routine job? Hope Excit can helps you without making problem with your boss. It&#8217;s a free mini flash games with a spreadsheet interface. The theme is &#8216;Escape the spreadsheet chaos&#8217;.
I call this a safe and mini time waster since in the distance this mini action puzzle games looks [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/06/excit.jpg" alt="excit" title="excit" width="500" height="334" class="alignnone size-full wp-image-1026" /></p>
<p>Little bored at office when you&#8217;re doing routine job? Hope Excit can helps you without making problem with your boss. It&#8217;s a free mini flash games with a spreadsheet interface. The theme is &#8216;Escape the spreadsheet chaos&#8217;.</p>
<p>I call this a safe and mini time waster since in the distance this mini action puzzle games looks like an Excel program, complete with number, letter and sheet. Only use an arrows to move the white cross sign and find an exit at green box. Every level has a password if you want to continue the last level.<br />
<span id="more-1025"></span></p>
<blockquote><p>Excit was created in the year 2005 as a viral marketing game for the German business software company MIS AG. In 2007, after the company dissolved, the game was released on the Internet for the first time.</p></blockquote>
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/download-pdamill-games-now-is-free-of-charge/" title="Download PDAmill Games Now is Free of Charge">Download PDAmill Games Now is Free of Charge</a></li>
<li><a href="http://ignati.com/font-game-for-typography-lovers/" title="Font Game for Typography Lovers">Font Game for Typography Lovers</a></li>
<li><a href="http://ignati.com/free-80-refined-social-network-icon-pack/" title="Free 80+ Refined Social Network Icon Pack">Free 80+ Refined Social Network Icon Pack</a></li>
<li><a href="http://ignati.com/grab-tube-youtube-downloader-and-converter-tools/" title="Grab Tube - Youtube Downloader and Converter Tools">Grab Tube - Youtube Downloader and Converter Tools</a></li>
<li><a href="http://ignati.com/coldplay-plans-to-give-away-live-album-as-mp3s/" title="Coldplay Plans to Give Away Live Album as MP3s">Coldplay Plans to Give Away Live Album as MP3s</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/hZWEjqtuG9M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/excit-safe-and-mini-time-waster/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/excit-safe-and-mini-time-waster/</feedburner:origLink></item>
		<item>
		<title>Masonry - A Layout Plugin From jQuery</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/ACycoMF3POI/</link>
		<comments>http://ignati.com/masonry-a-layout-plugin-from-jquery/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 15:05:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[On the Net]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[layout]]></category>

		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1021</guid>
		<description><![CDATA[
I&#8217;m sure if any web designer already close to div layout where as floats arrange elements horizontally then vertically using css. But how about arranges elements vertically then horizontally like above image? Then you should try jQuery Masonry, a layout plugin from jQuery javascript framework. The result leaves no vertical gaps between elements of varying [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/06/jquery-masonry.png" alt="jquery-masonry" title="jquery-masonry" width="480" height="219" class="alignnone size-full wp-image-1022" /></p>
<p>I&#8217;m sure if any web designer already close to div layout where as floats arrange elements horizontally then vertically using css. But how about arranges elements vertically then horizontally like above image? Then you should try <a href="http://desandro.com/resources/jquery-masonry">jQuery Masonry</a>, a layout plugin from jQuery javascript framework. The result leaves no vertical gaps between elements of varying height, just like a mason fitting stones in a wall.</p>
<p>No setting or options needed with this plugin. Instead, all spacing properties can be set with CSS. The only requirement for Masonry to work is for the width of the child elements since child elements should be should have equal width in order to avoid any overlapping on your layout.<br />
<span id="more-1021"></span><br />
Work with all structural elements such as div’s, lists, p’s, spans but only child elements are affected, not all descendants.<br />
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/jquerypopeye-the-new-style-of-lightbox/" title="jQuery.popeye - The New Style of Lightbox">jQuery.popeye - The New Style of Lightbox</a></li>
<li><a href="http://ignati.com/the-photoshop-like-colorpicker-based-on-jquery/" title="The Photoshop Like ColorPicker Based on jQuery">The Photoshop Like ColorPicker Based on jQuery</a></li>
<li><a href="http://ignati.com/make-an-auto-expanding-code-box-with-jquery/" title="Make an Auto Expanding Code Box with jQuery">Make an Auto Expanding Code Box with jQuery</a></li>
<li><a href="http://ignati.com/optimize-liquid-layout-with-jquery-smart-columns/" title="Optimize Liquid Layout With jQuery Smart Columns">Optimize Liquid Layout With jQuery Smart Columns</a></li>
<li><a href="http://ignati.com/today-links-mar-21-2009/" title="Today Links: Mar 21, 2009">Today Links: Mar 21, 2009</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/ACycoMF3POI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/masonry-a-layout-plugin-from-jquery/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/masonry-a-layout-plugin-from-jquery/</feedburner:origLink></item>
		<item>
		<title>Rnk.me - Alternative to URL Shortener</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/RYz8yq2Ywe0/</link>
		<comments>http://ignati.com/rnkme-alternative-to-url-shortener/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 17:31:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[On the Net]]></category>

		<category><![CDATA[service]]></category>

		<category><![CDATA[short url]]></category>

		<category><![CDATA[social network]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1015</guid>
		<description><![CDATA[
Basicly rnk.me is an URL shortener service like others (tinyurl etc) but the author has added a new feature to support Twitter and also you can keep track of the link access statistics.
Simply type the URL that you want to shorten and publish the shortened URL on your Twitter. Don&#8217;t worry, it&#8217;s safe since there [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/06/rnkme.gif" alt="rnkme" title="rnkme" width="189" height="84" class="alignnone size-full wp-image-1018" /></p>
<p>Basicly <a href="http://rnk.me/">rnk.me</a> is an URL shortener service like others (tinyurl etc) but the author has added a new feature to support Twitter and also you can keep track of the link access statistics.</p>
<p>Simply type the URL that you want to shorten and publish the shortened URL on your Twitter. Don&#8217;t worry, it&#8217;s safe since there is no authentication within rnk.me and Twitter. This service is available free for everyone and no registration required.<br />
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/amiglia-the-social-family-networking/" title="Amiglia - The Social Family Networking">Amiglia - The Social Family Networking</a></li>
<li><a href="http://ignati.com/zipmyurl-instantly-compress-single-or-multiple-url/" title="ZipMyUrl - Instantly Compress Single or Multiple URL">ZipMyUrl - Instantly Compress Single or Multiple URL</a></li>
<li><a href="http://ignati.com/free-80-refined-social-network-icon-pack/" title="Free 80+ Refined Social Network Icon Pack">Free 80+ Refined Social Network Icon Pack</a></li>
<li><a href="http://ignati.com/22-really-cute-twitter-bird-icons/" title="22 Really Cute Twitter Bird Icons">22 Really Cute Twitter Bird Icons</a></li>
<li><a href="http://ignati.com/today-links-mar-21-2009/" title="Today Links: Mar 21, 2009">Today Links: Mar 21, 2009</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/RYz8yq2Ywe0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/rnkme-alternative-to-url-shortener/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/rnkme-alternative-to-url-shortener/</feedburner:origLink></item>
		<item>
		<title>Grab Tube - Youtube Downloader and Converter Tools</title>
		<link>http://feedproxy.google.com/~r/ignati/~3/nTLOlOHeFVM/</link>
		<comments>http://ignati.com/grab-tube-youtube-downloader-and-converter-tools/#comments</comments>
		<pubDate>Fri, 29 May 2009 17:16:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[On the Net]]></category>

		<category><![CDATA[converter]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[online]]></category>

		<category><![CDATA[web based]]></category>

		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://ignati.com/?p=1011</guid>
		<description><![CDATA[
Have a favorite Youtube videos that you want to download in a popular video format such as mp4, avi, mpg, 3gp, flv or even mp3 audio format? Then you must try Grab Tube, a free online application that helps you to download and convert Youtube videos on the fly without any software.
They service also allows [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://ignati.com/wp-content/uploads/2009/05/grab-tube.jpg" alt="grab-tube" title="grab-tube" width="540" height="181" class="alignnone size-full wp-image-1012" /></p>
<p>Have a favorite Youtube videos that you want to download in a popular video format such as mp4, avi, mpg, 3gp, flv or even mp3 audio format? Then you must try Grab Tube, a free online application that helps you to download and convert Youtube videos on the fly without any software.</p>
<p>They service also allows you to convert videos from your computer (flv, mp4, 3gp, avi) for free. Just upload your video file and choose the format you want to convert it into. No need to register, it&#8217;s all free for everyone.</p>
<p>This webapps reminds me to FLVto which i posted one year ago but with more great features.<br />
<h3>Related posts:</h3>
<ul class="related_post">
<li><a href="http://ignati.com/convert-youtube-videos-to-mp3-on-the-fly-with-flvto/" title="Convert YouTube Videos to MP3 On-the-fly With FLVto">Convert YouTube Videos to MP3 On-the-fly With FLVto</a></li>
<li><a href="http://ignati.com/coldplay-plans-to-give-away-live-album-as-mp3s/" title="Coldplay Plans to Give Away Live Album as MP3s">Coldplay Plans to Give Away Live Album as MP3s</a></li>
<li><a href="http://ignati.com/barcodes-inc-free-online-barcode-generator/" title="Barcodes Inc - Free Online Barcode Generator">Barcodes Inc - Free Online Barcode Generator</a></li>
<li><a href="http://ignati.com/22-really-cute-twitter-bird-icons/" title="22 Really Cute Twitter Bird Icons">22 Really Cute Twitter Bird Icons</a></li>
<li><a href="http://ignati.com/convert-text-to-mp3-with-hearwho/" title="Convert Text to Mp3 With HearWho">Convert Text to Mp3 With HearWho</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/ignati/~4/nTLOlOHeFVM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ignati.com/grab-tube-youtube-downloader-and-converter-tools/feed/</wfw:commentRss>
		<feedburner:origLink>http://ignati.com/grab-tube-youtube-downloader-and-converter-tools/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.386 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-06 11:44:53 -->
