Category Archives: Programming & Web Development

Easy CSS editing with Emacs

Editing CSS in Emacs is very easy since the standard CSS mode comes included by default. But developer Julien Danjou created this nice minor mode called rainbow-mode which will display the color of the code as the background of the … Continue reading

Posted in Emacs, GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , , , | 3 Comments

From my reading links: HTML5 forms and Django, Google API playground and Python development tips

Making Forms fabulous with html5 Great introduction to the new HTML5 form input types and what you can do with them. HTML5 – Example Form validation and styling Form elements With the new HTML5 form input types and CSS3 properties, … Continue reading

Posted in Bookmarks, Programming & Web Development | Tagged , , , , , , , | Leave a comment

The importance of Web frameworks in startup development teams

In a start-up environment, things happen so fast that there’s very little time to polish your tools. Code gets done undocumented, development team members come and go with different programming styles and tools, and the chaos just builds up as … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , | Leave a comment

Easy PHP code test development with SimpleTest unit testing framework

Testing is a task every developer has to do eventually on any programming project. You can do it manually after writing all your code to see if it works as you intended, or better yet, before writing your code, using … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , , , , , , , | Leave a comment

command line tools for web developers

Many people are typically afraid of the terminal. Yes, it might look scary for some, retro for others, but for the practical busy programmer, the terminal is the best tool you can have. Lately for my day job, I’ve been … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , , , , , | 3 Comments

Random links from my bookmarks

I’d like to share my bookmarks from time to time. I think sometimes random browsing can be very fruitful and sometimes even productive. This week on my delicious bookmaks, I’d like to share: Red Hat Magazine | A guide to … Continue reading

Posted in GNU/Linux Free Software & Open Source, Interesting random stuff, Programming & Web Development | Tagged , , , , , , , , | 1 Comment