Tip of the day: Regular Expression Generator
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 most common languages on the web.
I’ve tried it myself, and can say it’s pretty darn good, although it’s automatic generator gives you a lot of “functional-crap” sometimes, it’s good for when you’re in a hurry and need to have a pattern up and running, or is not very confident with regexps.
Check it out here
Quick and dirty jQuery drag & drop
I feel kinda bad to be calling this dirty, but mind you, I’m only using dirty as an expression, as it’s freaking sweet.
Adobe AIR 1.5.1 released
I know I’m a bit late on this one, but yesterday Adobe released AIR 1.5.1 with a few bug fixes and one “_minor-albeit useful-new feature.” as they say.
Things you may not know about jQuery
I just came across this very interesting list of things you can do with jQuery.
I specially loved the last one, which is not really related to jQuery, but can be really helpful. I’ll leave the link here for future reference.
A few new year’s resolutions
Well, I’ve never publicly done this before, as I though it was a little too personal, but this year I decided to try it.
10 Dropbox Invites
Just a quick post to say that I have 10 7 dropbox invites I’m willing to give to anyone able to tell me why I should give it away.
Learning JQuery - Book Review
_Book reviewer Marcos Placona | Publisher: Packt. Author(s): Jonathan Chaffer and Karl Swedberg_ |
JQuery is one of the coolest JavaScript libraries ever released, and has been growing massively on the Web Development scene since it’s release in early 2006. As a big fan of JavaScript libraries, I decided to write this book review.
“Learning jQuery” is a great complement to jQuery’s official documentation, having a nice and clean structure all the times within the book
The book is divided in ten very illustrative chapters containing code samples, and excellent comments related to what is being presented. It also assumes that you have never had any contact with jQuery, but have some knowledge of JavaScript.
The chapters are:
How I treat the links on my blog with JQuery.
This is a very quick and dirty example of how to treat links on your blog / website using JQuery.
Javascript saves the day again.
As some of you know, one of my hobbies is electronics with micro controller usage, and I happen to use an electronics forum a lot when I’m losing hair excessively.
AS3 my own implementation of capFirst()
I’m just studying a little bit of Flex and Action Script 3. Basically to be able to build some tiny gadgets using Apollo.