MegaStarMedia.com

Custom Web Design

Archive for the ‘social network startup’ tag

W3C Mobile Web Best Practices course, May-July 2010

2 comments

Looking to learn more about developing for the Mobile Web? How about giving W3C’s online course Introduction to W3C’s Mobile Web Best Practices a shot?

This course is an updated version of a course that’s been run several times over the past years – three times last year actually. Read more about why you should attend the course and browse the Read the rest of this entry »\'

Written by megastarmedia

April 23rd, 2010 at 3:04 am

Posted in Uncategorized

Tagged with

Web Inspector adds Timeline and Audits panels

leave a comment

The latest set of improved and new features to the WebKit Web Inspector are really great. I mean really great as in “I’m not so sure how much I’ll be using Firebug anymore.”

Read full post

Posted in , Read the rest of this entry »\'

Written by megastarmedia

April 20th, 2010 at 4:04 am

Posted in Uncategorized

Tagged with

Designing with Progressive Enhancement (Book review)

leave a comment

Whenever I hold workshops or lectures on web development, I talk a lot about Progressive enhancement. To me it is the obvious and only sensible way of building websites and web applications.

With that said, you can bet I was very pleased to learn that Designing with Progressive Enhancement was being worked on. A whole book coveri Read the rest of this entry »\'

Written by megastarmedia

April 16th, 2010 at 4:04 am

Posted in Uncategorized

Tagged with

HTML5 input types

leave a comment

It is a rare day at work when I don’t do anything related to forms. Be it creating forms from scratch, modifying existing forms, handling user interaction with them, whatever. I work with forms a lot. So that’s why one of the things in HTML5 I’m looking forward to the most is the overhaul of the elements and attributes used to create forms.

Among other form-related things, HTML5 adds a whole bunch of new values for the Read the rest of this entry »\'

Written by megastarmedia

April 13th, 2010 at 2:04 am

Posted in Uncategorized

Tagged with

The modern workplace is optimised for interruptions

leave a comment

I recently came across an interview with Jason Fried, co-founder of 37signals, where he among other things talks about why you can’t really get a lot of work done at work:

The modern workplace is structured completely wrong. It’s really optimised for interruptions. And interruptions are the enemy of work, they are the enemy of productivity, they are the enemy of creativity Read the rest of this entry »\'

Written by megastarmedia

April 9th, 2010 at 3:04 am

Posted in Uncategorized

Tagged with

Using the lang attribute makes a difference

leave a comment

About a year ago I posted a Quick Tip titled Specify each HTML document’s main natural language. The reason is that software like screen readers can use this info to adjust the way they speak text.

But do they really do that? Well, it depends. You need to use a screen reader that supports Read the rest of this entry »\'

Written by megastarmedia

April 6th, 2010 at 4:04 am

Posted in Uncategorized

Tagged with

Whenever you use :hover, also use :focus

leave a comment

Probably one of the most common accessibility oversights is neglecting to apply CSS to the :focus state of links whenever you style the :hover state. How much of a problem this oversight leads to for non-mouse users depends on what CSS is applied to the :hover state.

Read full post

Posted in Read the rest of this entry »\'

Written by megastarmedia

April 2nd, 2010 at 5:04 am

Posted in Uncategorized

Tagged with

A selection of VoiceOver keyboard commands

leave a comment

One of the many great things about using a Mac as your development machine is VoiceOver, the screen reader that ships with every copy of Mac OS X. Testing your work in a screen reader is only a small part of building accessible websites, but it helps you understand the need for many accessibility guidelines.

To test your sites in VoiceOver you obviously need to know how to use it to navigate the Web. There are ma Read the rest of this entry »\'

Written by megastarmedia

March 30th, 2010 at 5:03 am

Posted in Uncategorized

Tagged with

Ruby, PHP, MySQL, and Perl issues when upgrading Mac OS X from Leopard to Snow Leopard

leave a comment

I bought Mac OS X 10.6 (Snow Leopard) on the day it was released, but didn’t gather enough courage to go ahead and install it until a week ago. Yep, it’s been collecting dust on my shelf for over six months.

Upgrading between major revisions of Mac OS X has bitten me several times in the past, mostly because I use my Mac as a web development machine. I need Apache, PHP, MySQL, Perl, Ruby and a whole bunch of Ruby gems in working order, and it seems like major Read the rest of this entry »\'

Written by megastarmedia

March 27th, 2010 at 3:03 am

Posted in Uncategorized

Tagged with

Heading navigation in web browsers

leave a comment

All screen readers that I know of have keyboard shortcuts that allow the user to navigate within a web page by jumping from heading to heading. This can really speed things up when you want to skip to a particular section of a page.

Being able to navigate by headings would also be very useful to sighted people who do not use a mouse, but unfortunately very few web browsers offer this functionality. The only graphical web browser I know of that has such functionality built Read the rest of this entry »\'

Written by megastarmedia

March 23rd, 2010 at 3:03 am

Posted in Uncategorized

Tagged with