Related Articles
17 Free Bootstrap One Page Themes and Templates
Below are the list of free bootstrap single page or one page templates and all the templates are responsive and made of bootstrap 3 and are open source, you can use them for your personal and business purpose. Check out below for Free one page bootstrap templates. Enlarge the image for perfect demo. Free Bootstrap […]
Do You Know Difference Between F5 and CTRL+F5
While debugging code or writing code many developers come across refreshing a page, but do you know what exactly the difference between F5 and CTRL+F5? When a user press F5 a new request is sent to the web server and in it sends backs a response for the request as well. But when the response header […]
Simple Alert Box on Windows Using VBScript
Copy below code in a notepad and save it as alert.vbs (as all files) X=Msgbox(“Your system is Hacked! Please Contact IT Support Immediately.”,0+3,”Alert!”) Now run alert.vbs to show alert box on your windows machine. Change 0+3 to 0+16 to show different alert box.