Archive for the ‘JavaScript’ Category

A JavaScript Content Switcher That Works Without JavaScript | impressivewebs

Tuesday, March 9th, 2010

Recently, while doing research/work on a completely unrelated topic, I came across the beautiful illustrations on Rype Arts, which are displayed inside of a JavaScript-driven content switcher. For some reason, I happened to visit the page with JavaScript disabled and noticed that the content switcher was still working (albeit, with a few flaws).

At first I couldn’t figure out how it was functioning. Normally, with JavaScript disabled, this type of content switcher (or content slider) will just display one item, or else display all items, without allowing any “switching” functionality. After some poking around, I realized it’s not a very difficult thing to do. The switcher utilizes in-page anchors and overflow: hidden to keep the switchability intact.

Visit Source

TinyScroller JavaScript Scrollable Div

Saturday, October 3rd, 2009

TinyScroller is a basic scrollable div script at only 1.7KB. It can be used with any HTML and degrades gracefully. The styling is completely customizable through the simple CSS. More features will be coming soon. I have redesigned leigeber.com and am going to be publishing a number of scripts and articles shortly. I will also be releasing my previous blog theme for free.

Visit Source

Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs

Saturday, October 3rd, 2009

“The best strategy for dealing with Internet Explorer 6 is not to support it.

Stop. Ok, I feel your frustration. You’re a web developer and you’re ready to tear your hair out because you have to support Internet Explorer 6, but, to put it tactfully, IE6 doesn’t support you. You’ve spent hours on it, but you just can’t seem to get your layout right. I can empathize. I can also help.

This isn’t one of those rants about IE6 or a campaign to try to kill it. There are enough of those around the web, but they don’t help if you need to support IE6 because it still has a significant enough marketshare that you can’t ignore it for business reasons. No, this is the resource you’ve been hoping for.” – via www.virtuosimedia.com

Visit Source

10 CSS properties that ‘were’ impossible to implement in IE6

Saturday, July 25th, 2009

This post is about 10 commonly used css properties that were impossible to implement in IE6. While redesigning ProductiveDreams, I came across a few css compatibility issues with IE6 and had to spend hours searching the solution for each issue.

Visit Source

TypeSelect – Javascript-based Selectable Typefaces

Monday, July 13th, 2009

Beautifully rendered & selectable typefaces controlled by CSS. You shouldn’t have to compromise the design or the user’s experience to have selectable text.

Visit source