<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Webpit.com</title>
	<link>http://www.webpit.com</link>
	<description>An iPhone, Android, Mobile and Web Development Blog</description>
	<lastBuildDate>Wed, 26 May 2010 19:03:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Static image at top of iPhone App</title>
		<description><![CDATA[Just went through hell trying to add a static image (banner of sorts) to an iPhone application above the UINavigationBar.  The project is using Three20 and this made it even more difficult.
My solution was to actually create a second window, and add that window reference to TTNavigator:
CGRect rect = [[UIScreen mainScreen] applicationFrame];
self.window = [[UIWindow alloc] [...]]]></description>
		<link>http://www.webpit.com/2010/05/26/static-image-at-top-of-iphone-app/</link>
			</item>
	<item>
		<title>iPhone Game: Patchwords</title>
		<description><![CDATA[I am almost finished with my first iPhone game, called Patchwords.  You can see the online version here.
The game is a word puzzle where you have a set of tiles with two letters each.  You have to arrange the tiles on the game board in such a way that words are formed both horizontally and [...]]]></description>
		<link>http://www.webpit.com/2010/03/07/iphone-game-patchwords/</link>
			</item>
	<item>
		<title>Wordpress Plugin and Themes for Adsense</title>
		<description><![CDATA[I&#8217;ve written a very cool Wordpress Plugin and repackaged a pre-existing pack of 30 themes that will make your life a lot easier if you&#8217;re trying to use Adsense on your blog.  The themes are very clean two column with middle content designs.  What makes my package special is the layout manager which [...]]]></description>
		<link>http://www.webpit.com/2008/03/01/wordpress-plugin-and-themes-for-adsense/</link>
			</item>
	<item>
		<title>Use a code generator to create PHP applications &#8211; DBInspector</title>
		<description><![CDATA[Editors Note: I wrote this article originally for The Code Project.  Since it is such a useful program, I am posting it here as well.  Although the examples shown pertain to a VisualBasic.net application, it is also a good solution for PHP programmers.  The software uses code templates to generate otherwise redundant [...]]]></description>
		<link>http://www.webpit.com/2007/12/05/use-a-code-generator-to-create-php-applications-dbinspector/</link>
			</item>
	<item>
		<title>So you want to learn PHP&#8230;</title>
		<description><![CDATA[While browsing the shelves at the local bookstore I made a mental note:  There aren&#8217;t many PHP books.  I picked up a few and took a look inside.  They were ok, but, right off the bat, I felt like they were teaching the readers bad habits.  I think that the most [...]]]></description>
		<link>http://www.webpit.com/2007/12/03/so-you-want-to-learn-php/</link>
			</item>
	<item>
		<title>Get the most out of your Mysql or Postgresql database server</title>
		<description><![CDATA[If you run your own dedicated server, you have probably been faced with, or at least you have considered, the problem of one website getting so much traffic it brings down all the other sites.  There&#8217;s also the possibility that a poorly written piece of code will cause the webserver to go into an [...]]]></description>
		<link>http://www.webpit.com/2007/12/02/shared-database-servers-and-high-availability/</link>
			</item>
	<item>
		<title>Hacking Wordpress &#8211; Integrate Google Adsense for Search</title>
		<description><![CDATA[I did some hacking with Word Press today to replace its built-in search with Google Adsense Search.  It was fairly easy, and I&#8217;ll explain how in this post.
First you&#8217;ll need to setup your Adsense account and get your search code.  During the setup process you will be asked an important set of questions [...]]]></description>
		<link>http://www.webpit.com/2007/12/01/hacking-wordpress-integrate-google-adsense-for-search/</link>
			</item>
</channel>
</rss>
