<?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>Web &#38; Database PHP Developers</title>
	<atom:link href="http://blog.phpkemist.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phpkemist.com</link>
	<description>Security PHP Web Programmers - Web Database Programming, Security Programming &#38; Mobile Developers</description>
	<lastBuildDate>Tue, 08 May 2012 20:08:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Command Line Tools: DIG</title>
		<link>http://blog.phpkemist.com/2012/05/08/command-line-tools-dig/</link>
		<comments>http://blog.phpkemist.com/2012/05/08/command-line-tools-dig/#comments</comments>
		<pubDate>Tue, 08 May 2012 20:05:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Programming Answers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=348</guid>
		<description><![CDATA[<p>Apple messed-up yet again, removing easy-to-use tools from the reach of the masses. However, the functionality remains available using the DIG command-line tool. Below is the documentation for using DIG on your Mac&#8230;</p> <p>DIG(1) BIND9 DIG(1)</p> <p>&#160;</p> <p>NAME dig &#8211; DNS lookup utility</p> <p>SYNOPSIS dig [@server] [-b address] [-c class] [-f filename] [-k filename] [-m] [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/05/08/command-line-tools-dig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validating VIN Numbers With PHP &amp; MySQL Programming</title>
		<link>http://blog.phpkemist.com/2012/03/21/validating-vin-numbers-with-php-mysql-programming/</link>
		<comments>http://blog.phpkemist.com/2012/03/21/validating-vin-numbers-with-php-mysql-programming/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 04:11:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP VIN programming]]></category>
		<category><![CDATA[VIN number validation]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=345</guid>
		<description><![CDATA[<p>VIN numbers are used by the automotive industry to uniquely identify vehicles from each other. They are therefore unique strings like a Social Security Number for a US citizen. VIN numbers went into effect in 1980 and are defined in segments that designate identifying references with a numerical serial at the end. VIN numbers are [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/03/21/validating-vin-numbers-with-php-mysql-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Marketing Campaigns Using PHP &amp; MySQL</title>
		<link>http://blog.phpkemist.com/2012/03/06/email-marketing-campaigns-using-php-mysql/</link>
		<comments>http://blog.phpkemist.com/2012/03/06/email-marketing-campaigns-using-php-mysql/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 18:44:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[email marketing php]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=343</guid>
		<description><![CDATA[<p>The PHP Kemist builds custom email marketing systems using PHP &#038; MySQL programming. Reaching your member base and new customer potential is important to growing an eCommerce website. Traditional methods of email marketing can lack saturation, ignore data tracking and analysis, and defeat the main purpose of email marketing. Our custom email marketing systems provide [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/03/06/email-marketing-campaigns-using-php-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Database Index Key Corruption</title>
		<link>http://blog.phpkemist.com/2012/02/16/mysql-database-index-key-corruption/</link>
		<comments>http://blog.phpkemist.com/2012/02/16/mysql-database-index-key-corruption/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 18:35:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[database corruption]]></category>
		<category><![CDATA[index keys]]></category>
		<category><![CDATA[key corruption]]></category>
		<category><![CDATA[MySQL databases]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=337</guid>
		<description><![CDATA[<p>We recently experienced a rare occurrence of a MySQL database index key corruption on a UNIX based server. Although the cause was not identified, the symptoms and cure were obvious and eventually simple. </p> <p>The symptom was the failure of new records to write to the MySQL database. All other interactions were operating normally, although [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/02/16/mysql-database-index-key-corruption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing PHP Credit Card Validation Applications</title>
		<link>http://blog.phpkemist.com/2012/01/27/developing-php-credit-card-validation-applications/</link>
		<comments>http://blog.phpkemist.com/2012/01/27/developing-php-credit-card-validation-applications/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 18:27:51 +0000</pubDate>
		<dc:creator>programmer</dc:creator>
				<category><![CDATA[Programming Answers]]></category>
		<category><![CDATA[Security Developers]]></category>
		<category><![CDATA[Web and Database Programming]]></category>
		<category><![CDATA[Web Developers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=330</guid>
		<description><![CDATA[<p>Web sites developed to handle eCommerce need to accept and handle payments, usually paid by credit cards. Since everyone knows credit cards can be stolen or forged, it is obvious that credit card validation is mandatory. PHP web developers can program pre-validation applications to validate credit cards using PHP programming before sending validated credit card [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/01/27/developing-php-credit-card-validation-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Web Programmers</title>
		<link>http://blog.phpkemist.com/2012/01/25/php-web-programmers/</link>
		<comments>http://blog.phpkemist.com/2012/01/25/php-web-programmers/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 18:16:31 +0000</pubDate>
		<dc:creator>programmer</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web Developers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=275</guid>
		<description><![CDATA[<p>We are PHP Web Programmers and PHP web developers with advanced PHP Security Programming and MySQL Database Programming services. Not all PHP web programmers are the same.</p> <p>Our team of expert PHP web programmers is made up of United States natural citizens speaking English as a first language. Each PHP web programmer was born in [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/01/25/php-web-programmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PHPMyAdmin to Update WordPress Password</title>
		<link>http://blog.phpkemist.com/2012/01/23/using-phpmyadmin-to-update-wordpress-password/</link>
		<comments>http://blog.phpkemist.com/2012/01/23/using-phpmyadmin-to-update-wordpress-password/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 22:42:27 +0000</pubDate>
		<dc:creator>programmer</dc:creator>
				<category><![CDATA[Developer's References]]></category>
		<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[Web Developers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=324</guid>
		<description><![CDATA[<p>Yikes, you lost your WordPress password for someone else, and want to update it manually. You have PHPMyAdmin access, and want to get this done fast. Navigate in PHPMyAdmin to the Users table. Select the profile to edit and enterr the new password in the password field. Make sure to change the function dropMenu to [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/01/23/using-phpmyadmin-to-update-wordpress-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Developers Language Preferences</title>
		<link>http://blog.phpkemist.com/2012/01/20/security-developers-language-preferences/</link>
		<comments>http://blog.phpkemist.com/2012/01/20/security-developers-language-preferences/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 18:11:03 +0000</pubDate>
		<dc:creator>programmer</dc:creator>
				<category><![CDATA[Security Developers]]></category>
		<category><![CDATA[Web and Database Programming]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=320</guid>
		<description><![CDATA[<p>PHP Programming is frequently misunderstood and misperceived as less than the powerful and secure programming language that it is. Much like the distinct preference bikers adhere to, with a built-in dislike for what others ride, regardless of the facts&#8230; Programmers and wannabe programmers tend to adhere to what they were first exposed to or what [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/01/20/security-developers-language-preferences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utah Web Developers</title>
		<link>http://blog.phpkemist.com/2012/01/14/utah-web-developers/</link>
		<comments>http://blog.phpkemist.com/2012/01/14/utah-web-developers/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 20:12:31 +0000</pubDate>
		<dc:creator>programmer</dc:creator>
				<category><![CDATA[Web Developers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=315</guid>
		<description><![CDATA[<p>The PHP Kemist provides advanced web site development and is located in Utah. Web developers differ from web programmers and we offer both. It is important to understand the difference between web developers and web programmers. Developers are often mistaken as programmers, and web developers might mistake themselves for web programmers.</p> <p>Web developers provide graphical [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/01/14/utah-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Administration Developers</title>
		<link>http://blog.phpkemist.com/2012/01/09/web-administration-developers/</link>
		<comments>http://blog.phpkemist.com/2012/01/09/web-administration-developers/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 18:53:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web and Database Programming]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=307</guid>
		<description><![CDATA[<p>There is a world of web development devoted to the administration of websites that is based in advanced PHP &#038; MySQL Programming. Using a MySQL Database to store whatever information is at hand, and using PHP Programming to connect the administrator with the database, the only component left to define is the user interface. With [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2012/01/09/web-administration-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

