Read the latest web development and design tips at Fred Wu's new blog! :-)
Poke me on GitHub

Archive for the ‘Software’ Category

iPhone firmware 3.0: A quick fix for messed up app icons

If you searched Google, you’d find that messed up app icons is a common problem of iPhone’s 3.0 firmware.

Until Apple releases a fix (possibly in firmware 3.1?), there is a quick and easy fix. Everything is done on your iPhone, you don’t need access to your iTunes library.

1) Remove an app that has incorrect icon (preferably one that has no data stored on your iPhone, so you don’t have to worry about losing data).

2) Download and install the app again from App Store.

3) As the application is being installed, hold the power button and turn off your iPhone!

4) Turn your iPhone back on. You would now notice that all application icons are back to normal. The application you were installing is installed as well.

Hope this tip benefits some people. :)

Related posts

Sequel Pro: Time to Ditch CocoaMySQL (Almost!)

For a very very long time, a lot of MySQL developers are stuck with the abandoned CocoaMySQL. Even though there are a number of other products exist, such as the GUI Tools from MySQL, Navicat and YourSQL, many developers include myself still find CocoaMySQL more user friendly (not in terms of the features but the overall ‘feel’ of the application).

Today I have stumbled across a new application: Sequel Pro. It is a fork of CocoaMySQL just like CocoaMySQL SBG, but unlike the latter, Sequel Pro is actively under development and the latest stable version ( v0.9.2 ) was released on October 21, 2008.

The first thing I noticed is the performance boost. In CocoaMySQL, browsing a table with thousands of records could be a pain thing to do, Sequel Pro has fixed this issue and the performance matches most of other tools.

Interface wise there is not much difference between the two, I suspect the GUI will be refined in the future because there are some minor issues such as missing icons.

One feature I hope they will implement soon, is the ability to reorder table fields, the last thing I want to do is to fire up YourSQL (or PhpMyAdmin) just for reordering some fields.

One annoying bug I’ve discovered shortly after using it, is that the connection window (CMD + N) has some major issues accepting correct passwords. If I create two new connections with the same username, the two usernames are forced to have the same passwords, weird behaviour.

Having said that, Sequel Pro is still a welcoming product that holds a future. The performance increase along warrants the ‘migration’ from CocoaMySQL.

Let’s wait and see how the project goes. :)

Related posts

Macbook Pro arrived, iPhone on its way :)

Last night I stayed up really late doing some usual reading and researching, I think it was 6:00AM that I finally went to bed. 11:00AM this morning, door being knocked, I quickly jumped out of the bed and rushed to the door, yup that’s right, it was TNT Express, my Macbook Pro was arrived. :)

I had been waiting for this moment for so long. Before I got this new Macbook Pro, I design graphics on my Windows XP desktop (Q6600 + 4GB RAM) and do all development work on my 12″ Powerbook (1.33GHz G4, 768MB RAM), trust me, it was a pain. Even the Windows desktop was playing nasty, Photoshop and Illustrator quit on me constantly despite the fact that I keep my computer clean and organised (and virus-free obviously).

It feels so relieved to be working exclusively on the OS X platform, I think my productivity will increase.

Okay, in the last few days I started looking for phones. I currently use a Sony Ericsson S500i as my primary phone and a Nokia N80 (kinda broken) as backup. They’re both 2G phones, so I was going to buy a 3G phone, either Nokia E65 which is free on a $29 cap plan on Three Australia or Nokia N82 outright on Ebay. I was so sure that one of these phones will become my primary phone for the next few months…

Until I hit ‘apple.com’.

(more…)

Related posts