When we are creating plugins or simple code in jQuery and there is a single or many plugin dependences among them, a common task is to implement a mechanism to
When we are creating plugins or simple code in jQuery and there is a single or many plugin dependences among them, a common task is to implement a mechanism to
In a previous post I explained what is the process for Saving a complex JSON object in a cookie by using jQuery (demo included in PHP). Now, I would like to add
“A woman tells her programmer husband to go to the store for some milk and while he’s there, get some eggs. He takes egg carton after egg carton, until there
Java is a Platform to create robust, secure and scalable stand-alone and enterprise web applications. It has a lot of classes and resources that make easy to develop many functionalities
Today, I spent almost three hours to test and implement a mechanism to save a complex JSON object and get it to render in a HTML output,, for this reason
Sublime Text 2 is my opinion one of most beautiful and useful editors for web developers, of course I really like Notepad++ (but this one, it doesn’t have a version
This short script could help you find blank lines at the beginning or the end of a set of files (in this case in the same directory where you run
Today, when I updated a repository in git I realized that my co-workers -accidentally- broke a project (in CakePHP). What error was displaying? simple and a little confusing: [crayon-6077aaaca1542487315632/] So,
When you need to know if an element exists in the DOM (Document Object Model), only uses this small code: [crayon-6077aaaca1713810080996/] The length property returns the number of elements that
The easiest way that I have found to install PHP Composer is following next commands: 1) Go to your directory where you want to install PHP Composer, for example I