<?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>Design Code Execute</title>
	<atom:link href="http://www.designcodeexecute.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designcodeexecute.com</link>
	<description>Design Tips, Tricks, Hacks for Web Development, Windows and OS X</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:32:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>United States State Name and Abbreviation PHP Array List</title>
		<link>http://www.designcodeexecute.com/2010/09/07/united-states-state-name-and-abbreviation-php-array-list/</link>
		<comments>http://www.designcodeexecute.com/2010/09/07/united-states-state-name-and-abbreviation-php-array-list/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 21:32:23 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php state array]]></category>
		<category><![CDATA[state array]]></category>
		<category><![CDATA[state name abbreviations array]]></category>
		<category><![CDATA[usa states array]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=224</guid>
		<description><![CDATA[A PHP Array of the States of North America, useful for database access when addresses are abbreviated
$state_list = array('AL'=>"Alabama",
                'AK'=>"Alaska",
                'AZ'=>"Arizona",
     [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2010/09/07/united-states-state-name-and-abbreviation-php-array-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPMYADMIN Blank White Page on Ubuntu</title>
		<link>http://www.designcodeexecute.com/2010/05/06/phpmyadmin-show-blank-white-page-on-ubuntu/</link>
		<comments>http://www.designcodeexecute.com/2010/05/06/phpmyadmin-show-blank-white-page-on-ubuntu/#comments</comments>
		<pubDate>Fri, 07 May 2010 00:49:20 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Unbuntu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[blank page]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[slicehost]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=214</guid>
		<description><![CDATA[On one of my slices, my phpmyadmin shows a blank page every so often. This is caused by a remote code execution exploit. You're getting hacked, but don't be scared.
The bug/hack is single line in the file /var/lib/phpmyadmin/config.inc.php, which was corrupted.
Here is the whole file:

/*
* Generated configuration file
* Version: $Id: setup.php,v 1.23.2.8.2.2 2006/05/15 07:57:09 nijel [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2010/05/06/phpmyadmin-show-blank-white-page-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mootools iTunes like image flip gallery</title>
		<link>http://www.designcodeexecute.com/2010/03/16/mootools-itunes-like-image-flip-gallery/</link>
		<comments>http://www.designcodeexecute.com/2010/03/16/mootools-itunes-like-image-flip-gallery/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 22:17:29 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[itunes image flip script]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[smooth image gallery]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/2010/03/16/mootools-itunes-like-image-flip-gallery/</guid>
		<description><![CDATA[This iTunes image flip gallery script utilizes Mootools v1.2. A direct link to the script
It's great to see the internet move away from flash more and more everyday.
]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2010/03/16/mootools-itunes-like-image-flip-gallery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Strip HTTP:// www. and/or suffixes from URL with PHP</title>
		<link>http://www.designcodeexecute.com/2010/03/01/strip-http-www-andor-suffices-from-url-with-php/</link>
		<comments>http://www.designcodeexecute.com/2010/03/01/strip-http-www-andor-suffices-from-url-with-php/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 18:33:37 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[str replace array]]></category>
		<category><![CDATA[strip http]]></category>
		<category><![CDATA[strip www]]></category>
		<category><![CDATA[url strip http]]></category>
		<category><![CDATA[url strip suffixes]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/2010/03/01/strip-http-www-andor-suffices-from-url-with-php/</guid>
		<description><![CDATA[This code shows how to strip http, www, or any suffixes like .com or .co.uk etc.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2010/03/01/strip-http-www-andor-suffices-from-url-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GOOGLE BOT IP 66.249.67.* to 66.249.71.* AND MSN BING BOT CRAWLS</title>
		<link>http://www.designcodeexecute.com/2010/02/10/google-bot-ip-66-249-67-to-66-249-71-and-msn-bing-bot-crawls/</link>
		<comments>http://www.designcodeexecute.com/2010/02/10/google-bot-ip-66-249-67-to-66-249-71-and-msn-bing-bot-crawls/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 09:16:37 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Bing Bot]]></category>
		<category><![CDATA[Google Bot]]></category>
		<category><![CDATA[MSN Bot]]></category>
		<category><![CDATA[Spider Bots]]></category>
		<category><![CDATA[Yahoo Bot]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=196</guid>
		<description><![CDATA[So does this mean GOOGLE runs there main spider out of a huge cluster running on 66.249.*.* and MSN runs off 65.55.*.* and Yahoo has one dedicated server in Miami Florida? Come on Yahoo they have hurricanes there!!!!]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2010/02/10/google-bot-ip-66-249-67-to-66-249-71-and-msn-bing-bot-crawls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The 21st Century Alternative &#8211; Acid vs Online Gaming</title>
		<link>http://www.designcodeexecute.com/2010/02/09/the-21st-century-alternative-acid-vs-online-gaming/</link>
		<comments>http://www.designcodeexecute.com/2010/02/09/the-21st-century-alternative-acid-vs-online-gaming/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 17:52:40 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[acid]]></category>
		<category><![CDATA[counter-strike]]></category>
		<category><![CDATA[gaming essay]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=191</guid>
		<description><![CDATA[The sixteen million colors rage while the thrill of success, defeat, and the social orgasm occur; the magnetic forces that band people together around the world. Appearance is unknown of, there could be a naked body behind a handle, no one would say a word.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2010/02/09/the-21st-century-alternative-acid-vs-online-gaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast Reliable Magento eCommerce Cart PHP MySQL Hosting w/One-Click</title>
		<link>http://www.designcodeexecute.com/2009/10/29/fast-reliable-magento-ecommerce-cart-php-hosting/</link>
		<comments>http://www.designcodeexecute.com/2009/10/29/fast-reliable-magento-ecommerce-cart-php-hosting/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 18:17:07 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Hosting]]></category>
		<category><![CDATA[Fast Magento Hosting]]></category>
		<category><![CDATA[Magento Ecommerce hosting]]></category>
		<category><![CDATA[Magento On-click]]></category>
		<category><![CDATA[Reliable Magento Hosting]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=186</guid>
		<description><![CDATA[The fasted and cheapest most reliable Magento Hosting]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/10/29/fast-reliable-magento-ecommerce-cart-php-hosting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Object Array Access: Cannot use object of type stdClass as array</title>
		<link>http://www.designcodeexecute.com/2009/09/18/php-object-array-access-cannot-use-object-of-type-stdclass-as-array/</link>
		<comments>http://www.designcodeexecute.com/2009/09/18/php-object-array-access-cannot-use-object-of-type-stdclass-as-array/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 16:49:06 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Array Access]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[Object]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[type stdClass]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/2009/09/18/php-object-array-access-cannot-use-object-of-type-stdclass-as-array/</guid>
		<description><![CDATA[To access an object in PHP you use a pointer. For example when using Browscap (http://code.google.com/p/phpbrowscap/) extract the values like so

$current_browser-&#62;Parent;

]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/09/18/php-object-array-access-cannot-use-object-of-type-stdclass-as-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Code How to: Call a number from a function or button click</title>
		<link>http://www.designcodeexecute.com/2009/09/01/iphone-code-how-to-call-a-number-from-a-function-or-button-click/</link>
		<comments>http://www.designcodeexecute.com/2009/09/01/iphone-code-how-to-call-a-number-from-a-function-or-button-click/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:41:39 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Call Number Function]]></category>
		<category><![CDATA[iPhone Call]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[NSURL]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[tel:]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=181</guid>
		<description><![CDATA[The code to make a call withing an iPhone Function]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/09/01/iphone-code-how-to-call-a-number-from-a-function-or-button-click/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone How to: UItextField Value to Show Float with Zeros</title>
		<link>http://www.designcodeexecute.com/2009/08/31/iphone-how-to-uitextfield-value-to-show-float-with-zeros/</link>
		<comments>http://www.designcodeexecute.com/2009/08/31/iphone-how-to-uitextfield-value-to-show-float-with-zeros/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 20:10:19 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[XCode]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Cast]]></category>
		<category><![CDATA[Cast Float]]></category>
		<category><![CDATA[Float]]></category>
		<category><![CDATA[Floating Point]]></category>
		<category><![CDATA[UiLabel]]></category>
		<category><![CDATA[UITextField]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=179</guid>
		<description><![CDATA[How to have a UIlabel print out a float value using stringWithFormat:@"$%3.2f"]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/08/31/iphone-how-to-uitextfield-value-to-show-float-with-zeros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Bug: ie6 cuts off bottoms of words</title>
		<link>http://www.designcodeexecute.com/2009/08/31/internet-explorer-bug-ie6-cuts-off-bottoms-of-words/</link>
		<comments>http://www.designcodeexecute.com/2009/08/31/internet-explorer-bug-ie6-cuts-off-bottoms-of-words/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 19:31:39 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie6 css]]></category>
		<category><![CDATA[ie6 hacks]]></category>
		<category><![CDATA[internet explorer bug]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=177</guid>
		<description><![CDATA[ie6 text bottoms are cut off. Learn how to fix the internet explorer bug using css.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/08/31/internet-explorer-bug-ie6-cuts-off-bottoms-of-words/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No Access to iPhone running OS 3.0.1 though XCode Organizer</title>
		<link>http://www.designcodeexecute.com/2009/08/29/no-access-to-iphone-running-os-3-0-1-though-xcode-organizer/</link>
		<comments>http://www.designcodeexecute.com/2009/08/29/no-access-to-iphone-running-os-3-0-1-though-xcode-organizer/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 18:39:28 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[XCode]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone 3.0.1]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[OS 3.0.1]]></category>
		<category><![CDATA[XCode Organizer]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=171</guid>
		<description><![CDATA[After updating the iPhone in iTunes to Software OS 3.0.1 I was unable to access it through the xcode organizer. Here is the simple solution without downloading anything.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/08/29/no-access-to-iphone-running-os-3-0-1-though-xcode-organizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone SDK CoreData Debugging Error 1560 &amp; 1570</title>
		<link>http://www.designcodeexecute.com/2009/08/28/iphone-sdk-coredata-debugging-error-1560-1570/</link>
		<comments>http://www.designcodeexecute.com/2009/08/28/iphone-sdk-coredata-debugging-error-1560-1570/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 19:45:09 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[CoreData]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Debugging CoreData]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=147</guid>
		<description><![CDATA[One of my CoreData applications started acting buggy, and was spitting out a huge error dump on app close in the debug console. ]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/08/28/iphone-sdk-coredata-debugging-error-1560-1570/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Add a Home Navigation Button to the iPhone NavigationController</title>
		<link>http://www.designcodeexecute.com/2009/08/26/how-to-add-a-home-navigation-button-to-the-iphone-navigationcontroller/</link>
		<comments>http://www.designcodeexecute.com/2009/08/26/how-to-add-a-home-navigation-button-to-the-iphone-navigationcontroller/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 22:08:55 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[UINavigationBar]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[Navigation Controller]]></category>
		<category><![CDATA[UIBarButtonItem]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=138</guid>
		<description><![CDATA[Add a home button on your UINavigationBar that pops off the view to the root view of the navigation stack.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/08/26/how-to-add-a-home-navigation-button-to-the-iphone-navigationcontroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Form Submission Validation: UITextField Value Error Checking Required Fields</title>
		<link>http://www.designcodeexecute.com/2009/08/25/iphone-form-submission-validation-uitextfield-value-error-checking/</link>
		<comments>http://www.designcodeexecute.com/2009/08/25/iphone-form-submission-validation-uitextfield-value-error-checking/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 22:07:56 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Form Validation]]></category>
		<category><![CDATA[UITextField]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[nsarray]]></category>
		<category><![CDATA[required fields]]></category>
		<category><![CDATA[uialertview]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=119</guid>
		<description><![CDATA[A function that validates user has inputted text into the UITextField and executes a submission function on the iPhone using Xcode on Required Fields]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/08/25/iphone-form-submission-validation-uitextfield-value-error-checking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Compare UITextField Input to String (iPhone Development)</title>
		<link>http://www.designcodeexecute.com/2009/08/25/compare-uitextfield-input-to-string-iphone-development/</link>
		<comments>http://www.designcodeexecute.com/2009/08/25/compare-uitextfield-input-to-string-iphone-development/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:46:52 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[UITextField]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iphone Forms]]></category>
		<category><![CDATA[isEqualToString]]></category>
		<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=115</guid>
		<description><![CDATA[Comparing strings in the iPhone SDK with UITextfield values]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/08/25/compare-uitextfield-input-to-string-iphone-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Develop iPhone Apps with PNGs</title>
		<link>http://www.designcodeexecute.com/2009/08/24/why-develop-iphone-apps-with-pngs/</link>
		<comments>http://www.designcodeexecute.com/2009/08/24/why-develop-iphone-apps-with-pngs/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 20:51:43 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone PNGs]]></category>
		<category><![CDATA[iPhone SDK Development]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=110</guid>
		<description><![CDATA[PNG's kick ass, that being said, sometimes JPGs are smaller when compressed. Below is an except from Addison Wesley's iphone cook book.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2009/08/24/why-develop-iphone-apps-with-pngs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clear/Remove/Blank out Value from Input Form</title>
		<link>http://www.designcodeexecute.com/2008/10/23/clearremoveblank-out-value-from-input-form/</link>
		<comments>http://www.designcodeexecute.com/2008/10/23/clearremoveblank-out-value-from-input-form/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 20:37:26 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[clear input field]]></category>
		<category><![CDATA[Javascript onfocus]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=109</guid>
		<description><![CDATA[Learn how to Clear the text value field inside an input form when in focus]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/10/23/clearremoveblank-out-value-from-input-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Spanish in Zen Cart Admin Error</title>
		<link>http://www.designcodeexecute.com/2008/10/16/installing-spanish-in-zen-cart-admin-error/</link>
		<comments>http://www.designcodeexecute.com/2008/10/16/installing-spanish-in-zen-cart-admin-error/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 18:53:57 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Zen Cart]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=108</guid>
		<description><![CDATA[Upon installing spanish on the front end, I recieved an error in yellow about not having the correct files for the language spanish, yet the front end spanish worked. To fix the problem download this zip, unzip and drop the admin folder into your root zen directory. Then push all the files to the server.
Download [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/10/16/installing-spanish-in-zen-cart-admin-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Font size and Font Family Javascript Changing Tool</title>
		<link>http://www.designcodeexecute.com/2008/05/02/font-size-and-font-family-javascript-changing-tool/</link>
		<comments>http://www.designcodeexecute.com/2008/05/02/font-size-and-font-family-javascript-changing-tool/#comments</comments>
		<pubDate>Fri, 02 May 2008 17:37:56 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=107</guid>
		<description><![CDATA[&#60;script type="text/javascript" language="javascript"&#62;
function changeColor(str)
{
document.getElementsByTagName("BODY")[0].style.background = str;
}
function changeFont(str)
{
document.getElementsByTagName("body")[0].style.fontFamily = str;
}
function changeSize(str)
{
document.getElementsByTagName("p")[10].style.fontSize = str;
document.getElementsByTagName("p")[2].style.fontSize = str;
document.getElementsByTagName("p")[3].style.fontSize = str;
document.getElementsByTagName("p")[5].style.fontSize = str;
document.getElementsByTagName("p")[6].style.fontSize = str;
document.getElementsByTagName("p")[7].style.fontSize = str;
document.getElementsByTagName("p")[8].style.fontSize = str;
document.getElementsByTagName("p")[9].style.fontSize = str;
}
function hide(){
var jet = document.getElementById('jetscram').style;
jet.visibility="hidden";
}
&#60;/script&#62;
&#60;style type="text/css"&#62;
div#jetscram{ background:url(http://jetscram.com/images/logo.gif) top left no-repeat; background-color:#ffffff; border:6px #333 solid; font-family:Helvetica, Arial, sans-serif; color:#333; height:28px; padding-left:65px; padding-top:12px; position:fixed; bottom:0; width:594px; left:50%; margin-left:-342px; z-index:5;}
#jetscram select{ width:120px;}
* HTML [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/05/02/font-size-and-font-family-javascript-changing-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
