YouTube Video Uploader.
Coming soon........
Tuesday, February 24, 2015
Youtube upload error while upload video occurred in Google.GData.Client.dll
Problem:While working with Google.GData.YouTube Api to upload video from your computer system to own youtube account you can get the error as below:
"An unhandled exception of type 'Google.GData.Client.GDataRequestException' occurred in Google.GData.Client.dll"
"Additional information: Execution of request failed: https://uploads.gdata.youtube.co...
Thursday, February 19, 2015
Tuesday, February 17, 2015
Video Cutter

Problem:
How to cut any part from video?
Solution:
Download this my Video Cutter windows 64 bit application.
Video Cutter
To run this you need to download Microsoft dot-net framework 4.5
Download Video Cutter...
Monday, February 16, 2015
Better way to fill select box in php
Problem:
Better way to fill select box in php
Solution:
Use Heredoc as below example
Example:
Assuming that $rs_list is the query result.
<?php
$list_trans="";
foreach ($rs_list->result() as $row_list) {
$nm= $row_list->nm;
$id=$row_list->id;
...
Thursday, February 12, 2015
return array from php function
Problem:
How to return array as result from php function?
Solution:
Create a multiple or single key pair value array and return it from function and store in a variable.
Example:
<?php function my_arr_ret(){ $result = array( 'nm'...
Tuesday, February 03, 2015
Get urls from firefox browser and save in file

Problem:
If you want to see all the URLs lists from any person computer system,then how to achieve it?
Solution:
You need to download this software here,keep in mind that it will only look all urls list from Firefox browser and save it in text file.
http://so...