A Code-Driven Development Cheatsheet
Pictures from a developer’s life
Pictures from a developer’s life: part 3
Useful command line keyboard shortcuts
1/4
Trending
How to catch emails sent with PHP on your local server
By admin
How to catch emails sent with PHP on your local server
By admin
Managing a site from the command line using Drush
By admin
Latest
A Code-Driven Development Cheatsheet
Our Code-Driven Development with Features training in Chicago was a very interesting experience for us: people with different levels of Drupal expertise…
Read more
Pictures from a developer’s life
Pictures from a developer’s life: part 3
Useful command line keyboard shortcuts
A Code-Driven Development Cheatsheet
Our Code-Driven Development with Features training in Chicago was a very interesting experience for us: people with different levels of Drupal expertise were able to appreciate the benefits of code-driven development and the most experienced attendees managed to experiment with the development workflow on…
Read more
How-tos
A Code-Driven Development Cheatsheet
Pictures from a developer’s life
Pictures from a developer’s life: part 3
Useful command line keyboard shortcuts
More articles
A Code-Driven Development Cheatsheet
Our Code-Driven Development with Features training in Chicago was a very interesting experience for us: people with different levels of Drupal expertise were able to appreciate the benefits of code-driven development and the most experienced attendees managed to experiment with the development workflow on…
By admin
Pictures from a developer’s life
By admin
Yesterday I stumbled upon this collection on a Spanish blog and almost cried with laughter… So I translated it and posted here. Do you find yourself in any of these situations? 🙂…
Pictures from a developer’s life: part 3
By admin
After your great feedback I’m posting the third collection of pictures from a developer’s life. Enjoy! 🙂 Most of them are originally from The coding love – thanks to Nicolas Lecointre for permission to post…
Useful command line keyboard shortcuts
By admin
I use these bash keyboard shortcuts every day and they save me plenty of time, so I find them worth sharing. Even if you’re developing on Windows, you can have…
Current Git branch name in command prompt
By admin
Since we started using Git branches as part of our dev workflow at work, it has become essential to always be sure that you’re working with the right branch. You can either…
Theming Node Form into Regions in Drupal 6
This is one of the cases, I needed to change the layout of node add form. This snippet shows us how to theme one node type add form. Originally I inspired the solution from Development Seed’s theme, rubik. Let’s suppose…
By admin
A dynamic listing of top tweeps in MENA using Drupal, Twitter and Klout APIs
By admin
Today, I have finished developing a first iteration of a website called Top 100 Arabs that was build on Drupal to list the top tweeps in the MENA region, the engine heavily…
Managing a site from the command line using Drush
By admin
Drush or drupal shell is a command-line utility to help the site building and maintenance workflows. Available Drush Commands: For a list of available commands type drush help. For a printable version use drush help…
How to catch emails sent with PHP on your local server
By admin
When developing websites using PHP on your local server, it’s very useful to see all outgoing emails from your PHP application, if you use the mail() PHP function. This is even more…