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] [...]
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 [...]
I’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’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 [...]
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 [...]
While browsing the shelves at the local bookstore I made a mental note: There aren’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 [...]
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’s also the possibility that a poorly written piece of code will cause the webserver to go into an [...]
I did some hacking with Word Press today to replace its built-in search with Google Adsense Search. It was fairly easy, and I’ll explain how in this post.
First you’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 [...]