<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://www.ajaxline.com">
<channel>
 <title>AjaxLine - </title>
 <link>http://www.ajaxline.com</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Ajaxline" type="application/rss+xml" /><item>
 <title>Daily 20.08</title>
 <link>http://www.ajaxline.com/node/1657</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;ASP.NET&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://blog.wekeroad.com/blog/subsonic-scaling/"&gt;SubSonic Scaling&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Various&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://woork.blogspot.com/2008/08/add-yahoo-buzz-button-on-blogger.html"&gt;Add Yahoo! Buzz button on Blogger Template&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://littletutorials.com/2008/06/15/creators-of-programming-languages/"&gt;The Creators of 30 Programming Languages: pages, biographies, blogs, interviews&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://www.knowtebook.com/8-heatmap-tools-and-why-how-to-use-them-1274.htm"&gt;8 Heatmap Tools and Why / How to use them&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://wefunction.com/2008/08/33-new-design-blogs-with-great-content-resources/"&gt;33 New Design Blogs with Great Content &amp;amp; Resources&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;JavaScript Libraries&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://davidwalsh.name/dwclickable-entire-block-clickable-mootools-12"&gt;dwClickable: Entire Block Clickable Using MooTools 1.2&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://trevordavis.net/blog/tutorial/jquery-tabbed-navigation/"&gt;jQuery Tabbed Navigation&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;PHP&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://www.symfony-project.org/blog/2008/08/17/a-week-of-symfony-85-11-17-august-2008"&gt;A week of symfony #85 (11-&amp;gt;17 august 2008)&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Design&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://elitebydesign.com/school-is-in-session-100-design-articles-to-keep-you-motivated-part-2/"&gt;School Is In Session - 100 Design Articles To Keep You Motivated : Part 2&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://www.webdevlounge.com/design/top-10-methods-of-becoming-a-better-designer/"&gt;Top 10 Methods Of Becoming A Better Designer&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/node/1657"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/node/1657#comments</comments>
 <category domain="http://www.ajaxline.com/weekly">AjaxLine weekly </category>
 <pubDate>Wed, 20 Aug 2008 11:22:43 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1657 at http://www.ajaxline.com</guid>
</item>
<item>
 <title>CSS and opacity: methods for creating translucent elements</title>
 <link>http://www.ajaxline.com/css-and-opacity-methods-for-creating-translucent-elements</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;Christpher Shmidt post an article about opacity in CSS. He writes:&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&amp;laquo;There are two general methods for creating partially transparent elements on a Web page. The first method uses transparent PNGs with the opacity pre-set through a digital imaging application. While this technique works, making it cross-browser compatible is a bit complicated. Internet Explorer 6 and below don&amp;rsquo;t support PNG alpha-transparency natively, so you need to incorporate Microsoft&amp;rsquo;s AlphaImageLoader filter and some scripting to correct for this deficiency.  &lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;The second method for creating translucent elements&amp;mdash;the technique we&amp;rsquo;ll explore in this article&amp;mdash;is to use CSS properties to directly control the transparency of an element.&amp;raquo;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Source: &lt;a href="http://dev.opera.com/articles/view/css-and-opacity-methods-for-creating-tr/"&gt;Opera Developers Community&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/css-and-opacity-methods-for-creating-translucent-elements"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/css-and-opacity-methods-for-creating-translucent-elements#comments</comments>
 <category domain="http://www.ajaxline.com/common-ajax">Common Ajax</category>
 <pubDate>Wed, 20 Aug 2008 11:05:01 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1656 at http://www.ajaxline.com</guid>
</item>
<item>
 <title>Build An Incredible Login Form With jQuery</title>
 <link>http://www.ajaxline.com/build-an-incredible-login-form-with-jquery</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;Conner Zwick post an article in which he tells about creating beatiful login forms with jQuery. He writes:&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&amp;laquo;One struggle that still remains today in web design is displaying all of the redundant information on every page. For example, a login form. What if there was a way to easily make the content accessible on every page, but keep it hidden until needed? Well you can, by making a top panel that when clicked, will reveal its self and its content. But we need to make this look nice, so we'll also animate it.&amp;raquo;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Source: &lt;a href="http://nettuts.com/javascript-ajax/build-a-top-panel-with-jquery/"&gt;NetTuts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/build-an-incredible-login-form-with-jquery"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/build-an-incredible-login-form-with-jquery#comments</comments>
 <category domain="http://www.ajaxline.com/javascript/jquery">jQuery</category>
 <pubDate>Wed, 20 Aug 2008 10:42:52 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1655 at http://www.ajaxline.com</guid>
