Reading time: 1 – 2 minutes I have just came across this very nice service which promises to write Regular Expressions for you. We all know how painful writing a regular expression can be, and on this website, you can not only have the pattern created for you, but also have it translated into the [...]
Continue reading about Tip of the day: Regular Expression Generator
Reading time: < 1 minute Just as a follow up to my last post, I just wanted to put this quick note here to tell everybody that all the venues for Scotch on the Rocks Road 2009 have been confirmed. You can also download your Speaker, Attendee, Drinker or Fanboy badges here, and put them [...]
Continue reading about Scotch on the Rocks Road 2009: All venues confirmed
Reading time: < 1 minute I’m just studying a little bit of Flex and Action Script 3. Basically to be able to build some tiny gadgets using Apollo. While building one of them, I came up with the following function: What it does, is take all the first letters of each word of the string given [...]
Continue reading about AS3 my own implementation of capFirst()
I was going through the blogs and found that I was pretty late in releasing my first Apollo app. So I decided to play around with Apollo and build something. It’s a Lyric Finder (I know… very stupid creative name).
It uses lyricwiki as source and some regular expressions to interpret the results. I know there should be an easier way to do that using some sexy webservices, but as I’m still learning the stuff….
And it also helped me to realize that I’m still pretty bad in AS3.
Continue reading about Yet another first Apollo app – Lyric Finder
Reading time: < 1 minute For those who are either learning or developing flex apps and want to be able to compile and test it online, Adobe created a new website powered by ColdFusion and Flex that let you compile your MXML or AS3 code online, and see a preview Check it out
Recent Comments