<?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>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>2</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 Sortables Clone Not Under Mouse Pointer</title>
		<link>http://www.designcodeexecute.com/2011/09/13/mootools-sortables-clone-not-under-mouse-pointer/</link>
		<comments>http://www.designcodeexecute.com/2011/09/13/mootools-sortables-clone-not-under-mouse-pointer/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 04:17:46 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Javascipt]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[mootools]]></category>
		<category><![CDATA[sortable]]></category>
		<category><![CDATA[sortables]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=249</guid>
		<description><![CDATA[When running mootools sortables, when dragging the cloned element around sometimes the cloned element is offset from the mouse pointer. There is a simple method to avoid this. See the enclosing container to position relative. Like so &#60;ul style=&#8221;position:relative&#8221;> &#60;li>sortable&#60;/li> &#60;li>sortable&#60;/li> &#60;li>sortable&#60;/li> &#60;li>sortable&#60;/li> &#60;li>sortable&#60;/li> &#60;/ul> and that&#8217;s it.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2011/09/13/mootools-sortables-clone-not-under-mouse-pointer/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>Linux Terminal Command Delete Files Older than X Days Script</title>
		<link>http://www.designcodeexecute.com/2011/02/22/linux-terminal-command-delete-files-older-than-x-days-script/</link>
		<comments>http://www.designcodeexecute.com/2011/02/22/linux-terminal-command-delete-files-older-than-x-days-script/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 18:52:53 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Unbuntu]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[delete command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=240</guid>
		<description><![CDATA[I CRON this on my backups folder to optimize server space and remove old unnecessary files. !!! You run this at your own risk. Please test this before executing on valuable files. !!! find . -atime +3 -exec rm {} \; +3 == how many days back I&#8217;ve been looking for a compare file size/age [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2011/02/22/linux-terminal-command-delete-files-older-than-x-days-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Database: Got error 28 from storage engine</title>
		<link>http://www.designcodeexecute.com/2011/02/22/mysql-database-got-error-28-from-storage-engine/</link>
		<comments>http://www.designcodeexecute.com/2011/02/22/mysql-database-got-error-28-from-storage-engine/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 18:48:19 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[error 28]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[mysql error]]></category>
		<category><![CDATA[storage engine]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=238</guid>
		<description><![CDATA[I go this error this morning running a ORDER BY RAND() My server&#8217;s disk was full. I went into my backups, tmp, and logs folder and cleaned up.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2011/02/22/mysql-database-got-error-28-from-storage-engine/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>Clear OSX Snow Leopard Web Browser Negative Cache in Terminal</title>
		<link>http://www.designcodeexecute.com/2010/09/09/cleare-osx-snow-leopard-web-browser-negative-cache-in-terminal/</link>
		<comments>http://www.designcodeexecute.com/2010/09/09/cleare-osx-snow-leopard-web-browser-negative-cache-in-terminal/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 20:56:11 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[clear negative cache]]></category>
		<category><![CDATA[negative cache]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/?p=226</guid>
		<description><![CDATA[I created a new sub-domain with slicehost and it was showing on all my computers but my MAC. The problem was OS X negative caching. To clear the cache on snow leopard. 1. Open Terminal 2. Sudo in # Sudo -S 3. Clear the negative cache # dscacheutil -flushcache]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2010/09/09/cleare-osx-snow-leopard-web-browser-negative-cache-in-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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(&#8216;AL&#8217;=>&#8221;Alabama&#8221;, &#8216;AK&#8217;=>&#8221;Alaska&#8221;, &#8216;AZ&#8217;=>&#8221;Arizona&#8221;, &#8216;AR&#8217;=>&#8221;Arkansas&#8221;, &#8216;CA&#8217;=>&#8221;California&#8221;, &#8216;CO&#8217;=>&#8221;Colorado&#8221;, &#8216;CT&#8217;=>&#8221;Connecticut&#8221;, &#8216;DE&#8217;=>&#8221;Delaware&#8221;, &#8216;DC&#8217;=>&#8221;District Of Columbia&#8221;, &#8216;FL&#8217;=>&#8221;Florida&#8221;, &#8216;GA&#8217;=>&#8221;Georgia&#8221;, &#8216;HI&#8217;=>&#8221;Hawaii&#8221;, &#8216;ID&#8217;=>&#8221;Idaho&#8221;, &#8216;IL&#8217;=>&#8221;Illinois&#8221;, &#8216;IN&#8217;=>&#8221;Indiana&#8221;, &#8216;IA&#8217;=>&#8221;Iowa&#8221;, &#8216;KS&#8217;=>&#8221;Kansas&#8221;, &#8216;KY&#8217;=>&#8221;Kentucky&#8221;, &#8216;LA&#8217;=>&#8221;Louisiana&#8221;, &#8216;ME&#8217;=>&#8221;Maine&#8221;, &#8216;MD&#8217;=>&#8221;Maryland&#8221;, &#8216;MA&#8217;=>&#8221;Massachusetts&#8221;, &#8216;MI&#8217;=>&#8221;Michigan&#8221;, &#8216;MN&#8217;=>&#8221;Minnesota&#8221;, &#8216;MS&#8217;=>&#8221;Mississippi&#8221;, &#8216;MO&#8217;=>&#8221;Missouri&#8221;, &#8216;MT&#8217;=>&#8221;Montana&#8221;, &#8216;NE&#8217;=>&#8221;Nebraska&#8221;, &#8216;NV&#8217;=>&#8221;Nevada&#8221;, &#8216;NH&#8217;=>&#8221;New Hampshire&#8221;, &#8216;NJ&#8217;=>&#8221;New Jersey&#8221;, &#8216;NM&#8217;=>&#8221;New [...]]]></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[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Unbuntu]]></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&#8217;re getting hacked, but don&#8217;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: [...]]]></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&#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>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>2</slash:comments>
		</item>
	</channel>
</rss>

