Tuesday, November 29, 2011

Xilisoft Video Converter Ultimate


Xilisoft Video Converter Ultimate is the easiest, fastest, most reliable, and loaded with more features. It can convert videos of all popular formats including AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, RM, MOV, XviD, 3GP, and audio formats such as MP3, WMA, WAV, RA, M4A, AAC, AC3, OGG. Now with Xilisoft Video Converter Ultimate, you can convert video, audio, and animated images to play them on your PSP, PS3, iPod, iPhone, iPhone 4S, Apple TV, Xbox, Google phones, iPad, iPad2 and other digital multimedia devices. You can also simply customize your own video by editing videos, clip/merge/split, watermarks/subtitles/soundtracks. Free download Xilisoft Video Converter Ultimate to get your video conversion job easily done.

What's new in this version: Version 6.8.0.1101 may include unspecified updates, enhancements, or bug fixes.






To download this software, Click Here.

Saturday, August 27, 2011

Source Code Generator

If you don't know how to get a Source Code of a webpage, then this tool is best for you.




Only you have to enter the webpage address and click "Get Source Code" and you will get the source code.
For Example: I enter "http://www.facebook.com/" and click "Get Source Code" and voila... You get the source code...


NOTE: You have to enter full address such as "http://www.your site.com/" otherwise this tool will crash..

To download this tool, Click Here.

Network Status Checker

This simple tool tells your Network Status...

If you are connected to the internet, it will show you "Connected".



And if you are not connected to the internet, it will show you "Disconnected".



To download this tool, Click Here.

Friday, August 19, 2011

External IP Retrieval


This is a very simple tool that retrieves and displays your external IP address.



To get your External IP, just click on "Retrieve IP" button...





To download this tool, Click Here.

Saturday, May 28, 2011

Windows 7 was registered with the wrong name? How to change that?

Click Start, type CMD
Right click CMD, click 'Run as Administrator'
At the command prompt, type regedit
Hit Enter

Expand HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows NT
Click CurrentVersion
Double click "RegisteredOwner"
Enter your name

NOTE:- Before you do this, make sure you backup you registry, click File > Export.



             **!!!ENJOY!!!**

Wednesday, May 4, 2011

Facebook Chat Smileys and Formatting

Happy :)


Really happy :D


Wink ;)


Happy eyes ^_^


Laughing eyes >:o


Cat smile :3


Grumpy >:(


Sad :(


Crying :'(


Shocked :O


Glasses 8)


Cool shades 8|


Tongue :P


Woot?! O.o


Dork -_-


Duhhh :/


Devil 3:)


Angel O:)


Kiss :*


Love < 3 (without the space otherwise it will look like this ?)


Pacman :v


Robot :|]


Dude :putnam:


Shark (^^^)


Penguin <(")


Forty Two :42:




FORMATTING
=========




Bold *Bold*


Underlined _Underlined_


Bold & Underlined *_Awesome_*








    **!!!ENJOY!!!**

Find Out Your Computer's Sex

Follow the following steps and find out whether your computer is male or female?


STEPS TO FOLLOW:


1) Open Notepad


2) Copy the following script in notepad.


CreateObject("SAPI.SpVoice").Speak"I love YOU"


3) Goto File> Save as


4) Name it as Love.vbs and from File type select ALL FILES option and save it


5) Now run it and u will come Across the result.




     **!!!ENJOY!!!**

Wednesday, April 27, 2011

Create Free E-Mail Icon

To generate any free E-Mail icon, just visit this link:
E-Mail Icon Generator


       **!!!ENJOY!!!**

Create Buttons And Banners

To create your buttons of Facebook or Twitter or others, for you blog or website, just visit this site:
To create Flash Banners , Clocks, Widgets, Menus, Text or Buttons, just visit this site:

Lock a Computer

Create a Shortcut for Locking Your Computer Screen in Windows XP or Vista.


Create a shortcut. Shortcut information to enter is:
rundll32.exe user32.dll, LockWorkStation


The icon can be changed to a system icon if you point to the file in c:\windows\system32\shell32.dll when browsing for a new icon to change it to.


OR


Just Press Windows Key + L to lock your computer.


    **!!!ENJOY!!!**

Disable Right click in Blogger

To Disable Right-Click in your blog, Copy the Following code and paste it to your blog by adding a new page element.

Step 1 : Go to Dashboard > Layout > Add Gadget > HTML / JavaScript
Step 2 : Copy the following code and paste it there .




<script language="JavaScript">
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>



Step 3 : Save the html/javascript and view you blog. 
When you will try to do right click, a message will tell you that “Function disabled” , and if you want to change this words” Function Disabled” Then simply find it in code and replace it.



    **!!!ENJOY!!!**

Use your keyboard as a mouse by using MouseKeys

You can also use your keyboard as a mouse. This can be very helpful when your mouse isn't working properly, or if you want to have some fun.

1. To activate mouse keys all you do is press Alt+Left shift key (the one below the caps lock key) and the Num Lock key.
To deactivate just press the above combination again.
All you do is use your numeric keypad to move the mouse pointer.
Here are some tips that might improve the Mouse Keys experience:
- You might want to set your options to something like the following (to change the options just double click on the mouse icon in the systray and click on settings)
1) Select ‘Hold down Ctrl to speed up Shift to slow down’ (this might be helpful if you want to go to a point quickly with your cursor)
2) Change the option to ‘off‘ where it says ‘Use Mouse Keys when NumLock is:‘ (this way you can use your numeric keypad to key in numbers)
And here are the functions that you can do with the Numeric Keypad:
5 = a left click on your normal mouse
Press 0 and navigate the pointer= Selecting the text in a normal keyboard
Pressing * or - and then pressing 5 = right click on your normal mouse (to use 5 to perform the left click action press the / key).
To scroll up and down you can either use arrow keys or the Page Up and Page Down keys. You can also use the spacebar to get to the bottom of the page.

               **!!!ENJOY!!!**

Make a Keygen In Visual Basic

This Video shows you, how to create a keygen in Visual Basic 2008.

The Codes Needed in the keygen are:
-----------------------
Close Button :

End
-----------------------
Form1 Code :

Textbox1.Enabled = False *OpTiOnAl*
-----------------------
Generate Button Code :

Textbox1.Enabled = True
Dim Key As Integer
Key = (rnd() *5 )
Select Case Key 
Case 1
Textbox1.text = "Serial Key Here!"
Case 2
Textbox1.text = "Serial Key Here!"
Case 3
Textbox1.text = "Serial Key Here!"
Case 4
Textbox1.text = "Serial Key Here!"
Case 5
Textbox1.text = "Serial Key Here!"
-------------------------------------------


          **!!!ENJOY!!!**

Thursday, April 14, 2011

Add a Floating Scroll To Top Button

You can add a floating Scroll To Top Button on your blog or website by using this simple Script:


<a style="display:scroll;position:fixed;bottom:5px;right:5px;" href="javascript:scroll(0,0)" title="Scroll To Top"><img src="THE URL OF YOUR IMAGE" /></a>


     **!!!ENJOY!!!**

Add a Floating Scroll To Bottom Button

You can add a floating Scroll To Bottom Button on your blog or website by using this simple Script:

<a style="display:scroll;position:fixed;top:5px;right:5px;" href="javascript:scroll(800000,800000)" title="Scroll To Bottom"><img src="THE URL OF YOUR IMAGE" /></a>


     **!!!ENJOY!!!**

Wednesday, April 13, 2011