logo

basic seo every developer must know

This article is for junior and senior web designer and developers to know easy but effective rules of Basic SEO (Search Engine Optimization). every one wants to rank higher on Google and other search engines and get his page at top of first page. You can get to the first page and even at the top easily by following few […]

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

Most of the time while developing e-commerce applications we need to generate Bar Code for items we are selling, we need to create a script which can generate bar codes for all items or products, most commonly it holds item number which is primary key of that item in our database, but we can also store other information too. I […]

Read more
QR Code

In this article your will learn how to generate QR Code easily with PHP. In today’s era where most of the technology running over mobile devices, reading long URL, email or other strings to send to some one else is difficult, that’s why we use QR Codes, as it is machine readable it can not be read by humans normally. […]

Read more
mikrotik

I saw many companies almost 99% of companies ranges from 5 to 50 employees have issue of slow internet, even if they install multiple internet connection of higher speed and bandwidth but still they are not confirm that they will have good network for their upcoming remote meeting. Reasons of slow internet There may be many reasons I will list […]

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
create free cv

While looking for good job its obvious that you must have a good looking, attractive and professional CV or resume it will be better if you can put it online so that people can access updated information easily any time from any where. Most of employers want you to apply for their job with CV in PDF format while some […]

Read more

Speed up windows by preventing startup programs, Most of the time when we install some software or utility it puts an entry in registry to run that software on windows startup, This means regardless of our need and permission each time we turns on our computer, these software automatically runs. which results in poor performance bot at start up 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