<?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>PHP/mySQL Help</title>
	<atom:link href="http://johnnyzone.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://johnnyzone.com/blog</link>
	<description>Learn from my journeys through the wonderful world of PHP/mySQL!</description>
	<lastBuildDate>Wed, 26 May 2010 16:56:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AJAX Loading/Processing Indicator Graphics</title>
		<link>http://johnnyzone.com/blog/?p=83</link>
		<comments>http://johnnyzone.com/blog/?p=83#comments</comments>
		<pubDate>Wed, 26 May 2010 16:51:07 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[indicator]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[moving image]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=83</guid>
		<description><![CDATA[Need some graphics to show that something is loading or processing? I was in need of some to show that an AJAX script was running, and I found a site called AjaxLoad.info (http://ajaxload.info). It is incredibly simple to use, lets you choose from a number of different moving graphics, and lets you change the background [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash AS3 Simple and Easy Preloader Script</title>
		<link>http://johnnyzone.com/blog/?p=81</link>
		<comments>http://johnnyzone.com/blog/?p=81#comments</comments>
		<pubDate>Mon, 26 Apr 2010 21:55:21 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[loading frame]]></category>
		<category><![CDATA[loading script]]></category>
		<category><![CDATA[preloader]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=81</guid>
		<description><![CDATA[I&#8217;ve been getting into a bit of ActionScript 3 (AS3) recently for a project at work, and I found that my Flash file was getting steadily bigger and bigger. The first thing I did was use Flash CS4&#8242;s built-in ability to compress jpeg&#8217;s. That decreased my SWF file size by almost 10MB, in and of [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=81</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jscolor &#8211; Free and Simple HTML Color Picker</title>
		<link>http://johnnyzone.com/blog/?p=79</link>
		<comments>http://johnnyzone.com/blog/?p=79#comments</comments>
		<pubDate>Fri, 18 Dec 2009 21:52:13 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[choose background color]]></category>
		<category><![CDATA[choose colors]]></category>
		<category><![CDATA[color chooser]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jscolor]]></category>
		<category><![CDATA[pick font color]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=79</guid>
		<description><![CDATA[I needed to find a free HTML color picker (a window that opens up to reveal a bunch of colors the user can choose from) that wasn&#8217;t overly complicated, so I began to Google. I almost immediately came upon one called jscolor. You can visit their website here: http://jscolor.com/ Incredibly simple to use! All you [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically Change the Class of an Element</title>
		<link>http://johnnyzone.com/blog/?p=68</link>
		<comments>http://johnnyzone.com/blog/?p=68#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:54:06 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[assign class to div]]></category>
		<category><![CDATA[assign class to element]]></category>
		<category><![CDATA[change css class]]></category>
		<category><![CDATA[className]]></category>
		<category><![CDATA[div classes]]></category>
		<category><![CDATA[dynamically assign class]]></category>
		<category><![CDATA[dynamically change class]]></category>
		<category><![CDATA[element class attribute]]></category>
		<category><![CDATA[javascript class vs. className]]></category>
		<category><![CDATA[javascript setAttribute class problem]]></category>
		<category><![CDATA[javascript setAttribute()]]></category>
		<category><![CDATA[render styles for class]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=68</guid>
		<description><![CDATA[I occasionally use Javascript to dynamically create elements, so you don&#8217;t have to reload the page to view new content. On this occasion, I was creating multiple DIV&#8217;s (a child DIV that would go inside a parent DIV), and I needed to assign CSS classes to each DIV. I was using something similar to this: [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animated gifs don&#8217;t animate in IE</title>
		<link>http://johnnyzone.com/blog/?p=61</link>
		<comments>http://johnnyzone.com/blog/?p=61#comments</comments>
		<pubDate>Tue, 03 Nov 2009 16:11:21 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[animated gifs]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[loader gif]]></category>
		<category><![CDATA[loader image]]></category>
		<category><![CDATA[none]]></category>
		<category><![CDATA[not playing]]></category>
		<category><![CDATA[onclick]]></category>
		<category><![CDATA[stop animation]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[upload file]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=61</guid>
		<description><![CDATA[If you&#8217;ve noticed a gif image not animating properly in IE, then you are subject to another Internet Explorer bug. Surprise, surprise. I was trying to use a loader animated gif in a form to show that a file was uploading. I put the image in a div with display: none in the style attribute. [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=61</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Detect and/or Restrict Internet Explorer 6</title>
		<link>http://johnnyzone.com/blog/?p=53</link>
		<comments>http://johnnyzone.com/blog/?p=53#comments</comments>
		<pubDate>Tue, 06 Oct 2009 23:23:37 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[$_SERVER['HTTP_USER_AGENT']]]></category>
		<category><![CDATA[browser detection]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[detect browser]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[Internet Explorer 6]]></category>
		<category><![CDATA[php user agent]]></category>
		<category><![CDATA[restrict old browsers]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=53</guid>
		<description><![CDATA[The PHP application I work on is built to function on all major browsers (IE7+, Firefox 3+, Safari 4, etc.), but I realize there are still a few users using IE6 for whatever reason. I am not going to go back and check my site for IE6 compatibility, since it is so buggy and incompatible [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=53</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flabell.com &#8211; Helpful, Professional, and (some) Free Flash Components</title>
		<link>http://johnnyzone.com/blog/?p=48</link>
		<comments>http://johnnyzone.com/blog/?p=48#comments</comments>
		<pubDate>Wed, 16 Sep 2009 18:53:33 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flabell]]></category>
		<category><![CDATA[Flash components]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[video gallery]]></category>
		<category><![CDATA[XML Flash]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=48</guid>
		<description><![CDATA[I am constantly keeping my eyes open for cool Flash components to use with my websites. While browsing one day, I found a company called Flabell. Their site is very nicely laid out and very clean, which is huge to me. The products page is also very easy to browse and read about each product. [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use PHP in a CSS stylesheet</title>
		<link>http://johnnyzone.com/blog/?p=42</link>
		<comments>http://johnnyzone.com/blog/?p=42#comments</comments>
		<pubDate>Mon, 22 Jun 2009 20:19:21 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[parse php in css stylesheet]]></category>
		<category><![CDATA[php code in css stylesheet]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[render php in css]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[use php in css]]></category>
		<category><![CDATA[use php in stylesheet]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=42</guid>
		<description><![CDATA[I had the problem awhile back of needing to check some PHP variables and use different CSS according to what value those variables were set. I found some information that said you could use a .htaccess file to make Apache parse PHP in a CSS file, but I never got that to work. So last [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assign two CSS classes to an element</title>
		<link>http://johnnyzone.com/blog/?p=33</link>
		<comments>http://johnnyzone.com/blog/?p=33#comments</comments>
		<pubDate>Wed, 11 Feb 2009 17:23:40 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[apply two classes to div]]></category>
		<category><![CDATA[assign two classes]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[css class styles]]></category>
		<category><![CDATA[css tricks]]></category>
		<category><![CDATA[div classes]]></category>
		<category><![CDATA[two classes at once]]></category>
		<category><![CDATA[two classes for element]]></category>
		<category><![CDATA[two css classes]]></category>
		<category><![CDATA[two css classes for div]]></category>
		<category><![CDATA[use 2 css classes]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=33</guid>
		<description><![CDATA[Found this article entitled &#34;Ten CSS Tricks You May Not Know&#34; when doing some Googling for a CSS issue I encountered. I basically wanted to assign two classes to one element but didn&#8217;t know how. This article had the answer to that and some more cool CSS stuff. FYI, the fix for my issue is [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=33</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Retrieve POST XML data with PHP</title>
		<link>http://johnnyzone.com/blog/?p=12</link>
		<comments>http://johnnyzone.com/blog/?p=12#comments</comments>
		<pubDate>Tue, 13 Jan 2009 21:20:36 +0000</pubDate>
		<dc:creator>JDub</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Texting]]></category>
		<category><![CDATA[api texting]]></category>
		<category><![CDATA[mobile-originated]]></category>
		<category><![CDATA[php app]]></category>
		<category><![CDATA[php post retrieve xml]]></category>
		<category><![CDATA[POST data]]></category>
		<category><![CDATA[raw POST]]></category>
		<category><![CDATA[simpleXML]]></category>
		<category><![CDATA[Tatango]]></category>
		<category><![CDATA[text messages]]></category>
		<category><![CDATA[xml data]]></category>

		<guid isPermaLink="false">http://johnnyzone.com/blog/?p=12</guid>
		<description><![CDATA[(edit: sadly, Tatango no longer offers an SMS gateway service, so you&#8217;ll have to look elsewhere for that) So as I mentioned in the previous post, we are using Tatango for our texting service. I am integrating their SMS gateway in our PHP application, and it&#8217;s working out great so far. I just found out [...]]]></description>
		<wfw:commentRss>http://johnnyzone.com/blog/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

