<?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>Ionut Staicu - Webdeveloper Blog &#187; Short news</title>
	<atom:link href="http://dev.iamntz.com/category/short-news/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.iamntz.com</link>
	<description>Stuff about CSS, XHTML, Javascript and jQuery</description>
	<lastBuildDate>Thu, 26 May 2011 05:43:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Saturday&#8217;s short news&amp;links</title>
		<link>http://dev.iamntz.com/155/saturdays-short-newslinks</link>
		<comments>http://dev.iamntz.com/155/saturdays-short-newslinks#comments</comments>
		<pubDate>Sat, 14 Feb 2009 12:53:40 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=155</guid>
		<description><![CDATA[WordPress 2.7.1 is out New features in WordPress 2.7 regarding to body classes (i hope they won&#8217;t change the admin theme AGAIN) Jquery UI 1.6 is&#8230; 1.7. Actually, jQuery UI 1.6rc2 (with fixes) will become 1.6 and will work with &#8230; <a href="http://dev.iamntz.com/155/saturdays-short-newslinks">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://wordpress.org/">WordPress 2.7.1 is out</a></li>
<li><a href="http://wpengineer.com/wordpress-28-body_class-automatic_feed_links/">New features in WordPress 2.7</a> regarding to body classes (i hope they won&#8217;t change the admin theme AGAIN)</li>
<li><a href="http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/">Jquery UI 1.6 is&#8230; 1.7</a>. Actually, jQuery UI 1.6rc2 (with fixes) will become 1.6 and will work with jQuery versions prior to 1.3 and UI 1.6rc6 will be 1.7.</li>
<li>Some people wait a certain Unix time. Is <a href="http://foohack.com/2009/02/1234567890/">this</a> GEEK or what? <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' />  </li>
<li>Learn how to <a href="http://css-tricks.com/video-screencasts/53-customizing-paypal-forms-buttons-and-headers/">customize Paypal forms &#038; headers</a>.</li>
<li><a href="http://www.smashingmagazine.com/2009/02/11/the-big-php-ides-test-why-use-oneand-which-to-choose/">PHP IDE test</a>: why should you use them and which one should you pic?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/155/saturdays-short-newslinks/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery 1.3 launched!</title>
		<link>http://dev.iamntz.com/147/jquery-13-launched</link>
		<comments>http://dev.iamntz.com/147/jquery-13-launched#comments</comments>
		<pubDate>Wed, 14 Jan 2009 16:03:04 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=147</guid>
		<description><![CDATA[After exactly three years from the very first version, we jave jQuery 1.3. What&#8217;s new here? Sizzle: A sizzlin’ hot CSS selector engine. Live Events: Event delegation with a jQuery twist. jQuery Event Overhaul: Completely rewired to simplify event handling. &#8230; <a href="http://dev.iamntz.com/147/jquery-13-launched">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After exactly three years from the very first version, we jave jQuery 1.3. What&#8217;s new here?</p>
<ul>
<li> Sizzle: A sizzlin’ hot CSS selector engine.</li>
<li> Live Events: Event delegation with a jQuery twist.</li>
<li> jQuery Event Overhaul: Completely rewired to simplify event handling.</li>
<li> HTML Injection Rewrite: Lightning-fast HTML appending.</li>
<li> Offset Rewrite: Super-quick position calculation.</li>
<li> No More Browser Sniffing: Using feature detection to help jQuery last for many more years to come</li>
<li>.hide() and .show() have been rewritten to become much faster. The frequently-used methods are now almost 2.5x faster. </li>
<li>Default animations have been smoothed. Traditionally show/hide and slideUp/slideDown have only animated width, height, and/or opacity. We&#8217;ve added in margin and padding as well to provide a smoother animation. More information: show, hide, toggle, slideDown, slideUp, slideToggle</li>
<li>and many, more. You can read full release post <a href="http://blog.jquery.com/2009/01/14/jquery-13-and-the-jquery-foundation/">here</a></li>
</ul>
<p>Long story short: we have a better library with a better than ever selector engine. We can now wait and wait for jQuery UI 1.6 final (now is on rc4) and we are all set <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' /><br />
Also, you can find a new <a href="http://api.jquery.com/">api documentation for jQuery </a>1.3. </p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/147/jquery-13-launched/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More WordPress *FREE* themes!</title>
		<link>http://dev.iamntz.com/145/more-wordpress-free-themes</link>
		<comments>http://dev.iamntz.com/145/more-wordpress-free-themes#comments</comments>
		<pubDate>Mon, 12 Jan 2009 21:09:27 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Short news]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=145</guid>
		<description><![CDATA[Hi guys! I&#8217;m working on two brand new WordPress themes. Of course, will be completely FREE for download and FREE for use (personal or commercial or whatever you want). When? Frankly&#8230; I really don&#8217;t know. I have a LOT of &#8230; <a href="http://dev.iamntz.com/145/more-wordpress-free-themes">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi guys!</p>
<p>I&#8217;m working on two brand new WordPress themes. Of course, will be completely FREE for download and FREE for use (personal or commercial or whatever you want). </p>
<p>When?</p>
<p>Frankly&#8230; I really don&#8217;t know. I have a LOT of things to do and a day has only 24 hours <img src='http://dev.iamntz.com/wp-includes/images/smilies/angry.gif' alt=':(' class='wp-smiley' />  I hope in a week or so. Anyhow, by the end of January, both themes will be released <img src='http://dev.iamntz.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/145/more-wordpress-free-themes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Two short (and great!) news</title>
		<link>http://dev.iamntz.com/141/two-short-and-great-news</link>
		<comments>http://dev.iamntz.com/141/two-short-and-great-news#comments</comments>
		<pubDate>Mon, 05 Jan 2009 22:46:12 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=141</guid>
		<description><![CDATA[First of all, Happy New Year guys! The first great news (and is kinda old, is from the last year ) is about jQuery UI 1.6. We have a new RC4 for testing and reporting bugs with a brand new &#8230; <a href="http://dev.iamntz.com/141/two-short-and-great-news">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First of all, Happy New Year guys!</p>
<p>The first great news (and is kinda old, is from the last year <img src='http://dev.iamntz.com/wp-includes/images/smilies/angry.gif' alt=':(' class='wp-smiley' />  ) is about jQuery UI 1.6. We have a <a href="http://blog.jquery.com/2008/12/31/jquery-ui-16rc3-its-getting-really-close/">new RC4</a> for testing and <a href="http://ui.jquery.com/bugs">reporting bugs</a> with a brand new <a href="http://ui.jquery.com/themeroller">theme roller</a>. Whats this mean? Well.. Not too much if you are not using jQuery <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' /> </p>
<p>The second great news (and is related somehow with first one) is that jQuery 1.3 is in beta 2, <a href="http://twitter.com/jeresig/status/1098107674">according to John</a>. Is related with first news because final UI will work only with jQuery 1.3 so if you test, make sure you test both. If you don&#8217;t want to test jQuery 1.3 I think you don&#8217;t know what you missing: brand new selector engine, large portion of code was rewritten, and so on. Long story short: HUGE performance improvement.</p>
<p>Let&#8217;s hope the final version of both jQuery and UI will be released soon and bug free <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Later edit: <a href="http://blog.jquery.com/2009/01/05/help-test-jquery-13-beta-2/">jQuery 1.3 b2 on official blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/141/two-short-and-great-news/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great news!</title>
		<link>http://dev.iamntz.com/132/great-news</link>
		<comments>http://dev.iamntz.com/132/great-news#comments</comments>
		<pubDate>Mon, 22 Dec 2008 18:10:03 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=132</guid>
		<description><![CDATA[Well&#8230; jQuery 1.3 is out. It&#8217;s beta, but still! A brand new selector engine DOM manipulation engine has been almost rewritten Event Namespace rewritten. And more Go claim your copy and start testing! Also, the best IM client from the &#8230; <a href="http://dev.iamntz.com/132/great-news">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well&#8230; jQuery 1.3 is out. It&#8217;s beta, but still!</p>
<ul>
<li>A brand new selector engine</li>
<li>DOM manipulation engine has been almost rewritten</li>
<li>Event Namespace rewritten.</li>
<li><a href="http://blog.jquery.com/2008/12/22/help-test-jquery-13-beta-1/">And more</a></li>
</ul>
<p>Go claim your copy and start testing! </p>
<p>Also, the best IM client from the ice age until now &#8211; pidgin &#8211; has a <a href="http://pidgin.im/">new improved version</a> 2.5.3.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/132/great-news/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links of interest</title>
		<link>http://dev.iamntz.com/125/links-of-interest</link>
		<comments>http://dev.iamntz.com/125/links-of-interest#comments</comments>
		<pubDate>Thu, 11 Dec 2008 08:56:51 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=125</guid>
		<description><![CDATA[WordPress 2.7 Final is out. When you upgrade, if with no reason your blog display blank pages (both on admin and front end), disable all plugins. Actually it&#8217;s recommended that you disable all plugins BEFORE any update attempt. I know &#8230; <a href="http://dev.iamntz.com/125/links-of-interest">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://wordpress.org/download/">WordPress 2.7</a> Final is out. When you upgrade, if with no reason your blog display blank pages (both on admin and front end), disable all plugins. Actually it&#8217;s recommended that you disable all plugins BEFORE any update attempt. I know this because i didn&#8217;t disable any plugins <img src='http://dev.iamntz.com/wp-includes/images/smilies/biggrin.gif' alt=':D' class='wp-smiley' />  </li>
<li>Learn <a href="http://www.ajaxlessons.com/2006/02/19/ajax-workshop-3-shopping-cart-using-scriptaculous/">how to do a mini shopping cart</a> using a lil&#8217; bit of scriptaculous and prototype.</li>
<li><a href="http://woork.blogspot.com/2008/12/useful-resources-to-improve-look-and.html">Improve your forms</a> aspect and behaviour.</li>
<li><a href="http://yensdesign.com/2008/12/create-an-amazing-music-player-using-mouse-gestures-hotkeys-in-jquery/">Create an amazing music player</a> with mouse gestures and keyboard control using jQuery</li>
<li>Sitepoint has released a new book in series of &#8220;The principle&#8230;.&#8221; : The Principles Of Successful Freelancing. You can see a sample article <a href="http://www.sitepoint.com/article/sample-successful-freelancing/">here</a>.</li>
<li>Even if it&#8217;s not related to web development in any way, take a look at <a href="http://www.smashingmagazine.com/2008/12/10/50-most-amazing-dual-screen-desktop-wallpapers/">this gorgeous dual monitor wallpapers</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/125/links-of-interest/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some links</title>
		<link>http://dev.iamntz.com/105/some-links-2</link>
		<comments>http://dev.iamntz.com/105/some-links-2#comments</comments>
		<pubDate>Wed, 26 Nov 2008 14:39:33 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=105</guid>
		<description><![CDATA[List of many (MANY!) free icons Mission Impossible &#8211; A diagonal navigation menu with css. Some issues on big menus, but it&#8217;s a great idea! WordPress 2.6.5 is available. But if you already have a blog, you already know that &#8230; <a href="http://dev.iamntz.com/105/some-links-2">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.allwebdesignresources.com/webdesignblogs/graphics/free-icons-sites-websites-that-offer-free-icons/">List of many (MANY!) free icons</a></li>
<li>Mission Impossible &#8211; <a href="http://mirificampress.com/permalink/diagonal_nav_rollover">A diagonal navigation menu</a> with css. Some issues on big menus, but it&#8217;s a great idea!</li>
<li><a href="http://wordpress.org/development/2008/11/wordpress-265/">WordPress 2.6.5 is available</a>. But if you already have a blog, you already know that <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' /> </li>
<li>Do you know that you can <a href="http://wpengineer.com/use-javascript-libraries-in-and-of-wordpress/">use WordPress built in JS libraries</a> (like jquery, prototype, and so on) with no effort? MUST read for WP theme developers <img src='http://dev.iamntz.com/wp-includes/images/smilies/wink.gif' alt=';)' class='wp-smiley' /> </li>
<li><a href="http://www.sitepoint.com/article/section-508-web-accessibility/">Section 508 guide</a>. Even is only for US, it&#8217;s a nice reading for guys who get work from US</li>
<li>Yet another jQuery based slider : <a href="http://www.serie3.info/s3slider/">s3Slider</a></li>
<li><a href="http://twitaway.aws.sitepoint.com/">The Art &amp; Science of CSS for FREE</a>. All you have to do is to folow sitepoin on tweeter.com</li>
<li>Chris Coyier (you know, the guy behind the css-tricks.com) said: it&#8217;s <a href="http://css-tricks.com/its-wordpress-week/">wordpress week</a>! Every day you will find a nice article related to wordpress. </li>
<li>Do you know jQuery? On themeforest you can find a series of jQuery tutorials for absolutely beginers. Worth a shot!</li>
</ul>
<p>I hope you like it guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/105/some-links-2/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Some links</title>
		<link>http://dev.iamntz.com/99/some-links</link>
		<comments>http://dev.iamntz.com/99/some-links#comments</comments>
		<pubDate>Thu, 06 Nov 2008 10:43:27 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=99</guid>
		<description><![CDATA[OXID eSales is an Open source e-shop which can be a better alternative to OSCommerce, Zencart, and other ANTIQUE shops. If I start talking about shops, take a look at simpleCart(js). You don&#8217;t need nothing but a paypal account and &#8230; <a href="http://dev.iamntz.com/99/some-links">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.oxid-esales.com/en/products/community-edition">OXID eSales</a> is an Open source e-shop which can be a better alternative to OSCommerce, Zencart, and other ANTIQUE shops.</li>
<li>If I start talking about shops, take a look at <a href="http://www.thewojogroup.com/2008/10/simplecartjs-paypal-e-commerce-in-minutes/">simpleCart(js)</a>. You don&#8217;t need nothing but a paypal account and few minutes to set up. No PHP, no MySQL, no nothing (but if you want, you can use).</li>
<li>And the last link for shops will get you to Sitepoint: <a href="http://www.sitepoint.com/article/ecommerce-seven-carts-reviewed/">How to pick the right shopping cart</a>? Seven carts reviewed</li>
<li><a href="http://www.leigeber.com/2008/11/javascript-table-sorter/">Sort your tables</a> with no effort and no huge libraries like prototype or jquery (even if I am a big fan of jQuery, I can&#8217;t use it on every single project, especially when is a small project)</li>
<li><a href="http://corp.kaltura.com/">Kaltura &#8211; Open source video platform</a>. Which mean you can start your own youtube and hope that google will buy you <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' />  </li>
<li>Choose a <a href="http://www.noupe.com/wordpress/the-top-7-premium-wordpress-themes-for-free.html">PREMIUM WordPress theme</a>. For FREE.</li>
<li>And the last link is still about WordPress: <a href="http://designm.ag/resources/tutorials-for-wordpress-comments/">10 Tutorials for working with with comments(best of!).</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/99/some-links/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sunday updates</title>
		<link>http://dev.iamntz.com/94/sunday-updates</link>
		<comments>http://dev.iamntz.com/94/sunday-updates#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:57:07 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=94</guid>
		<description><![CDATA[WordPress 2.7 is out. Not final, but still a beta 1. The admin panel is AWESOME! Firebug 1.3 is out. Again, this is a beta. Some of the features: * Net panel re-implemented, more function, no more double loads (Requires &#8230; <a href="http://dev.iamntz.com/94/sunday-updates">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://wordpress.org/development/2008/11/wordpress-27-beta-1/">WordPress 2.7 is out</a>. Not final, but still a beta 1. The admin panel is AWESOME!</li>
<li><a href="http://getfirebug.com/releases/index.html#beta">Firebug 1.3 is out</a>. Again, this is a beta. Some of the features:<br />
<blockquote><p>* Net panel re-implemented, more function, no more double loads (Requires Firefox 3.0.4+)<br />
* Script panel rendering much faster for large Javascript files<br />
* Scope chain in Watches panel when stopped on breakpoint<br />
* Console/Command line re-implemented to avoid some undefined console problems<br />
* Tracing console added<br />
* New locales and better locale support</p></blockquote>
</li>
<li><a href="http://www.blogohblog.com/mega-contest-win-1-premium-themes-worth-700/">Win $700</a>. Actually, there is ten premium wordpress themes that worth $700</li>
<li>Do you really need version control for your code? <a href="http://stackoverflow.com/questions/250984/do-i-really-need-version-control">These guys</a> convinced me i do. And bonus, review of <a href="http://www.smashingmagazine.com/2008/09/18/the-top-7-open-source-version-control-systems/">few version control</a> systems on smashingmagazine.</li>
<li>Absolutely FREE <a href="http://lwis.net/free-css-drop-down-menu/">CSS menu framework</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/94/sunday-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monday warm up</title>
		<link>http://dev.iamntz.com/82/monday-warm-up</link>
		<comments>http://dev.iamntz.com/82/monday-warm-up#comments</comments>
		<pubDate>Sun, 19 Oct 2008 21:00:35 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=82</guid>
		<description><![CDATA[Library free accordion. VERY light! 50 smashing ajax tutorials. VFront &#8211; Database administration tools (only for mysql/postgresql) More than 300 ABSOLUTELY FREE icons from Iconden.com. Free download for WHOLE CS4 directly from ADOBE! Of course, these are trials, but if &#8230; <a href="http://dev.iamntz.com/82/monday-warm-up">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.leigeber.com/2008/10/animated-javascript-accordion/">Library free accordion</a>. VERY light!</li>
<li>50 smashing <a href="http://www.smashingmagazine.com/2008/10/16/50-excellent-ajax-tutorials/">ajax tutorials</a>.</li>
<li><a href="http://www.vfront.org/en/">VFront</a> &#8211; Database administration tools (only for mysql/postgresql)</li>
<li><a href="http://www.iconeden.com/icon/category/free">More than 300 ABSOLUTELY FREE icons</a> from Iconden.com.</li>
<li><a href="http://blog.iamntz.com/1570/descarca-gratuit-adobe-cs4.ionut">Free download for WHOLE CS4 directly from ADOBE</a>! Of course, these are trials, but if you think that Adobe didn&#8217;t release YET a trial for any of their products (except Lightroom), you may be tempted. I tried Photoshop and i can say one thing: i need to upgrade my system!</li>
<li>If you didn&#8217;t find out yet, take a look at <a href="http://stackoverflow.com">stackoverflow.com</a> which is &#8220;collaboratively built and maintained by programmers&#8221;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/82/monday-warm-up/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ll never sleep again!</title>
		<link>http://dev.iamntz.com/49/ill-never-sleep-again</link>
		<comments>http://dev.iamntz.com/49/ill-never-sleep-again#comments</comments>
		<pubDate>Sat, 20 Sep 2008 09:28:30 +0000</pubDate>
		<dc:creator>Staicu IonuČ›-Bogdan</dc:creator>
				<category><![CDATA[Short news]]></category>

		<guid isPermaLink="false">http://dev.iamntz.com/?p=49</guid>
		<description><![CDATA[No, seriously! This morning, after i woke up i saw this awesome stuff : - jQuery UI 1.6rc2 is out. Many bug fixes, many improvements, new components (color picker and spinner which&#8230; i have no idea what it is for &#8230; <a href="http://dev.iamntz.com/49/ill-never-sleep-again">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>No, seriously! This morning, after i woke up i saw this awesome stuff :</p>
<p>- <a href="http://jquery.com/blog/2008/09/19/jquery-ui-16rc2/">jQuery UI 1.6rc2</a> is out. Many bug fixes, many improvements, new components (color picker and spinner which&#8230; i have no idea what it is for <img src='http://dev.iamntz.com/wp-includes/images/smilies/pouty.gif' alt=':|' class='wp-smiley' />  )</p>
<p>- <a href="http://mootools.net/blog/2008/03/15/snippely/">Snippely 1.1</a>. Keep your code snippets safe and organized! I use only one AIR application. THIS one.</p>
<p>- <a href="http://mootools.net/blog/2008/06/12/mootools-12-its-official/">Moo Tools 1.2</a>. Despite the fact i&#8217;m not a Moo Tools lover, i inform you that the final version is out.</p>
<p>And this just after i opened my feed reader! I feel that today will be a great day <img src='http://dev.iamntz.com/wp-includes/images/smilies/tongue.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://dev.iamntz.com/49/ill-never-sleep-again/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

