<?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>Gaya Design &#187; css</title>
	<atom:link href="http://www.gayadesign.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gayadesign.com</link>
	<description>PHP, CSS, xhtml, javascript / jquery tutorials</description>
	<lastBuildDate>Fri, 27 Jan 2012 08:15:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>QueryLoader2 &#8211; Preload your images with ease</title>
		<link>http://www.gayadesign.com/diy/queryloader2-preload-your-images-with-ease/</link>
		<comments>http://www.gayadesign.com/diy/queryloader2-preload-your-images-with-ease/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 20:10:38 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[load images]]></category>
		<category><![CDATA[preload]]></category>
		<category><![CDATA[preloader]]></category>
		<category><![CDATA[queryLoader]]></category>
		<category><![CDATA[queryLoader2]]></category>

		<guid isPermaLink="false">http://www.gayadesign.com/?p=678</guid>
		<description><![CDATA[Gaya Design is back in business and hitting hard with a redo of the 2009 script QueryLoader. I kept getting e-mails and comments about it and thought I had left it just hanging there for way too long. It had become very outdated. So here it is: version 2 of QueryLoader!

<a class="border" href="http://www.gayadesign.com/diy/queryloader2-preload-your-images-with-ease/"><img src="http://www.gayadesign.com/wp-content/uploads/2011/10/ql2header.jpg" alt="" title="ql2header" width="580" height="154" class="aligncenter size-full wp-image-684" /></a>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/queryloader2-preload-your-images-with-ease/feed/</wfw:commentRss>
		<slash:comments>123</slash:comments>
		</item>
		<item>
		<title>Text with Moving Backgrounds with jQuery</title>
		<link>http://www.gayadesign.com/diy/text-with-moving-backgrounds-with-jquery/</link>
		<comments>http://www.gayadesign.com/diy/text-with-moving-backgrounds-with-jquery/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 18:19:25 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[animate]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[moving backgrounds]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.gayadesign.com/?p=632</guid>
		<description><![CDATA[Personally, I am a huge fan of negative space in design. This got me thinking while I was trying to accomplish something different. Normally a textual caption would be positioned above a background, but I wanted to do it the other way around: place the background in the letters.
I also wanted to add some nice dynamic effects to enhance the effect. This was amazingly easy to accomplish in jQuery with the use of a little creativity.

This article will explain what you need to do create an effect like this yourself.

<a href="http://www.gayadesign.com/diy/text-with-moving-backgrounds-with-jquery/" class="border"><img src="http://www.gayadesign.com/wp-content/uploads/2010/01/movingbgcover.jpg" alt="Text with Moving Backgrounds with jQuery" title="Text with Moving Backgrounds with jQuery" width="580" height="254" class="aligncenter size-full wp-image-635" /></a>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/text-with-moving-backgrounds-with-jquery/feed/</wfw:commentRss>
		<slash:comments>92</slash:comments>
		</item>
		<item>
		<title>How to start writing your own sweet jQuery scripts</title>
		<link>http://www.gayadesign.com/articles/how-to-start-writing-your-own-sweet-jquery-scripts/</link>
		<comments>http://www.gayadesign.com/articles/how-to-start-writing-your-own-sweet-jquery-scripts/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 18:15:10 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[begin]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.gayadesign.com/?p=592</guid>
		<description><![CDATA[Sometimes it can be hard to start writing a Javascript script when you don't know what to do instantaneously. But luckily there is the Internet right?
Just go to Google and type in what you want in a script. Good chance some jQuery or Javascript solution will show in the results, and you are basically done.

The problem is that you still don't know how to do such things.

In this article I'll discuss the viral points of planning out a Javascript / jQuery script with ease.

<a href="http://www.gayadesign.com/articles/how-to-start-writing-your-own-sweet-jquery-scripts/" rel="attachment wp-att-620" class="border"><img src="http://www.gayadesign.com/wp-content/uploads/2009/11/startjquery.jpg" alt="startjquery" title="startjquery" width="580" height="148" class="aligncenter size-full wp-image-620" /></a>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/articles/how-to-start-writing-your-own-sweet-jquery-scripts/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>QueryLoader &#8211; preload your website in style</title>
		<link>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/</link>
		<comments>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 11:43:28 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[preload]]></category>
		<category><![CDATA[preloader]]></category>
		<category><![CDATA[queryLoader]]></category>

		<guid isPermaLink="false">http://www.gayadesign.com/?p=489</guid>
		<description><![CDATA[There is always a minor problem when it comes to preloading image on a website. Nobody really has a full solution for it. There are a lot of preloaders available, but most of the time they only display the words: "Loading page" or have an animated image that spins. Why can't there be a nice loading bar of some kind?
I've gotten a few request on how to make a preloader, or people asking me how to get all the images of a web page and preload them (even the images in CSS).

This preloader has it all. Loading bar, custom animations and getting all images included in the web page.

<div style="background-color: #fcf8bb; padding: 10px; text-align: center; font-size: 1.5em;">
<a href="http://www.gayadesign.com/diy/queryloader2-preload-your-images-with-ease/"> There is a new version of QueryLoader. Consider this one obselete!</a>
</div>

<a class="border" href="http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/"><img src="http://www.gayadesign.com/wp-content/uploads/2009/09/qloader.jpg" alt="qloader" title="qloader" width="580" height="173" class="aligncenter size-full wp-image-490" /></a>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/queryloader-preload-your-website-in-style/feed/</wfw:commentRss>
		<slash:comments>595</slash:comments>
		</item>
		<item>
		<title>jQuery convertion: Panoramic Photoviewer in Javascript</title>
		<link>http://www.gayadesign.com/diy/jquery-convertion-panoramic-photoviewer-in-javascript/</link>
		<comments>http://www.gayadesign.com/diy/jquery-convertion-panoramic-photoviewer-in-javascript/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 19:24:27 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[panorama]]></category>
		<category><![CDATA[panoramic]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.gayadesign.com/?p=252</guid>
		<description><![CDATA[This is part two of my script convertions. From <a href="http://script.aculo.us/">scriptaculous</a> to <a href="http://jquery.com">jQuery</a> in just a few minutes of work. This time it's the <a href="http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/">Panoramic Photoviewer</a> to get a <a href="http://www.gayadesign.com/diy/jquery-convertion-panoramic-photoviewer-in-javascript/">jQuery makeover</a>.

<strong>A few highlights:</strong>
From 200 to 80 lines of code (wow).
Works in more browsers.
Lightweight due to jQuery usage.

<strong>For all the jQuery lovers: Here is the Panoramic Photoviewer. Now in jQuery!</strong>

<a class="border" href="http://www.gayadesign.com/diy/jquery-convertion-panoramic-photoviewer-in-javascript/"><img class="aligncenter size-full wp-image-254" title="jqueryphotonav" src="http://www.gayadesign.com/wp-content/uploads/2009/04/jqueryphotonav.jpg" alt="jqueryphotonav" width="532" height="234" /></a>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/jquery-convertion-panoramic-photoviewer-in-javascript/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>jQuery convertion: Garagedoor effect using Javascript</title>
		<link>http://www.gayadesign.com/diy/jquery-convertion-garagedoor-effect-using-javascript/</link>
		<comments>http://www.gayadesign.com/diy/jquery-convertion-garagedoor-effect-using-javascript/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 18:20:53 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[garage door]]></category>
		<category><![CDATA[garagedoor]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.gayadesign.com/?p=237</guid>
		<description><![CDATA[Today I finally found the courage to go and try <a title="jQuery" href="http://jquery.com/">jQuery</a>. After getting some people say: "You should use jQuery instead of scriptaculous." I began thinking. What is the reason I choose script.aculo.us again? Must have been something I read in that time.
Anyway, today I found the time to look at jQuery a bit and thought: Let's convert <a href="http://www.gayadesign.com/diy/garagedoor-effect-using-javascript/">my very first posted script</a> to jQuery!

After 5 minutes of reading about selectors in jQuery and 15 minutes of coding it was born. I am super amazed by the results! About 40%/50% less code and about 200% less time needed to write the script. I bet that in the future 400% less time is reachable!

<strong>For all the jQuery lovers: Here is the Garage Door effect. Now in jQuery!</strong>

<a rel="attachment wp-att-238" href="http://www.gayadesign.com/diy/jquery-convertion-garagedoor-effect-using-javascript/" class="border"><img class="aligncenter size-full wp-image-238" title="jquerygarage" src="http://www.gayadesign.com/wp-content/uploads/2009/04/jquerygarage.jpg" alt="jquerygarage" width="532" height="98" /></a>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/jquery-convertion-garagedoor-effect-using-javascript/feed/</wfw:commentRss>
		<slash:comments>103</slash:comments>
		</item>
		<item>
		<title>Customize the default alert() function of Javascript</title>
		<link>http://www.gayadesign.com/diy/customize-the-default-alert-function-of-javascript/</link>
		<comments>http://www.gayadesign.com/diy/customize-the-default-alert-function-of-javascript/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 14:41:05 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[alert]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=138</guid>
		<description><![CDATA[<p style="text-align: left;">Web designers, developers and web users know them. We all have run across one of these; the Javascript alert message. Most of the time, I don't even read them and click them away. But the more important thing is that they just look ugly, no matter which browser you use.</p>
<p style="text-align: left;">So why not remake the whole Javascript alert function? This article will give you the basics of my customization of the alert message.</p>

<div class="border"><a href="http://www.gayadesign.com/diy/customize-the-default-alert-function-of-javascript/"><img class="aligncenter size-full wp-image-140" title="gdalertintro" src="http://www.gayadesign.com/wp-content/uploads/2009/03/gdalertintro.jpg" alt="gdalertintro" width="532" height="190" /></a></div>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/customize-the-default-alert-function-of-javascript/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Panoramic Photoviewer in Javascript</title>
		<link>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/</link>
		<comments>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 13:24:46 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[panoramic]]></category>
		<category><![CDATA[photo viewer]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=68</guid>
		<description><![CDATA[As a webdesigner you might have had this problem: "I've got a nice looking wide image, but I don't want my visitors to scroll horizontally."

A <a href="http://www.siebdesign.nl/">colleague</a> showed me a new project he was working on. A large image appeared and I had the ability to drag and move the image around in a container. Not super efficient if you ask me, I still had to grab the image and move it around holding my mouse button. Can't there be an easier way?

This article will show you my solution to the problem and maybe even a different approach on navigation.

<a href="http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/" class='border'><img class="aligncenter size-full wp-image-69" title="postimage" src="http://www.gayadesign.com/wp-content/uploads/2009/03/postimage.jpg" alt="postimage" width="532" height="234" /></a>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/panoramic-photoviewer-in-javascript/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Garagedoor effect using Javascript</title>
		<link>http://www.gayadesign.com/diy/garagedoor-effect-using-javascript/</link>
		<comments>http://www.gayadesign.com/diy/garagedoor-effect-using-javascript/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 16:00:05 +0000</pubDate>
		<dc:creator>Gaya</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://dev.gayadesign.nl/?p=3</guid>
		<description><![CDATA[You might have noticed the menu at the top right corner of the website. That's something what I like to call the GarageDoor effect.

Creating one has now been made easy! This tutorial explains everything you need to know on how to create the same effect yourself.

<a href="/diy/garagedoor-effect-using-javascript/" class="border"><img src="http://www.gayadesign.com/wp-content/uploads/2009/03/garageprev1.jpg" alt="Garagedoor effect using Javascript" title="Garagedoor effect using Javascript" width="514" height="98" class="aligncenter size-full wp-image-32" /></a>]]></description>
		<wfw:commentRss>http://www.gayadesign.com/diy/garagedoor-effect-using-javascript/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

