Author Archives: techno
How to display a Yes/No dialog box in Android?
You can use alert box with Yes/No option for lots of reasons. I used this option to confirm if user wants to close my application. Thus, when user clicks back… Read more
How to Connect Your Mobile or iPad Camera Into Webcam
Mobiola is a Trail Software that convert or Turn your iPhone, BlackBerry, Windows Mobile or Symbian (Nokia only) smartphone into a high-quality wireless webcam. Mobiola WebCamera is a great way… Read more
Display recent Twitter tweets using PHP
Here is a code to display recent twitter tweets using PHP: $doc = new DOMDocument(); # load the RSS document, edit this line to include your username or user id… Read more
Program to find Anagrams
An anagram of a word or phrase is the result of rearranging its letters to form another meaningful word or phrase. For example, an anagram of “anagram finder” is “garden… Read more
Convert an HTML table to CSV using PHP
Here is a tutorial to convert a HTML table to CSV using php. To do this, we will need two php files: 1. table.php (where you create your table) 2…. Read more
Boost WiFi signal with a Soda Can
Nothing can be more easier and cheaper to boost your WiFi Signals, than just empty soda cans. You start by removing the tab, making some markings, cutting the can in… Read more
Capture Images from your Webcam with WebCamImageSave Automatically
WebCamImageSave is a freeware Windows utility that lets you to capture a still image from your camera every number of seconds that you choose, and saves it in your hard… Read more
Load local HTML from assets – Android Programming
If you wish to load local HTML in webview from html file under assets, then first make a html file (filename.html) and place it under assets folder. Lets say place… Read more
Send HTML Email with PHP
Sending HTML email is similar to sending text email via PHP, but you need to take care of the headers you send. So lets say you need to send a… Read more




