<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>The Drawingboard</title>
  <link>http://blog.procontentanddesign.com</link>
  <description>The Drawingboard: Pro Content and Design's blog</description>
  <language>en-us</language><pubDate>Wed, 14 May 2008 20:29:59 -0400</pubDate>
<lastBuildDate>Wed, 14 May 2008 20:29:59 -0400</lastBuildDate>
<generator>PCD RSS feed generator</generator>
  <managingEditor>contact@procontentanddesign.com</managingEditor>
  <webMaster>contact@procontentanddesign.com</webMaster>
<copyright>
Copyright Wed, 14 May 2008 20:29:59 -0400, Pro Content and Design
</copyright>
<item>
<title>
Fixing an open relay on Postfix
</title>
<link>
http://blog.procontentanddesign.com/articles/single/202_Fixing_an_open_relay_on_Postfix.htm
</link>
<description>
On some levels GoDaddy really sucks.&amp;nbsp; One of those levels happens to be their almost craven willingness to leave the base install of their virtual dedicated servers in a deliberately sorry state in order to pressure customers into paying for their assisted support plan.&amp;nbsp; &lt;br&gt;&lt;br&gt;GoDaddy leave their virtual dedicated servers open to being exploited as open relays... MORE ...

&lt;a title='Fixing an open relay on Postfix'  href='http://blog.procontentanddesign.com/articles/single/202_Fixing_an_open_relay_on_Postfix.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Sunday, May 11, 2008 3:05 PM
</pubDate>
</item>
<item>
<title>
Google updates PageRanks
</title>
<link>
http://blog.procontentanddesign.com/articles/single/201_Google_updates_PageRanks.htm
</link>
<description>
Not a big thing, but over the last week of April and the first week of May 2008, Google appears to have processed the new PageRank updates.&amp;nbsp; Nothing too crazy in store for me.&amp;nbsp; A few of my older sites have earned their extra point for being old, I think.&lt;br&gt;&lt;br&gt;But, I thought it was worth mentioning... MORE ...

&lt;a title='Google updates PageRanks'  href='http://blog.procontentanddesign.com/articles/single/201_Google_updates_PageRanks.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Tuesday, May 6, 2008 1:11 PM
</pubDate>
</item>
<item>
<title>
The joy of errors: 426 Failure writing network stream
</title>
<link>
http://blog.procontentanddesign.com/articles/single/200_The_joy_of_errors:_426_Failure_writing_network_stream.htm
</link>
<description>
I was FTPing files in order to tinker around with installing ImageMagick on my server.  Doing a build from source was not particularly successful, so I decided to see if the RPM installer would give some more joy.  In the process of attempting to upload the RPM file onto the server, the FTP process got really snippy... MORE ...

&lt;a title='The joy of errors: 426 Failure writing network stream'  href='http://blog.procontentanddesign.com/articles/single/200_The_joy_of_errors:_426_Failure_writing_network_stream.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Monday, May 5, 2008 1:00 AM
</pubDate>
</item>
<item>
<title>
Back to Basics: Scrubbing POSTs in PHP
</title>
<link>
http://blog.procontentanddesign.com/articles/single/199_Back_to_Basics:_Scrubbing_POSTs_in_PHP.htm
</link>
<description>
&lt;span style=&amp;#34;font-style: italic;&amp;#34;&gt;Post values are writable, in addition to being readable.  I&amp;#39;ve noticed a lot of code that seems to forget that you can scrub and then dump data into the POST values.  Consider the following:&lt;/span&gt;&lt;br style=&amp;#34;font-style: italic;&amp;#34;&gt;&lt;br&gt;foreach ($_POST as $key=&amp;gt;$value){&lt;br&gt;  $_POST[$key]=htmlentities($_POST[$key]);&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;span style=&amp;#34;font-style: italic;&amp;#34;&gt;This code takes every POSTed variable and converts it using the PHP command &amp;#39;htmlentities&amp;#39;... MORE ...

&lt;a title='Back to Basics: Scrubbing POSTs in PHP'  href='http://blog.procontentanddesign.com/articles/single/199_Back_to_Basics:_Scrubbing_POSTs_in_PHP.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Sunday, April 20, 2008 1:39 AM
</pubDate>
</item>
<item>
<title>
Back to basics: Scrubbing for alphanumeric input in PHP
</title>
<link>
http://blog.procontentanddesign.com/articles/single/198_Back_to_basics:_Scrubbing_for_alphanumeric_input_in_PHP.htm
</link>
<description>
... MORE ...

