logo

Arabic English bilingual inputs jquery plugin

While developing multilangual web application where you need quick data entry, It hurts data entry operators to switch system input language for each input. Here in this blog we will learn how can we implement Arabic English bilingual inputs jquery plugin in or web application so that users do not need to switch the system input language for each input, […]

Read more
Alam input tags jQuery plugin

In this blog you will learn how to add Alam input tags jQuery plugin in your html, php or .net web pages, there are other similar plugins available but this one is simple and having almost all required features. This plugin can be used with static array of JSON objects or you can also configure it with a URL from […]

Read more
Emirates ID reader

Emirates ID Reader in Chrome by alampk.com To work with new Emirates ID card reading and scanning please read my new blog New Emirates ID card reading in chrome or desktop application 1.1- Download required dlls and console app and extract it. 1.2 You will need .net framework 3.5 64 bit installed to run above app 2.1- Go inside extracted […]

Read more
Jquery Datatables Plugin

Today I will write about jquery most used plugin called Jquery Datatables, Unlike many other JQuery plugins this has most flexible features, wast community, and good documentation. Some important and most commonly used basic features are Fast as it executes at client Nice table design Pagination Define records per page Column wise sorting Search/Filter Some other advanced features which are […]

Read more

To demonstrate Ajax based form submission without refreshing the page contact form will be best and easy example as it has few and general input fields, moreover we can make it more secure implementing captcha etc. Before starting download this github zip file containing all the coding for this project, you will need font file while doing yourself along with […]

Read more

Here in this article we will learn Step by step JQuery Ajax file upload with progress bar along with running demo. now a days as websites are made advanced most of the things are being performed by ajax, file upload can also be performed via ajax as background process, not only that we can get continuous status of upload and […]

Read more
preview image before uploading

Here in this article I will show you How to preview image before uploading with Jquery few line of code. It is best practice to preview image to user he has selected, it will avoid user mistakes of selecting different image and visually it looks good. Basically we will have to write our code on Change event of file input. […]

Read more
ajax

Ajax stands for Asynchronous JavaScript and XML, means using JavaScript or Jquery we can send request to server without page reload. we can perform ajax request using JavaScript as well as Jquery, As JQuery requires less code so I always prefer Jquery over JavaScript. in this tutorial I will do it with JQuery. lets take an example, we have 2 […]

Read more
print preview

Sometime we need to print website, but do not want its header footer sidebar and other things, in short we need to print a specific div or p or table or some other object. This plugin will allow you to print specific html object along will all css applied on it. its simple to use. include jquery library include print-preview.js […]

Read more