Web development
3 Steps to Make Things Happen
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 ...
Benefits of using a Point of Sale System
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 ...
Custom events in jQuery Custom events in jQuery
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 ...
Posts Tagged: jQueryPOSTS TAGGED: JQUERY
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 ...
Programming standards
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 ...
Add a new widget zone in WordPress
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 ...