Posts in category

Web development


Successes are not coincidences or moments of luck, but results of effort, sacrifice and perseverance to achieve a dream in life. It is not a question of destiny, because if so, we would not be responsible for the actions that one causes to make things happen. When we dream something and transform it into ...

A Point Sale System is a software that allows any business to have the establishment systematized and organized, providing better service to customers, in addition to streamlining the processes of: sales, purchases, inventories, credits, collections, quotes, among others. Having a Point of Sale System is a necessity for a business since it is simple software ...

All of us who have handled javascript or jquery know what events are, but if you are a newbie here we will put you what an event is: An event in the world of programming is known to any action that the user performs with the system or in our case on the website as ...

Detect browser, operating system with jQuery By Héctor Peña In jQuery, Resources Posted January 19, 2016No Comments Returns true if the current user agent is a version of Microsoft's Internet Explorer. Supports all versions of IE, including IE 11. $.browser.msie; Returns true if the current user agent is a version of a WebKit browser (Safari, Chrome and Opera ...

Variable names The first letter of a variable must start with a lowercase Native variables or arrays must be separated by an underscore (_) each word change: $my_var Variables that are Objects must change to uppercase each word end, example: $myVar Global variables must be all capitalized, example: $MY_VAR Assignments There must be a space between the variable ...

By Héctor Peña In CMS, Web Development, WordPress Posted April 9, 2016 We are going to see in this post how to add or create a new widget area in WordPress. For various reasons our WordPress theme may not have a widget area where we need it. Following the official documentation I explain the different options. The first step is to add the new widget area to the file ...