Monthly Archives: December 2009

We Offer Reasonably Priced Web Design & Development Services

We offer comprehensive web design and web development services for individuals or small businesses. We have over 15 years experience developing interactive and dynamic sites that attract many visitors. Please consider our services by submitting a quote request. We are also offering very reasonably priced Wordpress and Moodle prebuilt themes and help installing [...]

Posted in Professional Web Design and Development | Leave a comment

Reserved Characters in HTML

There are several characters that you cannot type directly  into HTML. You must use code to represent those characters. you can use either the entity number or the entity name in your code.

Character
Entity Number
Entity Name
Description


"
"
quotation mark


'
' (does not work in IE)
apostrophe

&
&
&
ampersand

<
&#60;
&lt;
less-than

>
&#62;
&gt;
greater-than

You embed these codes into your HTML:

110 &lt; 150 &amp; 150 &gt; 110

To give you:
110 [...]

Posted in HTML | Tagged | Leave a comment

Major Wordpress Meltdown

I apologize. This blog had a major meltdown the past couple of days.  I had to reinstall Wordpress, and this resulted in some of my posts getting corrupted.  Please be patient with me while I update the nonsensical code found on some posts.
In addition, some of the most important plugins were the naughty bits of [...]

Posted in Wordpress | Leave a comment