Items tagged with javascript

Link // 10.27.2008 // 8:10 AM // 0 Commentstypeface.js

sIFR-alike, written in JavaScript using canvas. Looks pretty nice at a glance, if not as developed as sIFR. It's certainly unfortunate that we still have to use these kind of hacks, but as long as we do, I'll keep noting them here. Visit site »

Link // 10.25.2008 // 2:19 PM // 0 CommentsEric Meyers: JavaScript Will Save Us All

Eric’s got some great thoughts on how we can use JavaScript to get some of the CSS functionality we’d like to see. Some of it is a little bit pie in the sky and maybe not completely practical (for example, I don’t believe Gecko makes unrecognized CSS properties accessible from JavaScript) but the general concept is great. It’s all about getting shit done in an elegant way, rather than putting all the focus on doing things exactly how the standards would suggest — and you know I like that. Visit site »

Link // 10.23.2008 // 8:11 AM // 4 CommentsCSS Browser Selector

This seems like such a smart, elegant, simple solution to targeting browsers with CSS - I’m surprised no one thought of it before. Visit site »

Link // 09.29.2008 // 8:05 PM // 0 CommentsRaphaël: vector graphics JavaScript library

I got to chat with Dmitry Baranovskiy, the creator of Raphaël, at Web Directions South, and I was impressed with both him and his work. This JavaScript library is Really Smart Stuff™. I don’t think there’s any doubt that SVG, Canvas, and VML are part of the future of web graphics, and Raphaël is making it possible to use them today. Awesome. Visit site »

Link // 09.28.2008 // 2:52 PM // 0 CommentsjQuery finds its way into Microsoft and Nokia stacks

Wow. Big win for jQuery. Microsoft is apparently planning to distribute the JavaScript library with Visual Studio, and make it the sort-of go-to library for .NET development. I’m still of the mind that backend development frameworks like .NET (and Django, and Rails, and Cake, and Java…) shouldn’t be in the business of “preferring” a particular front-end library, but you can’t really deny that this is a Really Big Deal™ for the jQuery project. Visit site »

Link // 09.13.2008 // 7:11 AM // 0 CommentsDjango snippets: Orderable inlines using drag and drop with jQuery UI

Simon throws together a handy snippets which allows for orderable inlines using drag and drop (via jQuery) in the Django admin. Sweet. Visit site »

Link // 09.10.2008 // 10:31 AM // 0 CommentsCappuccino Web Framework

I’m quite interested in Cappuccino and Objective-J. Too bad it seems the documentation sucks right now. Visit site »

Link // 07.20.2008 // 7:08 AM // 0 CommentsHeatMap API

A nice-looking API for adding heat maps as overlays on a Google map. Visit site »

Link // 07.06.2008 // 3:04 PM // 0 CommentsShortwave

Shaun Inman’s clever little search bookmarklet is extensible and customizable. Simple and clean. I dig it. Visit site »

Link // 05.28.2008 // 12:07 PM // 0 CommentsGoogle AJAX Libraries API

Google is now serving copies of popular Javascript libraries, including Prototype, Mootools, jQuery, and Dojo, to help with caching. Nice. Visit site »

Event // I attended // 04.16.2008 // 10:18 AMWeb Directions 2008

September 23rd, 2008–September 26th, 2008 in Sydney, New South Wales

Event // 03.17.2008 // 8:06 PM@media 2008 (San Francisco)

May 22nd, 2008–May 23rd, 2008 in San Francisco, CA

Link // 03.15.2008 // 4:19 PM // 0 CommentsjQuery Tutorials for Designers

I’ve been meaning to get my learn on with jQuery for a while now — these Web Designer Wall tutorials seem like a great place to start. Visit site »

Event // I attended // 01.29.2008 // 1:34 AMRefresh Seattle - The Full Stack: Reevaluating the “Layers” of Web Development

October 30th, 2007, 6 PM in Seattle, WA

Event // I attended // 01.29.2008 // 1:34 AMWebmaster Jam Session 2007

September 21st, 2007–September 22nd, 2007 in Dallas, TX

Link // 12.22.2007 // 1:01 AM // 1 CommentWebKit gets Native getElementsByClassName

Here’s to innovation among browser makers! Nice work, WebKit. Mozilla and Opera, where you at? Visit site »

Link // 12.19.2007 // 3:35 PM // 1 CommentIEBlog : Internet Explorer 8 passes Acid2

Wow, very nice. This is impressive. It also makes Opera look very, very silly. So now that all the majors can claim reasonable standard compliancy, can we please get those browser wars started again? :)

Congrats, IE8 team! Visit site »

Link // 12.05.2007 // 4:08 PM // 0 CommentsYUI 2.4.0 Released: CSS Selectors, Charts, Profiler, Script/CSS Get, and JSON Support

Tons of new stuff in the latest release of YUI. I’m particularly stoked about CSS selectors. Awesome. Can’t wait to play with it. Visit site »

Link // 10.24.2007 // 10 AM // 3 CommentsjQuery plugin to auto adjust leading as the measure changes

If you’ve seen my talk on typography, yo know that the rule of thumb says that narrower columns require less leading (or line-height, in CSS) than wider ones. This cool little plugin for jQuery handles this for you automatically, and works very smoothly. Check out the demo page. Via Wilson. Visit site »

Link // 10.17.2007 // 10:35 PM // 1 CommentDigital Web: jQuery Crash Course

Although I’ve been using YUI a lot lately, I have definitely felt tempted by jQuery. I think I’m going to give it a shot and see what I think — Nathan Smith’s crash course looks like a great place to start. Visit site »