SOME RANDOM WORDS FROM ME TO THE WORLD

January 22, 2013

When you work as a web developer sometimes is great to have some nice options to make easier you job. On CMS world we can find different solutions to help us, but sometimes our favorite is not the best. I think part of being a good developer is taking the right decision on what the … Read more

January 7, 2013

Here I leave you a great infographic by KISSmetrics, about 8 common web design mistakes and some workaround  to fix them. Via Social Caffeine

November 9, 2012

A few days ago I was reading again some chapters from the book Even Faster Web Sites, by Steve Sounders, and came to me the idea of write about the loops in JavaSctipt and make some test. Usually when your are learning a programing language, one of the first things you learn is how to … Read more

September 28, 2012

Have you ever wonder how to get the binary gap of a integer? Me neither, but I have to figure out how to get it for an exam. If you are not familiar with the term, the a binary gap is the space between to number “1″. For example, the binary representation of 9 is ’1001′, … Read more

August 6, 2012

Last week I published a new jQuery plugin: “dreamyLiteBox”. And as the title says, it is a simple multipupose lite box with several uses like alert popup, a confirm box, a prompt box, a wait popup or modal window. Using the default buttons, your custom buttons or none. You can see a live example on … Read more

June 3, 2012

A few month ago I made a compilation of 5 Javascript resource. Now is time to make a compilation with great web app for web development. JSON Formatter & Validator This a great tool that will help you to work with JSON. The JSON Formatter was created to help with debugging. As data expressed as … Read more

May 22, 2012

The last weekend I went to the first JSConf in Argentina. There was a hugh amount of great local and international speakers.

March 2, 2012

Update (03/01/13): a new version is out on GitHub. After a while, I released a new version of this simple and lovely tooltip. With the new version of this jQuery plugin you will have a great tooltip with a couple of options like position(top,bottom, left, right), events(click and hover), speed, effect and callbacks very easy. … Read more

February 25, 2012

Last week I started working in personal project just to help me to learn some of the new CSS3 features. The idea is to create a Web App for testing and learning this new features.  And there is a lot of great new features, but undoubtedly one of my favorite is the “border radius“. After so … Read more

November 21, 2011

This time I’m sharing some resources that I found helpful while I developed in this great language. As we can read in the website of Mozilla: “JavaScript (sometimes shortened to JS) is a lightweight, object-oriented language, most known as the scripting language for web pages, but used in many non-browser environments as well”. Here are … Read more