As a web developer I am sure you have asked yourself many times how to decide which web browser your project should support when it is using new HTML5 semantic
As a web developer I am sure you have asked yourself many times how to decide which web browser your project should support when it is using new HTML5 semantic
Today, I would like to share a useful code that could help when you need to know if a color is correctly entered in an input field. So, here is
When you have a project created on Joomla CMS, you will need to protect your directories and files in order to avoid a possible attack or loosing information. During my
Imagine the situation where you need to read a list of configuration permissions, these permissions are inside of an XML file called permisos.xml in a valid directory of your server. In
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
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
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-607798ed01e64878012783/] So,
When you need to know if an element exists in the DOM (Document Object Model), only uses this small code: [crayon-607798ed02071990484477/] The length property returns the number of elements that