Author Archives: WizOne Solutions

DrupalCon London 2011 – WizOne Solutions Individual Sponsor Page Now Live!

That link in the other post shouldn’t be showing access denied anymore. They published my sponsor page and are showing Individual Sponsors on the main Sponsors page now! Here’s the link to my sponsor page: WizOne Solutions DrupalCon 2011 Individual Sponsor Page I appreciate it, DrupalCon team!
Posted in Drupal, Events, Updates | Tagged , , , , , , | Leave a comment

Code Snippet – Open Link in New Window in Drupal 7

Although this is not recommended, I’ve seen the question mentioned in the topic come up a couple times over the last few weeks: How do I get my links to open in a new window or tab in the user’s browser in Drupal 7? I’ve heard that the target=”_blank” method is once again valid in [...]
Posted in Drupal, Tips | Tagged , , , , , , , , , | 4 Comments

Presentation on hooks goes primetime!

Just chiming in to express excitement about my presentation on hooks in Drupal (Why Drupal uses hooks, and why you should too) got scheduled for the largest room in the venue! Looks like I’d better be doubly prepared. Thanks again goes to Oliver Seldman for inviting me to co-present this with him originally and for [...]
Posted in Drupal, Events, Presentations | Tagged , , , , , , , , , , , , | Leave a comment

Linux sed trick – Remove line from file by number

I wanted to document this before I forgot it. To remove a single line from an existing file with sed, use: sed -i '[num]d' [filename] For example, to remove line 1 from ~/.ssh/known_hosts (my exact use case right now), type: sed -i '1d' ~/.ssh/known_hosts sed is a neat little tool. I use it to quickly [...]
Posted in Life of a Web Developer, Tips | Tagged , , , , , , , , | Leave a comment

WizOne Solutions is an Individual Sponsor of DrupalCon London 2011

For some reason, I like sponsoring the Drupal events I attend. Maybe it’s an ethic I’ve picked up in my volunteer work. As a freelancer, I usually don’t have the revenue to be a big sponsor, but I’ve given what I could back to SANDCamp 2011, Drupal Design Camp LA 2011, Drupal Camp Sacramento Area [...]
Posted in Drupal, Events | Tagged , , , , , , , , | Leave a comment

New Frontiers – WizOne Solutions Going to DrupalCon London 2011!

I’m pretty surprised myself at what I’ve just written in the title box, but it’s true, and all of the tickets are booked (including the DrupalCon London ticket itself). I’ll be attending my first DrupalCon! Needless to say, I’m quite excited. I’ve been to SANDCamp, which had (correct me if I’m wrong) over 300 attendees. [...]
Posted in Drupal, Events | Tagged , , , , , , , , | 1 Comment

Attendee Badges for Drupal Camp Sacramento Area 2011 Now Available

Hi DCSA 2011 attendees, I volunteered to create some attendee badges for the camp. You can put them on your site to show you’re attending and help spark interest in others. Find them here, complete with HTML embed code: Drupal Camp Sacramento Area 2011 Attendee Badges/ Catch me on Twitter @wizonesolutions if you need help [...]
Posted in Drupal, Events | Tagged , , , , , | Leave a comment

My Drupal Camp Sacramento Area Presentations: Drupal Hooks and Fill PDF

This is another quick update to let you know that I will be presenting on two topics on Drupal Camp Sacramento Area. You can read the presentation summaries for full details, but I’ll give a little bit of info here too. Why Drupal uses hooks, and why you should too This presentation will introduce you [...]
Posted in Uncategorized | Tagged , , , , , | Leave a comment

WizOne Solutions is a Bronze Sponsor at Drupal Camp Sacramento Area

If you follow me on Twitter, you already knew this, but it’s blog-worthy material. The title is the message, essentially; I donated $50 to Drupal Camp Sacramento Area, and Logo Jr. is now sitting on the sponsors page. Oh, and I got my own sponsor page to boot! Check it out at: WizOne Solutions Drupal [...]
Posted in Drupal, Events | Tagged , , , , | 1 Comment

Quest for a Flexible Development Environment

(If you don’t have a lot of time, skip to Phase 5.) Update! Track my planning and thought process in the public Quest for a Flexible Development Environment Evernote notebook! This blog post is actually a big question. It’s hard to express this question in 140 characters, so I blogged instead of tweeting. Here goes: [...]
Posted in Life of a Web Developer | Tagged , , , , , , , , , , , , , , , , , | 7 Comments