<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Programming &#187; Programming Answers</title>
	<atom:link href="http://blog.phpkemist.com/category/programming-answers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phpkemist.com</link>
	<description>Web and Database Programming, SEO, Network Security</description>
	<lastBuildDate>Tue, 15 Jun 2010 20:50:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Top Ten Most Critical Web Application Security Vulnerabilities</title>
		<link>http://blog.phpkemist.com/2010/03/22/top-ten-most-critical-web-application-security-vulnerabilities/</link>
		<comments>http://blog.phpkemist.com/2010/03/22/top-ten-most-critical-web-application-security-vulnerabilities/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 21:04:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Security]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Programming Answers]]></category>
		<category><![CDATA[Web and Database Programming]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=146</guid>
		<description><![CDATA[<p>Web application security is often viewed incorrectly as a set of server and host-based security issues, rather than code-level and configuration-based security vulnerabilities. Although servers and hosts may still be the cause for exploitations, it is critical that security professionals recognize the major impact of poorly written web applications as well as how their applications [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2010/03/22/top-ten-most-critical-web-application-security-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combining Javascript And PHP Programming In Web Pages</title>
		<link>http://blog.phpkemist.com/2008/06/06/combining-javascript-and-php-programming-in-web-pages/</link>
		<comments>http://blog.phpkemist.com/2008/06/06/combining-javascript-and-php-programming-in-web-pages/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 00:36:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Programming Answers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2008/06/06/combining-javascript-and-php-programming-in-web-pages/</guid>
		<description><![CDATA[<p>PHP Programmers will discover that combining Javascript and PHP Programming can be a challenge. The first thing they discover is that PHP tags do not work inside Javascript tags. The general purpose of combining Javascript and PHP is to control the structure and variables that Javascript is intended to handle on the client side. Following [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2008/06/06/combining-javascript-and-php-programming-in-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLI Commands References</title>
		<link>http://blog.phpkemist.com/2008/05/29/cli-commands-references/</link>
		<comments>http://blog.phpkemist.com/2008/05/29/cli-commands-references/#comments</comments>
		<pubDate>Fri, 30 May 2008 00:12:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer's References]]></category>
		<category><![CDATA[Programming Answers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/?p=160</guid>
		<description><![CDATA[<p>This is just a list of Command Line Interface CLI commands and strings for easy team reference. This is not a source for learning!</p>
<p>To unlock multiple files on a Mac: This will unlock the entire directory, unless you filter the directory first&#8230;
chflags -R nouchg ./ </p>
]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2008/05/29/cli-commands-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Deprecated Code And Why Should I Upgrade My Server?</title>
		<link>http://blog.phpkemist.com/2008/03/06/what-is-deprecated-code-and-why-should-i-upgrade-my-server/</link>
		<comments>http://blog.phpkemist.com/2008/03/06/what-is-deprecated-code-and-why-should-i-upgrade-my-server/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 00:34:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming Answers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2008/03/06/what-is-deprecated-code-and-why-should-i-upgrade-my-server/</guid>
		<description><![CDATA[<p>By definition, &#8220;deprecate&#8221; means to look upon something in a poor light, or as lower quality. In reference to code, deprecation refers to code that is not considered up to date and is likely to lose community or company support. The deprecation process applies to all code languages, including PHP Programming. Understanding the deprecation process [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2008/03/06/what-is-deprecated-code-and-why-should-i-upgrade-my-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Headers: Status Code Definitions (Reference List)</title>
		<link>http://blog.phpkemist.com/2008/01/03/php-headers-status-code-definitions-reference-list/</link>
		<comments>http://blog.phpkemist.com/2008/01/03/php-headers-status-code-definitions-reference-list/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 20:25:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Programming Answers]]></category>
		<category><![CDATA[Web and Database Programming]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2008/01/03/php-headers-status-code-definitions-reference-list/</guid>
		<description><![CDATA[<p>The following list is taken from W3 and posted here for easy reference. These are to be used for various situations when you want to override the default status sent by the server. Situations include when your content is deleted, but you do not want the search engine to see a broken link or missing [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2008/01/03/php-headers-status-code-definitions-reference-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating Image Uploads And MySQL Database Tracking</title>
		<link>http://blog.phpkemist.com/2007/10/06/automating-image-uploads-and-mysql-database-tracking/</link>
		<comments>http://blog.phpkemist.com/2007/10/06/automating-image-uploads-and-mysql-database-tracking/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 23:38:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Programming Answers]]></category>
		<category><![CDATA[Web and Database Programming]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/10/06/automating-image-uploads-and-mysql-database-tracking/</guid>
		<description><![CDATA[<p>These days everyone wants to upload their images to a web application. Whether it&#8217;s a free public site like Photobucket, or an eCommerce Web Site like Shutterstock or Flickr, the concepts are the same. The intent is to provide a system for web users with no web programming skills, which lets them upload a single [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/10/06/automating-image-uploads-and-mysql-database-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Longitude &amp; Latitude From Google Maps</title>
		<link>http://blog.phpkemist.com/2007/09/12/finding-longitude-latitude-from-google-maps/</link>
		<comments>http://blog.phpkemist.com/2007/09/12/finding-longitude-latitude-from-google-maps/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 03:09:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming Answers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/09/12/finding-longitude-latitude-from-google-maps/</guid>
		<description><![CDATA[<p>This is a really simple problem to solve. Simply navigate to the map position you want the Google Maps longitude and latitude for. Make sure your focal point is at the center of the map frame. Into your browser&#8217;s address field type and enter the following string:</p>
javascript:void(prompt(â€˜â€˜,gApplication.getMap().getCenter()));
<p>The quote marks after &#8220;prompt(&#8221; should be two single [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/09/12/finding-longitude-latitude-from-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JavaScript to Embed QuickTime Content</title>
		<link>http://blog.phpkemist.com/2007/08/09/using-javascript-to-embed-quicktime-content/</link>
		<comments>http://blog.phpkemist.com/2007/08/09/using-javascript-to-embed-quicktime-content/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 15:57:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming Answers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/08/09/using-javascript-to-embed-quicktime-content/</guid>
		<description><![CDATA[<p>Apple provides a JavaScript utility to generate the required tags to embed QuickTime content in a web page. Using this utility greatly simplifies the necessary code to embed a movie, as it automatically supplies such information as the QuickTime Class ID, code base, and plugins page. This has two main advantages over typing the tags [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/08/09/using-javascript-to-embed-quicktime-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up GoDaddy Email Accounts</title>
		<link>http://blog.phpkemist.com/2007/08/06/setting-up-godaddy-email-accounts/</link>
		<comments>http://blog.phpkemist.com/2007/08/06/setting-up-godaddy-email-accounts/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 20:19:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming Answers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/08/06/setting-up-godaddy-email-accounts/</guid>
		<description><![CDATA[<p>MX Record Configuration
Log on to your hosting provider or third-party domain name system manager.
Change your MX records to:
MX 0 = smtp.secureserver.net
MX 10 = mailstore1.secureserver.net</p>
<p>Domain-specific aliases are easier to remember:
CNAME mail.mydomain.com -> pop.secureserver.net or smtpout.secureserver.net
CNAME pop.mydomain.com -> pop.secureserver.net
CNAME smtp.mydomain.com -> smtpout.secureserver.net</p>
<p>POP (Incoming mail server)
Port: 110
Server: pop.secureserver.net
Username: your whole email address
SSL: Nope, that sucks unless you get [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/08/06/setting-up-godaddy-email-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protecting Your Image Upload Directory And Files</title>
		<link>http://blog.phpkemist.com/2007/07/27/protecting-your-image-upload-directory-and-files/</link>
		<comments>http://blog.phpkemist.com/2007/07/27/protecting-your-image-upload-directory-and-files/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 01:47:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Security]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Programming Answers]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/07/27/protecting-your-image-upload-directory-and-files/</guid>
		<description><![CDATA[<p>There are a few reasons why you should consider the network security for your upload directories. Whether you allow image uploads only, or various file types, security is extremely important. How you apply the available layers of security using the file system and PHP depends on your level of paranoia and the sensitivity of the [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/07/27/protecting-your-image-upload-directory-and-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
