<?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 Application Building</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 03:20:24 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:20:24 -0500</pubDate>
<item>
<title>Installing The Android SDK In Eclipse</title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Installing-The-Android-SDK-In-Eclipse/73206</link>
<description>
<![CDATA[Before developing applications for the Android mobile operating system the SDK must be installed. This tutorial covers installing the SDK and preparing the Eclipse IDE for use with the SDK. Also cover...]]>
</description><guid>http://www.tutorialized.com/tutorial/Installing-The-Android-SDK-In-Eclipse/73206</guid>
</item>
<item>
<title>Struts 2 Tutorial in simple steps</title>
<pubDate>Mon, 01 Nov 2010 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Struts-2-Tutorial-in-simple-steps/72966</link>
<description>
<![CDATA[Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications.   The framework is designed to streamline the full development cycle, from building, to deployi...]]>
</description><guid>http://www.tutorialized.com/tutorial/Struts-2-Tutorial-in-simple-steps/72966</guid>
</item>
<item>
<title>Kickstarter Best Practices For Getting Startup Seed-Money</title>
<pubDate>Sat, 04 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Kickstarter-Best-Practices-For-Getting-Startup-Seed-Money/67479</link>
<description>
<![CDATA[Startups fail often because they create a product or service that no one really wants in mass. To mitigate Startup failure you can test your Idea at Kickstarter - A cool place to not only test interes...]]>
</description><guid>http://www.tutorialized.com/tutorial/Kickstarter-Best-Practices-For-Getting-Startup-Seed-Money/67479</guid>
</item>
<item>
<title>Concurrency: Producer-Consumer Problem</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Concurrency%3A-Producer-Consumer-Problem/64483</link>
<description>
<![CDATA[This is a basic implementation of the producer-consumer problem in Java using ArrayBlockingQueue that I did some time ago (my original post with a bit more details).]]>
</description><guid>http://www.tutorialized.com/tutorial/Concurrency%3A-Producer-Consumer-Problem/64483</guid>
</item>
<item>
<title>clear screen code in Java.</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/clear-screen-code-in-Java./64482</link>
<description>
<![CDATA[Can any body please tell me what code is used for clear screen in java? For example in c++ &quot;system(&quot;CLS&quot;); &quot; is used just like this what code is used in java for clear screen? Plea...]]>
</description><guid>http://www.tutorialized.com/tutorial/clear-screen-code-in-Java./64482</guid>
</item>
<item>
<title>Resolve common concurrency problems with GPars</title>
<pubDate>Sat, 31 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Resolve-common-concurrency-problems-with-GPars/61691</link>
<description>
<![CDATA[The shift toward multicore processing has fueled an interest in concurrent programming models like fork/join, actors, agents, and executors. While these models originated within different programming ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Resolve-common-concurrency-problems-with-GPars/61691</guid>
</item>
<item>
<title>5 things you didnt know about command-line flags for the JVM</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/5-things-you-didnt-know-about-command-line-flags-for-the-JVM/61379</link>
<description>
<![CDATA[Java virtual machines come with hundreds of command-line options, which more experienced Java developers can use to tune the Java runtime. Learn how to monitor and log compiler performance, disable ex...]]>
</description><guid>http://www.tutorialized.com/tutorial/5-things-you-didnt-know-about-command-line-flags-for-the-JVM/61379</guid>
</item>
<item>
<title>Introduction to Java programming Part 2</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Introduction-to-Java-programming-Part-2/61305</link>
<description>
<![CDATA[In Part 2 explore the more-sophisticated syntax and libraries you will need to develop complex, real-world Java applications.]]>
</description><guid>http://www.tutorialized.com/tutorial/Introduction-to-Java-programming-Part-2/61305</guid>
</item>
<item>
<title>Introduction to Java programming Part 1</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Introduction-to-Java-programming-Part-1/61304</link>
<description>
<![CDATA[In Part 1, learn the essentials of object-oriented programming on the Java platform, including fundamental Java syntax and its use.]]>
</description><guid>http://www.tutorialized.com/tutorial/Introduction-to-Java-programming-Part-1/61304</guid>
</item>
<item>
<title>Evolutionary architecture and emergent design: Building DSLs in Groovy</title>
<pubDate>Wed, 09 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Evolutionary-architecture-and-emergent-design%3A-Building-DSLs-in-Groovy/61182</link>
<description>
<![CDATA[In last month's installment, I showed examples of using domain-specific languages (DSLs) to harvest idiomatic patterns. Internal DSLs are possible but cumbersome in the Java language because of its re...]]>
</description><guid>http://www.tutorialized.com/tutorial/Evolutionary-architecture-and-emergent-design%3A-Building-DSLs-in-Groovy/61182</guid>
</item>
<item>
<title>Evolutionary architecture and emergent design: Leveraging reusable code Part 2</title>
<pubDate>Tue, 08 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Evolutionary-architecture-and-emergent-design%3A-Leveraging-reusable-code-Part-2/60643</link>
<description>
<![CDATA[In Part-2 learn two techniques for harvesting idiomatic patterns: capturing patterns as APIs and using metaprogramming techniques]]>
</description><guid>http://www.tutorialized.com/tutorial/Evolutionary-architecture-and-emergent-design%3A-Leveraging-reusable-code-Part-2/60643</guid>
</item>
<item>
<title>Evolutionary architecture and emergent design: Leveraging reusable code Part 1</title>
<pubDate>Tue, 08 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Evolutionary-architecture-and-emergent-design%3A-Leveraging-reusable-code-Part-1/60642</link>
<description>
<![CDATA[Once you identify idiomatic patterns in code, the next step is to harvest and use them. Understanding the relationship between design and code can facilitate the discovery of reusable code. In Part-1 ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Evolutionary-architecture-and-emergent-design%3A-Leveraging-reusable-code-Part-1/60642</guid>
</item>
<item>
<title>Gourmet Java technology for Android applications</title>
<pubDate>Tue, 08 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Gourmet-Java-technology-for-Android-applications/60600</link>
<description>
<![CDATA[Java language is the tool of choice for Android developers. The Android runtime uses its own virtual machine, Dalvik, which is not the usual Java virtual machine that most Java developers are used to....]]>
</description><guid>http://www.tutorialized.com/tutorial/Gourmet-Java-technology-for-Android-applications/60600</guid>
</item>
<item>
<title>Deep-protocol analysis of UNIX networks</title>
<pubDate>Mon, 07 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Deep-protocol-analysis-of-UNIX-networks/59564</link>
<description>
<![CDATA[Some UNIX protocols need investigation to understand what they are doing and what information they are exchanging. In this article, we will take a look at techniques for performing detailed analysis o...]]>
</description><guid>http://www.tutorialized.com/tutorial/Deep-protocol-analysis-of-UNIX-networks/59564</guid>
</item>
<item>
<title>log4j tutorial for beginners</title>
<pubDate>Sun, 06 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/log4j-tutorial-for-beginners/58807</link>
<description>
<![CDATA[Log4j is a popular logging package written in Java.  log4j has been ported to the C, C++, C#, Perl, Python, Ruby, and Eiffel languages.  This tutorial gives a complete understanding on log4j.]]>
</description><guid>http://www.tutorialized.com/tutorial/log4j-tutorial-for-beginners/58807</guid>
</item>
</channel>
</rss>