</item>
<item>
 <title>Reading ID3 tags with JavaScript</title>
 <link>http://www.ajaxline.com/reading-id3-tags-with-javascript</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;Jacob Seidelin tells about reading MP3 tags with Javascript in his blog.He writes:&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&amp;laquo;I figured I'd try to put the binary Ajax code to some other use than the EXIF data library, and a simple project seemed to be the ID3 tags used to store artist, title, etc. in MP3's. For now, it's only capable of reading (the rather lacking) ID3v1 tags since these are very simple compared to the more fleshed out and robust ID3v2 tags. Maybe I'll try to add support for the v2 tags later.&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Of course, one big disadvantage of doing this on the client in JavaScript is that the you need to download the entire MP3 file before the tags are available, so it might be better to stick to server-side solutions (of which there are plenty, I'm sure) in many cases if all you need is the tag info.&amp;raquo;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Source: &lt;a href="http://blog.nihilogic.dk/2008/08/reading-id3-tags-with-javascript.html"&gt;Nihillogic&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/reading-id3-tags-with-javascript"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/reading-id3-tags-with-javascript#comments</comments>
 <category domain="http://www.ajaxline.com/javascript">JavaScript</category>
 <pubDate>Wed, 20 Aug 2008 10:09:21 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1654 at http://www.ajaxline.com</guid>
</item>
<item>
 <title>PHP / MooTools 1.2 Accordion Helper</title>
 <link>http://www.ajaxline.com/php-mootools-1-2-accordion-helper</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;David Walsh has created MooTools 1.2 Accordion Helper written on PHP. He writes:&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&amp;laquo;The MooTools Accordion plugin seems to be the plugin that people seem to have the most problems with. It's an awesome plugin, so I can see why so many people want to use it, but I think that may be part of the problem. I think people see and want it without sufficient knowledge of MooTools or javascript in general. That's why I've created a PHP Accordion class to help make the develeopment of accordions easier and faster.&amp;raquo;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Source: &lt;a href="http://davidwalsh.name/php-mootools-12-accordion-helper"&gt;David Walsh blog&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/php-mootools-1-2-accordion-helper"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/php-mootools-1-2-accordion-helper#comments</comments>
 <category domain="http://www.ajaxline.com/ajax-php">Ajax + PHP</category>
 <pubDate>Wed, 20 Aug 2008 09:51:14 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1653 at http://www.ajaxline.com</guid>
</item>
<item>
 <title>7 Principles Of Clean And Optimized CSS Code</title>
 <link>http://www.ajaxline.com/7-principles-of-clean-and-optimized-css-code</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;There is an intresting article about oprimizing your CSS code posted on the Smashing Magazine site.  Here's small excerpt from this article:&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&amp;laquo;Some of you may remember the days when 30KB was the recommended maximum size of a web page, a value which included HTML, CSS, JavaScript, Flash, and images. I find with every new project with even the slightest bit of complexity, it&amp;rsquo;s not long before that 30 KB ideal is well out of my reach. With the popularity of CSS layouts and JavaScript-enriched web page experiences, it&amp;rsquo;s not uncommon, particularly for large sites, for the CSS files alone to jump well beyond that 30KB ceiling.&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;But there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn&amp;rsquo;t just minimizing file size &amp;mdash; it&amp;rsquo;s also about being organized, clutter-free, and efficient. You&amp;rsquo;ll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation. You may already be familiar with some of the principles mentioned below, but they are worth a review. Being familiar with this concepts will help you write optimized CSS code and make you a better all-around web designer.&amp;raquo;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Source: &lt;a href="http://www.smashingmagazine.com/2008/08/18/7-principles-of-clean-and-optimized-css-code/"&gt;Smashing Magazine&lt;/a&gt;.&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/7-principles-of-clean-and-optimized-css-code"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/7-principles-of-clean-and-optimized-css-code#comments</comments>
 <category domain="http://www.ajaxline.com/common-ajax">Common Ajax</category>
 <pubDate>Wed, 20 Aug 2008 09:38:18 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1652 at http://www.ajaxline.com</guid>
</item>
<item>
 <title>Creating a Dynamic Data-Driven User Interface (Part 1) </title>
 <link>http://www.ajaxline.com/creating-a-dynamic-data-driven-user-interface-part-1</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;Scott Mitchell post an article about creating data-driven user interface. He writes:&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&amp;laquo;Most data-driven web applications have a fixed data model and user interface. What I mean by &amp;quot;fixed&amp;quot; it that the data it needs to be captured is known in advance. Consequently, the database's tables are created before a single line of code is written and the application's user interfaces are dictated by this pre-determined data model. While most applications work with a fixed data model there are scenarios where the parts of the data model need to be defined by the end user. Such applications are more difficult to create because both the data model and user interface need to be flexible enough to allow the user to specify the information to be captured.  &lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Imagine that you were creating a web application to be used by small law firms for managing their clientele. You would need a database table to capture information about each client. This table would have columns for each attribute of a client, such as: &lt;code&gt;FirstName&lt;/code&gt;, &lt;code&gt;LastName&lt;/code&gt;, &lt;code&gt;Email&lt;/code&gt;, &lt;code&gt;Address1&lt;/code&gt;, &lt;code&gt;Address2&lt;/code&gt;, &lt;code&gt;City&lt;/code&gt;, and so on. Regardless of what attributes you define for this table you can be certain that there will be a law firm that needs to store additional information not already captured. To allow for this level of flexibility you could enable each law firm to define additional client-related attributes specific to their law firm. &amp;raquo;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Source: &lt;a href="http://aspnet.4guysfromrolla.com/articles/082008-1.aspx"&gt;4Guys from Rolla&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/creating-a-dynamic-data-driven-user-interface-part-1"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/creating-a-dynamic-data-driven-user-interface-part-1#comments</comments>
 <category domain="http://www.ajaxline.com/ajax_aspnet">Ajax + ASP.NET</category>
 <pubDate>Wed, 20 Aug 2008 09:28:10 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1651 at http://www.ajaxline.com</guid>
