Breadcrumbs
Tag: "cross_browser"
-
First Look at Adobe BrowserLab
- Author
- Date
- Sun 26 Jul 2009 at 13:16
- Type
- Blog Entry
Last month, Adobe released BrowserLab, an online tool to help web developers easily preview their websites in multiple web browsers without needing to have each browser installed. You simply input your website's URL and it shows you how your website renders in Firefox, Internet Explorer, and Safari. Furthermore, it has an overlay feature that enables you to see two renderings on top of one another so that you can identify even the most minute differences. This feature is poorly named "Onion Skin View". browserlab_1.jpg|Screenshot of Adobe…
-
Importance of Cross-Browser Compatibility
- Author
- Date
- Sun 9 Apr 2006 at 21:25
- Type
- Blog Entry
- Comments
- 2 comments
Companies seem to not realize the importance of cross-browser compatibility. If a customer cannot use their preferred browser to use your online service, it is unlikely the customer will switch browsers just for your website. Some may, but you had better be a darn good website for that to happen. A few days ago, I went to Progressive Auto Insurance's website. For those who do not know, Progressive is one of the largest online auto insurance providers. They advertise their focus on their customers and how great their service is. Well, I …
-
Top Ten Don'ts of Usable Web Design
- Author
- Date
- Sun 29 Jan 2006 at 9:33
- Type
- Article
What makes a website unusable? Large media files? Complex navigation? Inconsistency? How about all this and more! Find out here as Ethan tells us the top ten don'ts of practical usability.
-
Checking the Browser
- Author
- Date
- Fri 15 Jul 2005 at 21:22
- Type
- Blog Entry
- Comments
- 3 comments
JavaScript can be useful in some hard spots, and a browser detecting script can be very convenient. Detecting the browser of the visitor can easily assist in cross browser web design. JavaScript allows you to access the user's browser via the navigator object: <script type="text/javascript"> var browser = navigator.appName; alert(browser); </script> You can also use another property of the navigator object known as userAgent to access a description of the browser version of the appName property. Here we can combine t…
-
Cross-Browser to the Extreme
- Author
- Date
- Sun 19 Jun 2005 at 20:29
- Type
- Blog Entry
- Comments
- 1 comment
As you browse around the web you come up on many interesting finds, which happens to me quite often. Last week I found Cross-Browser.com, a website full of cross-browser CSS and JavaScript examples. Every example that I've tried works in Opera, Firefox, and Safari. Generally it will probably work in Internet Explorer too. If you're looking for something interesting to spice up your website then you should look through the library on this website. I'll post more on some of the scripts on the website later this month.…
-
Know the Big Players
- Author
- Date
- Sun 12 Jun 2005 at 8:44
- Type
- Article
To some, cross browser design may seem close to impossible, but you have to start somewhere. Here Ethan introduces you to the four main browser rendering engines - KHTML, Gecko, Trident/Talsman, and Presto.
