HTML Help, CSS Code, Articles, Tips and Tricks
By Nathan Gomez ; December 3rd, 2015
Tagged:


All businesses, whether are small or big, should be involved in search engine optimization. With the right SEO strategy in place, any business can compete in search results with their competitors for exposure, traffic and sales.

By Tracey Jones ; December 3rd, 2015
Tagged:

The idea of creating re-usable styles has been around since long before the web.

DTP (Desktop Publishing Software) like Adobe InDesign, Pagemaker, CorelDraw etc. have been using styles to manage page formatting and editing despite the huge amounts of content. Even word-processors like MS-Word use styles you can create for content-features and save for reuse. Styles save time, is what we’re saying.

And it’s the same for web, especially now that CSS is here.

By Jonathan Hawkins ; August 9th, 2012
Tagged:  •  

Google has launched the new Structured Data Dashboard in webmaster tools to help site owners get even more visibility into how Google sees our site structurally. Can it help you?

By Michael Sherman ; July 19th, 2011
Tagged:

Everyone wants to be at the top. Similar to many new website owners that believed owning a website meant business would subsequently be automatic, the majority of executives and business owners purchasing SEO believe that being at the top means their business will flourish, have thousands of visitors and hundreds of new orders. They rely heavily on the inaccurate data provided by third party SEO tools, Google Adwords Keyword Research and Keyword Tracker. Think again.

By Roger Janik ; July 14th, 2011
Tagged:

I have to admit, that viewing webpages today's means viewing a whole bunch of buttons everywhere. I see a button for Twitter, Facebook, Wordpress, Linkedin , etc.  While I understand that many web developers are more than happy to add these button to help spread their content, many more take adding buttons with a grain of salt.  So that now that Google +1 has created their own "Facebook Like" button, should web developers, SEO, and SEM professionals start adding it to their site?

By Roger Janik ; June 9th, 2011
Tagged:

One of the key factors to creating a website that draws and engages visitors is not only to have it look aesthetically pleasing, but to ensure that it is dynamic.

By Joel Walsh ; April 28th, 2009
Tagged:

A nostalgic look back at 90s web design, and a warning to anyone whose website is an accidental anachronism.

 

Remember the days when every PC was beige, every website had a little Netscape icon on the homepage, Geocities and Tripod hosted just about every single personal homepage, and "Google" was just a funny-sounding word?

 

By Danny Wirken ; April 13th, 2009
Tagged:

A .htaccess file is a simple ASCII file similar to that created through text editor such as Notepad or Simple Text. Most people are confused with the naming convention for the file. The term .htaccess is not a file .htaccess or somepage.htaccess because it is the file extension simply named as such. Its widely known use is related to implementing custom error page or password protected directories.

Creating the File

By Bruno Marchand ; March 7th, 2009
Tagged:  •  

I originally taught myself HTML 4.0 a few years ago, but I found it difficult to make the transition to using xHTML with CSS (Cascading Style Sheets). However, due to being involved with a small website I was forced to make sense of it. In this article I will run through the practical implications of switching between the two, in other words what you will need to do to make your HTML work with stylesheets.

 

By Fabian van Luyn ; February 18th, 2009
Tagged:  •  

Some browsers don’t support CSS as well as others. Some designs require CSS-hacks to assure browser compatibility. I think that the most used CSS hack must be the use of Conditional Comments, but the major disadvantage of Conditional Comments is that they require to change the HTML file. Sometimes it’s not possible or not convenient to change the HTML, for example when you already have a site with hundreds of pages and you don’t want to add the conditional comments to make use of the new design.

By Dejan Cancarevic ; February 10th, 2009
Tagged:

Earlier before I have written an article about current best CSS hacks which you can see here And now here’s the list of today’s most used CSS tricks – tips. I have added image examples for most of them because of critics on CSS hacks article. If you think I have missed any please let me know.

By Kaspars Dambis ; January 20th, 2009
Tagged:  •  

Seeing a <div class="left green">...</div> block in HTML code might hurt the eyes of a lot of web designers. To identify good and bad id and class names, it is important to understand the idea of the CSS.

The World Wide Web Consortium (W3C) defines CSS2 as:

By Joseph Dickinson ; January 9th, 2009
Tagged:

I know it sounds awkward, but resemblance to the 1990s is still around. You may be puzzled, now what is this man talking about? I’m talking about individuals, small business, and even corporate Fortune 500 companies still designing websites in not yesterdays standards, but standards from many days ago. Far too often, individuals make websites into art projects, when in reality they are there to serve a purpose and that is to provide people with information in an appealing manner.

By Marci Crane ; October 16th, 2007
Tagged:  •    •  

Professional web site design is important but you don't have to be a licensed professional to get an online space that “says” professional web site design with confidence!

The following design tips will help you to achieve the look alike professional web site design that your business or personalize website has been waiting for.

By Jesse Skinner ; October 9th, 2007
Tagged:

Semantic HTML means using HTML tags for their implied meaning, rather than just using (meaningless) div and span tags for absolutely everything. Why would you want to do this? Depending on the tag, the content in the tag can be interpreted in a certain way.