In this post I want to explain you how to implement phone shake detection using jquery. Using this I had implemented an interesting concept that shake the mobile device and get the product discount. Very easy to use add this to your e-commerce project, sure this user experience feature will attract...
Monday, 29 December 2014
Monday, 22 December 2014
Sharing the Cookies in Web Farm OR across different servers
Consider you have an application which provides you an authentication cookie using ASP.NET Membership provider, and you are using this authentication cookie across multiple servers to access the secured contents. I have depicted this scenario using the diagram below. Now to read the client cookies...
Wednesday, 17 December 2014
Generate MachineKey in IIS 7.0+
Normally machineKey is already configured in your machine.config file which is applied to all your application if you are working in the same Web Farm. But most of the time this may not be the scenario, it may be possible that your applications are distributed across different Web Farms. To deal with...
Monday, 15 December 2014
UnSubscription Email Utility
In this post I am going to show a very simple yet very useful utility which everyone of us encounter when we get lots of unwanted mails which we had subscribed sometime in our web exploration but later we want to get rid of those subscribed mails. Moreover this is a very integral part of our business...
Planning Angular 1.4
We had a planning meeting last week to decide what will go into AngularJS 1.4. Here is a summary of what happened. You can watch the video of the meeting on YouTube below.Release ScheduleWe decided that the first release (1.4.0) will be in Spring 2015, coinciding with ng-conf on 5th March 2015. In the...
Thursday, 11 December 2014
Hello World !!! using Apache Cordova and Visual Studio 2013
on December 11, 2014
in Andriod, Apache, Apple, Cordova, Windows 8, Windows Phone 8
with
No comments

You heard it right, this is for all the .NET Developers (other platform also welcome) who have ever wished to build an app using Apache Cordova that targets multiple mobile platforms: Android, iOS, Windows, and Windows Phone. Disclaimer: All images are copyright to their respective owners. I am...
Monday, 8 December 2014
Create a RESTful services using Slim PHP Framework
Two years back we had published an article called create a RESTful Services using PHP, in that most the PHP methods got depreciated. I have been looking for a simple RESTful api framework in PHP, I found few lightweight frameworks called Slim and Epiphany. In this tutorial I had implement a sample user...
Wednesday, 3 December 2014
Google New reCaptcha using PHP - Are you a Robot?
Today Google has been introduced new reCaptcha API called Are you a robot? “No Captcha reCaptcha” a complete new design captcha system. This protects your website for spammers and robots, in this post I had implemented new reCaptch API system with HTML login form using PHP. I like the new design it...
Wednesday, 19 November 2014
Angular CLA Infrastructure Changes
As of today, we are unifying our Contributor License Agreement (CLA) checking tool with the newly rolled out infrastructure for all Google open source projects. Just as before, a single CLA signature will enable you to contribute to any open source project from Google, but the new CLA bot is much faster, more reliable and can handle corporate CLAs better. The new CLA signature repository requires...
Monday, 17 November 2014
Using ngAria
A new feature released in Angular 1.3.0 is the accessibility module, ngAria. As someone involved in delivering this community-driven effort, I thought it might be helpful to introduce ngAria, a module which can improve the user experience for many people with disabilities. In this post: What is ngAria?Why ngAria?Including the moduleNew and proposed features What is ngAria? The goal of ngAria is to...
Sunday, 2 November 2014
iOS Style Switch Button using CSS3 and Jquery.
I said earlier the mobile revolution has been started, now time to build mobile web application for your web projects. Many third party platforms like Apache Cordova and Phonegap are offering that you can convert web application into native mobile application. This tutorial will help you how to design...
Monday, 27 October 2014
ng-europe, Angular 1.3, and beyond
Last week we presented at ng-europe in Paris on the past, present, and future of Angular. In this blog post, we'll recap the main points and announcements.Angular 1.3We've just shipped AngularJS 1.3 -- the best Angular yet. With it, you get many features and improvements not found in AngularJS 1.2. Though there are many we focused on:Performance. With many operations like DOM manipulation and...
Tuesday, 14 October 2014
Wall Script 7 The Social Network Clone Script.
on October 14, 2014
in Clone, jQuery, OAuth, oembed, php, Social Network Script, Social Network Software
with
No comments

