<?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>Blog of Adam K Parker &#187; PHP</title>
	<atom:link href="http://www.adamkparker.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamkparker.com</link>
	<description>Home</description>
	<lastBuildDate>Mon, 16 Aug 2010 22:18:05 +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>Remove &#8220;question mark inside a black diamond&#8221; in mySQL</title>
		<link>http://www.adamkparker.com/2009-12-20/remove-question-mark-inside-a-black-diamond-in-mysql/</link>
		<comments>http://www.adamkparker.com/2009-12-20/remove-question-mark-inside-a-black-diamond-in-mysql/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 22:56:32 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=233</guid>
		<description><![CDATA[<p>I started looking for results on Google for my problem (removing the question mark inside a black diamond), but no one seemed to have the correct answer.</p>
<p>See, I am working with a large SQL database and simply editing each record to correct this problem wouldn&#8217;t work. After looking on Google I found that the problem was with a non-breaking space not displaying properly even though my HTML (and database) character set is UTF-8. I finally found a solution after many hours of searching and I wanted to share it with everyone:</p>
<p>UPDATE table_name SET field = Replace(field, Char(160), &#8216;&#8230; <a href="http://www.adamkparker.com/2009-12-20/remove-question-mark-inside-a-black-diamond-in-mysql/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2009-12-20/remove-question-mark-inside-a-black-diamond-in-mysql/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick way to plot keywords in a blurb.</title>
		<link>http://www.adamkparker.com/2009-04-20/quick-way-to-plot-keywords-in-a-blurb/</link>
		<comments>http://www.adamkparker.com/2009-04-20/quick-way-to-plot-keywords-in-a-blurb/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 03:26:53 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=190</guid>
		<description><![CDATA[<p>I was updating the search feature to an online store that my company has built, which the whole purpose was to make it &#8220;more Google like in features&#8221;.</p>
<p>One of the features was plotting the keywords in the short description for that page. This makes the search results a little more relevant for people who are searching for a product or a page that&#8217;s housed on their store.</p>
<p>Example: So if someone searches for &#8220;John&#8221; and that keyword doesn&#8217;t appear until the end of the content, rather than just showing the blurb without the keyword highlighted, it should be in&#8230; <a href="http://www.adamkparker.com/2009-04-20/quick-way-to-plot-keywords-in-a-blurb/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2009-04-20/quick-way-to-plot-keywords-in-a-blurb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class.Forms an Easy Form Builder in PHP</title>
		<link>http://www.adamkparker.com/2008-11-04/classforms-an-easy-form-builder-in-php/</link>
		<comments>http://www.adamkparker.com/2008-11-04/classforms-an-easy-form-builder-in-php/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 03:58:38 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=183</guid>
		<description><![CDATA[<p>Not too long ago I released an open source application called class.forms. This class made in PHP allowed you to easily create forms with server side and client side validation. Since this was release over 5,000 of you have downloaded this class.</p>
<p>However as time has gone on, people either can&#8217;t find it on the site or ask about it, so I decided to make a new blog entry about it.</p>
<p>Here are some of the features:</p>
<ul>
<li>Quickly add text, password, hidden, upload fields and more.</li>
<li>Automatically handle the posting of form data to a database (insert or update)</li></ul><p>&#8230; <a href="http://www.adamkparker.com/2008-11-04/classforms-an-easy-form-builder-in-php/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2008-11-04/classforms-an-easy-form-builder-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So, what do you create websites in?</title>
		<link>http://www.adamkparker.com/2008-08-21/so-what-do-you-create-websites-in/</link>
		<comments>http://www.adamkparker.com/2008-08-21/so-what-do-you-create-websites-in/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 03:25:44 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XHTML / CSS]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=74</guid>
		<description><![CDATA[<p>Something I get asked a lot is what I create websites in. Some people come to me for advice for which editor I think is the best or to boast about their personal favorites. Among the many editors I&#8217;ve heard mentioned have been Dreamweaver, Front Page / Expression Web, and Notepad.</p>
<p>See, I have a problem with each one of those choices. Well, actually I have a few problems with those options. First of all, if I&#8217;m on a guest computer and I notice something I need to change on one of my websites, I&#8217;m a 200-300mb trial away from&#8230; <a href="http://www.adamkparker.com/2008-08-21/so-what-do-you-create-websites-in/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2008-08-21/so-what-do-you-create-websites-in/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Filtering PHP Input</title>
		<link>http://www.adamkparker.com/2008-05-25/filtering-php-input/</link>
		<comments>http://www.adamkparker.com/2008-05-25/filtering-php-input/#comments</comments>
		<pubDate>Sun, 25 May 2008 20:53:59 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=22</guid>
		<description><![CDATA[<p>I wrote a blog for the company I work for not too long ago expressing the need and importance of filtering PHP input. It never really ceases to amaze me the amount of people who trust the raw user input from forms, which we all know can lead to some serious security gaps.</p>
<p>In response to the huge amount of people who don&#8217;t validate user input, I decided to write a class that would help people out who are in need of cleaning user input, but aren&#8217;t really sure how to approach it.</p>
<p>First we&#8217;ll start with a class, which&#8230; <a href="http://www.adamkparker.com/2008-05-25/filtering-php-input/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2008-05-25/filtering-php-input/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>class.forms v0.5 released!</title>
		<link>http://www.adamkparker.com/2008-05-23/classforms-v05-released/</link>
		<comments>http://www.adamkparker.com/2008-05-23/classforms-v05-released/#comments</comments>
		<pubDate>Fri, 23 May 2008 18:56:15 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=14</guid>
		<description><![CDATA[<p>If you were looking for a great PHP class that can handle any type of form you put in front of it, look no further.</p>
<p>Here are some of the features:</p>
<ul>
<li>Quickly add text, password, hidden, upload fields and more.</li>
<li>Automatically handle the posting of form data to a database (insert or update)</li>
<li>Resize uploaded images proportionally</li>
<li>Easily repopulate fields with GET, POST, or SQL data</li>
<li>Seamless client side and server side field validation on all inputs</li>
<li>You can customize a object by inserting your own html</li>
<li>Don’t have to memorize which order to pass variables to functions</li>
<li>Rapidly</li></ul><p>&#8230; <a href="http://www.adamkparker.com/2008-05-23/classforms-v05-released/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2008-05-23/classforms-v05-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Ways to Easily Enhance Your Website</title>
		<link>http://www.adamkparker.com/2008-05-05/7-ways-to-easily-enhance-your-website/</link>
		<comments>http://www.adamkparker.com/2008-05-05/7-ways-to-easily-enhance-your-website/#comments</comments>
		<pubDate>Mon, 05 May 2008 16:02:12 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=6</guid>
		<description><![CDATA[<p><strong>SWFir Image Replacement </strong>[<a href="http://www.swfir.com/">Website</a>]<br />
Using the dark arts of JavaScript and Flash, swfIR gives you the ability to apply an assortment of visual effects to any or all images on your website.</p>
<p><strong>sIFR</strong> [<a href="http://www.mikeindustries.com/blog/sifr/">Website</a>]<br />
This is an easy way to insert rich typography into web pages without sacrificing accessibility, search engine friendliness, or markup semantics by dynamically replacing text with flash.</p>
<p><strong>Dynamic Image Reflections</strong> [<a href="http://cow.neondragon.net/stuff/reflection/">Website</a>]<br />
Allows you to add reflections to images on your webpages. It uses unobtrusive javascript to keep your code clean and works in all the major browsers. Best of all, it&#8217;s uder 5kb.</p>
<p><strong>Tablekit</strong>&#8230; <a href="http://www.adamkparker.com/2008-05-05/7-ways-to-easily-enhance-your-website/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2008-05-05/7-ways-to-easily-enhance-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
