Tag Archive - iphone

jQTouch Beta 2 Released

Without a doubt, I have to say that jQTouch is one of my favorite plugins for jQuery. The prospect of being able to develop web applications that work on WebKit based browsers (specifically mobile ones) is very appealing.

Personally, I do not own a Mac (yet) so creating applications for the iPhone was looking like it was going to be incredibly difficult if not impossible. It was at this point that I first found jQTouch. This changed everything. In very little time I was putting together entire applications that was working on my iPhone.

I have been tracking their progress very carefully thought their SVN releases and I have been constantly impressed with how rapidly they have been improving the product. Beta 1 was noticeably slow when you did a vertical scroll on a page. This has been addressed and it now functions like a very close to a native iPhone App.

One of the most impressive things I have seen is that it somehow is able to grab the location from the iPhone. I have not dived that deep into their code yet to see how they pulled it off, but it is incredibly impressive.

In a nutshell, if I had an “Editor’s Choice”, I would give it to them without thinking twice about it. They have a real shot to change the way you see development for the iPhone. In fact, I am using this plugin as the cornerstone for a personal project that I will be sure to tell you all about here soon.

I suggest you check this one out even if you are not planning on developing an iPhone App. You can find it at: http://www.jqtouch.com/

jQTouch – Building iPhone Web Applications without the Apple SDK

Let’s face it. The Apple iPhone is a huge success. It is the smart phone of choice for over ten million people worldwide. Despite the fact that the iPhone comes with the Safari Web Browser that renders the web flawlessly, there is still a very large need for dedicated web based applications for the iPhone.

With such a popular platform out there, knowing how to develop for the platform just makes sense. However, Apple does not make it easy for you to create iPhone Web Applications if you do not own a Mac (which despite how popular Apple is, most people out there do not own a Mac). So us Windows people are basically out of luck. That is until, jQTouch came on the scene. jQTouch makes it possible to create iPhone web applications without the need to use Apple’s API or development tools. jQTouch is a jQuery plug in that makes this all possible.
Continue Reading…

iPhone Style Checkboxes with jQuery

With the popularity of the iPhone, many plugins exist to replicate the functionality of the iPhone operating system.

Today I will talk about a plugin I stumbled upon. It replaces all checkboxes with a checkbox that is styled to match the iPhone.

I have put together a very basic demo of this plugin. You may view it here.

You can download this plugin from http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html