Skip to content

Category Archives: browsers

Browsers, schmowsers

My local newspaper carried an article on Sunday that claimed that Google’s Chrome was a much better browser than the competition, particularly Internet Explorer. I don’t disagree with that conclusion, but there have been better browsers than IE around for a long time: Firefox, Opera, Safari and others. Yet IE still holds the majority of [...]

Useful links: online learning, browser basics, the personal blog

Usability Issues that Impact Online Learning from Faculty Focus doesn’t mention specific tools that meet some of the standards suggested for good usability in online learning, but it does tell you some things to strive for: Good usability for online learning materials means the site, content, and media are easy to find, use, and navigate. [...]

Summary of eHow articles for October

I spent some time in Santa Fe in October. My friend Patrica got married there. Woohoo! The ceremony was at the beautiful Pecos National Historical Park outside Santa Fe in the mountains. This photo of typical Santa Fe architecture is the Inn at Loretto near the state capital in Santa Fe. On eHow, I posted [...]

Codeburner Add-on for Firefox

You now have access to all the Sitepoint References for HTML, CSS, and JavaScript available in Firefox as an add-on. You can download the  Codeburner add-on free from Sitepoint. The references provide syntax information, browser compatibility charts and sample code for HTML and CSS. The new add-on was just released. For a limited time, you [...]

HTML5: The section element

This article is one in a series of brief discussions about the proposed specifications for HTML 5. View the Working Draft for HTML 5 at the W3C. The section element is a new semantic element. It groups related content. This might be a part or chapter in a book, a section in a chapter, or  [...]

HTML5: The nav element

This article is one in a series of brief discussions about the proposed specifications for HTML 5. View the Working Draft for HTML 5 at the W3C. The nav element is a new semantic element. It is meant for navigation or a table of contents. Each nav may include other  HTML elements, particularly lists of [...]

HTML5: The DOCTYPE Declaration

This article is the first in a series of brief discussions about the proposed specifications for HTML 5. View the Working Draft for HTML 5 at the W3C. The DOCTYPE declaration for HTML5 is very simple. <!DOCTYPE html> This DOCTYPE declaration can be used for documents that use either HTML and XHTML syntax. It is [...]

Useful links: zoom

Why browser zoom shouldn’t kill flexible layouts from zomigi talks about whether browser zoom solves all the problems solved by flexible and liquid layouts. Zoe contends that zoom doesn’t do all that. The fallacy of page zooming from All in the Head is another voice in the discussion. And two posts from early in the [...]

Summary of eHow articles for June

Summer is here. A mini-vacation for my family was a fast trip to Sea World San Antonio. My kids and grandkids and myself took in the heat, the shows, and the water. We wore ourselves out having fun. I also got a few things written for eHow in June: How to Style a Form Label [...]

Useful links: CSS chart, Safari 4, Great Old Broads

Experimental CSS compatibility table from westciv is  worthy of a bookmark. This page currently lists compatibility for more recently added features of CSS in contemporary browsers. What’s new in Safari 4 on the Apple site describes features of the newest Safari browser. Check out the developer tools, which are automatically included and need only be [...]