<?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>David Nash &#187; convert</title>
	<atom:link href="http://davidnash.com.au/tag/convert/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidnash.com.au</link>
	<description>Wordpress Guru Sydney</description>
	<lastBuildDate>Tue, 28 Feb 2012 06:12:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Strip &lt;span&gt; tags from HTML in vim</title>
		<link>http://davidnash.com.au/2009/04/strip-span-tags-from-html-in-vim/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=strip-span-tags-from-html-in-vim</link>
		<comments>http://davidnash.com.au/2009/04/strip-span-tags-from-html-in-vim/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 05:04:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[vim]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[gvim]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=159</guid>
		<description><![CDATA[When upgrading a website you might see source code like this: &#60;span style="font-family: Arial; color: #0000ff; font-size: small;"&#62;Some text goes here&#60;/span&#62; You&#8217;re using CSS now and all those &#60;span&#62; tags are ruining it. In gvim, do this search and substitute: %s/&#60;span.\{-}&#62;//g Then to get rid of the &#60;/span&#62; tags, do this: :%s/&#60;\/span&#62;//g]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/04/strip-span-tags-from-html-in-vim/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Batch reduce resolution of images in Ubuntu Linux</title>
		<link>http://davidnash.com.au/2009/02/batch-reduce-resolution-of-images-in-ubuntu-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=batch-reduce-resolution-of-images-in-ubuntu-linux</link>
		<comments>http://davidnash.com.au/2009/02/batch-reduce-resolution-of-images-in-ubuntu-linux/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 03:56:27 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[reduce]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://davidnash.com.au/?p=137</guid>
		<description><![CDATA[Open a terminal window or shell (who needs a GUI!?) sudo apt-get install imagemagick cd image_folder mkdir resized for f in *jpg do convert -resize 30% $f resized/$f done Easier than Photoshop, I reckon! I needed this today for some photos I was uploading. Photos from recent cameras are huge and Australian bandwidth doesn&#8217;t cut [...]]]></description>
		<wfw:commentRss>http://davidnash.com.au/2009/02/batch-reduce-resolution-of-images-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

