<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Web Design & Development</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 02:01:12 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 02:01:12 -0500</pubDate>
<item>
<title>Create a Drawing App with HTML5 Canvas and JavaScript</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Create-a-Drawing-App-with-HTML5-Canvas-and-JavaScript/74005</link>
<description>
<![CDATA[This tutorial will take you step by step through the development of a simple web drawing application using HTML5 canvas and its partner JavaScript.]]>
</description><guid>http://www.tutorialized.com/tutorial/Create-a-Drawing-App-with-HTML5-Canvas-and-JavaScript/74005</guid>
</item>
<item>
<title>Vintage typewriter: The sexiest jQuery contact form ever</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Vintage-typewriter%3A-The-sexiest-jQuery-contact-form-ever/74004</link>
<description>
<![CDATA[A fancy typewriter contact form powered with jQuery, CSS and PHP along with a nice vector illustration]]>
</description><guid>http://www.tutorialized.com/tutorial/Vintage-typewriter%3A-The-sexiest-jQuery-contact-form-ever/74004</guid>
</item>
<item>
<title>CSS3 Tricks: Animated Twitter Bird</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/CSS3-Tricks%3A-Animated-Twitter-Bird/73996</link>
<description>
<![CDATA[Recently we developed a simple Twitter widget for Wordpress. I wanted to bring a little life into it so I created an animated Bird with CSS3.]]>
</description><guid>http://www.tutorialized.com/tutorial/CSS3-Tricks%3A-Animated-Twitter-Bird/73996</guid>
</item>
<item>
<title>WordPress Stats: Create A Simple Stats Plugin For Your Site</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/WordPress-Stats%3A-Create-A-Simple-Stats-Plugin-For-Your-Site/73995</link>
<description>
<![CDATA[Have you wanted to just have a simple WordPress stats system for your website without having to go through all the hassles of creating a new site under Google analytics.  Well I have a simple solution...]]>
</description><guid>http://www.tutorialized.com/tutorial/WordPress-Stats%3A-Create-A-Simple-Stats-Plugin-For-Your-Site/73995</guid>
</item>
<item>
<title>HTML Backgrounds (Image)</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/HTML-Backgrounds-%28Image%29/73993</link>
<description>
<![CDATA[The background attribute allows you to place an image or picture on your page background.]]>
</description><guid>http://www.tutorialized.com/tutorial/HTML-Backgrounds-%28Image%29/73993</guid>
</item>
<item>
<title>Game Development: Creating Sprites</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Game-Development%3A-Creating-Sprites/73961</link>
<description>
<![CDATA[Welcome to the 2nd tutorial of ‘HTML5 Canvas Game Development’! We will continue using the previous coding in this tutorial, and you will learn the technique of building a simple “bubble breaker” for ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Game-Development%3A-Creating-Sprites/73961</guid>
</item>
<item>
<title>Getting started tutorial on building Apps for mobile devices using web technologies</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Getting-started-tutorial-on-building-Apps-for-mobile-devices-using-web-technologies/73904</link>
<description>
<![CDATA[This is a getting started tutorial on building Apps for mobile devices using web technologies like HTML5, CSS and JavaScript]]>
</description><guid>http://www.tutorialized.com/tutorial/Getting-started-tutorial-on-building-Apps-for-mobile-devices-using-web-technologies/73904</guid>
</item>
<item>
<title>Basic cross-platform mobile app with jQuery Mobile and Phonegap</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Basic-cross-platform-mobile-app-with-jQuery-Mobile-and-Phonegap/73903</link>
<description>
<![CDATA[This tutorial is a basic introduction into cross-platform mobile app with jQuery Mobile and Phonegap, using HTML5, CSS and JavaScript]]>
</description><guid>http://www.tutorialized.com/tutorial/Basic-cross-platform-mobile-app-with-jQuery-Mobile-and-Phonegap/73903</guid>
</item>
<item>
<title>How to solve OutOfMemoryError in Java in Tomcat Server</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-solve-OutOfMemoryError-in-Java-in-Tomcat-Server/73882</link>
<description>
<![CDATA[Quick guide to solve OutOfMemoryError in Tomcat with possible causes like JDBC drivers, Threads and ClassLoaders.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-solve-OutOfMemoryError-in-Java-in-Tomcat-Server/73882</guid>
</item>
<item>
<title>Difference between Wait Sleep and Yield Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Difference-between-Wait-Sleep-and-Yield-Java/73881</link>
<description>
<![CDATA[Good explanation of this popular interview question. I have also shared my view as Differences between sleep and wait in Java.]]>
</description><guid>http://www.tutorialized.com/tutorial/Difference-between-Wait-Sleep-and-Yield-Java/73881</guid>
</item>
<item>
<title>How to read XML Files using SAX parser in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-read-XML-Files-using-SAX-parser-in-Java/73880</link>
<description>
<![CDATA[Reading XML file in Java is very easy because Java provides good support for xml file reading with lots of XML parsers including popular DOM parser and SAX Parser in Java. This article contains step b...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-read-XML-Files-using-SAX-parser-in-Java/73880</guid>
</item>
<item>
<title>java.lang.UnsupportedClassVersionError: Bad version number in .class file  cause and solution</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/java.lang.UnsupportedClassVersionError%3A-Bad-version-number-in-.class-file--cause-and-solution/73879</link>
<description>
<![CDATA[Quick guide on how to solve Exception in thread &quot;main&quot; java.lang.UnsupportedClassVersionError: Bad version number in .class file with real cause and troubleshooting tips.]]>
</description><guid>http://www.tutorialized.com/tutorial/java.lang.UnsupportedClassVersionError%3A-Bad-version-number-in-.class-file--cause-and-solution/73879</guid>
</item>
<item>
<title>Difference between SAX and DOM Parser in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Difference-between-SAX-and-DOM-Parser-in-Java/73878</link>
<description>
<![CDATA[SAX(Simple API for XML) and DOM(Document Object Model) are two very popular XML Parse used to read XML files in Java but there is difference how they parse xml file and without knowling there limitati...]]>
</description><guid>http://www.tutorialized.com/tutorial/Difference-between-SAX-and-DOM-Parser-in-Java/73878</guid>
</item>
<item>
<title>How to read Images in Java using ImageIO</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-read-Images-in-Java-using-ImageIO/73877</link>
<description>
<![CDATA[Reading Images in Java ( PNG, JPG, GIF and other formats) is very easy when you use ImageIO classes. they provide convenient utility method  to read images from either file system or from URL. Similar...]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-read-Images-in-Java-using-ImageIO/73877</guid>
</item>
<item>
<title>How to Convert  key and value of Map into List in Java</title>
<pubDate>Fri, 02 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-to-Convert--key-and-value-of-Map-into-List-in-Java/73876</link>
<description>
<![CDATA[In order to convert Map into List you can convert either keys of Map into List or values of Map into List. This article is quick tip to convert either keys or values into List in Java.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-to-Convert--key-and-value-of-Map-into-List-in-Java/73876</guid>
</item>
</channel>
</rss>
