<?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 &#187; Web Development</title>
	<atom:link href="http://www.designcodeexecute.com/category/web-development/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>Mon, 28 Nov 2011 20:42:34 +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>How to cast string number into a float/int variable with PHP</title>
		<link>http://www.designcodeexecute.com/2011/11/28/cast-string-into-float-php/</link>
		<comments>http://www.designcodeexecute.com/2011/11/28/cast-string-into-float-php/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 20:39:29 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Cast Float]]></category>
		<category><![CDATA[string to float]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=290</guid>
		<description><![CDATA[Casting is a simple operation that can save many headaches. The code below show you how to cast a string into an float or integer with PHP. // int example $string_number = &#34;72&#34;; $float_number = &#40;int&#41; $string_number; // float example $string_number = &#34;324.75&#34;; $float_number = &#40;float&#41; $string_number;]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2011/11/28/cast-string-into-float-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Countries and Territories MySQL Insert  and PHP Array with Country, Country Abbr</title>
		<link>http://www.designcodeexecute.com/2011/11/03/countries-and-territories-mysql-insert-with-country-country-abbr/</link>
		<comments>http://www.designcodeexecute.com/2011/11/03/countries-and-territories-mysql-insert-with-country-country-abbr/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 18:26:30 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[countries]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=285</guid>
		<description><![CDATA[Below is a string of code to insert a individual countries to be entered into a database INSERT IGNORE INTO `countries` &#40;`abbr`,`name`&#41; VALUES&#40;&#8216;AF&#8217;,&#8216;AFGHANISTAN&#8217;&#41;,&#40;&#8216;AL&#8217;,&#8216;ALBANIA&#8217;&#41;,&#40;&#8216;DZ&#8217;,&#8216;ALGERIA&#8217;&#41;,&#40;&#8216;AS&#8217;,&#8216;AMERICAN SAMOA&#8217;&#41;,&#40;&#8216;AD&#8217;,&#8216;ANDORRA&#8217;&#41;,&#40;&#8216;AO&#8217;,&#8216;ANGOLA&#8217;&#41;,&#40;&#8216;AI&#8217;,&#8216;ANGUILLA&#8217;&#41;,&#40;&#8216;AQ&#8217;,&#8216;ANTARCTICA&#8217;&#41;,&#40;&#8216;AG&#8217;,&#8216;ANTIGUA AND BARBUDA&#8217;&#41;,&#40;&#8216;AR&#8217;,&#8216;ARGENTINA&#8217;&#41;,&#40;&#8216;AM&#8217;,&#8216;ARMENIA&#8217;&#41;,&#40;&#8216;AW&#8217;,&#8216;ARUBA&#8217;&#41;,&#40;&#8216;AU&#8217;,&#8216;AUSTRALIA&#8217;&#41;,&#40;&#8216;AT&#8217;,&#8216;AUSTRIA&#8217;&#41;,&#40;&#8216;AZ&#8217;,&#8216;AZERBAIJAN&#8217;&#41;,&#40;&#8216;BS&#8217;,&#8216;BAHAMAS&#8217;&#41;,&#40;&#8216;BH&#8217;,&#8216;BAHRAIN&#8217;&#41;,&#40;&#8216;BD&#8217;,&#8216;BANGLADESH&#8217;&#41;,&#40;&#8216;BB&#8217;,&#8216;BARBADOS&#8217;&#41;,&#40;&#8216;BY&#8217;,&#8216;BELARUS&#8217;&#41;,&#40;&#8216;BE&#8217;,&#8216;BELGIUM&#8217;&#41;,&#40;&#8216;BZ&#8217;,&#8216;BELIZE&#8217;&#41;,&#40;&#8216;BJ&#8217;,&#8216;BENIN&#8217;&#41;,&#40;&#8216;BM&#8217;,&#8216;BERMUDA&#8217;&#41;,&#40;&#8216;BT&#8217;,&#8216;BHUTAN&#8217;&#41;,&#40;&#8216;BO&#8217;,&#8216;BOLIVIA&#8217;&#41;,&#40;&#8216;BA&#8217;,&#8216;BOSNIA AND HERZEGOVINA&#8217;&#41;,&#40;&#8216;BW&#8217;,&#8216;BOTSWANA&#8217;&#41;,&#40;&#8216;BV&#8217;,&#8216;BOUVET ISLAND&#8217;&#41;,&#40;&#8216;BR&#8217;,&#8216;BRAZIL&#8217;&#41;,&#40;&#8216;IO&#8217;,&#8216;BRITISH INDIAN OCEAN TERRITORY&#8217;&#41;,&#40;&#8216;BN&#8217;,&#8216;BRUNEI DARUSSALAM&#8217;&#41;,&#40;&#8216;BG&#8217;,&#8216;BULGARIA&#8217;&#41;,&#40;&#8216;BF&#8217;,&#8216;BURKINA FASO&#8217;&#41;,&#40;&#8216;BI&#8217;,&#8216;BURUNDI&#8217;&#41;,&#40;&#8216;KH&#8217;,&#8216;CAMBODIA&#8217;&#41;,&#40;&#8216;CM&#8217;,&#8216;CAMEROON&#8217;&#41;,&#40;&#8216;CA&#8217;,&#8216;CANADA&#8217;&#41;,&#40;&#8216;CV&#8217;,&#8216;CAPE VERDE&#8217;&#41;,&#40;&#8216;KY&#8217;,&#8216;CAYMAN ISLANDS&#8217;&#41;,&#40;&#8216;CF&#8217;,&#8216;CENTRAL AFRICAN REPUBLIC&#8217;&#41;,&#40;&#8216;TD&#8217;,&#8216;CHAD&#8217;&#41;,&#40;&#8216;CL&#8217;,&#8216;CHILE&#8217;&#41;,&#40;&#8216;CN&#8217;,&#8216;CHINA&#8217;&#41;,&#40;&#8216;CX&#8217;,&#8216;CHRISTMAS ISLAND&#8217;&#41;,&#40;&#8216;CC&#8217;,&#8216;COCOS (KEELING) ISLANDS&#8217;&#41;,&#40;&#8216;CO&#8217;,&#8216;COLOMBIA&#8217;&#41;,&#40;&#8216;KM&#8217;,&#8216;COMOROS&#8217;&#41;,&#40;&#8216;CG&#8217;,&#8216;CONGO&#8217;&#41;,&#40;&#8216;CD&#8217;,&#8216;CONGO, THE DEMOCRATIC REPUBLIC OF THE&#8217;&#41;,&#40;&#8216;CK&#8217;,&#8216;COOK ISLANDS&#8217;&#41;,&#40;&#8216;CR&#8217;,&#8216;COSTA RICA&#8217;&#41;,&#40;&#8216;CI&#8217;,&#8216;COTE D IVOIRE&#8217;&#41;,&#40;&#8216;HR&#8217;,&#8216;CROATIA&#8217;&#41;,&#40;&#8216;CU&#8217;,&#8216;CUBA&#8217;&#41;,&#40;&#8216;CY&#8217;,&#8216;CYPRUS&#8217;&#41;,&#40;&#8216;CZ&#8217;,&#8216;CZECH REPUBLIC&#8217;&#41;,&#40;&#8216;DK&#8217;,&#8216;DENMARK&#8217;&#41;,&#40;&#8216;DJ&#8217;,&#8216;DJIBOUTI&#8217;&#41;,&#40;&#8216;DM&#8217;,&#8216;DOMINICA&#8217;&#41;,&#40;&#8216;DO&#8217;,&#8216;DOMINICAN REPUBLIC&#8217;&#41;,&#40;&#8216;TP&#8217;,&#8216;EAST TIMOR&#8217;&#41;,&#40;&#8216;EC&#8217;,&#8216;ECUADOR&#8217;&#41;,&#40;&#8216;EG&#8217;,&#8216;EGYPT&#8217;&#41;,&#40;&#8216;SV&#8217;,&#8216;EL SALVADOR&#8217;&#41;,&#40;&#8216;GQ&#8217;,&#8216;EQUATORIAL GUINEA&#8217;&#41;,&#40;&#8216;ER&#8217;,&#8216;ERITREA&#8217;&#41;,&#40;&#8216;EE&#8217;,&#8216;ESTONIA&#8217;&#41;,&#40;&#8216;ET&#8217;,&#8216;ETHIOPIA&#8217;&#41;,&#40;&#8216;FK&#8217;,&#8216;FALKLAND [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2011/11/03/countries-and-territories-mysql-insert-with-country-country-abbr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Create a FULLTEXT index on MySQL Table for Fulltext Match Search</title>
		<link>http://www.designcodeexecute.com/2011/10/21/how-to-create-a-fulltext-index-on-mysql-table-for-fulltext-match-search/</link>
		<comments>http://www.designcodeexecute.com/2011/10/21/how-to-create-a-fulltext-index-on-mysql-table-for-fulltext-match-search/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 18:45:50 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[alter]]></category>
		<category><![CDATA[fulltext]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=264</guid>
		<description><![CDATA[To setup a table to work with a MySQL FULLTEXT Match query, you must first match sure the table is MyISAM. You can alter your table using this query: ALTER TABLE `table_name` ENGINE=MyISAM; Next you need to create an index of fields want to search through. You can use this query as an example: ALTER [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2011/10/21/how-to-create-a-fulltext-index-on-mysql-table-for-fulltext-match-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reload a Page with Javascript</title>
		<link>http://www.designcodeexecute.com/2011/10/05/how-to-reload-a-page-with-javascript/</link>
		<comments>http://www.designcodeexecute.com/2011/10/05/how-to-reload-a-page-with-javascript/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 17:52:39 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[onclick reload]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[reload]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=258</guid>
		<description><![CDATA[A simple page reload with javascript can be very useful. Here is the code: &#60;script type=&#34;text/javascript&#34;&#62; window.location.reload&#40;&#41;; &#60;/script&#62; That will keep refreshing the page you are on. To trigger the reload event you can use the code inline on a HTML element &#60;a href=&#34;javascript:void(0)&#34; onclick=&#34;window.location.reload();&#34;&#62;Reload the Page&#60;/a&#62; To abstract the code out and use it [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2011/10/05/how-to-reload-a-page-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Header Location bug with Internet Explorer IE6, IE7, IE8</title>
		<link>http://www.designcodeexecute.com/2011/09/27/php-header-location-bug-with-internet-explorer-ie6-ie7-ie8/</link>
		<comments>http://www.designcodeexecute.com/2011/09/27/php-header-location-bug-with-internet-explorer-ie6-ie7-ie8/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 02:59:26 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[internet explorer bug]]></category>
		<category><![CDATA[location]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=255</guid>
		<description><![CDATA[Thank you microsoft for yet another bug that ruined some store processing code. There two bugs to look out for: not using a capital L, and not killing the process. Example: header(&#8216;location http://www.mywebsite.com/relocate/&#8217;); Bad code for internet explorer. To assure you are relocated and the page you are calling the header doesn&#8217;t magically reload itself [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2011/09/27/php-header-location-bug-with-internet-explorer-ie6-ie7-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MooTools Form Request Resets/Reverts Value in Inputs</title>
		<link>http://www.designcodeexecute.com/2011/07/01/mootools-form-request-resetsreverts-value-in-inputs/</link>
		<comments>http://www.designcodeexecute.com/2011/07/01/mootools-form-request-resetsreverts-value-in-inputs/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 00:24:23 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Form]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[form.request]]></category>
		<category><![CDATA[input reset]]></category>
		<category><![CDATA[input revert]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[request]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=242</guid>
		<description><![CDATA[Mootools Form.Request will automatically reset a form on submission. To prevent this you must turn on the resetForm: options to false. That would look like this: var formRequest = new Form.Request($(&#8216;myFormID&#8217;), $(&#8216;myTargetDivToLoadRequest&#8217;), { resetForm: false });]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2011/07/01/mootools-form-request-resetsreverts-value-in-inputs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate a 2048bit CSR from a Linux Terminal with Open-SSL</title>
		<link>http://www.designcodeexecute.com/2010/11/18/generate-a-2048bit-csr-from-a-linux-terminal-with-open-ssl/</link>
		<comments>http://www.designcodeexecute.com/2010/11/18/generate-a-2048bit-csr-from-a-linux-terminal-with-open-ssl/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 17:01:46 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Unbuntu]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[2048bit CSR]]></category>
		<category><![CDATA[generate 2048 bit csr]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=232</guid>
		<description><![CDATA[To created a 2048bit CSR in linux terminal with open SSL (testing on a Ubuntu Hardy 8.x) openssl req -new -nodes -newkey rsa:2048 -keyout yourdomain.key -out yourdomain.csr]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2010/11/18/generate-a-2048bit-csr-from-a-linux-terminal-with-open-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver Wildcard Find and Replace</title>
		<link>http://www.designcodeexecute.com/2010/11/17/dreamweaver-wildcard-find-and-replace/</link>
		<comments>http://www.designcodeexecute.com/2010/11/17/dreamweaver-wildcard-find-and-replace/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 23:10:11 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[find replace]]></category>
		<category><![CDATA[find wildcard]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/2010/11/17/dreamweaver-wildcard-find-and-replace/</guid>
		<description><![CDATA[check the Use Regular Expression Box find = value=&#8221;([^]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2010/11/17/dreamweaver-wildcard-find-and-replace/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&#8217;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>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>2</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[ie6]]></category>
		<category><![CDATA[Web Development]]></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>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. [...]]]></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=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&#62; function changeColor(str) { document.getElementsByTagName(&#8220;BODY&#8221;)[0].style.background = str; } function changeFont(str) { document.getElementsByTagName(&#8220;body&#8221;)[0].style.fontFamily = str; } function changeSize(str) { document.getElementsByTagName(&#8220;p&#8221;)[10].style.fontSize = str; document.getElementsByTagName(&#8220;p&#8221;)[2].style.fontSize = str; document.getElementsByTagName(&#8220;p&#8221;)[3].style.fontSize = str; document.getElementsByTagName(&#8220;p&#8221;)[5].style.fontSize = str; document.getElementsByTagName(&#8220;p&#8221;)[6].style.fontSize = str; document.getElementsByTagName(&#8220;p&#8221;)[7].style.fontSize = str; document.getElementsByTagName(&#8220;p&#8221;)[8].style.fontSize = str; document.getElementsByTagName(&#8220;p&#8221;)[9].style.fontSize = str; } function hide(){ var jet = document.getElementById(&#8216;jetscram&#8217;).style; jet.visibility=&#8221;hidden&#8221;; } &#60;/script&#62; &#60;style [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/05/02/font-size-and-font-family-javascript-changing-tool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Auto Restrain/resize images with Javascript</title>
		<link>http://www.designcodeexecute.com/2008/04/19/auto-restrainresize-images-with-javascript/</link>
		<comments>http://www.designcodeexecute.com/2008/04/19/auto-restrainresize-images-with-javascript/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 16:10:50 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Auto Restrain]]></category>
		<category><![CDATA[resize images]]></category>
		<category><![CDATA[resize script]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=106</guid>
		<description><![CDATA[This javascript script resizes all image on the page, it can be controlled by the variable i and the greater than clause in the for loop. i=0 means it starts from the first image, change i=3 it will start from the forth image. The greater than clause will resize x amount of images. right now it resizes 10 images. The [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/04/19/auto-restrainresize-images-with-javascript/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>CSS text link image icon hover replace with images</title>
		<link>http://www.designcodeexecute.com/2008/04/09/css-text-link-image-icon-hover-replace-with-images/</link>
		<comments>http://www.designcodeexecute.com/2008/04/09/css-text-link-image-icon-hover-replace-with-images/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 06:32:56 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css image hover]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=102</guid>
		<description><![CDATA[This post teaches you how to replace CSS text links with an image and an image hover state.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/04/09/css-text-link-image-icon-hover-replace-with-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript preload images script</title>
		<link>http://www.designcodeexecute.com/2008/04/09/javascript-preload-images-script/</link>
		<comments>http://www.designcodeexecute.com/2008/04/09/javascript-preload-images-script/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 06:20:03 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Javascript preload]]></category>
		<category><![CDATA[preload images]]></category>
		<category><![CDATA[preload script]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=103</guid>
		<description><![CDATA[This post teaches you the proper efficient way to preload images with javascript. if (document.images) { preload_image = new Image(); img_path = new Array(); img_path[0] = &#8220;http://kilroylives.com/images/buttons/avatar.gif&#8221;; img_path[1] = &#8220;http://kilroylives.com/images/buttons/avatar-over.gif&#8221;; img_path[2] = &#8220;http://kilroylives.com/images/buttons/enlarge.gif&#8221;; img_path[3] = &#8220;http://kilroylives.com/images/buttons/enlarge-over.gif&#8221;; img_path[4] = &#8220;http://kilroylives.com/images/buttons/favorite.gif&#8221;; for(var i = 0; i&#60;=img_path.length; i++) preload_image.src = img_path[i]; } All you need to do is [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/04/09/javascript-preload-images-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Adsense Optimization Breakdown</title>
		<link>http://www.designcodeexecute.com/2008/04/08/google-adsense-optimization-breakdown/</link>
		<comments>http://www.designcodeexecute.com/2008/04/08/google-adsense-optimization-breakdown/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 03:27:46 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Google Adense]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=101</guid>
		<description><![CDATA[This post explains what I've learned about Google Adsense. It explains the figures like cpm, eCPM, Page CTR, and Earnings. I Started using Google Adsense early 2005. Up until the beginning of this year I've have very little success. I due the success to redesigns, studying, and experimentation.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/04/08/google-adsense-optimization-breakdown/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Case sensitive and Case insensitive search with Match and Like</title>
		<link>http://www.designcodeexecute.com/2008/04/03/mysql-case-sensitive-and-case-insensitive-search-with-match-and-like/</link>
		<comments>http://www.designcodeexecute.com/2008/04/03/mysql-case-sensitive-and-case-insensitive-search-with-match-and-like/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 23:14:10 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Case sensitive]]></category>
		<category><![CDATA[insensitive search]]></category>
		<category><![CDATA[mysql statement]]></category>
		<category><![CDATA[php mysql search query]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/2008/04/03/mysql-case-sensitive-and-case-insensitive-search-with-match-and-like/</guid>
		<description><![CDATA[This post teaches you how to set your MySQL search queries to be Case sensitive or case insensitive.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/04/03/mysql-case-sensitive-and-case-insensitive-search-with-match-and-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

