Posts in: JavaScript/ECMAScript
- JavaScript from HTML loaded into Flash
- An answer to the question that you may or may not have asked: Yes it is possible to invoke a JavaScript function from HTML content that has been loaded into Flash. You can read the rest of the post, or jump straight to the example (and maybe come back to the post afterwards). Let’s say you [...] [5 Feb 2007]
- A JavaScript Primer in Four Parts
- Everybody’s favorite Yahoo! developer (at least now that Ernie is gone), Douglas Crockford serves up the nitty and the gritty of JavaScript. Part 2, Part 3 and Part 4 are also online. [Via YUI Blog] Related: Core JavaScript 1.5 Reference from the Mozilla Developer Center [24 Jan 2007]
- San Francisco: @media 2007 - America
- The @media conference has grown from being a U. K. thing to a world-wide thing. This year, they’re doing three sessions in San Francisco, Hong Kong and in the conference’s hometown of London. The S. F. conference will include presentations by Tantek Çelik, Dan Cederholm, Jesse James Garrett, Molly Holzschlag, and Cameron Moll (check out the [...] [18 Jan 2007]
- Aptana IDE: Is it the text editor you’ve been looking for?
- UPDATE 2: Aptana, beta build 9 includes support for PHP. UPDATE: Aptana has released a beta version that has Ruby on Rails support I first heard of Aptana in the comment thread of a Lifehacker post (about free CSS editors). I’ve been using it on and off for the last few months, both at home and [...] [17 Jan 2007]
- Rounded corners using DOM Scripting and CSS
- This is unintentionally similar to Adam Kalsey’s technique. I had the idea and did a proof-of-concept. Then I did a Google search for ‘rounded corners’ and found that he (and about 5011 other folks) had already published something quite similar. I think my method is different enough to warrant a post. And if it isn’t, [...] [29 Nov 2006]
- Methods for embedding Flash
- I stumbled across this year-old post: In search of … a perfect plugin technique. Lots of good stuff about the pros-and-cons of various means of embedding Flash content. I’m partial to two methods: Using JavaScript to write the object and embed tags, and providing a <noscript> alternative, such as a static image. Using the object element, and embedding [...] [14 Nov 2006]