logo

One Android Application for all districts of KPK Price Lists is very handy and useful application in whole KPK related applications, designed very well easy to use and performance wise it is second to none. you can review and download this app from Google Play Store using the following link https://play.google.com/store/apps/details?id=com.codingsips.kpl or you can scan the following qr code to […]

Read more
php echo without waiting finish execution

most of the time we get into some task which require longer than normal to complete execution due to long execution time it is hard to echo output instantly before the completion of execution, Normally when we write echo inside loop it echos it out after full page execution gets done. which does not look good when we are debugging […]

Read more
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
msdos all commands list

Here in this article I will list MSDOS all Commands with definitions, you can view all these commands in your CMD just by typing help and hit enter but here it is visually good looking and easy to locate and read. you can open Command Line Interface in windows by many different methods Open CMD method 1 Click Start menu […]

Read more
extract images from Word File

This is simple trick to Save all images from Word Files that are doc or docx files, most of the time we need to save images from word file when we right click on image there it shows option to save image but most of the time it do not show any option to save the image. It becomes more […]

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