Understanding RSS Feed in Plain English
RSS -Rich Site SyndicationA very simple and clear explanation in layman terms what is RSS.
View ArticleHow to find iPad Device Orientation?
In order to properly display/render you view, knowing the orientation of iPad is must. There are couple of ways to do so using the UIDevice API, Notification Center and Status Bar Orientation check....
View ArticleApp crashes on launching Mail Composer View in iPad
In you application you are calling the MFMailComposeViewController to launch the email composer window, but you are getting an error running the application on the iPad device, however it works...
View ArticleUsing NSUserDefaults to store Settings in iOS
NSUserDefaults is one of simplest ways to store your configuration/settings of your iPhone/iPad application. You don't have to create a plist or work with the file system, it encapsulates all of...
View ArticleHow to send email from iPhone/iPad?
Send email from you iPhone/iPad app is easy. Simply use the MailComposerViewController to launch the main composer interface. The values for the mail related fields like Subject, Body etc. can be pre...
View ArticleHow to parse Query String into KeyValue Pair?
The following snippet shows how to parse the Http QueryString and extract the parameters (key/value pairs) as a dictionary object.This is useful for working with iPhone/iPad applications that send or...
View ArticleHow to get Youtube Video Id from the URL using PHP?
Given a YouTube Video URL can you find the VID from the URL?.The following Phip snippet helps you to do the same. The key things to keep in mind that VID which is a unique string for any video is 11...
View ArticleHow to prevent RSI Injury?
Most of us work 8-10 hours a day, sitting in front of the computer all the day long.We focus our eyes on text/images/videos on screen, type as fast as we could without breaks or moving our hand to use...
View ArticleSome Interesting Facts about Internet
Did you knew these facts? You would be more than surprised.. Internet FactsHow many website are there? 183+ million.How many registered domains are there ? 105 million read more
View ArticleLinux A+ Certification Quiz
Why should you learn about Linux? It’s a fast-growing operating system, and it is inexpensive and flexible. Linux is also a major player in the small and mid-sized server field, and it’s an...
View Article