How To Make A Simple Stopwatch In Javascript

this is the look of the stopwatch

the script add it below head
this is the form code

thanks for reading

Javascript Popup Message Box

this is something very simple and it seems like this


just add this somewhere else in you html

How To Add Favicon To Your HTML Page


adding a favicon to your html page is easy with the newest web designer software(S) but now i will teach you the way to add a favicon to your html page

How To Make A Redirection In HTML

you may know that on some website has redirections like when you go to the website theres a image and a text"Click the logo if not redirected" i thought to make it a tutorial so lets get started,

this is the code:

How To Store Data Under APPDATA Using VB.NET

for some reason we need to store datas under %APPDATA% for people who dont know what is APPDATA, APPDATA is a system folder which is used to store cookies,program settings,templates,etc . You can use APPDATA to store your application datas safely  .

to access the folder you can use this one line code

How To Check If Both Textboxes Are Blank In VB.NET

i had a problem so i found a way to solve it i wanted to share it with you all so if you have two textboxes and if you want to check if both are blank use this code

How To Make A Image Slider With PHP/HTML And Jquary

this is something very cool by the way we gonna make it with some simple jquery ok now follow the steps

first open your php editor and make a new php file now add the css style and save it as SlideShow.php




How To Switch Off Your LCD Monitor With VB.NET

this is something very cool , this will switch off your monitor i tested this on LCD so just you can add a button and double click the form and erase everything and add this and try it out

How to Create a Custom Button Control in VB.NET

Reusable classes and controls are a very important part of any object-oriented programming language. More so is the ability to create your own controls or customize existing ones. In this tutorial, we'll learn how to create a custom button using the pre-existing Button class.

Firstly, as for any VB.NET project, launch Microsoft Visual Basic or Microsoft Visual Studio. From the start menu, select "New Project", then "Class Library" from the dialog. Name your project and confirm.

How to Create a Custom Button Control in VB.NET