HTML-Advisor
Mostly practical advices

Posts Tagged ‘text’

Main SEO mistakes

Tuesday, May 20th, 2008

Splash Page
I’ve seen this mistake many times where people put up just a big banner image and a link “Click here to enter” on their homepage. Next case – the “enter” link is embedded in the Flash object. Google’s spider can crawl .swf files, indexing the text inside them and following the links they [...]

  • SEO
  • May 20th, 2008
  • 0

PSPad

Sunday, February 4th, 2007

PSPad is a freeware programmer’s editor for Microsoft Windows operating systems, useful for people who:

work with various programming environments
like highlighted syntax in their source code
need a small tool with simple controls and the capabilities of a mighty code editor
are looking for a tool that handles plain text
want to spare time - PSPad offers rich [...]

CSS Organization Part 2

Monday, June 5th, 2006

Do you write and manage large CSS files? Ever get tired of scrolling up and down in search of a specific rule or set of rules? The CSS files are often quite long, requiring constant scrolling up and down several screen’s worth of text to alter rules or add new ones.
Grouping your CSS rules
Every project [...]

  • CSS
  • Jun 5th, 2006
  • 2

The title and alt attributes

Sunday, June 4th, 2006

When browser vendors bend the standards and implement something in a different way than what the specification states, they may cause problems, or at least confusion. One example of this is the way certain browsers, the most widely used being Internet Explorer for Windows, handle alt attributes (popularly and incorrectly referred to as “alt tags”).
Alternate [...]

HTML vs XHTML?

Sunday, June 4th, 2006

It seems like the eternal question amongst web developers: HTML or XHTML? Wherever I look there seems to be posts in forums raising the question, web developers asking me or other people write blog posts about what they believe is the right way to go. I’m not writing this post to tell you what the [...]