If life were a book and you were the author how you want your story to go?
May 17, 2012 @ 16:26pm
Convert any video into webm in php

First you need to install ffmpeg on your computer or server. Here I am installing on desktop.

May 9, 2012 @ 10:01am
WordPress Video up load from Android phone

Click to view video.

May 5, 2012 @ 4:40am
Android App development in iBerry Device

To develop an android application on iBerry device we need to add the vendor Id To add the ventor id 1. first create this file /etc/udev/rules.d/51-android.rules 2. Then add this on the file SUBSYSTEM==”usb”, ATTR{idVendor}==”18d1″, MODE=”0666″, GROUP=”plugdev” The ATTR{idVendor} contains the vendor id for iBerry Tablet device. 3. Now Simple execute the file chmod a+r [...]

Mar 27, 2012 @ 12:18pm
iberry AUXUS AX02 review

India’s first Android 4.0 Ice-Cream Sandwich iberry AUXUS AX02 Tablet. Last night I have brought this tablet from a distributor based in Andheri Mumbai. Here is my Review on iberry AUXUS AX02 Tablet Best: Android 4.0 Ice-Cream Sandwich 1 GB RAM which make the response very smooth and clean Capacitive touch screen HD videos The [...]

Mar 24, 2012 @ 9:05am
A mighty (healthy) Heart – by Amit Singh

One of the most intriguing things someone can find about himself or herself is of being un-well, when they think “aal izz well” in their life. Seldom does it happens when we are sick but don’t feel so because either we don’t really feel so, feel the need of feeling so- externally or internally or [...]

Mar 8, 2012 @ 13:47pm
Replacing special characters with underscore in PHP

<?php /*To extract first five letters*/ $rest = substr(“abcdef”, 0, 5); // returns “f” echo $rest.”<br>”; /* converting into lower case*/ $str = “Mary Had A Little Lamb and She LOVED It So”; $str = strtolower($str); echo $str.”<br>”; /* Replacing the blank space into underscore*/ $pagelink = str_replace(” “,”-”,$str); echo $pagelink.”<br>”; /*Replacing special characters and [...]

Feb 26, 2012 @ 13:57pm
Mr Turtle

My Friend Turtle! Mr. Turtle

Feb 25, 2012 @ 7:50am
Basic CSS

How to add Image in the input field: <input type=”image” src=”images/image.png”> Blank Space in HTML &nbsp Removing the Dot from the UL LI list #navcontainer ul li { list-style-type: none; }

Feb 14, 2012 @ 11:15am
BeagleBone

Beagle Bone is development kit from BeagleBoard open hardware community. Beagle Bone is powered with $5 Sitara AM335x ARM Cortex-A8 microprocessor from Texas Instruments. Beagle Bone comes with a price tag of INR 6000 (Indian Rupees) which is very cheap in terms of other development board. In India one can buy the product from here [...]

Feb 8, 2012 @ 2:23am
Recovering MySQL file from .frm, .MYD and .MYI

First Copy all the mysql file to a safe location like your hard disk The file location /var/lib/mysql is according to the Ubuntu File location. In the file the .frm, .MYD and .MYI files are located #cp -r /var/lib/mysql/* /media/harddisk/backups After reinstalling MySQL or Recovering MySQL on your system copy the backups files back into [...]

Video