The Software Programming Experience of a Tech Lead: JavaScript
» Coding Savvy FB Twitter Google
Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

Interactive & Animated Checkout Payment Design with Card

You website Checkout Payment Page is should be one of the most inviting pages of your website either your running a large E-Commerce Site or Mini-Store. Card is a tiny vanilla JavaScript project (with a JQuery version) that will make your credit card forms much more fun and interactive. After a quick installation, the library will take your form and transform it into an animated CSS-only credit card that gets filled as users input their data. With Card.js and animation that will make your Store Payment Page interactive and attractive to buyers is as easy and simple as it can get.
Interactive & Animated Checkout Payment Design with Card

How to Create Simple Countdown Timer Using JavaScript.

Countdown Timer can be very useful in our applications. There are lot of Countdown timer plugin on the web but in web development speed and size matters, using a third party plugin can be expansive in terms of size and libraries that need to be imported. But in this tutorial we are going to be using a simple JavaScript codes to countdown time as given to the timer function. It simple you can download the Source and try it.

Live Username Picker Using JavaScript and HTML5

Developer always want user registration to be easy and comprehensive, we can make it very interesting by letting the user know the pattern their username will take after completing the registration. They can see if the username look cool enough or they can change it to see what is going to come out of it. The main reason for creating this tutorial is for us to learn how to create a very interactive application with the combination of JavaScript and HTML5.We are going to create a username picker that will change their username right in front of their eyes. 
Live Username Picker Using JavaScript and HTML5

Using Regular Expression as validator in JavaScript and PHP

It is the Duty of every developer to validate and make sure that all the data that users supply are valid before it gets to the database, Today I will ensure we touch both sever side and client side validation using the regular expression. "In theoretical computer science and formal language theory, a regular expression (abbreviated regex or regexp and sometimes called a rational expression) is a sequence of characters that define a search pattern, mainly for use in pattern matching with strings, or string matching, i.e. "find and replace"-like operations. The concept arose in the 1950s, when the American mathematician Stephen Kleene formalized the description of a regular language, and came into common use with the Unix text processing utilities ed, an editor, and grep (global regular expression print), a filter." - Wikipedia.
Using Regular Expression as validator in JavaScript and PHP

Coverting Object to PHP from Database [Mysql] into JSON, Usable in client side JavaScript

Hello Hope you have been good,I will also like to use this opportunity to acknowledge that you can now request for tutorials through the Request Tutorial page .
Being a programmer that love to code in an object oriented patters, I can't help but make sure that my objects remain an object from the database to the server also to the client side.
Today we are going to work on transforming objects from Sever side (PHP,JAVA,C,.NET) to Client side (JavaScript), This will be fun because we are going to achieve this using The JavaScript Object Notation (JSON), JSON is well understood by many programming languages.
Coverting Object to PHP from Database [Mysql] into JSON usable in client side JavaScript

Capture Audio & Video with your website like skype using HTML5 and JavaScript

Hi Friends, It been a while since we did some cool Programming stuffs, Let crack this one together. Today we are going to learn how to access user webcam and use it to snap picture and videos just like Skype.This was initially done by +Eric Bidelman a Google Developer on HTMLRockswebsite owned by Google. but I save the best out of it for us, Please keep in Mind that the technology behind this audio/video capture is fully supported by Google Chrome ,Opera,Latest Firefox browser and some other browser but I will recommend that you make use of Google chrome to see how it really works.
Capture Audio & Video with your website like skype using HTML5 and JavaScript