Yeoman Generator: Marionette JS + Drupal

Yeoman MarionetteJS + Drupal generator Today I release the version 0.1.0-beta of Yeoman Generator: Marionette + Drupal. If you want to create your own version of this generator, you can fork or download my version at ...

Read More

Routing & Controlling with MarionetteJS

MarionetteJS is a layer that sits on BackboneJS to create scalable and professional applications. Some features of MarionetteJS are : Scalable: applications are built in modules, and with event-driven architecture Se...

Read More

What is and how it works RequireJS

RequireJS is a JavaScript library that allows us to isolate the components of our JS application as modules and resolve their dependencies. RequireJS implements the design pattern of software AMD (Asynchronous Module De...

Read More

What is Cross-Origin Resource Sharing (CORS)

Nowdays is pretty common to transfer data between web applications via Web Services to clients that require information on different interfaces such as REST, XMLRPC, JSON, JSON-RPC, SOAP and others. Almost all sites to...

Read More

How to configure MySQL to import large database

On many occasions we need to install in our local enviroment a copy of production sites for development or debugging process, this entails that need to import large databases. The most common error is that you cannot im...

Read More