-->
Showing posts with label JQuery. Show all posts
Showing posts with label JQuery. Show all posts

01/04/2013

Demo of PhoneGap on an Android

In earlier post we have seen "Basics of PhoneGap". In this post we will see how to transform simple web application (Html 5, Css3, Javascript) into a native android App using PhoneGap.

First i have a simple web application to show the current location based on your devices Geological position. It was written in simple Html 5, Css 3, and Javascript.

Introduction to PhoneGap

What is PhoneGap?
With increasing demand of Application access on Portable devices like Mobiles and Tablets, the Application development has been divided into two streams.

Web Applications and Apps 

Well, there are pros and cons of both the approaches.

26/07/2012

Html GridView in MVC3

When ever we need to create a grid in MVC 3, we often end up with Telerik grids, due to awesome features and support. But you need to have a licensed version of controls.
What if you don't have license for it and you have to create a Gridview of your own, like below.
Its very simple, and all you need to create is a little Html, JQuery and supporting Action Methods.
Lets see how . . .

14/07/2012

Implementing & Consuming ASP.NET WEB API from JQuery (MVC 4)


In this post we will see how to create a our own WEB API service and will consume it in client using JQuery.
This is the UI i am planning to create, which in-turn talk to a ASP.NET WEB API Service for rendering data. We need to create a API Service and an Application consuming it.
Lets do it step by step.

02/06/2012

Google Page Preview & Google API in MVC Razor


Look at this . . .


Isn't this different from Google home page. Yes it is. This is my custom MVC Razor search page, which i have created with full features of Asynchronous data retrieval, displaying Page Preview . As i cannot write such a powerful search algorithm, i am still using Google API here.

30/05/2012

MVC Razor - In Progress Icon


"In Progress Icon" is the best way of intimating a client about server side action, so that he can wait until it is completed.
In this post we will see how to display one in a MVC Razor application.

27/05/2012

JQuery Switch - Horizontal Animation / Accordion






JQuery: Horizontal Accordion

  • Deck Details
  • Source Details

Nice ! haa... No Plugins used. Simple Sprite Image used with JQuery. Download the code from below link.
JQuerySwitch