css-positioning

Positioning in CSS is extremely simple and for most sites not needed but can be used to create a neat overlapping image effect or maybe an advertisement that scrolls with your browser. There are a lot of developers that use positions way to much in there development. You do not need a position on everything. In fact ...

SEO Optimization

Some of the best sites optimization is done with the most basic amount of SEO. What do I mean by basic well I am talking title tags, meta tags, and alt and title attributes. These four tags/attributes are really important in SEO. A lot of people say that search engines (GOOGLE) don't use the keywords meta tag ...

internetexplorer9

As a web developer I have found it to be difficult to keep up with all of the Internet Explorer issues, mostly from Internet Explorer 6. In the web industry, there have been many advancing technologies that address the issues that IE can cause. For instance one of the newer developments is the Google Chrome Frame. This ...

No Image

This is a post for everyone to comment on what they believe about the table tag. This could range from your complete dislike of the or maybe some of your experience with the bad use of them. I have heard a lot of things about table's and most people say that they don't like them and don't use ...

No Image

Here is some basic HTML tags for the new web designers to mess around with. HTML h1-h6 these are your heading tags which looks like this <h1>This is a h5</h1> HTML p this is your paragraph tag which looks like this <p>this is one paragraph</p> HTML a this is your link tag which looks like this <a href="http://www.shanestrong.com">Shane Strong Home Page</a> HTML img is ...