- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- Dopefly Tech Blog (7 hours)
- fladdict.net (jp) (8 hours)
- blog.onepixeloff (8 hours)
- Profissionais de Web (10 hours)
- Garotos de Web (10 hours)
- injun #576871 (11 hours)
- Ted Patrick (11 hours)
- Neurofuzzy - Flash Steamed Goodies (11 hours)
- Hefty Joes Flash Site (12 hours)
- Eje-Zeta (12 hours)
Delicious Ubiquity command
I’ve been playing with Ubiquity for a while and I find it really usefull. I was wondering, why there was no “Delicious” command, so I “created” one, that simply bookmarks the current page to Delicious (I hope the Delicious people won’t mind, but I had to react, Delicious, is one of the only usefull website [...] (translate)
Removing the hand cursor from a disabled LinkButton control in Flex
The following example shows how you can remove the hand cursor from the a Flex LinkButton control by extending the LinkButton class, overriding the enabled setter function, and setting the useHandCursor property. Full code after the jump. (translate)
Project Capuchin SDK is out! (Java ME and Flash Lite “bridge” technology)
Looks like Sony Ericsson released the Project Capuchin SDK, including some new resources (tutorials, examples): Project Capuchin SDK available for download, bridging Java™ ME and Adobe® Flash Lite™ Sony Ericsson’s Project Capuchin SDK is a set of APIs, a packaging tool, documents and getting-started tutorials that enables developers to bridge the Java™ ME and Adobe® Flash Lite™ [...] (translate)
SWF2Go Version 2.0 coming soon! New features!
Faisal and the rest of Orison Technologies has been working on SWF2Go version 2.0 (currently version is 1.5) according to his blog. For those unfamiliar with SWF2Go, 1.5 (the current version) can be summed up as: "a Professional SIS Installer and SWF Launcher Toolkit for Flash Lite". Since this new 2.0 version isn’t quite released yet, [...] (translate)
Tuning your ColdFusion logging
In the ColdFusion Administrator you can configure the logging behaviour to some extend. Where the ColdFusion logfiles are written, whether to log all email messages, long running pages etc. But you can not change the columns or masks for date formatting there, which is unfortunate because the native date mask for the logging is rather [...] (translate)
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)