http://www.craftysyntax.com/ http://starhostdesign.com/index.php?module=downloads
Category Archives: Programming
H1 Tag – No Line Break
h1 { display: inline; }
Using an image as a submit button
The simplest way is to use an image as a submit button employing the <INPUT> HTML form tag. <INPUT TYPE=”IMAGE” SRC=”butup.gif” ALT=”Submit button”>
Open / Close Pop Up window
The HEAD of the Page put the follow script <script type=”text/javascript”> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } </script> Open window Script <a href=”#” onmousedown=”MM_openBrWindow(‘page_path.php’,’gallery’,’scrollbars=yes,resizable=yes,width=600,height=500′)” >Open Window</a> Close window Script (inside page_path.php ) <a href=”#” onclick=”javascript:self.close(); “>Close Window</a> Close window popup and reload parent Page (inside page_path.php ) <a href=”#” onclick=”window.opener.window.location.reload(true);window.self.close()”>Close Window</a>
Introduction to Functions
At first glance, functions can be mind-boggling. At the same time, however, they are extremely useful. They help programmers around the world to make their code simpler, faster, and more readable and understandable. That is why it’s important for you to come to grips with the multitude of abilities that functions give you. With that …
Create tag cloud V3
Should give you something that looks like this (but as links if you so choose): Thing 1 Thing 2 Thing 3 Thing 4 Thing 5 Thing 6 Thing 7 Thing 8