Category Archives: Life of a Web Developer

Vim Tips – Increase/decrease number under cursor

Dear coders, You know how often I write new blog entries…like once every 3 nevers (and when I’m plugging the release of something I’ve developed, which happens about once every 3 nevers). And yet, something I found today inspired me to tell the world about it. It may be something you have wanted to do [...]
Also posted in Tips | Tagged , , , , , | Leave a comment

I’m an official Drupal contributor now – how did you become one?

Today I got my CVS account for Drupal.org. It’s really funny how it happened. I was planning to apply for one anyway in the near future because I’m working on releasing a complementary Drupal module for the Meetup API I developed. However, I actually just wound up patching the Fill PDF module with some extra [...]
Also posted in Drupal | Tagged , , , | Leave a comment

The new WizOneSolutions.com has launched!

I’m happy to announce the launch of the new design for WizOneSolutions.com. After many months of anticipation, it’s here! There’s quite an interesting story behind this new design, too. Around the end of summer last year, I asked my good friend Andrew Sepic over at Think Up! Design if he could help me create a [...]
Also posted in News, Updates | Tagged , , , , , , | 1 Comment

Developer musings – should I put them here or on a separate site?

Hi there – a question for you! Answer it in the comments. I have lots of stuff I could potentially share and that I run into all the time. I’ve been holding off on blogging too much here because I’m not sure if it would fit the page. I see on other developer’s sites though [...]
Posted in Life of a Web Developer | Tagged , , | Leave a comment

VIM: Moving around windows made a little easier (and how to escape without Esc)

This is a quick post with some shortcuts I just implemented in my vimrc file that I just felt compelled to share with the world. It answers the question, “Are you tired of hitting Ctrl-W to move around windows?” Then do I have the solution for you! Pop these guys into your vimrc file: nnoremap [...]
Also posted in Tips | Tagged , , , , | Leave a comment

Code merging with VIM

So today I had the chance to learn about vimdiff, VIM’s mode for file comparison and merging. It was a lot better than I expected! When I switched to using Ubuntu for my day-to-day local testing (because I need reliable Xdebug, and Windows Vista’s Apache-PHP module just wasn’t cutting it as far as Xdebug stability [...]
Posted in Life of a Web Developer | 1 Comment

Coding on phone; Vim pays off

Learning more Vim paid off the other day. I edited a couple files on a remote server using my T-Mobile G1 along with the ConnectBot program. The process was, of course, pretty simple. Start ConnectBot on the G1. Connect to the server. cd to the directory containing the file I wanted to edit. Type vim [...]
Posted in Life of a Web Developer | Tagged , , , , | 1 Comment

And then there was VIM – a story of Linux PHP IDE frustration

Yesterday, I hit a crossroads in the life of a Web developer. You see, I’ve been doing my testing on an Ubuntu VM lately. It’s been great because Apache runs PHP faster than it did on my XP VM. (If you ever need a break, fire up XP and load the Drupal modules page on [...]
Posted in Life of a Web Developer | Leave a comment