In January I started in a full-time position at Incite Marketing as a Web Developer. Incite is a local marketing firm with more than 10 years in the field and while my job involves working with a CMS, I had to switch to Expression Engine so I won't be doing much work in Drupal, hence you won't see me posting about it too often. The reason is because I'm spending my extra time working on my Android projects.
As I posted before, I started building an Android app for reading comics. It still doesn't have a name but so far it's working pretty well with reading manga from OneManga.com. Although, thats no the only way to get comics, I also plan on giving the ability to read from ZIP, RAR and CBR files.
Another one of my projects is my Drupal administration theme Cleanr. So far is doing well, with over 130 sites reporting they are using it.
I'm also getting a Nexus One in the next couple of days, so with having an HTC Magic and a Nexus One I will be making my Android apps to work better on both devices. I will be posting pictures of my phone soon.
We all know Drupal has some usability problems (or a lot). It's not friendly when you first install it and adding modules and themes can be confusing at the beginning. But wait! Adding stuff to Drupal is so easy, just download the zip file upload to the server and enable the module/theme. And here is exactly when we start having problems.
At one side, going module shopping is easy and
I'm doing this on a theme, so no need for a module here. What I need to do here is override (the "Drupal way") the theme_links function and that's very easy on a theme, we just need to go to /includes/theme.inc and copy the theme_links() function. Then we can just paste it on our template.php file but we change the function name from theme_links to MYTHEMENAME_links.