These are a few ways of how to present UIViewController modally with transition effects. UIViewController *controller = [[[MyViewController alloc] init] autorelease]; UIViewAnimationTransition trans = UIViewAnimationTransitionCurlUp; [UIView beginAnimations: nil context: nil]; [UIView setAnimationTransition:
Read More...Lazy Load with Plain JavaScript
I was looking for a solution to load a large number of images on one page. The problem, however, was the loading speed on a client side where 200-300 thumbnails would take
Read More...HTML Color Codes and Photoshop Color Picker
The best online source for web developers and designers to find HTML color codes is HTML RGB Color Codes developed by VUNET. This tool will not only list all web safe Hexadecimal
Read More...