Skip to main content
Jan 25, 2014

Sublime Text 2: Drupalized

For quite a long time I used Aptana as my development IDE; but, as time went on I found it quite bloated and extra features I didn't need. So I gave Sublime Text a try since it's all the rage by those who use it. Sublime Text is amazing because it's so simple, yet extendable.

#drupal  #workflow
Dec 17, 2013

Drupal 262: Breaking Down Drupal

Last Thursday we had our second Drupal 262 user group meeting on "Breaking Down Drupal." The goal of the meeting was to simplify and explain all of the terminology found in Drupal: regions, blocks, menus, nodes, taxonomy, and users. I'm posting a link to the slides that were presented that helped tie everyhing together.

#drupal262  #drupal
Nov 30, 2013

Migrating WordPress to Drupal

Right now two of the most popular open source content management systems are WordPress and Drupal. WordPress is very simplistic and easy to roll out, which is why there is nearly 80,000,000 websites using WordPress. Then you have Drupal which is a more robust content management system that needs a little bit more love to get things moving.

#wordpress  #drupal  #migrate
Nov 09, 2013

Designing for Drupal: Wireframing

Solid web design requires a well planned wireframe of the website's design outline. A wireframe depicts a page's layout and helps organize the content and get a feel for how the website should hold its content. If you aren't familiar with the idea, think of how animators being using sketches on a storyboard. Each sketch is a penciled drawing of a frame and it helps tell the story.

#drupal  #concept-design  #wireframing
Nov 06, 2013

Drupal and New Relic, pure winning.

I use my personal server as a guinnea pig to push my server administrative skills to the edge and help bleed as much performance out of Drupal. So not even an hour and a half ago I signed up for New Relic and installed their monitoring daemon on my server. And I'm in love. The installation was ridiculously easy that even a novice who is scared of the terminal could pull it off.

#drupal  #performance
Oct 28, 2013

Drupal Commerce and Reporting

Drupal Commerce is an amazing open source ecommerce solution; with its foundation in Drupal it can easily contend with the big cookie-cutter ecommerce solution companies. Except for one area - reporting. Drupal Commerce and reporting seem to have missed each other while its growth skyrocketed.

#drupal  #drupal-commerce
Sep 22, 2013

Responsive Facebook Like Box

We've all been there - create this awesome responsive design for a client's website and then you have to try and slap a Facebook Like Box in there..somehow..without breaking your responsive work. Sucks, doesn't it? But it doesn't have to. Using a little jQuery you can cause the Facebook Like Box to re-render on window load or resize allowing it to become responsive versus hardcoded.

#drupal  #facebook  #responsive-design  #wordpress
Aug 14, 2013

Drupal Commerce and Google AdWords Conversion Tracking

Google AdWords provides a tracking code that allows you to keep track of how well your ads are performing - if someone clicks an ad and ends up at the conversion code, the ad was technically a success. Typically you would use this in e-commerce and track order completions.
#adwords  #drupal  #drupal-commerce
Jul 08, 2013

Drupal Commerce Bulk Product Update

Drupal Commerce has the best implementation for handling virtual products sales as if in a real life store, in my opinion.
#drupal  #drupal-commerce  #tutorial