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