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 [...]
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 [...]
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 [...]
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 [...]
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 [...]