This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

scripts


Page 4 of 1112345678910NextLast »

Get browser version and details using javascript

Hello here is a simple javascript code on how to get the browser version and other details.Just copy paste guys. <h3> Your Browser details are as follows:</h3> <script language="javascript" type="text/javascript"> var StrDummy = navigator.appVersion; strVersion = StrDummy.substring(0,4); document.write("<center><table border=1 cellpadding=2><tr><td>");... (Continue reading)

Tagged with:     

Quick method to prevent cross site scripting in php

Let’s define a simple function to prevent the querysting from being tampered with external code. Lets take an example, If you have a webpage like http://www.mistonline.in/search/index.php?name=java , there is every possiblity that a hacker can try to inject some javascript in... (Continue reading)

Tagged with:     

Avoid direct access to a file in php enhanced version

Some months before i have written a code to avoid the direct access of files using php, but now i have modified the previous script since it has some set backs, Let us take one file named MYFILE.PHP as an example,... (Continue reading)

Tagged with:     

Image preloader using CSS

This is a simple tutorial which helps you to put a preloader similar to flash preloaders on your website interesting huh , just check out this simple tutorial of how to implement the same.Just needed to add some 5 lines... (Continue reading)

Tagged with:     

Change webpage background color using javascript

Hello guys, i am back again with yet another simple but interesting tutorial of changing webpage background color using javascript, just copy and paste it to your webpage and customize it according to your webpage design. <script language=”javascript”> function chngebg... (Continue reading)

Tagged with:     

Page 4 of 1112345678910NextLast »