5 result(s) found tagged: HTML
MAR 2, 2010

Support Details

Last week I stumbled across Support Details – which is a simple, single serving site by Imulus that tells the user the operating system, screen resolution, web browser, browser size, ip address, color depth, if JavaScript is enabled, the version of Flash installed, and if cookies are enabled on a user’s computer. The site even allows the user to take their results and export a PDF, export a CSV or email their results to a desired recipient.

It shouldn’t be hard to see how a service like this can be particularly useful when attempting to debug issues with less computer-savvy clients who are unsure how to acquire any of this information. If you find yourself attempting to address a similar issue with a client, I’d recommend using Support Details.

SEP 25, 2009

Google = "nokeywords"

The suspicions of many developers and SEO operatives have been confirmed: Google doesn't care about our Keywords.

Well, at least not keywords housed in meta tags. According to the official Google Webmaster blog in a post released on Monday, Matt Cutts explains Google's position on the usage of meta tags, focusing especially on keywords.

Q: Does Google ever use the "keywords" meta tag in its web search ranking?

A: In a word, no...

Read More

MAY 7, 2008

IE 8, HTML 5 and Web Standards

Back in March, Microsoft finally caved under the pressure of web designers and developers and announced Internet Explorer 8 will render content in the most current standards-based mode by default (currently, it must be forced out of "quirks" mode by specifying DOCTYPE). In addition, there will be two other rendering modes that are enabled through meta tag declarations—one comparable to IE 7 and another dating back further. Being the behemoth, corporate entity that they are this is understandable, as they can't ignore businesses locked into previous versions of Internet Explorer. Despite my distaste for most of Microsoft's actions, this is a great decision.

With the release of IE 8 Beta 1, the development team at Microsoft is beginning to release details regarding improvements. The most exciting news I've heard on the IEBlog is the HTML and DOM Standards Compliance in the new beta. It appears as if the team is working with the new HTML 5 specification. As we mentioned around this time last year, there a lot of improvements on the way in the new version of HTML. With IE 8 already in its first beta, the WebKit project churning along and the speed at which Mozilla can kick out new versions of Firefox, it's realistic to think we may be able to utilize many of the proposed HTML features in in the next few years. While that still sounds like a long time, the HTML 4.01 specification was recommended as of December 1999 (XHTML in the following year). The HTML 5 specification was just adopted at the end of 2007 and the first working draft published in January. So, the pace is quickening, even though HTML 5 reportedly won't be "recommended" by the W3C until around 2012.

Read More

JUL 3, 2007

MTV Hats

With the launch of their new, hyrid XHTML/Flash website, MTV kicked off a new project called MTV Hats (aka Header Art Treatments). With some flexibility in the layout, due in part to templates from Dan Cederholm of SimpleBits, MTV is able to accept, approve and drop a variety of header artwork from artists and designers into rotation on mtv.com. Anyone that has ever watched MTV knows they've applied many different treatments to their logo over the years, so this project is not surprising. It is, however, very refreshing for the MTV Design Team to figure out a way to pull more designers and artists into their community. The MTV Design Team says it best though:

We love our logo. For real, we wanna take it out for an expensive candlelit dinner... TWO appetizers. Since MTV's inception in 1981 our brand's been the subject of countless artist interpretations by some of the world's most beautifully warped minds. We plan to keep that spirit alive with the new mtv.com and push it to the next level... YOU.

Read More

MAY 18, 2007

HTML 5 vs XHTML 2

If you've noticed references to HTML 5 or XHTML 2 pop up around the web and aren't aware of the differences between the two, then be sure to read "HTML5, XHTML2, and the Future of the Web" over at Digital Web Magazine.

The article lays out the pros and cons and the general arguments for each language. As you'll read, there's quite a lot in the pipe as far as updates to the functionality of forms, basic client-side APIs and the structure of markup.

Some additional reading:

The future of HTML, Part 1: WHATWG

The future of HTML, Part 2: XHTML 2.0

Read More