Visual Basic Data Types

There are 11 data types in Visual Basic 6. These are Boolean, Byte, Currency, Date, Double, Integer, Long, Object, Single, String, and Variant. Each of these data types have their own purpose. I am describing here all data type: Boolean The Boolean data type has only two states, True and…continue reading →

WordPress 2.3.3 released

Wordpress 2.3.3 version has been released today to fix security issues in XML-RPC implementation as well as vulnerability in the WP-Forum plugin. According to WP post, an special xml-rpc request can be made that allow one user to update post of another user. Here is full list of fixes in…continue reading →
Add voice to your post and website with vozMe

Add voice to your post and website with vozMe

vozMe introduced new cool text to voice service. This service available in English,EspaƱol, and Italiano language. vozMe service also availble as Google Gadget and Wordpress plugin. You can add voice on your website page and blog post. A working version can be find at last of this blog post. Simply…continue reading →
How to add php code to word press blog widget

How to add php code to word press blog widget

Word Press default widget does not allow you to use php code. You can do this by simply editing template files but this is not overall solution. By doing this you are loosing beauty of widget drag and drop functionality. The Samsarin PHP Widget available as plug-in that allow user…continue reading →
Submit your website to our directory free

Submit your website to our directory free

Thanks for the Juan to inform me of Captcha submission error in web directory module. Due to the error people was not able to submit website to our directory. You are all welcome to submit your website to our web directory absolutely free. No reciprocal required. Website will be reviewed…continue reading →

How to run FFMPEG command in Asp.Net

To run ffmpeg commands in asp.net you need to use Media Handler class. Here is an example how to use media handler class to run ffmpeg commands. //Create media handler object of Media_handler class Media_handler mymediahandler=new Media_handler(); // Get web site application path string webapppath =Server.MapPath(Request.ApplicationPath); //Get ffmpeg.exe full path…continue reading →

Setting up website in WHM server

WHM? is a Web Host Manager tool that allows server administrators to quickly and easily add new web hosting accounts on a WHM enabled Web server.? Here is steps to create new hosting account without hassle. Log into WHM account with your username and password. Click the Create a New…continue reading →

Convert video files to FLV using FFMPEG command

FFMPEG is a most popular command line tool to convert media files such as audio, video and images from one format to another. We are going to learn ffmpeg command usage to convert other media format to current most popular streaming FLV format. FFMPEG is cross platform tool and does…continue reading →
WebThumb snapping the web

WebThumb snapping the web

A new web 2.0 website thumbnail web service has been launched. You can take any web page snapshot in a very short span of time. Webthumb is very fast then other service over the net. The service offering numerous features: Create thumb in 4 different Sizes 80x60,160x120,320x240,640x480. Keep aspect ratio…continue reading →
Schedule Tasks in Windows XP

Schedule Tasks in Windows XP

Schedule Tasks is a utility in window like Cron Job in Linux to run any script, program at specified time. Scheduled Tasks starts every time you start Windows Operating system and runs silently in the background, and it starts each task that you schedule at the time that you specify…continue reading →