Advanced iPhone Development - iTunesU

Recent search on iTunes listed the Madison Area Technical College classes on iPhone development by Dr. Brad Larson

Session on OpenGL ES 2.0 recommended by Gurus. Go and download the complete sessions from here

Read more...



Import Delicious bookmarks to Evernote including tags

It is unfortunate to know that Yahoo is going to shutdown/transfer the awesome Delicious bookmarking service.

Evernote does not support direct import of bookmarks from delicious as it does with Google notebook.  I wrote this script to move my delicious bookmarks to evernote for my use.

Read more...


Idea Vault: When is that?

I guess like me there will be many people often confuse appointments/client calls due to timezone differences.

I am not talking about people who send/receive schedules from Outlook (or similar apps).

Read more...



Custom UISplitViewController now available on GitHub

I created this custom UISplitViewController as one of my iPad project required Split view for only one screen. The default UISplitViewController provided by Apple can only be added to UIWindow which means you can’t use it with normal UINavigation based project with only one splitview screen.

Read more...



Snow Leopard (Retail) on Lenovo 3000 N100

lenovo

Disclaimer: There is no alternative to real Mac, if you like Mac go and buy it. If buying a real Mac is too much, you can at least buy a license for Mac OS X Snow Leopard which costs $29 only. This post is to test the Snow Leopard compatibility with Lenovo 3000 N100.

Read more...






WinDirStat | My Software Toolbox

No matter how large your hard drive is, the data will grow to fill the disk!

Recently I was running out of space on both of my internal 120Gig and external 320Gig HDD. I don’t have any clue on what to delete I have tried CCleaner to delete the history to save some space.

Read more...


Batch renaming of files (Mac OSX / *nix)

How to batch/bulk rename files with automatic sequence number? Try the following shell script from your terminal (OSX/*nix)

  1. Create a new directory
  2. Run the following command (you can replace newdir with the your directory name and some_prefix with your prefix the same applicable for extension as well. My eg., rename only the png files of the directory (there were no other extensions available).

i=0; for x in *.png; do cp \"$x\" "newdir/some_prefix_$i.png"; i=$(($i+1)); done

Read more...



iPhone – Accessibility

What if iPhone provides an accessibility option for users with bigger finger?

photo

I found that pinch to zoom and screenshot capturing can be considered as good photo cropping tool. This was done in the following sequence screenshot + zoom + screenshot. You can see the same with the UIPageControl aligned little left instead of center.

Read more...



How to Register iTunes Account for Free (In Any Country Without A Credit Card)

create-us-itunes-account-without-providing-credit-card-information-450x307

Follow the steps below:

  1. Launch iTunes
  2. Log out of your account (if any)
  3. Scroll down the iTunes page and hit the flag on the right
  4. Select your country of interest
  5. Try to buy a random free app (Note: You will see payment option None only when you register after/while downloading a free app)
  6. iTunes will ask you for your credentials, hit open a new account
  7. Accept the terms
  8. Enter a valid email, pick a password and so on. Hit next
  9. Select “none” as the payment method. Then fill in the form with some random address in the country you picked (Google maps is your friend) or avail the service from http://www.fakenamegenerator.com/
  10. Finalize & click the validation link in your email

Thanks: AppAdvice

Read more...


IPL 3 on YouTube

If you have Airtel broadband + unlimited bandwidth then you are lucky to enjoy IPL without commercials. YouTube IPL channel can be viewed with 2Mbps speed without any extra cost.

Read more...