<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>What the Tech Am I Doing?</title>
	<atom:link href="http://eeperry.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eeperry.wordpress.com</link>
	<description>My Geeky Journal</description>
	<lastBuildDate>Sat, 17 Sep 2011 15:44:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='eeperry.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/1706c6afd66c984e5f4da3f57145c55d?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>What the Tech Am I Doing?</title>
		<link>http://eeperry.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://eeperry.wordpress.com/osd.xml" title="What the Tech Am I Doing?" />
	<atom:link rel='hub' href='http://eeperry.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Calc: Highlight Even or Odd Rows Quickly</title>
		<link>http://eeperry.wordpress.com/2011/09/16/calc-highlight-even-or-odd-rows-quickly/</link>
		<comments>http://eeperry.wordpress.com/2011/09/16/calc-highlight-even-or-odd-rows-quickly/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 22:07:10 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[LibreOffice]]></category>
		<category><![CDATA[Calc]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=409</guid>
		<description><![CDATA[I often like to highlight even or odd rows in a spreadsheet in order to make it easier to read. This can become labor intensive when you have a lot of data. Today, I am going to show you how to do it quickly in LibreOffice&#8217;s Calc program. First, you need to highlight all the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=409&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2011/09/16/calc-highlight-even-or-odd-rows-quickly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2011/09/highlight_data.png" medium="image">
			<media:title type="html">Highlight Data</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2011/09/cell_style_name.png" medium="image">
			<media:title type="html">Cell_Style_name</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2011/09/cell_style_bkgrnd.png" medium="image">
			<media:title type="html">Cell_Style_bkgrnd</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2011/09/conditional_formatting.png" medium="image">
			<media:title type="html">Conditional_Formatting</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2011/09/highlight_result.png" medium="image">
			<media:title type="html">Highlight_result</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Thumbnails on the Fly</title>
		<link>http://eeperry.wordpress.com/2011/09/05/php-thumbnails-on-the-fly/</link>
		<comments>http://eeperry.wordpress.com/2011/09/05/php-thumbnails-on-the-fly/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 16:15:20 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[image editing]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=300</guid>
		<description><![CDATA[In the MegaGallery project, we used the EXIF library in PHP to extract the thumbnails from the image itself. However, what do we do if we do not have EXIF installed or available through our web server provider? One possibility is to use the GD library. The GD library will allow us to create a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=300&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2011/09/05/php-thumbnails-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2011/08/phpinfo_gd.png" medium="image">
			<media:title type="html">phpinfo_gd</media:title>
		</media:content>
	</item>
		<item>
		<title>Outlined Text in GIMP</title>
		<link>http://eeperry.wordpress.com/2011/08/22/outlined-text-in-gimp/</link>
		<comments>http://eeperry.wordpress.com/2011/08/22/outlined-text-in-gimp/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 17:49:27 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[image editing]]></category>
		<category><![CDATA[outlined text]]></category>
		<category><![CDATA[text images]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=373</guid>
		<description><![CDATA[For my second screencast, I will show you one technique for create an outline around you text in GIMP. Outlined Text in GIMP by E. E. Perry on Vimeo Filed under: Graphics Tagged: Gimp, image editing, outlined text, text images<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=373&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2011/08/22/outlined-text-in-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>Mathematics Guide</title>
		<link>http://eeperry.wordpress.com/2011/08/20/mathematics-guide/</link>
		<comments>http://eeperry.wordpress.com/2011/08/20/mathematics-guide/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 19:27:30 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[math]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=367</guid>
		<description><![CDATA[I have recently been refreshing my knowledge of mathematics. In the process, I created a guide for personal use mostly; however, I thought some others might find it useful. It covers mathematics topics from algebra to trigonometry.Things are not necessarily covered in depth and are meant to only supplement studies in mathematics. Personally, I use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=367&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2011/08/20/mathematics-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>Resizing Images</title>
		<link>http://eeperry.wordpress.com/2011/06/25/resizing-images/</link>
		<comments>http://eeperry.wordpress.com/2011/06/25/resizing-images/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 15:34:22 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[proportions]]></category>
		<category><![CDATA[ratios]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=340</guid>
		<description><![CDATA[Quite often, in programming and dealing with images, it becomes necessary to resize the image without distorting its aspect ratio. Since the width and height of an image is a ratio, we can use the fundamental rule of proportions to resize the image. This is a basic proportion: Where is the original image width, is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=340&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2011/06/25/resizing-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP XTemplate: Import Files</title>
		<link>http://eeperry.wordpress.com/2011/06/09/php-xtemplate-import-files/</link>
		<comments>http://eeperry.wordpress.com/2011/06/09/php-xtemplate-import-files/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 22:17:38 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[xtemplate]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=283</guid>
		<description><![CDATA[In the previous two tutorials on XTemplate, I discussed the basics of tag assignment and dealing with dynamic blocks, but the real power of using a templating system comes when you are able to use the same basic layout template on more than one page while displaying different content. XTemplate allows us to import template [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=283&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2011/06/09/php-xtemplate-import-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>Bump Maps in GiMP</title>
		<link>http://eeperry.wordpress.com/2011/06/08/bump-maps-in-gimp/</link>
		<comments>http://eeperry.wordpress.com/2011/06/08/bump-maps-in-gimp/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 01:06:06 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[bump map]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[textures]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=248</guid>
		<description><![CDATA[For my first video post on Elmer&#8217;s Sandbox, a video tutorial on creating bump maps in GiMP. Bump maps are a great way to give texture and dimension to your graphics and photos. This 9 minute video only scratches the surface of what bump maps can do. Perhaps I will revisit bump maps at another [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=248&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2011/06/08/bump-maps-in-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP XTemplate: Multiple Dynamic Blocks</title>
		<link>http://eeperry.wordpress.com/2010/05/13/php-xtemplate-multiple-dynamic-blocks/</link>
		<comments>http://eeperry.wordpress.com/2010/05/13/php-xtemplate-multiple-dynamic-blocks/#comments</comments>
		<pubDate>Thu, 13 May 2010 13:36:18 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[dynamic blocks]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[xtemplate]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=226</guid>
		<description><![CDATA[In PHP XTemplate: The Basics, I covered the basics for using the XTemplate engine. In this tutorial, I will cover using dynamic blocks to fill in information from a data source. For this tutorial, I will use an XML file for my data source. For more information on using PHP to read XML files, see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=226&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2010/05/13/php-xtemplate-multiple-dynamic-blocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP XTemplate: The Basics</title>
		<link>http://eeperry.wordpress.com/2009/08/08/php-xtemplate-the-basics/</link>
		<comments>http://eeperry.wordpress.com/2009/08/08/php-xtemplate-the-basics/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 16:11:00 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[xtemplate]]></category>
		<category><![CDATA[xtpl]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=211</guid>
		<description><![CDATA[I have used FastTemplates for my PHP templating engine for years now, but it seems it is no longer supported. I still like it. It works well with some projects, but I decided maybe it was time to move on to something new. In my search, I came across a post from Web Resources Depot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=211&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/08/08/php-xtemplate-the-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading XML with PHP, Extracting the Data</title>
		<link>http://eeperry.wordpress.com/2009/06/10/reading-xml-with-php-extracting-the-data/</link>
		<comments>http://eeperry.wordpress.com/2009/06/10/reading-xml-with-php-extracting-the-data/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 03:43:46 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=181</guid>
		<description><![CDATA[In the first part of this tutorial, we designed an XML file that contained categories and resources for reference links. In this part, we will use PHP to extract the information from the XML document and generate an HTML file from the information. Extracting the Data from XML File Making Sure The File Is There [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=181&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/06/10/reading-xml-with-php-extracting-the-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/06/xml_extract.png" medium="image">
			<media:title type="html">xml_extract</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading XML with PHP, The XML Document</title>
		<link>http://eeperry.wordpress.com/2009/06/09/174/</link>
		<comments>http://eeperry.wordpress.com/2009/06/09/174/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 20:29:31 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=174</guid>
		<description><![CDATA[I have found many situations where being able to read the information in a XML/RSS file has come in handy. For example, putting a block on a page with the latest entries from a blog. Since XML files are basically structured flat databases, I use them sometimes for short collections that do not require security.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=174&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/06/09/174/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick Disk Mount</title>
		<link>http://eeperry.wordpress.com/2009/06/08/quick-disk-mount/</link>
		<comments>http://eeperry.wordpress.com/2009/06/08/quick-disk-mount/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 13:09:41 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[disk mount]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=153</guid>
		<description><![CDATA[&#160; In this how-to, I will explain how I set up Ubuntu to quickly mount and unmount disk, USB devices, etc. For UBS devices and drives, I used Disk Mounter, which is built into the panel. Right-click the top panel and click Add to Panel&#8230; The panel widgets will show Scroll down and find Disk [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=153&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/06/08/quick-disk-mount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/06/panel-right-click.png" medium="image">
			<media:title type="html">panel-right-click</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/06/diskmounter.png" medium="image">
			<media:title type="html">diskmounter</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/06/diskmounter2.png" medium="image">
			<media:title type="html">diskmounter2</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/06/unmount.png" medium="image">
			<media:title type="html">unmount</media:title>
		</media:content>
	</item>
		<item>
		<title>Files Only: PHP Quick Tip</title>
		<link>http://eeperry.wordpress.com/2009/06/06/files-only-php-quick-tip/</link>
		<comments>http://eeperry.wordpress.com/2009/06/06/files-only-php-quick-tip/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 17:10:34 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[file type]]></category>
		<category><![CDATA[filetype]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[scandir]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=149</guid>
		<description><![CDATA[In the last entry on the MegaGallery project, I suggested checking for directories in the file list as a way to improve the project. In this Quick Tip, I am going to show you a possible solution. This solution will work in any situation where you need a list of files only. The Code We [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=149&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/06/06/files-only-php-quick-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>MegaGallery, Part 7: Finishing Touches (jQuery)</title>
		<link>http://eeperry.wordpress.com/2009/05/28/megagallery-part-7-finishing-touches-jquery/</link>
		<comments>http://eeperry.wordpress.com/2009/05/28/megagallery-part-7-finishing-touches-jquery/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:00:38 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[MegaGallery]]></category>
		<category><![CDATA[disable right-click]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[hover effects]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[photo gallery]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=138</guid>
		<description><![CDATA[In this post, we will finish up with the MegaGallery series. I wanted to add some hover effects to the thumbnails, and also protect the images from people who will right-click and save-as on the images. If you want to seel the images in the gallery, disabling the right-click is a good way to protect you images. NOTE: Someone could still right-click with javascript turned off; so, this is not a perfect solution.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=138&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/05/28/megagallery-part-7-finishing-touches-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/05/jq-tricks.png" medium="image">
			<media:title type="html">Fade effects on thumbnails</media:title>
		</media:content>
	</item>
		<item>
		<title>MegaGallery, Part 6: Pagination with PHP</title>
		<link>http://eeperry.wordpress.com/2009/05/27/megagallery-part-6-pagination-with-php/</link>
		<comments>http://eeperry.wordpress.com/2009/05/27/megagallery-part-6-pagination-with-php/#comments</comments>
		<pubDate>Thu, 28 May 2009 03:33:35 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[MegaGallery]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=114</guid>
		<description><![CDATA[Pagination, for our purpose here, is the system of numbering pages. With a very large gallery, you will want to break it down into page size elements to keep the viewer from having to scroll through a long, single page of images. We will do this with PHP in order for it to work even [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=114&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/05/27/megagallery-part-6-pagination-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/05/page1.png?w=300" medium="image">
			<media:title type="html">First Page</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/05/page2.png?w=300" medium="image">
			<media:title type="html">A middle page of the gallery</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/05/page3.png?w=300" medium="image">
			<media:title type="html">Last Page of gallery</media:title>
		</media:content>
	</item>
		<item>
		<title>MegaGallery, Part 5: Customization</title>
		<link>http://eeperry.wordpress.com/2009/05/15/megagallery-part-5-customization/</link>
		<comments>http://eeperry.wordpress.com/2009/05/15/megagallery-part-5-customization/#comments</comments>
		<pubDate>Sat, 16 May 2009 03:40:17 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[MegaGallery]]></category>
		<category><![CDATA[FastTemplate]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=110</guid>
		<description><![CDATA[In this post, we will take our first steps toward easy customization of our gallery. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=110&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/05/15/megagallery-part-5-customization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>MegaGallery, Part 4: Automation with PHP</title>
		<link>http://eeperry.wordpress.com/2009/05/14/megagallery-part-4-automation-with-php/</link>
		<comments>http://eeperry.wordpress.com/2009/05/14/megagallery-part-4-automation-with-php/#comments</comments>
		<pubDate>Thu, 14 May 2009 21:59:59 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[MegaGallery]]></category>
		<category><![CDATA[FastTemplate]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=81</guid>
		<description><![CDATA[The next step in our MegaGallery project is to use the power of PHP to automate much of the work for us. With a gallery of 5-10 images, setting up each of the links to the images would not take a lot of work, but with a gallery of 20, 50, or more, you would spend hours just setting up the links and thumbnails.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=81&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/05/14/megagallery-part-4-automation-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>
	</item>
		<item>
		<title>MegaGallery, Part 3: Dress It Up with CSS</title>
		<link>http://eeperry.wordpress.com/2009/05/03/megagallery-part-3-dress-it-up-with-css/</link>
		<comments>http://eeperry.wordpress.com/2009/05/03/megagallery-part-3-dress-it-up-with-css/#comments</comments>
		<pubDate>Sun, 03 May 2009 20:50:28 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[MegaGallery]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=52</guid>
		<description><![CDATA[In part 3 of the MegaGallery project, we will takes the first steps in dressing up our gallery. Up to this point, I have been more concerned with the programming side of the project, which is where I often start. We have reached a point now where some style and design is a good idea before going on.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=52&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/05/03/megagallery-part-3-dress-it-up-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/05/css-design.jpg?w=300" medium="image">
			<media:title type="html">The CSS Design</media:title>
		</media:content>
	</item>
		<item>
		<title>MegaGallery, Part 2: PHP Thumbnails and Comments</title>
		<link>http://eeperry.wordpress.com/2009/05/02/megagallery-part-2-php-thumbnails-and-comments/</link>
		<comments>http://eeperry.wordpress.com/2009/05/02/megagallery-part-2-php-thumbnails-and-comments/#comments</comments>
		<pubDate>Sat, 02 May 2009 14:48:31 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[MegaGallery]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[thumbnails]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=25</guid>
		<description><![CDATA[In this blog entry, we will use PHP to extract thumbnails and comments from images.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=25&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/05/02/megagallery-part-2-php-thumbnails-and-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/05/thumbs3.jpg" medium="image">
			<media:title type="html">Gimp &#34;Save As&#34;</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/05/thumbs1.jpg?w=300" medium="image">
			<media:title type="html">Unencoded Data</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/05/thumbs2.jpg?w=300" medium="image">
			<media:title type="html">Thumbnails extracted using PHP</media:title>
		</media:content>
	</item>
		<item>
		<title>MegaGallery, Part 1: Slimbox</title>
		<link>http://eeperry.wordpress.com/2009/04/28/megagallery-part-1-slimbox/</link>
		<comments>http://eeperry.wordpress.com/2009/04/28/megagallery-part-1-slimbox/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 11:11:02 +0000</pubDate>
		<dc:creator>E E Perry</dc:creator>
				<category><![CDATA[MegaGallery]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[photo gallery]]></category>
		<category><![CDATA[Slimbox]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://eeperry.wordpress.com/?p=12</guid>
		<description><![CDATA[I have never used Slimbox before; so, right out of the box, I wanted to make sure I could get it to work. Slimbox2 is a plugin for jQuery for displaying images in an overlay window. You have probably seen the overlay effect before (some sites use it an annoying answer to pop-up ad blockers). <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=eeperry.wordpress.com&amp;blog=7512259&amp;post=12&amp;subd=eeperry&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://eeperry.wordpress.com/2009/04/28/megagallery-part-1-slimbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/155df882081a595ef5bb56bf59b2cffa?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">E Perry</media:title>
		</media:content>

		<media:content url="http://eeperry.files.wordpress.com/2009/04/slimbox1.jpg" medium="image">
			<media:title type="html">slimbox1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
