Latest Community News (rss)
1 | Next Page

Hot Sun, Glassy Waves, Breathe of Fresh Air

Sep 7, 2008 6:00 AM
Rating: (Total Clicks 3)

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)

Sep 7, 2008 3:29 AM
Rating: (Total Clicks 16)

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

Sep 7, 2008 3:05 AM
Rating: (Total Clicks 6)

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

Sep 7, 2008 3:04 AM
Rating: (Total Clicks 5)

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

Sep 7, 2008 2:06 AM
Rating: (Total Clicks 8)

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’

Sep 7, 2008 12:57 AM
Rating: (Total Clicks 17)

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

Sep 7, 2008 12:49 AM
Rating: (Total Clicks 12)

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

Sep 6, 2008 11:35 PM
Rating: (Total Clicks 11)

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

Sep 6, 2008 10:47 PM
Rating: (Total Clicks 23)

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!

Sep 6, 2008 10:15 PM
Rating: (Total Clicks 13)

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)

1 | Next Page