September, 2006

HTML Code Bloat – How to eliminate HTML code bloat from your web pages

September 30th, 2006 | Web Development How-to's | 3 Comments

One of the biggest problems that I see in beginner web pages is the overwhelming use of erroneous code and HTML in their web pages.
Code bloat, as it is currently defined by Wikipedia, is the production of code that is perceived as unnecessarily long, slow, or otherwise wasteful of resources.
This can range from the [...]

Optimizing Movable Type Title Tags

September 20th, 2006 | Web Development How-to's | 0 Comments

I have now written on how to optimize the title tags for a variety of blogging software, and I will finish the series of articles with an explanation of how to optimize Movable Type title tags.
The first thing to understand about Movable Type blogging software is that it works a bit differently than other blogging [...]

Optimizing Blogware Title Tags

September 20th, 2006 | Web Development How-to's | 0 Comments

Continuing with the series on optimizing title tags for blogging software, I will now explain how to optimize the title tags for a Blogware blog. Blogware blog title tags are not especially search engine optimized by default, but as with most blogging software the optimization of the title tags is a simple modification that [...]

Optimizing Blogger Title Tags

September 20th, 2006 | Web Development How-to's | 5 Comments

Due to a very large response to my article about optimizing Word Press title tags, I figured I would write a few more articles describing how to optimize the title tags of other bogger software.
In this post I will explain how to change the order of the Title tags in a Blogger Blog.

Creating a Scrolling DIV area

September 6th, 2006 | Web Development How-to's | 0 Comments

At times when creating a site, you may encounter a situation where you need to include more content into DIV than the design is made to handle.
Maybe you want to include the latest news, blogs feeds, or RSS information, but you would like to keep it contained to a small section of the [...]

Social Bookmarks Bar

September 1st, 2006 | Web Development How-to's | 0 Comments

I have gotten several questions about the social bookmarks bar that is seen below each of my blog posts, so I thought I would clarify a little.
The Social Bookmarks Bar is a plugin developed for Word Press to allow readers of a blog to quickly bookmark and share their favorite articles as the read a [...]

Optimizing Word Press Title Tags

September 1st, 2006 | Web Development How-to's | 12 Comments

Many users of Word Press have found issues with their title tags that render their links poorly in the search engines.
These are the main problems that users wish to fix about the title tags are:
.) Place post title before the blog title
.) Remove the dash (or ») when there is not post title.
.) Users wish [...]

Using DIV and SPAN Elements as Clickable Links

September 1st, 2006 | Web Development How-to's | 1 Comments

From time to time it is helpful to make entire DIV or SPAN click-able as link would be. This is often helpful when you want to make a section of an image, or perhaps a background image function as a link would.
The effect is made possible with some simple JavaScript that uses the “onclick” [...]

Pages (1):[ 1 ]