&lt;a title='Back to basics: Scrubbing for alphanumeric input in PHP'  href='http://blog.procontentanddesign.com/articles/single/198_Back_to_basics:_Scrubbing_for_alphanumeric_input_in_PHP.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Sunday, April 20, 2008 1:33 AM
</pubDate>
</item>
<item>
<title>
Back to basics: Using PHP&#39;s GD library to make a border
</title>
<link>
http://blog.procontentanddesign.com/articles/single/197_Back_to_basics:_Using_PHP&#39;s_GD_library_to_make_a_border.htm
</link>
<description>
... MORE ...

&lt;a title='Back to basics: Using PHP&amp;#39;s GD library to make a border'  href='http://blog.procontentanddesign.com/articles/single/197_Back_to_basics:_Using_PHP&amp;#39;s_GD_library_to_make_a_border.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Sunday, April 20, 2008 1:27 AM
</pubDate>
</item>
<item>
<title>
Blacklisting by country works
</title>
<link>
http://blog.procontentanddesign.com/articles/single/196_Blacklisting_by_country_works.htm
</link>
<description>
A while back I began implementing a country-specific blacklisting system to control the amount of spam that appears on a local classifieds website I run, called &lt;a href=&amp;#34;http://www.punxsypage.com&amp;#34;&gt;PunxsyPage.com&lt;/a&gt;.&amp;nbsp; Combined with a system that allows unregistered users to pass their ads into a human-edited system for approval, this has brought the appearance of spam on the website down to nearly zero... MORE ...

&lt;a title='Blacklisting by country works'  href='http://blog.procontentanddesign.com/articles/single/196_Blacklisting_by_country_works.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Sunday, April 20, 2008 1:20 AM
</pubDate>
</item>
<item>
<title>
GoDaddy: something nice to say
</title>
<link>
http://blog.procontentanddesign.com/articles/single/195_GoDaddy:_something_nice_to_say.htm
</link>
<description>
You know, I read and read a lot of stuff on the internet bashing every service provider and hosting company out there.&amp;nbsp; I just wanted to plug in my two cents about something very cool that GoDaddy does.&amp;nbsp; I&amp;#39;ve known this for a while, but it came up again and I wanted to write something about, because I often delve into negativity a bit much... MORE ...

&lt;a title='GoDaddy: something nice to say'  href='http://blog.procontentanddesign.com/articles/single/195_GoDaddy:_something_nice_to_say.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Tuesday, April 15, 2008 11:23 AM
</pubDate>
</item>
<item>
<title>
TV&#39;s fetish for making the internet sound evil
</title>
<link>
http://blog.procontentanddesign.com/articles/single/194_TV&#39;s_fetish_for_making_the_internet_sound_evil.htm
</link>
<description>
The other evening I was, for some inexplicable reason -- I think there was some Barrack versus Hillary stuff on -- watching the NBC Nightly News.&amp;nbsp; And they were discussing that i&lt;a href=&amp;#34;http://www.belfasttelegraph.co.uk/news/world-news/article3604086.ece&amp;#34;&gt;ncident down in Florida&lt;/a&gt; with the girls who filmed their rather tame beating up of another girl and were going to put it on YouTube... MORE ...

&lt;a title='TV&amp;#39;s fetish for making the internet sound evil'  href='http://blog.procontentanddesign.com/articles/single/194_TV&amp;#39;s_fetish_for_making_the_internet_sound_evil.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Tuesday, April 15, 2008 11:13 AM
</pubDate>
</item>
<item>
<title>
Small user-generated websites
</title>
<link>
http://blog.procontentanddesign.com/articles/single/193_Small_user-generated_websites.htm
</link>
<description>
In the last two months I have had the opportunity to build two distinct user-generated websites for small groups.&amp;nbsp; If you have ever tried to get a smaller group to generate content, you know from experience that getting wide participation is like pulling teeth.&amp;nbsp; But, I did find one factor that makes a huge difference in creating participation... MORE ...

&lt;a title='Small user-generated websites'  href='http://blog.procontentanddesign.com/articles/single/193_Small_user-generated_websites.htm'&gt;Read whole article&lt;/a&gt;
</description>
<pubDate>
Friday, April 4, 2008 10:52 AM
</pubDate>
</item>
</channel>
</rss>
