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).
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).
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.
You get the idea? You are not looking for the UI code are you?
Saurik will be doing the UI for us ;)
If you use GotoMeeting to record video of the shared screen, make sure that you DO NOT use G2M3 codec. It does a great job in compressing the size of the video but it is not compatible with OSX or any OS other than Windows.
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.
I was planning to write a post similar to this for very long time. My intension is to help beginners to know the jargons and best practices. Please add your comments and I will update.
Warning: My observations are biased as I’m not an Apple Fanboy, at least right now (was one in the past, I both respect and hate Apple & Microsoft)
Notes.app of miPhone was not allowing me to save any new notes. This was after restoring the manual backup of notes.db. I have taken the backup of my Address book, notes and images data with iPhone Explorer.
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.
How to batch/bulk rename files with automatic sequence number? Try the following shell script from your terminal (OSX/*nix)
i=0; for x in *.png; do cp \"$x\" "newdir/some_prefix_$i.png"; i=$(($i+1)); done
What if iPhone provides an accessibility option for users with bigger finger?
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.