<?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>workblog &#187; Miscellaneous</title>
	<atom:link href="http://iandunn.name/workblog/category/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://iandunn.name/workblog</link>
	<description></description>
	<lastBuildDate>Wed, 25 Aug 2010 22:23:41 +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>Automated FTP Uploads/Downloads</title>
		<link>http://iandunn.name/workblog/automated-ftp-uploadsdownloads/</link>
		<comments>http://iandunn.name/workblog/automated-ftp-uploadsdownloads/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 19:57:06 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://iandunn.name/workblog/?p=298</guid>
		<description><![CDATA[ISINC has a writeup on how to pass a batch file of commands to Window&#8217;s command line FTP client. You can then create a Scheduled Task to automate them.
]]></description>
			<content:encoded><![CDATA[<p>ISINC has a writeup on how to <a href="http://www.isinc.com/2008/11/19/using-windows-xp-task-scheduler-to-automate-an-ftp-upload/">pass a batch file of commands to Window&#8217;s command line FTP client</a>. You can then create a Scheduled Task to automate them.</p>
]]></content:encoded>
			<wfw:commentRss>http://iandunn.name/workblog/automated-ftp-uploadsdownloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting htaccess</title>
		<link>http://iandunn.name/workblog/troubleshooting-htaccess/</link>
		<comments>http://iandunn.name/workblog/troubleshooting-htaccess/#comments</comments>
		<pubDate>Thu, 06 May 2010 20:18:50 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://iandunn.name/workblog/?p=274</guid>
		<description><![CDATA[If you&#8217;re troubleshooting an htaccess file and aren&#8217;t seeing any changes, no matter what you put in the file, make sure that you have permissions to execute the directives you&#8217;re using. Check Apache&#8217;s conf file to see if AllowOverride None is set for your site or directory. If it is, add the directives that you [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re <a href="http://httpd.apache.org/docs/1.3/howto/htaccess.html#troubleshoot">troubleshooting an htaccess file</a> and aren&#8217;t seeing any changes, no matter what you put in the file, make sure that you have permissions to execute the directives you&#8217;re using. Check Apache&#8217;s conf file to see if AllowOverride None is set for your site or directory. If it is, add the <a href="http://httpd.apache.org/docs/1.3/mod/core.html#allowoverride">directives</a> that you want to use, or just set AllowOverride All. You&#8217;ll need to restart the Apache service after changing the conf file. If it still isn&#8217;t working, try checking Apache&#8217;s error log.</p>
]]></content:encoded>
			<wfw:commentRss>http://iandunn.name/workblog/troubleshooting-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Coding Mistakes Obvious</title>
		<link>http://iandunn.name/workblog/making-coding-mistakes-obvious/</link>
		<comments>http://iandunn.name/workblog/making-coding-mistakes-obvious/#comments</comments>
		<pubDate>Mon, 03 May 2010 16:56:23 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://iandunn.name/workblog/?p=269</guid>
		<description><![CDATA[Joel Spolsky wrote an interesting article on ways to make coding mistakes obvious, like using semantic prefixes on variable names. If you have unfiltered data from the user, you can make the variable something like $usFoo so that you always remember that the data is unsafe, and won&#8217;t output it unfiltered (therefore preventing malicious code injection).
]]></description>
			<content:encoded><![CDATA[<p>Joel Spolsky wrote an interesting article on ways to <a href="http://www.joelonsoftware.com/articles/Wrong.html">make coding mistakes obvious</a>, like using semantic prefixes on variable names. If you have unfiltered data from the user, you can make the variable something like <em>$usFoo</em> so that you always remember that the data is unsafe, and won&#8217;t output it unfiltered (therefore preventing malicious code injection).</p>
]]></content:encoded>
			<wfw:commentRss>http://iandunn.name/workblog/making-coding-mistakes-obvious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL Parameters for Google Maps</title>
		<link>http://iandunn.name/workblog/url-parameters-for-google-maps/</link>
		<comments>http://iandunn.name/workblog/url-parameters-for-google-maps/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 20:40:25 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://iandunn.name/workblog/?p=240</guid>
		<description><![CDATA[Mapki has a detailed list of URL parameters for Google Maps. Setting daddr is useful when you want to create a link for a user to get directions. You can also control the zoom level, type of map (normal, satellite, terrain, etc), overlay information and lots of other things.
]]></description>
			<content:encoded><![CDATA[<p>Mapki has a detailed list of <a href="http://mapki.com/wiki/Google_Map_Parameters">URL parameters for Google Maps</a>. Setting <strong><span style="font-weight: normal;"><em>daddr</em></span> </strong>is useful when you want to create a link for a user to get directions. You can also control the zoom level, type of map (normal, satellite, terrain, etc), overlay information and lots of other things.</p>
]]></content:encoded>
			<wfw:commentRss>http://iandunn.name/workblog/url-parameters-for-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Icon Sets</title>
		<link>http://iandunn.name/workblog/free-icon-sets/</link>
		<comments>http://iandunn.name/workblog/free-icon-sets/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 21:40:08 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://iandunn.name/workblog/?p=191</guid>
		<description><![CDATA[These are some of the better free icon sets I&#8217;ve seen:

Axialis
Photoshop Style File Icons
Silk
Fugue
Chalkwork HTML

]]></description>
			<content:encoded><![CDATA[<p>These are some of the better free icon sets I&#8217;ve seen:</p>
<ul>
<li><a href="http://www.axialis.com/free/icons/">Axialis</a></li>
<li><a href="http://pablodelvalle.deviantart.com/art/Ps-Style-icon-pack-94662928">Photoshop Style File Icons</a></li>
<li><a href="http://www.famfamfam.com/lab/icons/silk/">Silk</a></li>
<li><a href="http://www.pinvoke.com/">Fugue</a></li>
<li><a href="http://mezzoblue.com/icons/chalkwork/html">Chalkwork HTML</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://iandunn.name/workblog/free-icon-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