</item>
<item>
 <title>5 Great Uses for the CSS Display Property</title>
 <link>http://www.ajaxline.com/5-great-uses-for-the-css-display-property</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;Rob Glazebrook post an article in which he tells about 5 most commons uses for display propert. He writes:&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&amp;laquo;The display property is a bit of an unheralded workhorse in the CSS world. Even though the list of theoretical display property values is quite long, only three of them ever see any use (primarily due to poor browser support on the others): inline, block, and none.  &lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/5-great-uses-for-the-css-display-property"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/5-great-uses-for-the-css-display-property#comments</comments>
 <category domain="http://www.ajaxline.com/common-ajax">Common Ajax</category>
 <pubDate>Wed, 20 Aug 2008 09:14:44 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1650 at http://www.ajaxline.com</guid>
</item>
<item>
 <title>  30 Common String Operations in C# and VB.NET – Part I</title>
 <link>http://www.ajaxline.com/30-common-string-operations-in-c-sharp-and-vb-net%E2%80%93part-I</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;Suprotim Agarval post the first chapter of his new article about managing strings in C# and VB.NET. He writes:&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&amp;laquo;In this article, I have compiled some common String operations that we encounter while working with the String class. In Part I, I have covered 15 common string operations. In the next article, I will continue this article and cover 15 more.&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;All the samples are based on two pre-declared string variables: strOriginal and strModified.&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;C#&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/30-common-string-operations-in-c-sharp-and-vb-net%E2%80%93part-I"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/30-common-string-operations-in-c-sharp-and-vb-net%E2%80%93part-I#comments</comments>
 <category domain="http://www.ajaxline.com/ajax_aspnet">Ajax + ASP.NET</category>
 <pubDate>Wed, 20 Aug 2008 08:55:50 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1649 at http://www.ajaxline.com</guid>
</item>
<item>
 <title>Daily news 18.08</title>
 <link>http://www.ajaxline.com/daily-news-18-08</link>
 <description>&lt;p style="margin-bottom: 0cm;"&gt;ASP.NET&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://dotnetslackers.com/articles/aspnet/The-wild-wide-web-for-mapping.aspx"&gt;The wild wide web for mapping &lt;/a&gt; &lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://www.aspeazy.com/Tutorial/GDI/index.htm"&gt;GDI+ Tutorial&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://www.sidarok.com/web/blog/content/2008/08/18/localizing-linq-to-sql-entities.html"&gt;Localizing Linq to SQL Entities&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Flex&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://blogs.adobe.com/flex/archives/2008/08/this_weeks_gumbo_specs_posted.html"&gt;This week's Gumbo specs posted&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;JavaScript&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://blog.nihilogic.dk/2008/08/appjet-randomorg-true-json-randomness.html"&gt;AppJet + Random.org = True JSON randomness&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Javascript Libraries&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://www.consideropen.com/blog/2008/08/30-days-of-mootools-12-tutorials-day-1-intro-to-the-library/"&gt;30 Days of Mootools 1.2 Tutorials - Day 1 - Intro to the Library&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://yuiblog.com/blog/2008/08/15/portal-example/"&gt;A Closer Look at YUI 3.0 PR 1: Dav Glass&amp;rsquo;s Draggable Portal Example&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://jquery.offput.ca/every/"&gt;jQuery Timers&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Various&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://www.mostinspired.com/blog/2008/08/11/great-typography-blogs/"&gt;8 Great Typography Blogs&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;Web Design&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://www.positivespaceblog.com/archives/bad-graphic-design-preschool-websites/"&gt;Bad Graphic Design and Preschool Websites&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin-bottom: 0cm;"&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ajaxline.com/daily-news-18-08"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.ajaxline.com/daily-news-18-08#comments</comments>
 <category domain="http://www.ajaxline.com/weekly">AjaxLine weekly </category>
 <pubDate>Mon, 18 Aug 2008 13:02:24 +0000</pubDate>
 <dc:creator>Spider84</dc:creator>
 <guid isPermaLink="false">1648 at http://www.ajaxline.com</guid>
</item>
</channel>
</rss>
