By
Laura
|
Published
December 12, 2009
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 those themes. Please help our design and development team make it through these difficult economic times as I continue to bring code and other advice to this blog. Thank you!
Our services include:
- Web graphics and layout
- User interface and experience design and redesign
- Custom JavaScript and AJAX coding
- Conversion of existing graphics into HTML and CSS web page code
- Expert Wordpress and Moodle theme conversion
- Fully dynamic PHP and MySQL web applications
- Database design and integration for your site
- Search Engine Optimization
- Social networking with Web 2.0
- Video editing and motion graphics
- Online, blended and in-person instructional design
- HTML 5 and CSS 3 conversion
By
Laura
|
Published
December 7, 2009
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 |
| < |
< |
< |
less-than |
| > |
> |
> |
greater-than |
You embed these codes into your HTML:
110 < 150 & 150 > 110
To give you:
110 < 150 & 150 > 110
Posted in HTML
|
Tagged HTML
|
By
Laura
|
Published
December 2, 2009
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 code that totally busted links all over my blog. I have disabled them, and I will slowly be re-enabling them as plugin developers catch up with the latest update to Wordpress and/or as I write the plugins myself.
Thank you for your patience!
Laura
By
Laura
|
Published
November 30, 2009
I see many blogs and articles that teach you how to use the latest technology tricks and how to use marketing techniques on your site. However, research on human-computer interaction has found that design of web sites should be based on user needs and goals. If you base your site design on user needs, then they will come back to your site over and over. I will be writing a series on various important issues you need to consider when designing web sites. These issues include:
- Psychology of your users
- Task analysis
- User goals and expectations
- User feedback
- Issues when updating the design on your site
- When to use the coolest technologies on your site
- Making your site “findable”
Posted in Web Design
|
Tagged webdesign
|