How to change the name of an iPhone app.
In this post i will let you know how you can change the name of an application. Consider below conditions to change the name of an iPhone app : You have…
Customize UINavigationBar Appearance
In Last tutorial we have created a project in which we have created an application using UINavigationController. In this tutorial , we will go one step ahead and learn about…
Play a video using MP Movie Player Controller.
In this Post i have tried to explain how we can play a video using MPMoviePlayerController in iOS app. Basic Information of MP Movie Player Controller. A player (object or type…
Understanding HTML
Understanding HTML WWWc also known as the World Wide Web Consortium is responsible for defining the web standards. HTML is also and output of this standardization in the web world.…
Difference between REST and SOAP | REST vs. SOAP
REST vs. SOAP REST SOAP Stands For : REST Stands for “Representational State Transfer”. SOAP Stands for “Simple Object Access Protocol”. Type REST is an architecture style and…
Microsoft intermediate language in .NET | Understanding MSIL
It's always good to be clear with the basics before you take the dive into .NET field. MSIL also many times referred to as CIL(Common Intermediate Language) or just IL(Intermediate…
MySQL Connection | PHP – MySQL Database Connection
In earlier post we have seen about the combination of PHP and MySQL and in today’s post we will see some facts about MySQL and then will see how to…
Data Types in PHP | PHP Data Types
Data Type in any programming language used to specify type of data which may be Boolean, Integer, Float, Double, String Character, etc. In PHP there are mainly four types of…
Things that you did not know about Master pages in ASP.NET
Fer unknown facts about Master pages in One cannot cache a Master Page with the OutputCache directive. One cannot apply a theme to a Master Page. The content page…
Functions in PHP | PHP Functions
What is function in PHP? : A function is a way of wrapping up a portion of code and giving that code portion name, so that you can use that…