-
Latest Posts
Drupal Event Sponsorships
Author Archives: WizOne Solutions
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 [...]
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 6, 7, area, camp, davis, Drupal, hooks, popular, presentation, primetime, sacdrupal, sacramento, uc 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 [...]
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 2011, community, contribute, Drupal, drupalcon, individual, london, sponsor, sponsorship 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. [...]
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 [...]
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 Drupal, drupal camp, fill pdf, hooks, sacramento, uc davis 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 [...]
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 apache, chef, crashplan, develop offline, development environment, development setup, dnsmadeeasy, Drupal, lamp, linux, mysql, nx, php, puppet, ubuntu, virtualbox, vps, windows 7 Comments





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