A Bachelor's (Web Developer) house story
A Bachelor's (Web Developer) house story

I am a developer in a Web Development company.I usually start to wake up at 8 to 9 am, Yes correct I start to wake up, not wake uo.As I have not a proper time to sleep. As well I start to wake-up, I …

Read more »
30 Dec 2014

How to make Bootable usb pendrive using cmd ??

Creating a usb pendrive using command prompt is not hard, it is one of the most common ways to create a bootable usb.       This method does not work if your operating sistem is windows xp or windows…

Read more »
26 Jul 2014

Keyboard Shortcuts
Keyboard Shortcuts

Save time by using keyboard shortcuts. KEYBOARD SHORTCUTS FOR WINDOWS AND MAC Keyboard shortcuts are often used in modern operating systems and computer software programs. Using keyboard shortcuts co…

Read more »
26 Jul 2014

Magento's database configuration file
Magento's database configuration file

Find the local.xml in local \\\magento\app\etc\local.xml . /**  * Magento  *  * NOTICE OF LICENSE  *  * This source file is subject to the Academic Free License (AFL 3.0)  * that is bundled with this…

Read more »
24 Jul 2014

A Trip to MHOW - Military Headquarters Of War

MHOW(महू) is the short term for "Military Headquarters Of War".We have went there for a Trip on weekend.We have visited there Patalpani.I with 4 of my friends went there with Bike from Indore. It is …

Read more »
21 Jul 2014

Steps to be Taken on Inserting Product from API into Our Website Database.

THIS TOPIC, WE ARE GOING TO DESCRIBE VIA IMAGES. STEP 1: STEP 2: …

Read more »
17 Jul 2014

Gallery Hover Effect via only CSS

.all { margin: 0px auto; } .container { float:left; margin: 10px; } .container .imgb { display: none; position: absolute; } .container:hover .imgb { display: block; z-index: 999; } .clearbyrahul { cl…

Read more »
30 Mar 2014

Check Traffic Sources
Check Traffic Sources

Click to large Currently Working on the stuff: if(isset($_GET['token'])) { $token = sanitize($_GET['token']); $sqlcheck = "select `traficsource_source` from `traficsource` where `traficsource_source…

Read more »
26 Feb 2014
 
Top