An insult made me to build the Wall Script a social network script built in PHP, Jquery, Oembed, OAuth and MySQL, now my life has been changed completely. Last one year I received lots of requests from Wall Script 6 users that asked to me about more social features like Groups/Page, Notifications, Photo Album and Admin Control. Today I am introducing the most improved Wall Script 7 with lots of social...
Monday, 13 October 2014
AngularJS 1.3.0 – superluminal-nudge
Today, after eight months of work, over two thousand commits, nineteen beta and six release candidates, we finally released AngularJS 1.3.0 superluminal-nudge! This release includes many notable new features: One-time bindings – by prefixing an expression with "::", it will only be interpolated once, and then no longer watched.ngAria – a new module that helps make custom components in Angular more...
Wednesday, 8 October 2014
Groups or Pages Database Design.
Last few days I have been working with an important release from 9lessons.info, I am introducing many exciting features hope everybody will love. This post is about how to implement Group of Fan Page system using MySQL and PHP. Here I have discussed how to design a database and implementation of SQL...
New Way to Download Free Apps - MoboMarket 3.0 Now Released
Today, android based smartphones are much more preferred over the Windows or iOS based phones. And one of the major aspects for this preference is the large number of amazing applications available in the Google Play Store which is the default marketplace for all the devices. However, today a very few...
Sunday, 14 September 2014
ASP.NET vNext
With ASP.NET vNext Microsoft has remodeled the entire pattern, with lots of added features and improvements in programming model. I have tried to compile the information from few useful source in this post which contains the complete list of ASP.NET vNext features. The best part of this is it’s a open source, in this post I have just collected few interesting features of ASP.NET vNext and the video...
Thursday, 11 September 2014
4.93 million Google accounts HACKED !!! – Username List
Couple of days back I heard that few millions Google users account id and passwords are leaked online, initially I though its just a rumor, but later after reading in leading news papers I got to know the seriousness of the issue Russian hackers have leaked the email IDs and passwords of as many...
Facebook Style Notification Popup using CSS and Jquery.
Are you looking for Facebook UI features, this post will explain you how to create a Facebook style notifications popup using Jquery, HTML and CSS, you will understand how CSS elements will helps to improve better web design. This is the most needed feature for social networking web projects to minimize...
Tuesday, 9 September 2014
Finline Touch – Version 4.0.0.1
Version 4.0.0.1 of Finline Touch is live in Windows Phone store, with major enhancements. You can now Sync your Saved Quotation across multiple mobile devices using Microsoft OneDrive, in addition to the following features from the previous version. Loan Calculator, for mortgage, car or personal...
Tuesday, 12 August 2014
Building Native iPhone Applications using HTML, CSS and JavaScript
on August 12, 2014
in Apache, Application, Cordova, HTML, iPhone, Javascript, mobile, native
with
No comments

Mobile revolution has been started, now right time to build mobile applications for your web projects. This tutorial will help you how to develop native iOS mobile applications using HTML, CSS and Jquery. Apache Cordova is a platform for building native applications and it is providing device APIs...
Friday, 8 August 2014
Manage Your Smartphone Easily with MoboRobo Now
Having a Smartphone is not a big deal nowadays. It has become so mainly due to availability of Smartphones that are suitable for different budgets. Although there are a number of exceptions, major issue of low-budget Smartphones is their lower screen size. Albeit the fact that you might not face issues while performing common tasks like listening to music and messaging on WhatsApp, the notable issues...
Wednesday, 30 July 2014
Ajax Upload and Resize an Image with PHP.
Today I am presenting the most important social networking feature called ajax upload and resize an image without refreshing the page using jquery and PHP. This tutorial a continuation of my previous post, I just included image re-sizing function for different dimensions. It is very useful for your...
Tuesday, 15 July 2014
Google Blogger 404 Page Redirection
If you are using Google blogger you must setup 404 page redirections, if not this will affect your organic search results. I am using blogger since 2009 for 9lessons.info and I am not paying any hosting charges till today, I suggest everyone should start a blog with blogger. This post will explain you...
Tuesday, 8 July 2014
Ajax PHP Login Page with Shake Animation Effect.
I received few tutorial requests from my readers that asked to me how to create Ajax PHP login script, in this post I want to discuss how to create a simple Ajax PHP login with welcome page using MySQL database. This will explain you creating user tables, posting form values and storing and destroying...
Monday, 30 June 2014
Timeline Design using CSS and Jquery
Timeline design is the current web trend that visualizes the data in an interesting way. Today I want to discuss about how to design a timeline in a simple way with JSON data feed , that using CSS pseudo elements such as :before and :after. Pseudo elements are used to apply special effects to selectors....
Tuesday, 17 June 2014
CSS3 Animation Effects with Keyframes
Using CSS3 keyframe property, you can create cool animation effects without using any JavaScript frameworks, CSS3 & HTML5 is helping to solve many web problems in a simple way. In this article I want to discuss how to implement CSS3 animations in a better way, use these and enrich your web projects....