The Code Cheat Sheet

If you find it difficult to remember code like me, here’s a handy little cheat sheet! If you have anything you’d like to add… feel free to leave a comment!

Result Description Entity Name Entity Number
  non-breaking space    
< less than &lt; &#60;
> greater than &gt; &#62;
& ampersand &amp; &#38;
¢ cent &cent; &#162;
£ pound &pound; &#163;
¥ yen &yen; &#165;
euro &euro; &#8364;
§ section &sect; &#167;
© copyright &copy; &#169;
® registered trademark &reg; &#174;
trademark &trade; &#8482;

Changing Specific Font Color – <font color=”#FF6600″>Add Your Text Here</font>

Changing Specific Link Color – <a style=”color: #0000ff” href=”http://yourwebsitehere.com” >Anchor Text Here</a>

Standard Link – <a href=”http://URL.COM/”>YOUR LINK TEXT HERE</a>

Open in New Window – <a href=”http://urlt.com/” target=”_blank”>YOUR LINK TEXT HERE</a>

No Follow Link – <a rel=”nofollow” href=”http://URL.COM/”>YOUR LINK TEXT HERE</a>

Clickable Images – <a href=”http://URL.COM”><img src=”http://URL.COM/IMAGES/FILE-LOCATION.PNG” border=”0″ /></a>

Non Clickable Image – <img src= “http://URL.COM/IMAGES/FILE-LOCATION.PNG” border=”0″></a>

Tables – <table border=”0″><tr><td valign=”top”>[image]</td>[intro]<td></tr></table>

No Follow Page – <meta name=”robots” content=”nofollow” />

No Index – <meta name=”robots” content=”noindex” />

No Index for Google ONLY – <meta name=”googlebot” content=”noindex”>

No Archive – <meta name=”robots” content=”noarchive” />

No Description – Snippet – <meta name=”googlebot” content=”nosnippet” />

No Nothing - <meta name=’robots’ content=’noindex,nofollow’ /><meta name=”googlebot” content=”noindex”><meta name=”robots” content=”noarchive” /><meta name=”googlebot” content=”nosnippet” />

Use My Page Title – <meta name=”robots” content=”noodp” /><meta name=”slurp” content=”noydir”>

Setting a Cookie – <img src=http://linl.com width=1 height=1>

How to Make a Web Page iPhone Compatible – Just add this before the closing </head> tag: <meta name=”viewport” content=”user-scalable=no, width=device-width” />

Iframes: <iframe src=”http://yoursite.com/whateverpage.htm” width=”600″ height=”330″ frameborder=”0″><p>Your browser does not support iframes.</p></iframe>

More coming soon…

 

Additional Resources

HTML HelpCreates code that you can copy/paste into your web site.

CSS Links TutorialSeveral options for redefining the style of links using CSS.

Postable – Tired of switching all the “< ” and “>” signs in your code to “&lt;” and “&gt;”, not to mention… “&amp;” – then check out this cool little tool.

CSS Compressor – This tool will compress your CSS for increased loading speed and decreasing bandwidth.

Java Script Compressor – Compresses java script code online completely free.

Line Break Removal Tool – Removes line breaks from blocks of text.

Ajax Fancy Captcha – is a jQuery plugin that helps you protect your web pages from bots and spammers.

Form Creator – PHP and HTML form builder.

PDF Pop up Tool – Create pop-up windows when people open or close your PDF’s.

PHP Success Tools – For Internet Marketers (hit/click trackers and more)

UnPacker – This is a fully automated extracting tool for unzipping multiple files.

Image Optimizer – Yahoo Smush.it optimizes images and reduces file size without losing picture quality.

Pop up SliderMeerkat jQuery Plugin

How to create 301 Redirectshttp://www.webconfs.com/how-to-redirect-a-webpage.php

How to Remove Duplicate Content from Your Websitehttp://googlewebmastercentral.blogspot.com/2009/10/reunifying-duplicate-content-on-your.html

Popular Article Searcher – Try it!

Tagged As:

No comments yet... Be the first to leave a reply!

Leave a Reply

Your email address will not be published. Required fields are marked *