Latest Community News (rss)
1 | Next Page

Using Camera with a MediaContainer instead of VideoDisplay

Feb 10, 2012 2:15 AM
Rating: (Total Clicks 1)

Unlike the previous MX version, the spark VideoDisplay component has no attachCamera function. The only other examples of Camera usage I have found have all revolved around attaching to a Video objec (translate)

Freebie Friday: Freebies on AppStorm

Feb 10, 2012 12:22 AM
Rating: (Total Clicks 6)

The AppStorm team have been hard at work again. Here is a huge bunch of great free apps and web services they covered. Mac.AppStorm Keep Your Mac Tidy and Fast with CleanGenius Have you ever wondered why your Mac slows down after a couple months of use with no maintenance? Well, one of the reasons [...] (translate)

Apache Flex Logo

Feb 10, 2012 12:21 AM
Rating: (Total Clicks 6)

Over January Apache Flex ran a competition to design a logo for the new podling and here is the winning result. Adrian Knopik & Tomasz Maciąg of Fuse Collective have done an amazing job. Thanks to everyone who entered and voted. Congratulations to Apache Flex!. (translate)

Using Apache mod_cache

Feb 10, 2012 12:18 AM
Rating: (Total Clicks 4)

Recently, I’ve been looking at some of the caching mechanisms to allow for a faster response time from Apache webserver. I know this is a pretty huge topic and it appears that the general consensus is to use one of the known tools like redis, memcached or varnish. However, before diving into one of these [...] (translate)

Video: Spring Roo and Grails Apps on the Cloud

Feb 10, 2012 12:14 AM
Rating: (Total Clicks 6)

At SpringOne 2GX I did a presentation about running Spring Roo (really Spring anything) and Grails apps on the cloud with Heroku. A video recording of my session has been posted on InfoQ. If you want to try out Spring Roo or Grails on Heroku then one way is to deploy a copy of one [...] (translate)

How to Detect Links in a UITextView

Feb 9, 2012 10:33 PM
Rating: (Total Clicks 6)

Links are not clickable by default in a UITextView. But luckily they can be enabled with a few simple lines of code: myTextView.editable = NO; myTextView.dataDetectorTypes = UIDataDetectorTypeLink; Unfortunately you cannot have an editable UITextView with clickable links. If you set editable to YES, then all links will be treated as regular text. You can [...] (translate)

Apache Flex Has A New Logo

Feb 9, 2012 10:14 PM
Rating: (Total Clicks 15)

The Apache Flex project has a new logo. This winning design was created by Adrian Knopik of Fuse Collective. (translate)

EaseCaddy Pro Released

Feb 9, 2012 8:23 PM
Rating: (Total Clicks 6)

There is now a Pro version of our popular EaseCaddy extension (original post). The EaseCaddy panel is a Flash extension that allows you to to store, import, export, and apply custom eases. The basic version of EaseCaddy is still totally free. By upgrading to the Pro version, you’ll be able to apply an ease to [...] (translate)

CSS Regions Support in Google Chrome for Android

Feb 9, 2012 8:16 PM
Rating: (Total Clicks 11)

I’ve been working on some CSS Regions prototypes recently (if you’re new to CSS Regions, check out this post), so when the Chrome for Android beta came out the other day, I decided to see how some of my samples looked on mobile. It turns out, they work perfectly: The CSS Regions capabilities currently in [...] (translate)

Setting Text Selection Colors in JavaScript

Feb 9, 2012 8:16 PM
Rating: (Total Clicks 15)

If you’re building any kind of a text editor in JavaScript, you might want to be able to dynamically set or change the text selection color. I discovered it wasn’t as easy to do as I expected it to be, so I thought I’d share the code. I created this extreme (and admittedly, somewhat obnoxious) [...] (translate)

1 | Next Page