Here we are going to see about creating a simple table view with array of string as table contents. As I have already explained about creating a new project and redirecting the application to home screen in previous post, I am jumping directly to table view. In Blackberry and Android app development,...
Tuesday, 26 February 2013
Windows Developers Maximize your revenue on the Windows Store with Lotaris
Microsoft has decided that Windows developers are not required to use the Microsoft’s commerce engine to support the purchasing options from within their applications. From that aspect, Lotaris has launched a new product for Windows developers call Lotaris in-appCommerce which unlike the default Microsoft...
Sunday, 24 February 2013
JSON Input String using JavaScript.
If you are working with Restful API’s and you must need to send a JSON input response via web project, especially for Node projects. This post helps you to create a JSON input string using JavaScript. It's very useful, converting Data objects to JSON data format implemented with $.toJSON Jquery plugin....
Wednesday, 20 February 2013
AngularJS 1.0.5 flatulent-propulsion and 1.1.3 radioactive-gargle released!
What's new in this round? For starters, from now on you will find both the stable and unstable releases on the Google CDN. We're highly confident about the stability of angular's 1.1.x branch from here, and want to make it easy for developers to start using the new features, many of which are already in use by our own Google-developed apps.Worth noting, in both 1.0.5 and 1.1.3: $compile now sanitizes...
Sunday, 3 February 2013
iPhone Application Development
I received lots tutorial requests from my readers that asked to me, how to start iPhone and iOS application development. We are planning to write a iPhone and iOS application development tutorial series for this you need a Mac iOS and Xcode IDE. Just follow these steps and you can create a simple “Hello...
Saturday, 2 February 2013
Image Upload and Preview Control in ASP.NET Ajax
Image upload and previewing is a very basic requirement usually when we come across user registration page or add and edit an institution, etc. In this post I am providing here the sample which does the same using ASP.NET Ajax. I had given here just a simple example just to upload and preview the image,...