<?xml version="1.0" encoding="iso-8859-1"?><!-- Copyright (C) 2001-2009 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Dev Shed - RSS Feeds</title>
<link>http://www.devshed.com</link>
<description>Dev Shed - RSS Feeds</description>
<language>en-us</language>
<lastBuildDate>Sat, 04 Jul 2009 13:55:33 -0400</lastBuildDate>
<pubDate>Sat, 04 Jul 2009 13:55:33 -0400</pubDate>
<item><title>Milepost GCC Speeds Open-Source Development</title>
<pubDate>Thu, 02 Jul 2009 23:48:56 -0400</pubDate>
<link>http://www.devshed.com/c/a/BrainDump/Milepost-GCC-Speeds-OpenSource-Development/?kc=rss</link>
<description>
<![CDATA[An amazing breakthrough in artificial intelligence by MilePost GCC allows development to speed up 10x by employing learning techniques to become the first intelligent, open-source compiler.<br/>   -  SmarterTechnology reports that the Milepost project at www.milepost.eu, in conjunction with IBM Research, has developed an intelligent, open-source compiler that essentially uses collaborative development as it's source to produce compiled code 10x faster.
Yes, your compiler has joined the BORG, bu...]]></description>
<guid>http://www.devshed.com/c/a/BrainDump/Milepost-GCC-Speeds-OpenSource-Development/?kc=rss</guid>
</item>
<item><title>Using Directory Iterators to Build Loader Apps in PHP</title>
<pubDate>Thu, 02 Jul 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/Using-Directory-Iterators-to-Build-Loader-Apps-in-PHP/?kc=rss</link>
<description>
<![CDATA[Welcome to the final part of an eight-part series on building loader applications in PHP. In this part, we'll improve on the loader class we developed in the previous part by using certain specific functions from the Standard PHP Library (SPL).<br/>   -  Among the bunch of useful features that were incorporated into PHP 5 a long time ago, aside from the improved object model, there's also a set of functions and classes that comprise what's commonly called the Standard PHP Library (SPL).
As you may have heard, this library permits you to perform sev...]]></description>
<guid>http://www.devshed.com/c/a/PHP/Using-Directory-Iterators-to-Build-Loader-Apps-in-PHP/?kc=rss</guid>
</item>
<item><title>Using the spl_autoload() Functions to Build Loader Apps in PHP</title>
<pubDate>Wed, 01 Jul 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/Using-the-splautoload-Functions-to-Build-Loader-Apps-in-PHP/?kc=rss</link>
<description>
<![CDATA[Welcome to the seventh installment of an eight-part series on building loader applications in PHP. In this part, you will learn how to use the “spl_autoload(),” “spl_register()” and “spl_register()” functions to build a small file loader class. This class will be able to perform recursive searches through the file system to find a targeted resource.<br/>   -  As the passionate PHP developer that you probably are, you know that building file loading scripts is mostly a process that relies on the set of “include()/include_once()” and “require()/require_once()” functions, which youve surely used hundreds of times before.
Nevertheless, its feasible to creat...]]></description>
<guid>http://www.devshed.com/c/a/PHP/Using-the-splautoload-Functions-to-Build-Loader-Apps-in-PHP/?kc=rss</guid>
</item>
<item><title>Working with Flex and Datagrids</title>
<pubDate>Tue, 30 Jun 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/XML/Working-with-Flex-and-Datagrids/?kc=rss</link>
<description>
<![CDATA[Flex 3.0 offers a strong foundation of user interface (UI) controls by which users can harness a great deal of power to create beautiful UIs without having to toil in the details of low level functionality. Of these controls, the DataGrid sets itself apart by offering characteristics similar to a list or tree control (which are also listBase controls), but going further to offer an easy way of displaying columnar data without a complicated interface. In this article, I focus on creating a basic DataGrid and populating it with XML data by using only MXML tags.<br/>   -  Creating a Basic Data Grid
Flex provides an
MXML tag to create a DataGrid. Here is our application, with the DataGrid colored in blue:
  

 lt;?xml version= quot;1.0 quot; encoding= quot;utf-8 quot;? gt;
 lt;mx:Application xmlns:mx= quot;http://www.adobe.com/2006/mxml quot; layout= quot;absolu...]]></description>
<guid>http://www.devshed.com/c/a/XML/Working-with-Flex-and-Datagrids/?kc=rss</guid>
</item>
<item><title>An Overview of Flash and ActionScript</title>
<pubDate>Mon, 29 Jun 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/Flash/An-Overview-of-Flash-and-ActionScript/?kc=rss</link>
<description>
<![CDATA[You can find Flash almost everywhere on the web, adding its magic touch to web sites. ActionScript makes it work. If you're thinking of making your web site a little more flashy, keep reading for an overview.<br/>   -  Flash has become one of the most recognizable technologies used on the Internet today. There is good reason that this individual developers tool is so well-known; websites designed with Flash have a tendency to stand out and simply look much better than those that do not feature it. Flash websites a...]]></description>
<guid>http://www.devshed.com/c/a/Flash/An-Overview-of-Flash-and-ActionScript/?kc=rss</guid>
</item>
<item><title>Working Out of the Object Context to Build Loader Apps in PHP</title>
<pubDate>Thu, 25 Jun 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/Working-Out-of-the-Object-Context-to-Build-Loader-Apps-in-PHP/?kc=rss</link>
<description>
<![CDATA[Welcome to the fifth part of an eight-part article series that teaches you how to build loader applications with PHP. In this installment of the series, I explain how to create a small, efficient file loader class, with a difference: no instance of it needs to be spawned to include a targeted file, thanks to the implementation of a static recursive loading method.<br/>   -  Building small programs with PHP that can load  a specified file or resource is an easily-tackled process for many developers with only average experience in the language.  However, things can get  more complex when trying to add some useful characteristics to  these programs, such as recursive file...]]></description>
<guid>http://www.devshed.com/c/a/PHP/Working-Out-of-the-Object-Context-to-Build-Loader-Apps-in-PHP/?kc=rss</guid>
</item>
<item><title>Using the _autoload() Magic Function to Build Loader Appps in PHP</title>
<pubDate>Wed, 24 Jun 2009 09:00:47 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/Using-the-autoload-Magic-Function-to-Build-Loader-Appps-in-PHP/?kc=rss</link>
<description>
<![CDATA[Welcome to the sixth part of an eight-part series that shows you how to build file loader applications in PHP. In this part I will discuss how to build a helpful file loading application by taking advantage of the nifty “__autoload()” magic function.<br/>   -  There are a number of  tasks that PHP developers must tackle on a regular basis when building well-structured web applications. One of these  is creating scripts that load a certain number of resources and dependencies required for those applications  to work as expected.
While developing these fil...]]></description>
<guid>http://www.devshed.com/c/a/PHP/Using-the-autoload-Magic-Function-to-Build-Loader-Appps-in-PHP/?kc=rss</guid>
</item>
<item><title>The Destruct Magic Function in PHP 5</title>
<pubDate>Tue, 23 Jun 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/The-Destruct-Magic-Function-in-PHP-5/?kc=rss</link>
<description>
<![CDATA[Welcome to the sixth part of a seven-part series that shows you how to use the magic functions that come with PHP 5. In this article, I cover the “__destruct()” method, also known as a destructor. They can be really useful for performing all sorts of clean-up tasks, or for creating objects that are capable of maintaining their state across several HTTP requests.<br/>   -  To be frank, learning how to implement and use the  magic functions that come included with PHP 5 isnt as hard as it may seem at first glance. The entire process requires  knowing which event triggers a particular function, and then giving  that function a concrete definition in accordance with the ...]]></description>
<guid>http://www.devshed.com/c/a/PHP/The-Destruct-Magic-Function-in-PHP-5/?kc=rss</guid>
</item>
<item><title>The Autoload Magic Function in PHP 5</title>
<pubDate>Mon, 22 Jun 2009 09:00:47 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/The-Autoload-Magic-Function-in-PHP-5/?kc=rss</link>
<description>
<![CDATA[Among the improvements and new features that were introduced to PHP 5, theres a set of special functions, popularly known as magic functions. These allow you to perform all sorts of smart tasks, ranging from overloading properties and methods in classes, to using destructors and triggering automatically predefined processes when serializing and unserializing objects. This is the conclusion to a seven-part series that shows you how to use the magic functions in PHP 5.<br/>   -  So, if youre a PHP developer who wants to learn how to put these magic functions to work for you in a truly effortless way, or wishes to fill some gaps in your knowledge regarding their correct implementation and usage, then this group of tutorials might be the guide that youre looking for.
And now...]]></description>
<guid>http://www.devshed.com/c/a/PHP/The-Autoload-Magic-Function-in-PHP-5/?kc=rss</guid>
</item>
<item><title>Developing a Recursive Loading Class for Loader Applications in PHP</title>
<pubDate>Thu, 18 Jun 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/Developing-a-Recursive-Loading-Class-for-Loader-Applications-in-PHP/?kc=rss</link>
<description>
<![CDATA[Welcome to the third part of an eight-part series on building loader applications in PHP. In the tutorials that comprise this series youll find numerous examples aimed at demonstrating how to create small, yet efficient, resource loader classes, not only by taking advantage of PHP includes, but the handy “__autoload()” magic function and the Standard PHP Library (SPL) as well.<br/>   -  Developing PHP programs whose main task is to dynamically include  files required by a specific application isnt as difficult as it may seem at first sight. In these cases,  the logic that drives those programs is implemented around the set of “include()/include_once()/require()/require_once()” nati...]]></description>
<guid>http://www.devshed.com/c/a/PHP/Developing-a-Recursive-Loading-Class-for-Loader-Applications-in-PHP/?kc=rss</guid>
</item>
<item><title>Debugging Your BlackBerry Applications</title>
<pubDate>Wed, 17 Jun 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/Smartphone-Development/Debugging-Your-BlackBerry-Applications/?kc=rss</link>
<description>
<![CDATA[As a developer, you will find that creating applications for the BlackBerry smart phone device is not only fun and exciting, but relatively easy as well. That being said, sometimes the apps you create will not behave, or perform, the way youd like them to. Keep reading for the solution.<br/>   -  It is because of this fact that learning how to debug your applications is such an essential and crucial part of the development process. Here we will cover the best way that a developer can debug their app and eliminate any frustrating problems from the get-go.
Essentially, “debugging” means findi...]]></description>
<guid>http://www.devshed.com/c/a/Smartphone-Development/Debugging-Your-BlackBerry-Applications/?kc=rss</guid>
</item>
<item><title>The Sleep and Wakeup Magic Functions in PHP 5</title>
<pubDate>Tue, 16 Jun 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/The-Sleep-and-Wakeup-Magic-Functions-in-PHP-5/?kc=rss</link>
<description>
<![CDATA[Magic functions are an important part of the numerous improvements and additions that were introduced originally in PHP 5. They can be extremely handy when it comes to simplifying the execution of complex tasks. This is the fourth part of a seven-part series that showcases some of the more useful magic functions and how to implement them.<br/>   -  Ranging from overloading properties and methods of a class, including automatically overloading  classes and triggering specific processes before destroying objects, magic functions can be used for doing all sorts of clever things. Some of these have been  rather overlooked by many developers, quite...]]></description>
<guid>http://www.devshed.com/c/a/PHP/The-Sleep-and-Wakeup-Magic-Functions-in-PHP-5/?kc=rss</guid>
</item>
<item><title>Using the Clone Magic Function in PHP 5</title>
<pubDate>Mon, 15 Jun 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/Using-the-Clone-Magic-Function-in-PHP-5/?kc=rss</link>
<description>
<![CDATA[If youre an eager PHP developer who wants to have at your disposal a quick guide that shows you how to work with the most relevant magic functions provided by PHP 5, then this series of articles might be what youre looking for. In this fifth part of a seven-part tutorial on magic functions, we'll briefly review the sleep and wakeup functions, and then tackle the clone function.<br/>   -  Undoubtedly, the release of PHP 5 quite some time ago brought with it  a significant advance in the way that web applications are developed nowadays. This is despite the  high level of backward compatibility it maintains  with its venerable predecessor, PHP 4.
Certainly its not breaking news that P...]]></description>
<guid>http://www.devshed.com/c/a/PHP/Using-the-Clone-Magic-Function-in-PHP-5/?kc=rss</guid>
</item>
<item><title>Learn These 10 Programming Languages</title>
<pubDate>Fri, 12 Jun 2009 15:57:23 -0400</pubDate>
<link>http://www.devshed.com/c/a/BrainDump/Learn-These-10-Programming-Languages/?kc=rss</link>
<description>
<![CDATA[eWeek recently wrote an article that showed the top 10 programming languages developers should consider focusing on over the next few years.  According to Deborah Rothberg, by learning these programming languages, you can not only keep but advance your career.<br/>   -  Topping the list of eWeek's top 10 programming languages were four open-source languages, and only 2 our of the 10 were Microsoft based languages (C# and VB.Net, specifically).   Rothberg gives some depth to the article as well, explaining in brief why each language was chosen and showing the number...]]></description>
<guid>http://www.devshed.com/c/a/BrainDump/Learn-These-10-Programming-Languages/?kc=rss</guid>
</item>
<item><title>Including Files Recursively with Loader Applications in PHP</title>
<pubDate>Thu, 11 Jun 2009 09:00:46 -0400</pubDate>
<link>http://www.devshed.com/c/a/PHP/Including-Files-Recursively-with-Loader-Applications-in-PHP/?kc=rss</link>
<description>
<![CDATA[Welcome to the fourth chapter of the series that shows you how to build loader applications with PHP. Made up of seven parts, this series uses a variety of code samples to teach you how to create modular programs. These programs are capable of recursively including files required by a given application, without having to explicitly call any “include()/include_once()” or “require()/require_once()” PHP function.<br/>   -  And now that youve been introduced to the main goal of this series, its  time to summarize the topics that were discussed in the last tutorial. In  the previous part I went through the development of a file loading class in PHP 5. This class was capable of  searching recursively for a determined fil...]]></description>
<guid>http://www.devshed.com/c/a/PHP/Including-Files-Recursively-with-Loader-Applications-in-PHP/?kc=rss</guid>
</item>
</channel>
</rss>
