<?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>WeaponsGradeCode &#187; Web Publishing</title>
	<atom:link href="http://weaponsgradecode.com/category/web-publishing/feed/" rel="self" type="application/rss+xml" />
	<link>http://weaponsgradecode.com</link>
	<description>Notes from the field...</description>
	<lastBuildDate>Wed, 21 Jul 2010 04:18:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>garage-sale-tips-maps.com</title>
		<link>http://weaponsgradecode.com/2007/10/11/garage-sale-tips-mapscom/</link>
		<comments>http://weaponsgradecode.com/2007/10/11/garage-sale-tips-mapscom/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 04:36:59 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Publishing]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2007/10/11/garage-sale-tips-mapscom/</guid>
		<description><![CDATA[About three times a year, a bunch of different concepts come together in my head at the same time forming a complete and compelling whole. A system who’s value is greater than the sum of its parts.
The more concepts in the party the better. Best yet when those concepts could make money. One of those [...]]]></description>
			<content:encoded><![CDATA[<p>About three times a year, a bunch of different concepts come together in my head at the same time forming a complete and compelling whole. A system who’s value is greater than the sum of its parts.</p>
<p>The more concepts in the party the better. Best yet when those concepts could make money. One of those complete thoughts was:</p>
<p><a href="http://www.garage-sale-tips-maps.com">http://garage-sale-tips-maps.com</a><br />
<a href="http://weaponsgradecode.com/wp-content/uploads/2007/10/gs.png" title="garage-sale-tips-maps.com"><img src="http://weaponsgradecode.com/wp-content/uploads/2007/10/gs.png" alt="garage-sale-tips-maps.com" /></a>&#8230;a site that gathered garage sale data and splatted it onto a google map.</p>
<p>I thought/hoped I’d be the first with the idea and implementation, but, as is the case in this competitive economy, there are almost always people smarter than you with the same idea…</p>
<p>No worries though, I had a lot of fun building the site and look forward to growing it.</p>
<p>The point of the site is primarily to allow its users to quickly discern the number and quality of garage sales around their area. That’s done easily by simply entering your address and clicking ‘Get Garage Sale Map.’ You’ll be presented with a map of your area with all the garage sales marked with little red markers.</p>
<p>Hover your mouse over a marker to see its location. Click on it to see the title of the garage sale. Click ‘website’ to see that garage sale’s web site. Finally, double click the garage sale to queue it up into a list of garage sales you’d like to visit. After queuing up a couple garage sales, click ‘Get Directions’ at the top of the page to generate a list of driving directions.</p>
<p>That’s pretty much it. While simple, it’s quite powerful and fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2007/10/11/garage-sale-tips-mapscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you manage Spam on PHPBB?</title>
		<link>http://weaponsgradecode.com/2007/10/02/how-do-you-manage-spam-on-phpbb/</link>
		<comments>http://weaponsgradecode.com/2007/10/02/how-do-you-manage-spam-on-phpbb/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 05:30:38 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Publishing]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2007/10/02/how-do-you-manage-spam-on-phpbb/</guid>
		<description><![CDATA[So I&#8217;ve set up my first set of forums on http://www.garage-sale-tips-maps.com using PHPBB2. Everything starts out OK with some pretty liberal settings. It doesn&#8217;t take long before the spammers and link scammers discover the site and start creating dozens of accounts with pr0n and mortgage related links in their user profile and posting garbage in [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve set up my first set of forums on <a href="http://www.garage-sale-tips-maps.com">http://www.garage-sale-tips-maps.com</a> using PHPBB2. Everything starts out OK with some pretty liberal settings. It doesn&#8217;t take long before the spammers and link scammers discover the site and start creating dozens of accounts with pr0n and mortgage related links in their user profile and posting garbage in the forums.</p>
<p><img src="http://weaponsgradecode.com/wp-content/uploads/2007/10/pl_annualgaragesale_8.thumbnail.jpg" alt="Random GS 1" /></p>
<p>The wife and I delete the spam as fast as we can and I install/use the great PHPBB2 toolkit to delete the garbage accounts.</p>
<p>We back the registration process back to email verification. No help there. The rate of new bad accounts increases.</p>
<p>I regrettably back the registration off to the admin (me) confirming new members. OK, now you can&#8217;t see the spammers and they&#8217;re not adding garbage to the site. But now I get 20 new accounts to delete a day. (Hah! three just came in now <img src='http://weaponsgradecode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) This is turning into real work&#8230;</p>
<p>Restricting accounts with email from mail.ru and a couple other domains helped a bit.</p>
<p>The next step is to continue loitering around the phpbb forums looking for help.</p>
<p>The really sad thing about this episode is that open source is clearly open to attack. This because the spammers have access to the source and craft exploits that circumvent the site&#8217;s spam controls and user interface to create spam accounts. Of course, the flip side is that I can create obstacles that block the bots, which I&#8217;ll likely have to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2007/10/02/how-do-you-manage-spam-on-phpbb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http://www.bizzymom.us has been updated.</title>
		<link>http://weaponsgradecode.com/2007/10/02/httpwwwbizzymomus-has-been-updated/</link>
		<comments>http://weaponsgradecode.com/2007/10/02/httpwwwbizzymomus-has-been-updated/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 05:06:21 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Publishing]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2007/10/02/httpwwwbizzymomus-has-been-updated/</guid>
		<description><![CDATA[I just re-built my wife&#8217;s site at http://www.bizzymom.us in of course, Wordpress. Hopefully she&#8217;ll update it a little more regularly now, especially after I remove the comment tails from all the images sometime this week.
]]></description>
			<content:encoded><![CDATA[<p>I just re-built my wife&#8217;s site at <a href="http://www.bizzymom.us">http://www.bizzymom.us</a> in of course, Wordpress. Hopefully she&#8217;ll update it a little more regularly now, especially after I remove the comment tails from all the images sometime this week.</p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2007/10/02/httpwwwbizzymomus-has-been-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>www.stylishguide.com Is Up and Running.</title>
		<link>http://weaponsgradecode.com/2007/09/16/wwwstylishguidecom-is-up-and-running/</link>
		<comments>http://weaponsgradecode.com/2007/09/16/wwwstylishguidecom-is-up-and-running/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 02:27:51 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Publishing]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2007/09/16/wwwstylishguidecom-is-up-and-running/</guid>
		<description><![CDATA[StylishGuide.com is my first custom Wordpress site. Its a fun site listing hidden treasures around the LA area, kind of like losangeles.sidewalk.com before Microsoft bought, destroyed, and sold it to CitySearch.
The fun part of the project was building the custom theme for Wordpress. The theme was somewhat generic and had to be dissected and re-assembled [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stylishguide.com">StylishGuide.com</a> is my first custom Wordpress site. Its a fun site listing hidden treasures around the LA area, kind of like losangeles.sidewalk.com before Microsoft bought, destroyed, and sold it to CitySearch.</p>
<p>The fun part of the project was building the custom theme for Wordpress. The theme was somewhat generic and had to be dissected and re-assembled to work with the application. Luckily, Wordpress&#8217;s templating engine made that easy.</p>
<p><a href="http://www.stylishguide.com" title="StylishGuide homepage"><img src="http://weaponsgradecode.com/wp-content/uploads/2007/09/stylishguide.png" alt="StylishGuide homepage" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2007/09/16/wwwstylishguidecom-is-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress is My New Favorite Internet Application.</title>
		<link>http://weaponsgradecode.com/2007/09/16/wordpress-is-my-new-favorite-application/</link>
		<comments>http://weaponsgradecode.com/2007/09/16/wordpress-is-my-new-favorite-application/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 02:14:07 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Publishing]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/2007/09/16/wordpress-is-my-new-favorite-application/</guid>
		<description><![CDATA[Holy Toledo this software&#8217;s great. Granted, the premise of the tool is pretty straight forward: Accept text and post it in order. No big deal, but the Wordpress folks have really done a good job of highly polishing the tool into something that&#8217;s a pleasure to work with. I&#8217;ve built a couple sites with it, [...]]]></description>
			<content:encoded><![CDATA[<p>Holy Toledo this software&#8217;s great. Granted, the premise of the tool is pretty straight forward: Accept text and post it in order. No big deal, but the Wordpress folks have really done a good job of highly polishing the tool into something that&#8217;s a pleasure to work with. I&#8217;ve built a couple sites with it, including this one, and will be building a couple more shortly.</p>
<p>Generally, it takes about ten minutes to install the software, configure a fun theme, configure the settings and plugins, and create a database at the ISP. Another twenty  configuring AdSense and you&#8217;ve got a compelling, money earning blog built. That&#8217;s time well spent.</p>
<p>BTW: To migrate from Expression Engine to Wordpress, follow the links below:</p>
<p><font size="2"><br />
<a href="http://expressionengine.com/wiki/Export_Entries/">http://expressionengine.com/wiki/Export_Entries/</a><br />
<a href="http://www.coderemedy.com/2007/05/10/migrating-from-expression-engine-to-wordpress-step-by-step/">http://www.coderemedy.com/2007/05/10/migrating-from-expression-engine-to-wordpress-step-by-step/</a><br />
</font></p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2007/09/16/wordpress-is-my-new-favorite-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Man this is hard work</title>
		<link>http://weaponsgradecode.com/2005/11/17/man-this-is-hard-work/</link>
		<comments>http://weaponsgradecode.com/2005/11/17/man-this-is-hard-work/#comments</comments>
		<pubDate>Thu, 17 Nov 2005 10:37:52 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Web Publishing]]></category>

		<guid isPermaLink="false">http://weaponsgradecode.com/?p=16</guid>
		<description><![CDATA[I’m now running four sites for fun and profit. It’s a ton of hard work and I don’t know how these guys with bigger sites do it all… Check out http://www.foozel.com as it has five new games that are pretty good.

&#8212;&#8211;
]]></description>
			<content:encoded><![CDATA[<p>I’m now running four sites for fun and profit. It’s a ton of hard work and I don’t know how these guys with bigger sites do it all… Check out <a href="http://www.foozel.com">http://www.foozel.com</a> as it has five new games that are pretty good.</p>
<p><span id="more-16"></span><br />
&#8212;&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://weaponsgradecode.com/2005/11/17/man-this-is-hard-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
