Archive for the 'Front-end code' Category
Posted May 12th, 2008 in Front-end code.
In a recent test with Internet Explorer’s conditional comments, some of the more complex operators didn’t seem to work. For example, trying to target IE 6 and 7 defensively, the ‘and’ operator didn’t work. However, there is another solution.
Posted in Front-end code | 3 Comments »
Posted May 8th, 2008 in Accessibility, Front-end code.
Recently a link to a Search Engine Optimisation (SEO) cheat sheet came across my radar, and I was curious what sort advice is given for SEO these days. I’m not an SEO expert, but I thought a short analysis of how SEO and accessibility overlap or conflict would be useful.
Posted in Accessibility, Front-end code | 5 Comments »
Posted April 20th, 2008 in Accessibility, Front-end code.
The recent (and quite significant) overhaul of Wordpress’ admin area is very good, streamlining your blogging and making previously diffiicult things quite simple. One of the new features is the ability to automatically create a gallery within a post of all the picture uploaded to that post. I wasn’t very happy with the code output for galleries, so I took it apart and tried to improve it.
Posted in Accessibility, Front-end code | 26 Comments »
Posted February 3rd, 2008 in Browsers, Front-end code.
Layouts are becoming an issue again. The (browser) landscape is changing, as are the fashion in layouts, but not really in unison. I can understand giving a greater weight towards design aspects, and maintaining the grid, however, I find the timing curious, as these changes seem likely to be obsolete soon.
Posted in Browsers, Front-end code | 23 Comments »
Posted August 30th, 2007 in Front-end code.
There has been a little buzz about some CSS libaries, such as Blueprint, although YUI’s grids & other parts have been around for a while. I’ve kept an eye on these, but they have never seemed suited to CSS for one reason.
Posted in Front-end code | 12 Comments »
Posted August 29th, 2007 in Front-end code.
There are some things that are nice to add to a site that you don’t actually want to put in the content. They should be automatically added, so that you can change them systematically across the whole site. You can use JavaScript to add useful things like highlights for external links and to make quotes clickable. Not new things, but a collection of some robust enhancements.
Posted in Front-end code | 8 Comments »
Posted July 21st, 2007 in Accessibility, Front-end code, WYSIWYG editors.
A simple rule for good web sites: content is golden. In an accessibility context, structured content is golden. It a core responsibility of the site owner to ensure this is followed (not just the developer). When you examine this issue, you can then understand why few organisations will ever produce accessible PDFs.
Posted in Accessibility, Front-end code, WYSIWYG editors | 5 Comments »
Posted June 19th, 2007 in Front-end code, Mobile.
I’m not sure whether to put this down to an issue with my (mobile) ISP, or whether it should count against using XHTML sent as application/xhtml+xml? I’ve recently found that even a well authored site using valid XHTML can display as an XML error in browsers that support XML mime types.
Posted in Front-end code, Mobile | 14 Comments »
Posted June 14th, 2007 in Accessibility, Browsers, Front-end code, PDF / Flash, Usability / IA.
With all the fuss over AJAX and Flash accessibility you get, I thought it might be worth outlining the process we used to create a Flash/AJAX widget and highlight one of the advantages you get with this method. It also means that the use of Flash has no impact on your Search Engine Optimisation.
Posted in Accessibility, Browsers, Front-end code, PDF / Flash, Usability / IA | 3 Comments »
Posted June 10th, 2007 in Accessibility, Front-end code, Real life, Usability / IA, W3C.
I’m just back from @media, and thought I’d post up brief notes (such as they are) for my own reference and anyone else’s gain. Obviously, I will only comment on the presentations I saw, and it’s all from my own particular perspective.
Jesse James Garrett – Beyond AJAX
I didn’t …
Posted in Accessibility, Front-end code, Real life, Usability / IA, W3C | 1 Comment »