- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- TopStyle (39 days)
- javascript.com (1 day)
- webreference.com (1 day)
- JavaScript Tip Archive (20 days)
- Jim Waldo (513 days)
- petes eats (349 days)
- flaver (343 days)
- spikefu (705 days)
- Developer Dispatch (3 days)
- FlashComponents.net (1265 days)
Hot Sun, Glassy Waves, Breathe of Fresh Air
I’ve been off the air for the past few days due to a combination of a massive amount of Thermo work, an Adobe AIR project I had to crank out in two days, perfect Bay Area weather, and a beautiful north swell that has Ocean Beach hitting like it rarely does. With this weather and those [...] (translate)
I Am Trying To Believe (that Rock Stars aren't Dead)
Trent Reznor says "Steal my music" as he recognizes the future of the music business is him monetizing his talent through touring. The rock star made from highly leveraged disc sales is dead. (translate)
Setting the horizontal gap between an icon and label on a LinkButton control in Flex
The following example shows how you can set the gap between the icon and label on a Flex LinkButton control by setting the horizontalGap style. Full code after the jump. (translate)
as3corelib Tutorial:How to Use NumberFormatter Class in Flex
NumberFormatter class contains static utility methods for formatting Numbers. Now, there is a mere method defined. The method addLeadingZero “Formats a number to include a leading zero if it is a single digit between -1 and 10.” , simple but very useful. I found codes “returnString+=NumberUtil.addLeadingZero(dateToFormat.getDate());” from internet. We can see that this [...] (translate)
Quickly Understanding Selenium
Selenium is an open source, simple web site testing and automation platform. I say it's a "platform" because it can't really be classified as just a tool, a language, API or a full application, but rather to a degree, all of these.The basic idea is to create, using very plain, easy HTML, a repeatable script that is then executed by a Selenium runner.I recommend using the Selenium IDE to create your first script. It's an add-on to IE and Firefox that records your clicks. Save it to a file (it generates plain HTML) and you can repeat it later on. (translate)
The 20 Best Wordpress plugins on the net’
I will be sharing with you all the best plugins there are for Wordpress currently. FYI all of them including wordpress are free :D. Akismet Well known anti-spammer tool that is basically cross-compatible with almost 99.9% plugins out there for wordpress from comments to submissions of articles etc. Pros : Works dam well , Updates like almost every [...] (translate)
Freedom Fry vs. Nothing
Microsoft may have Jerry Seinfeld, but GNU has Stephen Fry. In my mind GNU wins in terms of quality, substance and (let's face it) coherence. It wouldn't really be fair to compare GNU's message to Microsoft's. Microsoft would have to actually have... (translate)
Freedom Fry vs. Nothing
Microsoft may have Jerry Seinfeld, but GNU has Stephen Fry. In my mind GNU wins in terms of quality, substance and (let's face it) coherence. It wouldn't really be fair to compare GNU's message to Microsoft's. Microsoft would have to actually have... (translate)
"BX" - Initial event list
I put together a detailed list of initially supported events. These map to the events available in Flash Player 9+.surface events:instance.events.downinstance.events.upinstance.events.overinstance.events.outinstance.events.moveinstance.events.wheelinstance.events.draginstance.events.dropinstance.events.drag_overinstance.events.drag_outinstance.events.clickinstance.events.doubleinstance.events.keyinstance.events.key_downinstance.events.key_upinstance.events.focus_ininstance.events.focus_outsystem events:bx.events.activatebx.events.addbx.events.stage_addbx.events.deactivatebx.events.framebx.events.removebx.events.stage_removebx.events.renderbx.events.tab_children_changebx.events.tab_enabled_changebx.events.tab_index_changebx.events.focus_inbx.events.focus_outbx.events.key_focus_changebx.events.mouse_focus_changebx.events.keybx.events.key_downbx.events.key_upbx.events.clickbx.events.doublebx.events.downbx.events.movebx.events.outbx.events.overbx.events.upbx.events.wheelbx.events.dragbx.events.dropbx.events.drag_overbx.events.drag_outbx.events.outbx.events.overI will be adding several other higher level events to capture more detailed interactions. Examples of the higher level events would be "drag", "drop", "drag_over", "drag_out". With better higher level events, much more complex interactions are possible.Also due to the naming conflict with BRIX-CMS, I have opted for a codename of "BX". All good.Cheers,Ted :) (translate)
jQuery Tip: Validate your XHTML!
I’ve just been playing around with jQuery. It’s an amazing framework. It really speeds up development, and make RIA development for the web very easy - much easier than Flash. The only drawback is that browser compatibility becomes an issue. I created a friend manager and avatar builder using jQuery, and [...] (translate)