How to set variables in a page callback and use it in the page template Usually we set variables in a page callback to be used in a template, that template will be render in the… Continue reading “How to set variables in a page callback and use it in the page template”…
Installing NODE.js in Debian/Ubuntu This is a quick helper about how to install node.js and npm in Debian or Ubuntu. $ sudo apt-get install… Continue reading “Installing NODE.js in Debian/Ubuntu”…
How to install compass on Debian Sass is an extension of CSS3 which adds nested rules, variables, mixins, selector inheritance, and more. Sass generates well formatted… Continue reading “How to install compass on Debian”…
Form States in Drupal The Forms API in drupal is one of the most complex things that I saw in my life, it has… Continue reading “Form States in Drupal”…
Enhanced Varnish Dashboard, A Web Dashboard tool to manage Varnish Cache Yesterday I saw this twit from François Zaninotto varnish-dashboard: Advanced realtime #Varnish dashboard, supports multiple servers and advanced management tasks… Continue reading “Enhanced Varnish Dashboard, A Web Dashboard tool to manage Varnish Cache”…
Images Styles in Drupal 7 with Varnish We experimented an issue with Images Style in one of our Drupal sites that we have with Varnish as a… Continue reading “Images Styles in Drupal 7 with Varnish”…
Phantomjs with WOFF Support Phantomjs is a headless browser that allows you to browse a website with scriptable code, it will allow you to test… Continue reading “Phantomjs with WOFF Support”…
Implementing Doctrine Caching with Memcached in Symfony 2 Doctrine 2 has a full chapter devoted to caching, but I found some issues when I tried to implement this… Continue reading “Implementing Doctrine Caching with Memcached in Symfony 2”…
Moment.js Today we were playing with a very useful library for Date handling in javascript called Moment.js. As his description says, Moment.js is… Continue reading “Moment.js”…
Python Meetup On past Friday we were invited to a Python Meetup in Cafe Martinez. Manuel Kaufman gave a very interesting talk… Continue reading “Python Meetup”…
Best way to drop a field from a content type in Drupal Features is a great module, one of the main feature of it is that allow us to create a content type… Continue reading “Best way to drop a field from a content type in Drupal”…
Hard time debugging?, not anymore with PsySH When we have a weird bug in our app and we already have added var_dumps and dies everywhere in our… Continue reading “Hard time debugging?, not anymore with PsySH”…