Welcome. This is the portfolio & blog of Aslam Doctor.

Virtual Mirror Using jQuery and PHP

preview Virtual Mirror Using jQuery and PHP

Hello Friends. We have been working on a very interesting tool from long time and now it is available to all of you.

Welancers.com proudly announces they 3rd product Virtual Mirror at codecanyon.net
The purpose of this tool mainly for instantly trying out the Spectacles on your Face. You can even adopt this source code to build more tools for different purposes.

Below are the detailed features :

  • Easy to Integrate and to Customize
  • Can be able to Move and Resize Spectacle frame image
  • Try Spectacles by capturing your own Face through Webcam
  • Try Spectacles by Selecting Sample Male/Female pictures
  • Try Spectacles by Uploading your own Choice of picture
  • Added Jquery to make the code more easy to integrate
  • Very standard layout, so that we can use it on any website

Grab It

Read more »

10 Most Useful WordPress Plugins

wordpress plugins 10 Most Useful Wordpress Plugins

Hey Fellas.. Today we are going to take a look at some of the Most popular WordPress plugins which I personally use on almost all my WordPress projects and really felt that these are the Most useful and I should share with you all. So here they are.

1. Contact Form 7

Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.

2. Really Simple CAPTCHA

Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for Contact Form 7 plugin. It is a Must have for avoiding spamming from your website.

3. Google Analyticator

Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.

(more…)

Read more »

How to Create & Setup “Under Construction” page quickly

I believe every developers face this situation. Specially freelancers when they don’t get paid on time icon smile How to Create & Setup Under Construction page quickly

Let’s say you want to set up the website on maintenance mode for some time. And also you don’t want to show any other inner pages of website. There is a very easy quick solution for this.

What I will need ?

Just an html page that you want to display e.g. under_construction.html, maintenance_mode.html or any name you want. (more…)

Read more »

Force files to download without any programming knowledge

If you are a PHP developer, then you know very well what this article is about. Most of the time whenever we want to force a file to download, we create a Source Code (probably using PHP) to make this happen. As every browser’s default behavior for any type of file is different. E.g. If we click on a link that has .txt file, in some browsers it will directly load the Content of that .txt file on browser. Same way if you have Adobe Reader installed on your machine, browsers will open the .pdf files directly in the browser whenever we click on a .pdf link. If you don’t have adobe reader installed, then it open’s the download window for that file. So its different behavior based on the different environment.

So what’s the best and easiest solution to this? (more…)

Read more »

jQuery Direction Map Plugin

This plugin makes it easy to generate Multiple Directions Map using Google Map API V3.
Direction Map is very useful when you have a list of locations & you want to generate directions on Map.

directionmap jQuery Direction Map Plugin

Like most of the jQuery plugins, this plugin is very straight forward to setup.
It has some nice options & uses JSON formatted data for every Locations.

Also make note that you must have to pass properly spelled Addresses to make it work perfectly. (more…)

Read more »