Hax

Web

 

"Making IT happen on the
Information Superhighway"

 

2600 | Antionline | Astalavista | Blacklisted 411 | Crypto-Gram | Defcon | Geeks Are Sexy | IT Conversations | Shoutwire | Slashdot | Tech Tales | The Daily WTF |

Forums | Linux | News |Telephone | Windows |

 
Activating the Right Layout Mode Using the Doctype Declaration
Checklist of Checkpoints for Web Content Accessibility
W3C Validator

Web Coding Tips
A List Apart
Web Standards Project

Quirksmode

Browsers
  • Firefox
  • Internet Explorer
  • Konqueror
  • Lynx
  • Mosaic
  • Netscape
  • Mozilla
  • Safari

Webmaster Linux Scripts

CMS
  •  

Coding for Speed (and a tester for this)
  •  

Cookie Maker
  •  

Cookie Management
  •  

Crawling & Spidering
  • FlashGet
  • Get Left

CSS
  •  

Design
  •  

Dynamic Menus
  •  

Errors
  •  

Favicon
  •  

Fonts
  •  

Forums
  •  

Graphics Library
  •  

HTML Cleanup
  •  

HTML Tags
  • Bold Text
    <b>
  • Bullet Points (square ones) are called a list
    <ul style="color: #000080; margin-left: 20; margin-top: 4; margin-bottom: 4" type="square">
    <li><font size="1"><a href="url">Your Text
    Up</a></font></li>
    </ul>
  • Comment Tag
    <!-- This is a comment -->
  • Font and Font Color
    <font face="Arial" size="2" color="#FF0000">
  • FrontPage tag to delete en masse
    <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
  • href Anchor Tags
    <a href="url">Text to be displayed</a>
  • Redirect Code to website other than the one you are on at the moment
    <meta http-equiv="refresh" content="0; url=http://www.whereyouwanttogo.com">
  • Redirect Code To other directory on same site:
    <meta
    http-equiv="refresh" content="0; url=/intel/military/">

HTML to Text
  •  

Link Checkers
  •  

Lorem Ipsum Generator
  •  
  •  

MD5
  •  

PHP
  •  

PHP Tags
  •  

Pop-Up Maker
  •  

Replace Scripts
  • Replace Color=Red by Color=Blue
    REPLACE color="#FF0000"> BY color="#0000FF"
  •  

Robots.txt Maker
  •  

RSS to Javascript
  •  

Search and Replace
  •  

Search Engine
  •  

Statistics

Statistics - Google Analytics
  • It should be immediately before the </body> tag of your page, and should look exactly as it was provided to you:
  • <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct="UA-412063-1";
    urchinTracker();
    </script>

Terms of Use
  • Verbage from HP about what you are allowed to do on their site
  •  

Text Editors
  • Crimson Editor
  • Eclipse
  • jEdit

TSEP
  •  

Version Control
  •  

Web Domains - Free
  •  

Web Hosting - Free
  •  

Web Server

Web Server Error Codes
  • 404 - Not Found
  • 500 - Server Error
  • 503 - Out of Resources

wget
  •