Introduction to Joomla! CMS – Session 1 (in spanish)

  Why should I use a CMS? When you start to create websites for information spreading or marketing purposes, one of the easiest and -probably- the best way to do it, is by using a Content Management System (CMS). Why? Well, let me tell you some points about it: SEO Friendly URLs Modular and extensible Easy user…

Useful IBM DB2 commands

When I start to use a new Database Relational System like IBM DB2, first thing I think is “I need to learn how to do this…”, so, in order to answer that question I have written this small article A useful list of IBM DB2 commands in Base22 Knowledge Wiki where you will find a set of commands that I…

Some Agile Scrum interesting resources

This is a brief post about some resources I consider will be useful for anyone who are on the way of learning Agile Scrum methodology. Agile Scrum books Acquire this book: Agile Project Management with Scrum (Developer Best Practices) Ken Schwaber. http://www.amazon.com/Agile-Project-Management-Developer-Practices/dp/073561993X/ref=cm_lmf_tit_2 Agile Scrum videos Watch this small video NEW Intro to Agile Scrum in Under 10 Minutes…

How to know the Authoring Template’s name in IBM WCM 8

This is the simplest way to obtain the Authoring Template’s name in IBM WCM 8 (it also, apply for WCM 7), you can use this meta-tag and render the name easily: [Property context=”autofill” type=”content” field=”authtemplatename”] Another properties authtemplateid – Displays the GUID of the authoring template used by the current content item. authtemplatename – Displays the…

How to get same results when sorting JavaScript arrays in all browsers

The problem: 1) Imagine you have following array in JSON var data = [ { “title”: “Fine Fillers Treatment and Clay De-Activation Agents”, “topic”: “PHP”, “date” : “2014-01-25T01:32:21.170Z”, “url”: “http://www.alex-arriaga.com/session-1-cakephp-framework-for-beginners-in-spanish/” }, { “title”: “How to configure session factory to connect to a DB2 datasource with Hibernate”, “topic”: “Java”, “date” : “2014-02-12T01:32:21.171Z”, “url”: “http://www.alex-arriaga.com/how-to-configure-session-factory-to-connect-to-a-db2-datasource-with-hibernate/” }, {…