<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LGR Internet Solutions &#187; HTML</title>
	<atom:link href="http://www.lgr.ca/blog/category/web-programming/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lgr.ca</link>
	<description>Bringing the Internet into Focus!</description>
	<lastBuildDate>Sun, 22 Jan 2012 22:36:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Basic HTML &#8211; ASCII HTML Codes</title>
		<link>http://www.lgr.ca/blog/2009/02/basic-html-ascii-html-codes.html</link>
		<comments>http://www.lgr.ca/blog/2009/02/basic-html-ascii-html-codes.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 20:00:40 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.lgr.ca/?p=1203</guid>
		<description><![CDATA[I am always amazed at how often I come back to a table of ASCII HTML codes that I have on my computer. ASCII HTML codes allow you to enter characters into a web page that are not found on you keyboard. The codes can also be very useful for entering characters for other languages, [...]]]></description>
			<content:encoded><![CDATA[<p>I am always amazed at how often I come back to a table of <a href="http://en.wikipedia.org/wiki/ASCII" rel="nofollow">ASCII</a> HTML codes that I have on my computer. ASCII HTML codes allow you to enter characters into a web page that are not found on you keyboard. The codes can also be very useful for entering characters for other languages, special characters and you can use them just for fun. You can even use many of the these ASCII HTML codes on Twitter so you can send that special some one a &hearts; on Valentines Day or their Birthday.</p>
<p>Hope this reference helps you. I usually only use the HTML codes so that is what I have in the table.</p>
<div>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML Number</b></td>
<td align="left"><b>HTML Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">&nbsp;</p>
<p>!</p>
<p>&#8220;</p>
<p>#</p>
<p>$</p>
<p>%</p>
<p>&amp;</p>
<p>&#8216;</p>
<p>(</p>
<p>)</p>
<p>*</p>
<p>+</p>
<p>,</p>
<p>-</p>
<p>.</p>
<p>/</p>
<p>&spades;<br />
&clubs;<br />
&hearts;<br />
&diams;
      </td>
<td align="left">&amp;#32;</p>
<p>&amp;#33;</p>
<p>&amp;#34;</p>
<p>&amp;#35;</p>
<p>&amp;#36;</p>
<p>&amp;#37;</p>
<p>&amp;#38;</p>
<p>&amp;#39;</p>
<p>&amp;#40;</p>
<p>&amp;#41;</p>
<p>&amp;#42;</p>
<p>&amp;#43;</p>
<p>&amp;#44;</p>
<p>&amp;#45;</p>
<p>&amp;#46;</p>
<p>&amp;#47;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;
      </td>
<td align="left">&nbsp;</p>
<p>&nbsp;</p>
<p>&amp;quot;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&amp;amp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;<br />
&amp;spades;<br />
&amp;clubs;<br />
&amp;hearts;<br />
&amp;diams;
      </td>
<td align="left">space</p>
<p>exclamation point</p>
<p>double quotes</p>
<p>number sign</p>
<p>dollar sign</p>
<p>percent sign</p>
<p>ampersand</p>
<p>single quote</p>
<p>opening parenthesis</p>
<p>closing parenthesis</p>
<p>asterisk</p>
<p>plus sign</p>
<p>comma</p>
<p>minus sign &#8211; hyphen</p>
<p>period</p>
<p>slash</p>
<p>black spade suit<br />
black club suit<br />
black heart suit<br />
black diamond suit
      </td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML Number</b></td>
<td align="left"><b>HTML Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">0</p>
<p>1</p>
<p>2</p>
<p>3</p>
<p>4</p>
<p>5</p>
<p>6</p>
<p>7</p>
<p>8</p>
<p>9</p>
<p>:</p>
<p>;</p>
<p>&lt;</p>
<p>=</p>
<p>&gt;</p>
<p>?</p>
</td>
<td align="left">&amp;#48;</p>
<p>&amp;#49;</p>
<p>&amp;#50;</p>
<p>&amp;#51;</p>
<p>&amp;#52;</p>
<p>&amp;#53;</p>
<p>&amp;#54;</p>
<p>&amp;#55;</p>
<p>&amp;#56;</p>
<p>&amp;#57;</p>
<p>&amp;#58;</p>
<p>&amp;#59;</p>
<p>&amp;#60;</p>
<p>&amp;#61;</p>
<p>&amp;#62;</p>
<p>&amp;#63;</p>
</td>
<td align="left">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&amp;lt;</p>
<p>&nbsp;</p>
<p>&amp;gt;</p>
<p>&nbsp;</p>
</td>
<td align="left">zero</p>
<p>one</p>
<p>two</p>
<p>three</p>
<p>four</p>
<p>five</p>
<p>six</p>
<p>seven</p>
<p>eight</p>
<p>nine</p>
<p>colon</p>
<p>semicolon</p>
<p>less than sign</p>
<p>equal sign</p>
<p>greater than sign</p>
<p>question mark</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML Number</b></td>
<td align="left"><b>HTML Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">@</p>
<p>A</p>
<p>B</p>
<p>C</p>
<p>D</p>
<p>E</p>
<p>F</p>
<p>G</p>
<p>H</p>
<p>I</p>
<p>J</p>
<p>K</p>
<p>L</p>
<p>M</p>
<p>N</p>
<p>O</p>
</td>
<td align="left">&amp;#64;</p>
<p>&amp;#65;</p>
<p>&amp;#66;</p>
<p>&amp;#67;</p>
<p>&amp;#68;</p>
<p>&amp;#69;</p>
<p>&amp;#70;</p>
<p>&amp;#71;</p>
<p>&amp;#72;</p>
<p>&amp;#73;</p>
<p>&amp;#74;</p>
<p>&amp;#75;</p>
<p>&amp;#76;</p>
<p>&amp;#77;</p>
<p>&amp;#78;</p>
<p>&amp;#79;</p>
</td>
<td align="left">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</td>
<td align="left">at symbol</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML </b><b>Number</b></td>
<td align="left"><b>HTML </b><b>Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">P</p>
<p>Q</p>
<p>R</p>
<p>S</p>
<p>T</p>
<p>U</p>
<p>V</p>
<p>W</p>
<p>X</p>
<p>Y</p>
<p>Z</p>
<p>[</p>
<p>\</p>
<p>]</p>
<p>^</p>
<p>_</p>
</td>
<td align="left">&amp;#80;</p>
<p>&amp;#81;</p>
<p>&amp;#82;</p>
<p>&amp;#83;</p>
<p>&amp;#84;</p>
<p>&amp;#85;</p>
<p>&amp;#86;</p>
<p>&amp;#87;</p>
<p>&amp;#88;</p>
<p>&amp;#89;</p>
<p>&amp;#90;</p>
<p>&amp;#91;</p>
<p>&amp;#92;</p>
<p>&amp;#93;</p>
<p>&amp;#94;</p>
<p>&amp;#95;</p>
</td>
<td align="left">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</td>
<td align="left">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>opening bracket</p>
<p>backslash</p>
<p>closing bracket</p>
<p>caret &#8211; circumflex</p>
<p>underscore</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML </b><b>Number</b></td>
<td align="left"><b>HTML </b><b>Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">`</p>
<p>a</p>
<p>b</p>
<p>c</p>
<p>d</p>
<p>e</p>
<p>f</p>
<p>g</p>
<p>h</p>
<p>i</p>
<p>j</p>
<p>k</p>
<p>l</p>
<p>m</p>
<p>n</p>
<p>o</p>
</td>
<td align="left">&amp;#96;</p>
<p>&amp;#97;</p>
<p>&amp;#98;</p>
<p>&amp;#99;</p>
<p>&amp;#100;</p>
<p>&amp;#101;</p>
<p>&amp;#102;</p>
<p>&amp;#103;</p>
<p>&amp;#104;</p>
<p>&amp;#105;</p>
<p>&amp;#106;</p>
<p>&amp;#107;</p>
<p>&amp;#108;</p>
<p>&amp;#109;</p>
<p>&amp;#110;</p>
<p>&amp;#111;</p>
</td>
<td align="left">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</td>
<td align="left">grave accent</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML </b><b>Number</b></td>
<td align="left"><b>HTML </b><b>Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">p</p>
<p>q</p>
<p>r</p>
<p>s</p>
<p>t</p>
<p>u</p>
<p>v</p>
<p>w</p>
<p>x</p>
<p>y</p>
<p>z</p>
<p>{</p>
<p>|</p>
<p>}</p>
<p>~</p>
<p>&nbsp;</p>
</td>
<td align="left">&amp;#112;</p>
<p>&amp;#113;</p>
<p>&amp;#114;</p>
<p>&amp;#115;</p>
<p>&amp;#116;</p>
<p>&amp;#117;</p>
<p>&amp;#118;</p>
<p>&amp;#119;</p>
<p>&amp;#120;</p>
<p>&amp;#121;</p>
<p>&amp;#122;</p>
<p>&amp;#123;</p>
<p>&amp;#124;</p>
<p>&amp;#125;</p>
<p>&amp;#126;</p>
<p>&nbsp;</p>
</td>
<td align="left">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</td>
<td align="left">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>opening brace</p>
<p>vertical bar</p>
<p>closing brace</p>
<p>equivalency sign &#8211; tilde</p>
<p>(not defined in HTML 4 standard)</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML </b><b>Number</b></td>
<td align="left"><b>HTML </b><b>Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">&nbsp;</p>
<p>&iexcl;</p>
<p>&cent;</p>
<p>&pound;</p>
<p>&curren;</p>
<p>&yen;</p>
<p>&brvbar;</p>
<p>&sect;</p>
<p>&uml;</p>
<p>&copy;</p>
<p>&ordf;</p>
<p>&laquo;</p>
<p>&not;</p>
<p>&shy;</p>
<p>&reg;</p>
<p>&macr;</p>
</td>
<td align="left">&amp;#160;</p>
<p>&amp;#161;</p>
<p>&amp;#162;</p>
<p>&amp;#163;</p>
<p>&amp;#164;</p>
<p>&amp;#165;</p>
<p>&amp;#166;</p>
<p>&amp;#167;</p>
<p>&amp;#168;</p>
<p>&amp;#169;</p>
<p>&amp;#170;</p>
<p>&amp;#171;</p>
<p>&amp;#172;</p>
<p>&amp;#173;</p>
<p>&amp;#174;</p>
<p>&amp;#175;</p>
</td>
<td align="left">&amp;nbsp;</p>
<p>&amp;iexcl;</p>
<p>&amp;cent;</p>
<p>&amp;pound;</p>
<p>&amp;curren;</p>
<p>&amp;yen;</p>
<p>&amp;brvbar;</p>
<p>&amp;sect;</p>
<p>&amp;uml;</p>
<p>&amp;copy;</p>
<p>&amp;ordf;</p>
<p>&amp;laquo;</p>
<p>&amp;not;</p>
<p>&amp;shy;</p>
<p>&amp;reg;</p>
<p>&amp;macr;</p>
</td>
<td align="left">non-breaking space</p>
<p>inverted exclamation mark</p>
<p>cent sign</p>
<p>pound sign</p>
<p>currency sign</p>
<p>yen sign</p>
<p>broken vertical bar</p>
<p>section sign</p>
<p>spacing diaeresis &#8211; umlaut</p>
<p>copyright sign</p>
<p>feminine ordinal indicator</p>
<p>left double angle quotes</p>
<p>not sign</p>
<p>soft hyphen</p>
<p>registered trade mark sign</p>
<p>spacing macron &#8211; overline</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML </b><b>Number</b></td>
<td align="left"><b>HTML </b><b>Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">&deg;</p>
<p>&plusmn;</p>
<p>&sup2;</p>
<p>&sup3;</p>
<p>&acute;</p>
<p>&micro;</p>
<p>&para;</p>
<p>&middot;</p>
<p>&cedil;</p>
<p>&sup1;</p>
<p>&ordm;</p>
<p>&raquo;</p>
<p>&frac14;</p>
<p>&frac12;</p>
<p>&frac34;</p>
<p>&iquest;</p>
</td>
<td align="left">&amp;#176;</p>
<p>&amp;#177;</p>
<p>&amp;#178;</p>
<p>&amp;#179;</p>
<p>&amp;#180;</p>
<p>&amp;#181;</p>
<p>&amp;#182;</p>
<p>&amp;#183;</p>
<p>&amp;#184;</p>
<p>&amp;#185;</p>
<p>&amp;#186;</p>
<p>&amp;#187;</p>
<p>&amp;#188;</p>
<p>&amp;#189;</p>
<p>&amp;#190;</p>
<p>&amp;#191;</p>
</td>
<td align="left">&amp;deg;</p>
<p>&amp;plusmn;</p>
<p>&amp;sup2;</p>
<p>&amp;sup3;</p>
<p>&amp;acute;</p>
<p>&amp;micro;</p>
<p>&amp;para;</p>
<p>&amp;middot;</p>
<p>&amp;cedil;</p>
<p>&amp;sup1;</p>
<p>&amp;ordm;</p>
<p>&amp;raquo;</p>
<p>&amp;frac14;</p>
<p>&amp;frac12;</p>
<p>&amp;frac34;</p>
<p>&amp;iquest;</p>
</td>
<td align="left">degree sign</p>
<p>plus-or-minus sign</p>
<p>superscript two &#8211; squared</p>
<p>superscript three &#8211; cubed</p>
<p>acute accent &#8211; spacing acute</p>
<p>micro sign</p>
<p>pilcrow sign &#8211; paragraph sign</p>
<p>middle dot &#8211; Georgian comma</p>
<p>spacing cedilla</p>
<p>superscript one</p>
<p>masculine ordinal indicator</p>
<p>right double angle quotes</p>
<p>fraction one quarter</p>
<p>fraction one half</p>
<p>fraction three quarters</p>
<p>inverted question mark</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML </b><b>Number</b></td>
<td align="left"><b>HTML </b><b>Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">&Agrave;</p>
<p>&Aacute;</p>
<p>&Acirc;</p>
<p>&Atilde;</p>
<p>&Auml;</p>
<p>&Aring;</p>
<p>&AElig;</p>
<p>&Ccedil;</p>
<p>&Egrave;</p>
<p>&Eacute;</p>
<p>&Ecirc;</p>
<p>&Euml;</p>
<p>&Igrave;</p>
<p>&Iacute;</p>
<p>&Icirc;</p>
<p>&Iuml;</p>
</td>
<td align="left">&amp;#192;</p>
<p>&amp;#193;</p>
<p>&amp;#194;</p>
<p>&amp;#195;</p>
<p>&amp;#196;</p>
<p>&amp;#197;</p>
<p>&amp;#198;</p>
<p>&amp;#199;</p>
<p>&amp;#200;</p>
<p>&amp;#201;</p>
<p>&amp;#202;</p>
<p>&amp;#203;</p>
<p>&amp;#204;</p>
<p>&amp;#205;</p>
<p>&amp;#206;</p>
<p>&amp;#207;</p>
</td>
<td align="left">&amp;Agrave;</p>
<p>&amp;Aacute;</p>
<p>&amp;Acirc;</p>
<p>&amp;Atilde;</p>
<p>&amp;Auml;</p>
<p>&amp;Aring;</p>
<p>&amp;AElig;</p>
<p>&amp;Ccedil;</p>
<p>&amp;Egrave;</p>
<p>&amp;Eacute;</p>
<p>&amp;Ecirc;</p>
<p>&amp;Euml;</p>
<p>&amp;Igrave;</p>
<p>&amp;Iacute;</p>
<p>&amp;Icirc;</p>
<p>&amp;Iuml;</p>
</td>
<td align="left">latin capital letter A with grave</p>
<p>latin capital letter A with acute</p>
<p>latin capital letter A with circumflex</p>
<p>latin capital letter A with tilde</p>
<p>latin capital letter A with diaeresis</p>
<p>latin capital letter A with ring above</p>
<p>latin capital letter AE</p>
<p>latin capital letter C with cedilla</p>
<p>latin capital letter E with grave</p>
<p>latin capital letter E with acute</p>
<p>latin capital letter E with circumflex</p>
<p>latin capital letter E with diaeresis</p>
<p>latin capital letter I with grave</p>
<p>latin capital letter I with acute</p>
<p>latin capital letter I with circumflex</p>
<p>latin capital letter I with diaeresis</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML </b><b>Number</b></td>
<td align="left"><b>HTML </b><b>Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">&ETH;</p>
<p>&Ntilde;</p>
<p>&Ograve;</p>
<p>&Oacute;</p>
<p>&Ocirc;</p>
<p>&Otilde;</p>
<p>&Ouml;</p>
<p>&times;</p>
<p>&Oslash;</p>
<p>&Ugrave;</p>
<p>&Uacute;</p>
<p>&Ucirc;</p>
<p>&Uuml;</p>
<p>&Yacute;</p>
<p>&THORN;</p>
<p>&szlig;</p>
</td>
<td align="left">&amp;#208;</p>
<p>&amp;#209;</p>
<p>&amp;#210;</p>
<p>&amp;#211;</p>
<p>&amp;#212;</p>
<p>&amp;#213;</p>
<p>&amp;#214;</p>
<p>&amp;#215;</p>
<p>&amp;#216;</p>
<p>&amp;#217;</p>
<p>&amp;#218;</p>
<p>&amp;#219;</p>
<p>&amp;#220;</p>
<p>&amp;#221;</p>
<p>&amp;#222;</p>
<p>&amp;#223;</p>
</td>
<td align="left">&amp;ETH;</p>
<p>&amp;Ntilde;</p>
<p>&amp;Ograve;</p>
<p>&amp;Oacute;</p>
<p>&amp;Ocirc;</p>
<p>&amp;Otilde;</p>
<p>&amp;Ouml;</p>
<p>&amp;times;</p>
<p>&amp;Oslash;</p>
<p>&amp;Ugrave;</p>
<p>&amp;Uacute;</p>
<p>&amp;Ucirc;</p>
<p>&amp;Uuml;</p>
<p>&amp;Yacute;</p>
<p>&amp;THORN;</p>
<p>&amp;szlig;</p>
</td>
<td align="left">latin capital letter ETH</p>
<p>latin capital letter N with tilde</p>
<p>latin capital letter O with grave</p>
<p>latin capital letter O with acute</p>
<p>latin capital letter O with circumflex</p>
<p>latin capital letter O with tilde</p>
<p>latin capital letter O with diaeresis</p>
<p>multiplication sign</p>
<p>latin capital letter O with slash</p>
<p>latin capital letter U with grave</p>
<p>latin capital letter U with acute</p>
<p>latin capital letter U with circumflex</p>
<p>latin capital letter U with diaeresis</p>
<p>latin capital letter Y with acute</p>
<p>latin capital letter THORN</p>
<p>latin small letter sharp s &#8211; ess-zed</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML </b><b>Number</b></td>
<td align="left"><b>HTML </b><b>Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">&agrave;</p>
<p>&aacute;</p>
<p>&acirc;</p>
<p>&atilde;</p>
<p>&auml;</p>
<p>&aring;</p>
<p>&aelig;</p>
<p>&ccedil;</p>
<p>&egrave;</p>
<p>&eacute;</p>
<p>&ecirc;</p>
<p>&euml;</p>
<p>&igrave;</p>
<p>&iacute;</p>
<p>&icirc;</p>
<p>&iuml;</p>
</td>
<td align="left">&amp;#224;</p>
<p>&amp;#225;</p>
<p>&amp;#226;</p>
<p>&amp;#227;</p>
<p>&amp;#228;</p>
<p>&amp;#229;</p>
<p>&amp;#230;</p>
<p>&amp;#231;</p>
<p>&amp;#232;</p>
<p>&amp;#233;</p>
<p>&amp;#234;</p>
<p>&amp;#235;</p>
<p>&amp;#236;</p>
<p>&amp;#237;</p>
<p>&amp;#238;</p>
<p>&amp;#239;</p>
</td>
<td align="left">&amp;agrave;</p>
<p>&amp;aacute;</p>
<p>&amp;acirc;</p>
<p>&amp;atilde;</p>
<p>&amp;auml;</p>
<p>&amp;aring;</p>
<p>&amp;aelig;</p>
<p>&amp;ccedil;</p>
<p>&amp;egrave;</p>
<p>&amp;eacute;</p>
<p>&amp;ecirc;</p>
<p>&amp;euml;</p>
<p>&amp;igrave;</p>
<p>&amp;iacute;</p>
<p>&amp;icirc;</p>
<p>&amp;iuml;</p>
</td>
<td align="left">latin small letter a with grave</p>
<p>latin small letter a with acute</p>
<p>latin small letter a with circumflex</p>
<p>latin small letter a with tilde</p>
<p>latin small letter a with diaeresis</p>
<p>latin small letter a with ring above</p>
<p>latin small letter ae</p>
<p>latin small letter c with cedilla</p>
<p>latin small letter e with grave</p>
<p>latin small letter e with acute</p>
<p>latin small letter e with circumflex</p>
<p>latin small letter e with diaeresis</p>
<p>latin small letter i with grave</p>
<p>latin small letter i with acute</p>
<p>latin small letter i with circumflex</p>
<p>latin small letter i with diaeresis</p>
</td>
</tr>
<tr>
<td align="center"><b>Symbol</b></td>
<td align="left"><b>HTML </b><b>Number</b></td>
<td align="left"><b>HTML </b><b>Name</b></td>
<td align="left"><b>Description</b></td>
</tr>
<tr>
<td colspan="4"></td>
</tr>
<tr>
<td align="center">&eth;</p>
<p>&ntilde;</p>
<p>&ograve;</p>
<p>&oacute;</p>
<p>&ocirc;</p>
<p>&otilde;</p>
<p>&ouml;</p>
<p>&divide;</p>
<p>&oslash;</p>
<p>&ugrave;</p>
<p>&uacute;</p>
<p>&ucirc;</p>
<p>&uuml;</p>
<p>&yacute;</p>
<p>&thorn;</p>
<p>&yuml;</p>
</td>
<td align="left">&amp;#240;</p>
<p>&amp;#241;</p>
<p>&amp;#242;</p>
<p>&amp;#243;</p>
<p>&amp;#244;</p>
<p>&amp;#245;</p>
<p>&amp;#246;</p>
<p>&amp;#247;</p>
<p>&amp;#248;</p>
<p>&amp;#249;</p>
<p>&amp;#250;</p>
<p>&amp;#251;</p>
<p>&amp;#252;</p>
<p>&amp;#253;</p>
<p>&amp;#254;</p>
<p>&amp;#255;</p>
</td>
<td align="left">&amp;eth;</p>
<p>&amp;ntilde;</p>
<p>&amp;ograve;</p>
<p>&amp;oacute;</p>
<p>&amp;ocirc;</p>
<p>&amp;otilde;</p>
<p>&amp;ouml;</p>
<p>&amp;divide;</p>
<p>&amp;oslash;</p>
<p>&amp;ugrave;</p>
<p>&amp;uacute;</p>
<p>&amp;ucirc;</p>
<p>&amp;uuml;</p>
<p>&amp;yacute;</p>
<p>&amp;thorn;</p>
<p>&amp;yuml;</p>
</td>
<td align="left">latin small letter eth</p>
<p>latin small letter n with tilde</p>
<p>latin small letter o with grave</p>
<p>latin small letter o with acute</p>
<p>latin small letter o with circumflex</p>
<p>latin small letter o with tilde</p>
<p>latin small letter o with diaeresis</p>
<p>division sign</p>
<p>latin small letter o with slash</p>
<p>latin small letter u with grave</p>
<p>latin small letter u with acute</p>
<p>latin small letter u with circumflex</p>
<p>latin small letter u with diaeresis</p>
<p>latin small letter y with acute</p>
<p>latin small letter thorn</p>
<p>latin small letter y with diaeresis</p>
</td>
</tr>
</tbody>
</table>
</div>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2009/02/basic-html-ascii-html-codes.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Forms with Google Docs</title>
		<link>http://www.lgr.ca/blog/2009/02/web-forms-with-google-docs.html</link>
		<comments>http://www.lgr.ca/blog/2009/02/web-forms-with-google-docs.html#comments</comments>
		<pubDate>Fri, 20 Feb 2009 04:30:53 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.lgr.ca/?p=1196</guid>
		<description><![CDATA[I was working on a contact form for a client this last week, and while I have a PHP form processing script that I like to use there are other alternatives to add a contact and other forms to your website if you do not happen to know PHP or you just need a quick [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on a contact form for a client this last week, and while I have a PHP form processing script that I like to use there are other alternatives to add a contact and other forms to your website if you do not happen to know PHP or you just need a quick form to help collect information for a survey Google Docs Forms.</p>
<p>The form below is a sample form that I created for you to tell me what your favourite websites are. The form took only a few minutes to create and embed into this post using an iframe tag.<br />
<iframe src="https://spreadsheets.google.com/embeddedform?key=p6U6OM-4DuJeRqokRee9ZIQ" width="310" height="465" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
<p>By submitting the form the data is automatically inserted into a Google Docs Spreadsheet that you can view, edit and of course share with the world if you like. Below is the spreadsheet that the information that the form above is saved into.<br />
<iframe width='500' height='300' frameborder='0' src='http://spreadsheets.google.com/pub?key=p6U6OM-4DuJeRqokRee9ZIQ&#038;output=html&#038;gid=0&#038;single=true&#038;widget=true'></iframe></p>
<p>This is a very simple example of what you could do with a Google Doc Form and Spreadsheet. It makes it very easy for anyone with a website to add a web form to collect information, run surveys, polls etc with out needing to know PHP, PERL or any other server side scripting. I can see myself using a simple Google Form and Spreadsheet to manage entries from the <a href="http://www.lgr.ca/subscribe/">Subscriber Bonus</a> contests each month.</p>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2009/02/web-forms-with-google-docs.html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Basic HTML &#8211; Ordered and Unordered Lists</title>
		<link>http://www.lgr.ca/blog/2009/02/basic-html-ordered-and-unordered-lists.html</link>
		<comments>http://www.lgr.ca/blog/2009/02/basic-html-ordered-and-unordered-lists.html#comments</comments>
		<pubDate>Wed, 04 Feb 2009 20:00:37 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.lgr.ca/?p=1173</guid>
		<description><![CDATA[One of the easiest ways to add some organization to your blog posts is to use a list. People like lists and they can help you make your points in a post or on your website clearly and quickly. In HTML there are three types of lists: Ordered lists. Unordered lists. Definition lists. For this [...]]]></description>
			<content:encoded><![CDATA[<p>One of the easiest ways to add some organization to your blog posts is to use a list. People like lists and they can help you make your points in a post or on your website clearly and quickly. In HTML there are three types of lists:</p>
<ul>
<li>Ordered lists.</li>
<li>Unordered lists.</li>
<li>Definition lists.</li>
</ul>
<p>For this post I will only look at ordered and unordered lists because those are the two most common types of lists. Definiation lists are useful as well and I will talk about them at a latter date.</p>
<h3>Ordered Lists</h3>
<p>An ordered list shows the list items starting with a number in front. A basic ordered list starts with the &lt;ol&gt; tag and each item in the list starts with the &lt;li&gt; tag. At the end of each list item you should close the &lt;li&gt; tag with a &lt;/li&gt; tag and when you are done your ordered list close the list with a closing &lt;/ol&gt; tag. A basic ordered list looks like this:<br />
&lt;ol&gt;<br />
	&lt;li&gt;Item one.&lt;/li&gt;<br />
	&lt;li&gt;Item two.&lt;/li&gt;<br />
	&lt;li&gt;Item three.&lt;/li&gt;<br />
&lt;/ol&gt;</p>
<p>and it would be rendered like this:</p>
<ol>
<li>Item one.</li>
<li>Item two.</li>
<li>Item three.</li>
</ol>
<h3>Unordered Lists</h3>
<p>An unordered list shows the list items starting with a bullet point in front. A basic unordered list starts with the &lt;ul&gt; tag and each item in the list starts with the &lt;li&gt; tag. At the end of each list item you should close the &lt;li&gt; tag with a &lt;/li&gt; tag and when you are done your unordered list close the list with a closing &lt;/ul&gt; tag. A basic unordered list looks like this:<br />
&lt;ul&gt;<br />
	&lt;li&gt;Item one.&lt;/li&gt;<br />
	&lt;li&gt;Item two.&lt;/li&gt;<br />
	&lt;li&gt;Item three.&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p>and it would be rendered like this:</p>
<ul>
<li>Item one.</li>
<li>Item two.</li>
<li>Item three.</li>
</ul>
<p>That is the basics of ordered and unordered lists in HTML. Lists are very flexible in HTML and can do some amazing things when combined with the correct styles in a cascading style sheet. For example the current main menu at the top of the site is actually an unordered list that is styled to display as a menu. The sidebar items are unordered list items styled without a bullet.</p>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2009/02/basic-html-ordered-and-unordered-lists.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual HTML Jokes</title>
		<link>http://www.lgr.ca/blog/2009/01/visual-html-jokes.html</link>
		<comments>http://www.lgr.ca/blog/2009/01/visual-html-jokes.html#comments</comments>
		<pubDate>Wed, 28 Jan 2009 14:00:52 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.lgr.ca/?p=1079</guid>
		<description><![CDATA[I was surfing around a little last night and came across this visual HTML joke of the Leaning Tower of Pisa. I think you have to be a true HTML geek to think it is funny. That photo reminded me of a couple of photos of a truck that is embedded into the ground at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/jesper/346483297/"><img alt="" src="http://farm1.static.flickr.com/136/346483297_c4cb93ab4e_m.jpg" title="Italizied" class="alignleft" width="168" height="240" /></a>I was surfing around a little last night and came across <a href="http://www.neatorama.com/2007/01/01/visual-html-joke/">this visual HTML joke</a> of the <a href="http://en.wikipedia.org/wiki/Leaning_Tower_of_Pisa" rel="nofollow">Leaning Tower of Pisa</a>. I think you have to be a true HTML geek to think it is funny.</p>
<p>That photo reminded me of a couple of photos of a truck that is embedded into the ground at a small restaurant called the Black Top Cafe just south of Blaine Lake. I thought I would add the HTML to the photos and share them here with you. I could not decide which I liked better, the &lt;i&gt; or the &lt;embed&gt;. Which one do you like better?</p>
<p><a href="http://www.flickr.com/photos/lgrphotos/3232441101/"><img alt="" src="http://farm4.static.flickr.com/3383/3232441101_26f7c3c684.jpg" title="Embedded Truck" class="alignnone" width="500" height="375" /></a></p>
<p><a href="http://www.flickr.com/photos/lgrphotos/3232441111/"><img alt="" src="http://farm4.static.flickr.com/3309/3232441111_b34619bc2f.jpg" title="Italizied truck" class="alignnone" width="500" height="375" /></a></p>
<p>Here are some other visual HTML joke photos I found on Flickr that gave me a smile.</p>
<h3>HTML CANT DO THAT!</h3>
<div class="wp-caption alignnone" style="width: 431px"><a href="http://flickr.com/photos/thefangmonster/490423135/"><img alt="by Noah Sussman" src="http://farm1.static.flickr.com/221/490423135_a7e8e7b8fa.jpg" title="HTML CANT DO THAT!" width="421" height="500" /></a><p class="wp-caption-text">by Noah Sussman</p></div>
<h3>HTML vs CSS</h3>
<div class="wp-caption alignnone" style="width: 320px"><a href="http://flickr.com/photos/eelkedekker/3166324179/"><img alt="by eelke dekker" src="http://farm4.static.flickr.com/3100/3166324179_7c3143c7e1_o.png" title="HTML vs CSS" width="310" height="170" /></a><p class="wp-caption-text">by eelke dekker</p></div>
<h3>&lt;link&gt;</h3>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://flickr.com/photos/f8dy/347059067/"><img alt="by Mark.Pilgrim" src="http://farm1.static.flickr.com/152/347059067_59f3e90f5a.jpg" title="link" width="500" height="375" /></a><p class="wp-caption-text">by Mark.Pilgrim</p></div>
<h3>&lt;hr&gt;</h3>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://flickr.com/photos/f8dy/346979298/"><img alt="by Mark.Pilgrim" src="http://farm1.static.flickr.com/161/346979298_81e564d778.jpg" title="hr" width="500" height="375" /></a><p class="wp-caption-text">by Mark.Pilgrim</p></div>
<h3>small</h3>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://flickr.com/photos/tomascaspers/404571268/in/set-72157594559832977/"><img alt="by Tomas Caspers" src="http://farm1.static.flickr.com/137/404571268_6b7094f637_o.jpg" title="small" width="500" height="332" /></a><p class="wp-caption-text">by Tomas Caspers</p></div>
<h3>&lt;strike&gt;</h3>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://flickr.com/photos/jesper/348300806/"><img alt="by Jesper Rønn-Jensen" src="http://farm1.static.flickr.com/149/348300806_a68031d335.jpg" title="&lt;strike&gt;" width="500" height="374" /></a><p class="wp-caption-text">by Jesper Rønn-Jensen</p></div>
<p>What are your favourite visual HTML joke photos?</p>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2009/01/visual-html-jokes.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Basic HTML &#8211; Links</title>
		<link>http://www.lgr.ca/blog/2009/01/basic-html-links.html</link>
		<comments>http://www.lgr.ca/blog/2009/01/basic-html-links.html#comments</comments>
		<pubDate>Tue, 27 Jan 2009 14:00:21 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.lgr.ca/?p=1072</guid>
		<description><![CDATA[One of the great things about publishing on the Internet is the ability to link to other resources on the Internet. A basic hyperlink in the body of a page is created using the anchor tag and looks like this: &#60;a href=&#34;http://www.lgr.ca/&#34;&#62;LGR Internet Solutions&#60;/a&#62; The href (Hypertext Reference) attribute is the resource on the Internet [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great things about publishing on the Internet is the ability to link to other resources on the Internet. A basic hyperlink in the body of a page is created using the anchor tag and looks like this:</p>
<p><code>&lt;a href=&quot;http://www.lgr.ca/&quot;&gt;LGR Internet Solutions&lt;/a&gt;</code></p>
<p>The href (Hypertext Reference) attribute is the resource on the Internet that you are linking to. The word(s) between the opening anchor tag (&lt;a href=&quot;http://www.lgr.ca/&quot;&gt;)  and the closing anchor tag (&lt;/a&gt;) are the words that will be highlighted as the link. In this case the link would look like this:</p>
<p><a href="http://www.lgr.ca/">LGR Internet Solutions</a></p>
<p>That is the most basic link that you can create. If you are using WordPress there is a great tutorial on the <a href="http://support.wordpress.com/links/">WordPress website</a> showing you how to create a link. It walks you through the basics of creating links with WordPress in the visual and HTML editor.</p>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2009/01/basic-html-links.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic HTML &#8211; Headings</title>
		<link>http://www.lgr.ca/blog/2009/01/basic-html-headings.html</link>
		<comments>http://www.lgr.ca/blog/2009/01/basic-html-headings.html#comments</comments>
		<pubDate>Tue, 13 Jan 2009 16:15:30 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.lgr.ca/?p=1006</guid>
		<description><![CDATA[If you are new to running your own website or blog you might not know a lot of HTML but there is some basic HTML that is easy to learn that will make running and managing your website and blog much easier now and in the future. By using headings in your web pages and [...]]]></description>
			<content:encoded><![CDATA[<p>If you are new to running your own website or blog you might not know a lot of HTML but there is some basic HTML that is easy to learn that will make running and managing your website and blog much easier now and in the future. By using headings in your web pages and blog posts you make it easy to style using cascading style sheets and the document is nicely formated in the event that you move to a new theme or you redesign your website. In the past I have not always used headings on the blog posts here and those are the posts that I am often going back and editing because they are not displaying properly.</p>
<h2>How to use headings</h2>
<p>The code to define headings in HTML are simple. Below is how headings are displayed here on this blog and the code to define them.</p>
<h1>This is a heading one</h1>
<p>&lt;h1&gt;This is a heading one&lt;/h1&gt;</p>
<h2>This is a heading two</h2>
<p>&lt;h2&gt;This is a heading two&lt;/h2&gt;</p>
<h3>This is a heading three</h3>
<p>&lt;h3&gt;This is a heading three&lt;/h3&gt;</p>
<h4>This is a heading four</h4>
<p>&lt;h4&gt;This is a heading four&lt;/h4&gt;</p>
<h5>This is a heading five</h5>
<p>&lt;h5&gt;This is a heading five&lt;/h5&gt;</p>
<h6>This is a heading six</h6>
<p>&lt;h6&gt;This is a heading six&lt;/h6&gt;</p>
<p><div id="attachment_1012" class="wp-caption alignright" style="width: 280px"><img src="http://cdn.lgr.ca/wp-content/uploads/2009/01/wp-show-hide-kitchen-sink.gif" alt="WordPress - Show/Hide Kitchen Sink" title="WordPress - Show/Hide Kitchen Sink" width="270" height="107" class="size-full wp-image-1012" /><p class="wp-caption-text">WordPress - Show/Hide Kitchen Sink</p></div>If you are not using the HTML editing mode in WordPress you can still use proper headings. Simply click the Show/Hide Kitchen Sink button and the format button will be shown. Simply select the text you want as a heading and choose the heading type you want.<br />
<div id="attachment_1013" class="wp-caption alignnone" style="width: 510px"><img src="http://cdn.lgr.ca/wp-content/uploads/2009/01/wp-kitchen-sink.gif" alt="Selecting a heading in WordPress" title="Selecting a heading in WordPress" width="500" height="242" class="size-full wp-image-1013" /><p class="wp-caption-text">Selecting a heading in WordPress</p></div></p>
<p>Considering how well structured most WordPress themes are I am surprised that the bold button is still there on the editor and the headings are hidden in the kitchen sink. If you use something other than WordPress to manage your website, you might have to use the HTML code to insert the proper headings, but most content management systems do have an easy way of adding proper headings into a document. For example here is a screenshot of how to add headings using Joomla.<br />
<div id="attachment_1014" class="wp-caption alignnone" style="width: 510px"><img src="http://cdn.lgr.ca/wp-content/uploads/2009/01/joomla-headings.gif" alt="Adding headings in the Joomla HTML editor" title="Adding headings in the Joomla HTML editor" width="500" height="224" class="size-full wp-image-1014" /><p class="wp-caption-text">Adding headings in the Joomla HTML editor</p></div></p>
<h2>Why use headings?</h2>
<p>It is easy to use bold to define sections when you are writing a blog post but by using headings you make the post or page more structured. Headings are best used to introduce sections in a document. Web browsers generally render headings in different sizes making a heading one larger than a heading two and so on. Using proper headings in your blog post can also help boost your search engine rankings. For example a blog post title is probably best displayed as a heading one, with sections inside the blog post starting as a heading two. This gives a well structured document for the search engines to index. The search engines do not have to guess at what is a heading and what is suppose to be just bold text.</p>
<p>It is good practice to use headings. It will make your content easier to move from one content management system to another and it will be easier to redesign the presentation of your content by <a href="http://www.lgr.ca/blog/2007/03/webmaster-time-savers-external-style-sheet.html">simply changing your cascading style sheet</a>. I know that I have not always used proper headings here on the LGR Internet Solutions blog, and I am continually going back and editing posts to fix how things are laid out. Better to start from scratch doing things right than spending time fixing things.</p>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2009/01/basic-html-headings.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DOMtab &#8211; Navigation tabs with CSS and DOMscripting</title>
		<link>http://www.lgr.ca/blog/2008/02/domtab-navigation-tabs-with-css-and-domscripting.html</link>
		<comments>http://www.lgr.ca/blog/2008/02/domtab-navigation-tabs-with-css-and-domscripting.html#comments</comments>
		<pubDate>Fri, 29 Feb 2008 02:44:35 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.lgr.ca/blog/2008/02/domtab-navigation-tabs-with-css-and-domscripting.html</guid>
		<description><![CDATA[I have been wanting to redo a couple of my own personal websites to make more screen real estate available and make information more available in a compact space. I have seen tabs done of other websites and thought that would make a nice addition to a few of my own websites. I did not [...]]]></description>
			<content:encoded><![CDATA[<p>I have been wanting to redo a couple of my own personal websites to make more screen real estate available and make information more available in a compact space. I have seen tabs done of other websites and thought that would make a nice addition to a few of my own websites. I did not want to program my own and thankfully with a little searching I discovered DOMtab. It is an easy and convenient way of adding tabs of information to a website.<img src='http://cdn.lgr.ca/wp-content/uploads/2007/10/blank1.gif' alt='blank1.gif' /></p>
<p>If you are looking for a way of making more screen real estate available take a look at <a href="http://www.onlinetools.org/tools/domtabdata/">DOMtabs</a>. I am in the process of trying it out on one of my websites this week and the installation has been going well. I have not put the new look up yet, but I hope to this weekend if I get some time to finish off the changes.</p>
<p>Just so you know the license does not allow developers to resell the script.</p>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2008/02/domtab-navigation-tabs-with-css-and-domscripting.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opening Links</title>
		<link>http://www.lgr.ca/blog/2008/01/opening-links.html</link>
		<comments>http://www.lgr.ca/blog/2008/01/opening-links.html#comments</comments>
		<pubDate>Thu, 10 Jan 2008 04:00:53 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.lgr.ca/blog/2008/01/opening-links.html</guid>
		<description><![CDATA[I had a discussion today about how to open external links on a website. The question is, do you open external links in the same browser or do you open them in a new browser window? I have to admit I hate it when websites open links in new windows. I find it as annoying [...]]]></description>
			<content:encoded><![CDATA[<p>I had a discussion today about how to open external links on a website. The question is, do you open external links in the same browser or do you open them in a new browser window?</p>
<p>I have to admit I hate it when websites open links in new windows. I find it as annoying as websites that resize my web browser or play annoying music in the background of the website. It is not in the best interest of your user to force a link to open in a new window. If you absolutely must open a link in a new window clearly mark the link as opening in a new window so users have some advance warning before they click the link.<img src='http://cdn.lgr.ca/wp-content/uploads/2007/10/blank1.gif' alt='' /></p>
<p>Remember that ultimately users are in charge. If they prefer to open links in new windows they have the ability to do so by using either a right click on the link and choosing new window/tab or by clicking the link with their scroll wheel. There are still many users out there that are not using Internet Explorer 7 or Firefox 2 and don&#8217;t have tabbed browsing. Don&#8217;t force new windows on to your users, or you might not have them as users for long.</p>
<p>I open this up to you now. Should you or should you not open links in new windows?</p>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2008/01/opening-links.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Forget to Check That Older Browser</title>
		<link>http://www.lgr.ca/blog/2007/02/dont-forget-to-check-that-older-browser.html</link>
		<comments>http://www.lgr.ca/blog/2007/02/dont-forget-to-check-that-older-browser.html#comments</comments>
		<pubDate>Mon, 26 Feb 2007 05:15:00 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.blog2.lgr.ca/2007/02/dont-forget-to-check-that-older-browser.html</guid>
		<description><![CDATA[It happened to me again. I updated a site and did not go and check what it looked like in an older version of Internet Explorer on Windows 98. It does not matter how long you have been doing web updates, and how simple the updates are, somethings just do not work properly in some [...]]]></description>
			<content:encoded><![CDATA[<p>It happened to me again. I updated a site and did not go and check what it looked like in an older version of Internet Explorer on Windows 98. It does not matter how long you have been doing web updates, and how simple the updates are, somethings just do not work properly in some web browsers, which means you have to test in multiple browsers on multiple operating systems. That is one thing that makes web design challenging at times.</p>
<p>One site that can help you check sites and stop mistakes from happening is <a href="http://browsershots.org">browsershots</a>. Although, I did not see any options tonight to take screen shots of Internet Explorer, I know I have used it in the past and had Internet Explorer options. </p>
<p>If you regularly need to check what websites look like on multiple operating systems and web browsers and have the money you also might want to take a look at <a href="http://www.browsercam.com/">browsercam</a>. They offer subscription plans from one day to one year and offer screen shots on Windows, Mac and Linux machines. I used them once and they are an excellent service.</p>
<p>So a reminder to check your web designs on those other systems, you never know when something that should be simple will break a page.</p>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2007/02/dont-forget-to-check-that-older-browser.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nvu &#8211; A Tool for Novice and Experienced Webmasters</title>
		<link>http://www.lgr.ca/blog/2007/02/nvu-a-tool-for-novice-and-experienced-webmasters.html</link>
		<comments>http://www.lgr.ca/blog/2007/02/nvu-a-tool-for-novice-and-experienced-webmasters.html#comments</comments>
		<pubDate>Fri, 23 Feb 2007 04:00:00 +0000</pubDate>
		<dc:creator>LGR</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.blog2.lgr.ca/2007/02/nvu-a-tool-for-novice-and-experienced-webmasters.html</guid>
		<description><![CDATA[I suppose I am a little old school when it comes to writing html and css because I prefer to do it by hand. I use a decent programming editor with syntax highlighting and with tag helps, but I prefer to see the code. Not everyone is like me, so for those of you out [...]]]></description>
			<content:encoded><![CDATA[<p>I suppose I am a little old school when it comes to writing html and css because I prefer to do it by hand. I use a decent programming editor with syntax highlighting and with tag helps, but I prefer to see the code. Not everyone is like me, so for those of you out there that are working on your own websites and are wondering what html editor you should use let me suggest you take a look at <a href="http://www.nvu.com">Nvu</a> before going out and spending money on an expensive editor like Dreamweaver.</p>
<p>Nvu is available for Windows, Macintosh and Linux, offers an easy to use what you see is what you get (WYSIWYG) interface, has a built in css editor, is open source based on the Mozilla gecko engine and most important it outputs readable code! Nvu is a an excellent choice for those webmasters out there on a budget, or just want to get the job done.</p>
<p>I have also found Nvu an excellent tool to help clean up code from older websites that have unreadable html code. It can be a real time saver when you get a call from a new client that has an older website that just needs a small update done.</p>
<p>Nvu can be a real time saver for experienced webmasters and a great alternative for novice webmasters or webmasters on a budget. When you have time take a look at a great open source project.</p>
        <hr /><br />
<p>Thank you for subscribing to the LGR Internet Solutions blog!<br />
<hr /><br />
<p>Copyright &copy; LGR Internet Solutions. This feed is for personal non-commercial use only.</p><br />
<p>Visit <a target="_blank" href="http://www.lgr.ca/">LGR Internet Solutions</a>.</p><br />
      ]]></content:encoded>
			<wfw:commentRss>http://www.lgr.ca/blog/2007/02/nvu-a-tool-for-novice-and-experienced-webmasters.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 41/92 queries in 0.052 seconds using disk: basic
Object Caching 1398/1488 objects using disk: basic
Content Delivery Network via cdn.lgr.ca

Served from: www.lgr.ca @ 2012-02-10 11:36:50 -->
