<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Ionut Staicu - Webdeveloper Blog</title>
	<link>http://dev.iamntz.com</link>
	<description>Stuff about CSS, XHTML, Javascript and jQuery</description>
	<lastBuildDate>Sun, 17 Aug 2008 15:29:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Advanced Carousel - Part II</title>
		<description>As i said before, i will show you some more nice tricks on that carousel. Today i will show you how can you put a fully automated pagination.

How it works?

A page have five items. So we need to scroll five items with one click. We take the full width of ...</description>
		<link>http://dev.iamntz.com/41/advanced-carousel-part-ii</link>
			</item>
	<item>
		<title>jQuery UI Accordion jump bug</title>
		<description>If you ever used jQuery UI Accordion before, you probably notice that sometimes you have an annoyng bug when you change between accordion items: the bottom of the accordion jumps few pixels. Why is that? That's why because Dimension plugins (which  is included on last version of jquery, by ...</description>
		<link>http://dev.iamntz.com/40/jquery-ui-accordion-jump-bug</link>
			</item>
	<item>
		<title>Advanced Carousel</title>
		<description>Ok, as ai said you before, i want to make a tutorial about a more advanced carousel than previous was. 

I won't explain HTML and CSS code (is very simple and intutive):


	
		Previous
		Next
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


	
 

CSS file:

* {margin:0;padding:0;}

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html ...</description>
		<link>http://dev.iamntz.com/39/advanced-carousel</link>
			</item>
	<item>
		<title>What&#8217;s new in Ntz Land?</title>
		<description>Hi guys! Long time no post here... Why? Well... I was very (and i mean VERY) busy in last two week or so. Besides that, i didn't have any inspiration at all :P (if you want a specific tutorial, let me know)

You have to wait few more days before i ...</description>
		<link>http://dev.iamntz.com/38/whats-new-in-ntz-land</link>
			</item>
	<item>
		<title>One nice form trick</title>
		<description>One of the most useful thing on forms is an "autoselect" function. How is this work? Let's assume that you have a standard search box:



When textbox is focused you can do three things:

	Do nothing. Let the user to delete all text. Not good for lazy people, right? :D
	Autoclear box. But ...</description>
		<link>http://dev.iamntz.com/36/one-nice-form-trick</link>
			</item>
	<item>
		<title>Wordnewz Wordpress theme</title>
		<description>Well.. is done :) The Wordnewz is finally done.

As i said, there is two version of theme: free and premium. Read below to see the differences.

Preview:
 

Free theme :

	You have to edit all files to make some changes. For ads you need to edit files from ads folder. For index ...</description>
		<link>http://dev.iamntz.com/35/wordnewz-wordpress-theme</link>
			</item>
	<item>
		<title>jQuery AJAX trick (very useful!)</title>
		<description>Did you ever ask yourself how can you display a "loading" indicator when you make ajax calls using various libraries?

The simple but efficient answer is this:

$(document).ready(function(){
$('Loading...')
        .ajaxStart(function() {$(this).show();})
        .ajaxStop(function() {$(this).hide();})
       ...</description>
		<link>http://dev.iamntz.com/34/jquery-ajax-trick-very-useful</link>
			</item>
	<item>
		<title>Wordpress get_posts() function</title>
		<description>Today i spent some time trying to figure how to get existing (and also used) tags from wordpress and using in admin panel as a combo box, for my brand new theme Wordnewz.

The return of get_tags() function was some kind of array but, because of my skills (not) in PHP ...</description>
		<link>http://dev.iamntz.com/33/wordpress-get_posts-function</link>
			</item>
	<item>
		<title>And another one!</title>
		<description>After last two wordpress themes that i released in last weeks was a success (i expected to have less feedback than i had), i was thinking to make another theme. This time will be a free-premium theme. What it mean this? The theme will be launched as a free theme ...</description>
		<link>http://dev.iamntz.com/32/and-another-one</link>
			</item>
	<item>
		<title>Another free Wordpress theme - Rounded.Cube</title>
		<description>Yesterday i was pretty bored: weekend, alone, and all bad things and i say to make another free wordpress theme. I opened Photoshop and i start to draw. You can see the results on the next screenshot or here.



Some of the main features:

	Widgetizable;
	Xhtml 1.1 / CSS 2.1 Valid;
	2 columns;
	trackbacks and ...</description>
		<link>http://dev.iamntz.com/30/free-wordpress-theme-2</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.594 seconds -->
<!-- Cached page served by WP-Cache -->
<!-- Compression = gzip -->