<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Web Design &#38; Development</title>
	<link>http://alexusanin.com</link>
	<description>Web design &#38; development in details: PHP, Java Script &#38; jQuery, Adobe Photoshop tutorials and lessons.</description>
	<lastBuildDate>Thu, 23 Dec 2010 07:44:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.3" -->
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />

	<item>
		<title>How to minify your JavaScript and CSS.</title>
		<description><![CDATA[In this article I will explain why it's really important to compress or in other words, minify your JavaScript and CSS files. What is minification: Minifying your code, means the following: Removing white spaces. Renaming variables and functions to shorter named ones. Removing comments. There are different stages of minification and obviously each of them [...]]]></description>
		<link>http://alexusanin.com/javascript-tricks-tutorials/how-to-minify-your-javascript-and-css/</link>
			</item>
	<item>
		<title>Highlighting Odd And Even Table Rows With jQuery</title>
		<description><![CDATA[There are various ways to present organized content on the page and one of the is table row highlighting. Instead of dividing rows using borders, designer can change background of even or odd rows. Have a look at the example here. Normally, highlighting odd or even table rows in a table would be quite a [...]]]></description>
		<link>http://alexusanin.com/jquery-tricks-tutorials/highlighting-odd-and-even-table-rows-with-jquery/</link>
			</item>
	<item>
		<title>Parsing XML With jQuery</title>
		<description><![CDATA[In this article I will explain how to parse XML using jQuery. Personally I find it to be the easiest way to manipulate data in XML format since jQuery provides very intuitive and simple interface. We are going to parse XML file using jQuery and output the information in a table format. Here is the [...]]]></description>
		<link>http://alexusanin.com/jquery-tricks-tutorials/parsing-xml-with-jquery/</link>
			</item>
	<item>
		<title>Importance of Having a Visitor Tracking Tool</title>
		<description><![CDATA[Visitor tracking is considered one of the must-have features of your website and this article tells you why. As many of us know, having a high quality statistics data is crucial for success in any marketing campaign. Your website is a subject of your own marketing campaign - how would you know how many people [...]]]></description>
		<link>http://alexusanin.com/visitor-tracking/importance-of-having-a-visitor-tracking-tool/</link>
			</item>
	<item>
		<title>Very Simple jQuery Drop Down Menu Tutorial</title>
		<description><![CDATA[As the title of this article states, we are going to build a very simple and clean drop down menu using jQuery, XHTML and CSS. Here the example of what we are going to be building. Components: Let's start with looking at the components of the menu. In this case we have 3 of them [...]]]></description>
		<link>http://alexusanin.com/jquery-tricks-tutorials/very-simple-jquery-drop-down-menu-tutorial/</link>
			</item>
	<item>
		<title>What is jQuery?</title>
		<description><![CDATA[jQuery is a JavaScript library designed to simplify client-side scripting with JavaScript. When jQuery was introduced to web designers and developers, the entire web industry has exploded with various tools based on jQuery. The reason for it was pretty simple - the easiness of writing a complicated JavaScript code just in one line. See the [...]]]></description>
		<link>http://alexusanin.com/jquery-tricks-tutorials/what-is-jquery/</link>
			</item>
	<item>
		<title>Alternative To PHP “foreach” In JavaScript</title>
		<description><![CDATA[When I just started to learn JavaScript, one of the inconveniences I experienced was absence of "foreach" loop statement. Later on, I found on the internet, that it actually exists. So here is how it's done. Alternative to PHP "foreach" in JavaScript: var yourArray = new Array&#40;&#34;Element 1&#34;, &#34;Element 2&#34;, &#34;Element 3&#34;&#41;; &#160; for&#40;var i [...]]]></description>
		<link>http://alexusanin.com/javascript-tricks-tutorials/alternative-foreach-in-javascript/</link>
			</item>
</channel>
</rss>
