logo

install git-ftp on window

Here in this article we will learn how to install and configure git-ftp on our windows based local system with easy step by step method. Before starting I would like to tell you what is git-ftp? What is GIT-FTP? It uploads files to server in the same way GIT works, it creates a log file on your server and keeps […]

Read more
creating virtual hosts

When we install WAMP or XAMP for development purpose, it has one Virtual Host by default that is localhost. all projects or websites we create are sub-folders in that single Virtual Host.and can can only put our projects inside default folder www for WAMP and htdocs for XAMP.when we access our projects our urls are something like the following

[…]

Read more
Apache Get Set Environment Variables

like windows Environment Variables we have some variables at Apache/PHP level, there are some default Environment Variables while we can also set our custom variables according to need of our application. Scope wise these are Super Global Variables, although we can limit our custom vars to our application only we have discussed it step 4 below. Lets have a look […]

Read more
server to server copy files via php

Last week I wanted to switch my web hosting server, after getting my new hosting server the most difficult and time taking task was how to accurately and quickly copy files from old server to new server. Normally we upload and download our website files to/from server using some FTP client like filezilla or fireFTP etc, but when we want […]

Read more
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

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