<?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>Mastering Open Source &#124; Free Tutorial, Ask The Master &#187; Tutorial</title>
	<atom:link href="http://www.webceraton.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webceraton.com</link>
	<description>Free Tutorial, Ask The Master</description>
	<lastBuildDate>Wed, 14 Dec 2011 11:28:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How To Install Delphi Jedi JVCL JCL ?</title>
		<link>http://www.webceraton.com/2011/12/how-to-install-delphi-jedi-jvcl-jcl/</link>
		<comments>http://www.webceraton.com/2011/12/how-to-install-delphi-jedi-jvcl-jcl/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 07:06:55 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[how to install jvcl]]></category>
		<category><![CDATA[jcl of delphi]]></category>
		<category><![CDATA[jedi]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=409</guid>
		<description><![CDATA[I still love free component from Delphi JEDI JVCL, JCL as one of the component contributor, i wrote this tutorial to give short guide how to install JVCL 3 to Delphi using JEDI Installer. You can install JCL first, because JVCL has dependecies to JCL, go to JCL folder then run install.bat, you can also [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/12/how-to-install-delphi-jedi-jvcl-jcl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openbravopos How To Suspend Transaction</title>
		<link>http://www.webceraton.com/2011/11/openbravopos-how-to-suspend-transaction/</link>
		<comments>http://www.webceraton.com/2011/11/openbravopos-how-to-suspend-transaction/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 03:48:41 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[OpenbravoPOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[how to suspend transaction in openbravopos]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=402</guid>
		<description><![CDATA[Do you think you need suspend transaction feature in OpenbravoPOS ? I found some user asking how to suspend transaction in openbravoPOS, in the original version there is no suspend transaction feature. The case that i found is, Customer came to Cafe and order some coffee, bread, and other item, then they said hold the [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/11/openbravopos-how-to-suspend-transaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Virtual Column To DBGrid</title>
		<link>http://www.webceraton.com/2011/09/add-virtual-column-to-dbgrid/</link>
		<comments>http://www.webceraton.com/2011/09/add-virtual-column-to-dbgrid/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 05:31:37 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=393</guid>
		<description><![CDATA[Goal : add virtual column in the left side of DBGrid component. Why we need to add virtual column, from user experience, they need to identify how many row in the DBGrid. You can solve this using row color to differentiate between even and odd row. In fact, when there are so many approach, to [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/add-virtual-column-to-dbgrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP MySQL Query Case Sensitive</title>
		<link>http://www.webceraton.com/2011/09/php-mysql-query-case-sensitive/</link>
		<comments>http://www.webceraton.com/2011/09/php-mysql-query-case-sensitive/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 12:18:19 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[PHP MySQL Query Case Sensitive]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=383</guid>
		<description><![CDATA[MySQL is the database that will differentiate between lowercase and uppercase fieldname, if you define the field name using lowercase then you should follow the lowercase field name in your programming code. In PHP there are no error found if you access the fieldname using lowercase or uppercase, instead the result will not display or blank result. In [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/php-mysql-query-case-sensitive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract, Decode, Insert, PHP And MySQL Date Time</title>
		<link>http://www.webceraton.com/2011/09/extract-decode-insert-php-and-mysql-date-time/</link>
		<comments>http://www.webceraton.com/2011/09/extract-decode-insert-php-and-mysql-date-time/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 12:16:17 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=381</guid>
		<description><![CDATA[I am delphi programmer, in Delphi i use Now() to get the current datetime, how about in PHP ? In PHP getdate() will similar with Delphi Now() function, and in PHP we get the simple way to extract the year, day, and month. Let’s take a look a sample below: &#60;?   $currentDate = getdate(); $dateRegistered = [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/extract-decode-insert-php-and-mysql-date-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>if elseif endif with colon :</title>
		<link>http://www.webceraton.com/2011/09/if-elseif-endif-with-colon/</link>
		<comments>http://www.webceraton.com/2011/09/if-elseif-endif-with-colon/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 12:13:09 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[if elseif endif with colon]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=379</guid>
		<description><![CDATA[Colon in PHP is not just as ternary operator, but it applied as part of control structure for conditional structure such as if…elseif….endif, for..endfor, it became human readable instead of using brace open { and close brace }, here is the sample: /* Correct Method: */ if($a > $b): echo $a.” is greater than “.$b; [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/if-elseif-endif-with-colon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Going Nowhere ?</title>
		<link>http://www.webceraton.com/2011/09/javascript-going-1owhere/</link>
		<comments>http://www.webceraton.com/2011/09/javascript-going-1owhere/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 12:08:01 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=377</guid>
		<description><![CDATA[JavaScript would be usefull to validate user entry to fill the form, because it validate in user browser. But becarefull when using JavaScript, one mistypo can make your JavaScript cannot run properly or JavaScript going nowhere. Here is the simple code to why JavaScript will going nowhere, function checkForm() { var cemail, cpassword1, cpassword2,cfirstname, clastname; [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/javascript-going-1owhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The TicketLineInfo Class</title>
		<link>http://www.webceraton.com/2011/09/the-ticketlineinfo-class/</link>
		<comments>http://www.webceraton.com/2011/09/the-ticketlineinfo-class/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 17:54:40 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[OpenbravoPOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ingredients Work]]></category>
		<category><![CDATA[Recipee for OpenbravoPOS]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=313</guid>
		<description><![CDATA[Today i will answer the question from david, he asking me by sending me email to ask about dMultiplyUnits. dMultiplyUnits variable is the only variable which will store how much customer bought your product quantity. The TicketLineInfo will capture all the transaction and process into structure database. Let&#8217;s look at the picture, that is the [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/the-ticketlineinfo-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Library for OpenbravoPOS, Netbeans Platform</title>
		<link>http://www.webceraton.com/2011/09/library-for-openbravopos-netbeans-platform/</link>
		<comments>http://www.webceraton.com/2011/09/library-for-openbravopos-netbeans-platform/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 00:01:53 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[OpenbravoPOS]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=309</guid>
		<description><![CDATA[If you are using Netbeans as favourite development of OpenbravoPOS, it is necessary to understand all library that will need by OpenbravoPOS. Click the image on the left to see the larger view, if you found error, red notice inside netbeans, or when you press build and doing running test of OpenbravoPOS, it will happen [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/library-for-openbravopos-netbeans-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ingredients Code</title>
		<link>http://www.webceraton.com/2011/09/ingredients-code/</link>
		<comments>http://www.webceraton.com/2011/09/ingredients-code/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 23:37:56 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[OpenbravoPOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ingredients code]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=304</guid>
		<description><![CDATA[To see the code inside of OpenbravoPOS, use Netbeans to open and edit the code, better using Netbeans 6.8 or latest version. Current release when this article created is version 7.0. After you add new project base on source code inside Netbeans, and add proper library in order source doesn&#8217;t have warning error, go to [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/ingredients-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Extend OpenbravoPOS With Ingredients ?</title>
		<link>http://www.webceraton.com/2011/09/how-to-extend-openbravopos-with-ingredients/</link>
		<comments>http://www.webceraton.com/2011/09/how-to-extend-openbravopos-with-ingredients/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 15:02:26 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[OpenbravoPOS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[free pos]]></category>
		<category><![CDATA[how to add ingredients in openbravopos]]></category>
		<category><![CDATA[openbravopos]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=272</guid>
		<description><![CDATA[I have publish my code regarding to extend openbravopos in openbravo forums, also the guidance how to exploit and use the java code in order POS can work with ingredients. Many of you could be wondering how it will work, or could be takes time to understand the java code inside of it, if you [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/how-to-extend-openbravopos-with-ingredients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Online Shop ?</title>
		<link>http://www.webceraton.com/2011/09/how-to-make-online-shop/</link>
		<comments>http://www.webceraton.com/2011/09/how-to-make-online-shop/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 14:29:14 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Domains]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[google advertise]]></category>
		<category><![CDATA[how to create online shop]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=269</guid>
		<description><![CDATA[For starter business, should be wonder how to make online shop or something ? Next questions would be, all right, i want to reduce cost to sell online, i found some vendor offering expensive software to online, well the answer is do not afraid to do online, or create online shop. There more step to [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2011/09/how-to-make-online-shop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Tutorial Website Design And Drawing Tutorial</title>
		<link>http://www.webceraton.com/2010/07/free-tutorial-website-design-and-drawing-tutorial/</link>
		<comments>http://www.webceraton.com/2010/07/free-tutorial-website-design-and-drawing-tutorial/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 14:01:13 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[drawing tutorial]]></category>
		<category><![CDATA[free tutorial webdesign]]></category>
		<category><![CDATA[graphic design]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=264</guid>
		<description><![CDATA[For the novice or new to the web design, should be wondering, how to create a website, how to create great website, from where ? should the web create from notepad ? or from graphic ? All you need answer for all of your questions regarding website design could be answered to this article: Designing [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2010/07/free-tutorial-website-design-and-drawing-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash: Exporting Item Library</title>
		<link>http://www.webceraton.com/2009/12/adobe-flash-exporting-item-library/</link>
		<comments>http://www.webceraton.com/2009/12/adobe-flash-exporting-item-library/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:15:20 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[export flash library item]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=250</guid>
		<description><![CDATA[Wonder, if you get resource from client that wrapped up into single adobe flash, and they not giving you more image, instead they only give you one file of flash, or one file of flash file. Then your client ask you, just use image on the flash file to build the website or design the [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2009/12/adobe-flash-exporting-item-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware: Masking Facebook Password as Email</title>
		<link>http://www.webceraton.com/2009/11/beware-masking-facebook-password-as-email/</link>
		<comments>http://www.webceraton.com/2009/11/beware-masking-facebook-password-as-email/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 07:43:50 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Hacking Security]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[facebook hacking]]></category>
		<category><![CDATA[facebook password tool]]></category>
		<category><![CDATA[steal password facebook]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=230</guid>
		<description><![CDATA[The cracker never surrender to eliminate and to gain profit from the top of website to manipulate people and gaining some information using email. They sending spam and masking this email as legal Facebook tool to change password, but it is not. This is fake and will redirecting your click to another website, not the [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2009/11/beware-masking-facebook-password-as-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP Startup Hang, Slow</title>
		<link>http://www.webceraton.com/2009/10/windows-xp-startup-hang-slow/</link>
		<comments>http://www.webceraton.com/2009/10/windows-xp-startup-hang-slow/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 16:46:48 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[msconfig]]></category>
		<category><![CDATA[slow boot winxp]]></category>
		<category><![CDATA[windows xp slow]]></category>
		<category><![CDATA[winxp fast boot]]></category>
		<category><![CDATA[winxp fast startup]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=223</guid>
		<description><![CDATA[You don&#8217;t know what you deal with, you just mess up with the misery of windows xp, what are you going to do ? you cannot work, you cannot to do anything, in fact you just making any word of complain, do not worry. If you find your windows xp going slow and when windows [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2009/10/windows-xp-startup-hang-slow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO, How To Make Your Site Listed At Google Fast</title>
		<link>http://www.webceraton.com/2009/09/seo-how-to-make-your-site-listed-at-google-fast/</link>
		<comments>http://www.webceraton.com/2009/09/seo-how-to-make-your-site-listed-at-google-fast/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:37:49 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[how to listed at google fast]]></category>
		<category><![CDATA[How to put your website on google]]></category>
		<category><![CDATA[Increasing google pagerak]]></category>
		<category><![CDATA[SEO Elite Software]]></category>
		<category><![CDATA[SEO Software]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=141</guid>
		<description><![CDATA[All right, you buy domain name and already set up your site or blog, but you need reader to come to your site, what are you going to do ? Don&#8217;t worry, be happy. Google give you tool to do this, you need to sign up at google and go to google webmaster tool. In [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2009/09/seo-how-to-make-your-site-listed-at-google-fast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dawn Of War II, There  Is Only War, Updated</title>
		<link>http://www.webceraton.com/2009/08/dawn-of-war-ii-there-is-only-war-updated/</link>
		<comments>http://www.webceraton.com/2009/08/dawn-of-war-ii-there-is-only-war-updated/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:23:39 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ATI Radeon HD3450]]></category>
		<category><![CDATA[Dawn Of War 2]]></category>
		<category><![CDATA[Dawn Of War Dark Crusade]]></category>
		<category><![CDATA[DOW]]></category>
		<category><![CDATA[Low End Graphic Card]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[Play Dawn Of War 2 On Laptop]]></category>
		<category><![CDATA[Relic]]></category>
		<category><![CDATA[Soulstorm]]></category>
		<category><![CDATA[Space Marine]]></category>
		<category><![CDATA[Warhammer 40000]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=71</guid>
		<description><![CDATA[What you expect when playing game ? i want great art of the character, detail character, great landscape, when i scroll mouse up and down i can view character life as realistic as i expected. I want sophisticated audio, i want more detail but not too many complicated when playing and knowing each feature of [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2009/08/dawn-of-war-ii-there-is-only-war-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog #28, CEO Bob Parson, How I Built 3 Mega Million $$$</title>
		<link>http://www.webceraton.com/2009/08/blog-28-ceo-bob-parson-how-i-built-3-mega-million/</link>
		<comments>http://www.webceraton.com/2009/08/blog-28-ceo-bob-parson-how-i-built-3-mega-million/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 03:20:53 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[bob parson]]></category>
		<category><![CDATA[danica patrick]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[quick decision]]></category>
		<category><![CDATA[quick delivery]]></category>
		<category><![CDATA[quick payment]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=37</guid>
		<description><![CDATA[An encourage and inspire video lesson from CEO GoDaddy.com Bob Parson, this lesson will teach you about an edge of your business, an entertaint visualization from video, i like this video, i just notice about an edge and three lesson of this video, quick decision, quick payment, quick delivery. It just make you woke up [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2009/08/blog-28-ceo-bob-parson-how-i-built-3-mega-million/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aly and AJ Logo Contest</title>
		<link>http://www.webceraton.com/2009/08/aly-and-aj-logo-contest/</link>
		<comments>http://www.webceraton.com/2009/08/aly-and-aj-logo-contest/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 01:49:47 +0000</pubDate>
		<dc:creator>Support</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[78 violet]]></category>
		<category><![CDATA[Aj Michalka]]></category>
		<category><![CDATA[Aly and Aj]]></category>
		<category><![CDATA[Aly Michalka]]></category>
		<category><![CDATA[Contest]]></category>
		<category><![CDATA[play guitar]]></category>
		<category><![CDATA[potential break up song]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=27</guid>
		<description><![CDATA[Logo contest has been spread by Aly and Aj, i just got email this morning regarding this  contest. Do you ever heard the song &#8220;Potential Break Up Song&#8221;, that&#8217;s from Aly and Aj, both of them have great talent in music, they play guitar and do as vocal too. Their website looks great with big [...]]]></description>
		<wfw:commentRss>http://www.webceraton.com/2009/08/aly-and-aj-logo-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

