Finally, Drupal 7 is out of beta

Finally, Drupal 7 is released 😉 After nearly three years of intense community collaboration by nearly a thousand contributors, Drupal 7.0 is today officially released and ready for download! I’ve been using Drupal 7 for months now, and things were mostly stable....

This thing went to the Space

Father and son team up to send a camera up into the stratosphere to record the earth’s curvature 🙂 They also, included a phone’s GPS to track it back when it lands...
Installing “wget” on OSX

Installing “wget” on OSX

The Apple OS X 10.5 comes with “curl”, but most people prefer using wget when using Terminal. Here is an easy way to build and install wget; Requirements: First things first 😉 – Download and Install Apple’s Xcode Developer Tools Downloads:...
How to include an additional CSS file

How to include an additional CSS file

Here is an article on adding additional CSS files to your theme. This may come handy if you prefer to have separate CSS files to manage your project more efficiently. Drupla.org: How to Call Additional CSS Files Or you could use @import “rule” within your...