Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154

Deprecated: Function split() is deprecated in /home/malatyau/public_html/inc/magpierss/rss_parse.inc on line 154
Malatya RSSfeed Directory/RSSbesleme Dizini
Directory Cats Simple mode | Advanced mode

Weblogs [Personal] (181828) Weblogs [Computers] (11340) Business (30824) Computers & Internet (9958)
News (4307) Miscellaneous (41441) Regionals (4072) Companies (2469)
Malatya (9)

Submit Your Feed

456 Berea Street
Put this feed on your website
Description: 456 Berea Street is where Roger Johansson writes about web standards, accessibility, usability and other topics related to web design and development.
Format: RSS 2.0
Url: http://www.456bereastreet.com/feed.xml
 
Latest headlines
456 Berea Street
Using max-width on images can make them disappear in IE8
Thu, 02 Feb 2012 20:16:00 +0200

I recently ran into a problem that was really hard to figure out. I was working on a responsive design where I used img {max-width:100%;} to make sure that images would be downsized rather than overflow in narrower viewports. It worked great everywhere… until I went to check in IE8. The site’s logo was gone! None of the usual IE bug fixes cured the problem, and it took me quite a while to realise that max-width was part of the problem.Read full postPosted in Browsers, CSS.Copyright © Roger Johansson
How to adjust an iframe element’s height to fit its content
Fri, 16 Dec 2011 09:06:00 +0200

In an ideal world there would always be a clean way of displaying data supplied by a third party on your site. Two examples would be getting the data in JSON or XML format from a Web Service and having an API to code against. But you don’t always have any of those options. Sometimes the only way of incorporating data from a third party is by loading it in an iframe element. A few examples are financial reports, e-commerce applications, and ticket booking applications. Using an iframe is not ideal for many reasons, one of which is that it can make multiple sets of scrollbars appear on the page. Not only does it look ugly, it also makes the site less user-friendly. But there is a workaround.Read full postPosted in JavaScript, Usability.Copyright © Roger Johansson
Visited links can only be differentiated by colour
Thu, 08 Dec 2011 19:13:00 +0200

Showing whether a link on a web page has been visited or not can be very useful. One example that many will be familiar with is how it helps you know which links you have already followed from a Google search results page – links to pages you have already visited are a different colour than the other links. Changing only the colour can be a bit subtle though, especially for people with colour vision deficiency. Depending on which colours are used to differentiate between visited and unvisited links it can be hard to tell them apart. To make the difference more obvious, there are a number of techniques involving background images, generated content (like the one I describe in Check marking visited links), and other CSS properties. However, if you’ve been using any similar tricks to style visited links, it’s time to forget about those and start relying on colour alone.Read full postPosted in Browsers, CSS.Copyright © Roger Johansson
The difference between width:auto and width:100%
Fri, 02 Dec 2011 09:05:00 +0200

When adapting a layout for different viewport widths (a.k.a. responsive design) or media (like print), it’s common to reset any float and width values on major layout blocks to linearise their display. Unfloating a floated element is as simple as specifying float:none. Width doesn’t seem to be quite as straightforward – lately I’ve come across several cases where people use width:100% to undo explicitly specified widths when they should be using width:auto instead. So here’s a brief explanation of the difference.Read full postPosted in CSS, Quick Tips.Copyright © Roger Johansson
Styling buttons in iOS WebKit and -webkit-appearance:none
Thu, 24 Nov 2011 20:12:00 +0200

I just recently ran into an issue when styling buttons that had me pulling my hair for a while. I had my buttons looking the way they were supposed to look in desktop browsers, but when I went to have a look in Safari for iOS, much of my CSS wasn’t applied. This was pretty puzzling as I couldn’t remember having any problems with buttons in Safari for iOS before. After taking a closer look at the CSS I was using for these particular buttons and the CSS I had used previously, I managed to find out what made the difference.Read full postPosted in CSS.Copyright © Roger Johansson
Screen readers and CSS
Thu, 17 Nov 2011 20:03:00 +0200

As I have noted in a couple of blog posts recently, there are some cases when CSS has quite unexpected results in screen readers (or the way web browsers create the accessibility information they hand over to screen readers). If you haven’t read them, the posts are Screen readers, list items and list-style:none and Using display:table has semantic effects in some screen readers. Here are a few examples: Using display:table on non-table elements to get the visual layout characteristics of an HTML table without actually using one may cause screen readers to act as if there was a real table Using display:block or float on table-related elements may cause screen readers to treat the table as a layout table and ignore its semantics or report an incorrect data structure Using list-style:none to visually remove bullets or numbers from list items may cause screen readers to ignore them too, basically treating list items as paragraphs of text Read full postPosted in Accessibility, CSS.Copyright © Roger Johansson
JavaScript-created markup also needs to be semantic and accessible
Thu, 10 Nov 2011 19:07:00 +0200

Back in the day you used to be able to view source on a web page to see the markup used to create it. These days, on many sites, a large portion of the markup is not visible when you view source because it is inserted by JavaScript functions. That isn't necessarily a problem provided that you use progressive enhancement and unobtrusive JavaScript. If you follow those principles, content and basic functionality will still be there when scripting is unavailable. Many of us understand that. But one thing I’ve noticed is that some developers forget to consider semantics or accessibility in the markup they use JavaScript to insert.Read full postPosted in (X)HTML, Accessibility, JavaScript.Copyright © Roger Johansson
An accessible, keyboard friendly custom select menu
Thu, 03 Nov 2011 20:04:00 +0200

I’ve always been wary of styling form elements too much. Possible usability and accessibility issues, browser quirks, and the fact that the CSS specification does not define form control styling are the main reasons. With that said, sometimes you have to do things you don’t really want to. Like styling select elements, which I’ve recently had to find a way to do. There are quite a few workarounds for doing this out there. However, most of the ones I looked at replace the select element with a bunch of links which changes semantics and behaviour a bit too much for my tastes. I couldn’t find any implementation that I was completely happy with, so I took the best one I could find and tweaked it.Read full postPosted in Accessibility, CSS, JavaScript.Copyright © Roger Johansson
No more conditional comments in IE10
Thu, 27 Oct 2011 19:12:00 +0300

It’s not exactly news – it was announced in July in HTML5 Parsing in IE10 – but in case you missed it, Microsoft are removing support for conditional comments from IE10. I don't expect this to be a big deal. Actually I’m not sure it will have any impact at all, at least not for me. It’s already a rare thing to need to do something special for IE9.Read full postPosted in Browsers.Copyright © Roger Johansson
Please provide a usable fallback for Flash content
Thu, 20 Oct 2011 18:43:00 +0300

Since uninstalling Flash I’ve noticed how common it is for sites that still use Flash to pay little or no attention to visitors that do not have Flash Player installed. Showing a “Missing plugin” message instead of navigation links or even worse, the entire site, is an efficient way of turning people away. There used to be a time when “everybody” had Flash player installed. These days there are many millions of iOS users that don’t. Apple does not include Flash Player with new Macs anymore (neither is it included with OS X 10.7 Lion). And then there are people who block Flash with browser extensions or uninstall it completely.Read full postPosted in Accessibility, Usability.Copyright © Roger Johansson

& Cyprus &