Posts Tagged ‘development’

Adding Facebook Share to Drupal

Saturday, November 7th, 2009

Adding facebook share to drupal

I’ve seen a few people on drupal.org how to implement Facebook Share and asking for modules, etc. However with the share widget provided by Facebook it’s really very easy to implement FB Share at the template level. To make it really easy, use CCK.
(more…)

pl00 v2

Wednesday, June 17th, 2009

pl00 is my wordpress theme. You’re looking at it. And pl00 v2 is the latest version of this theme.

pl00 is a minimal theme that is easy to customize

pl00 is a minimal theme that is easy to customize

Why did I create pl00? Because I was sick of digging through lots of code to make little changes to the stock themes provided with wordpress. pl00 uses a tiny bit of css, most of which is from my lightweight stylesheet template called ‘lifto’. I can’t take all of the credit for pl00 though – the tabs are straight from the grandmaster himself, Doug Bowman.

keywords:
fixed width, three columns, valid CSS, valid XHTML, white, simple, widgets, widget ready, 3columns, right sidebars, SEO friendly, gravatars, hover effects, text-only (well, mostly text-only).

Here are some extra vanity shots of pl00 on flickr. Sexy!

Download pl00.zip from wordpress.org.

Tips for well-made, well-designed Drupal sites

Monday, September 29th, 2008

In the last few months I’ve finished some pretty large drupal projects and thought I would share my top five tips for getting things rolling on your next drupal site. If you want a general overview of building drupal sites smashingmagazine.com just published the definitive post that I’ve read to date.

1. Adhere to drupal best practices from the start. Look forward to your site being around for a long while and set it up correctly. Even the basics, like taking advantage of using the sites/all folder to hold your non-core modules and themes can save you a lot of time down the road.

2. Make the website accessible to a wide range of people. It is easier to plan things like text-size controls, email-to-a-friend and print buttons when you’re in the design stages. Adding them in afterwards can look amateurish.

3. Give yourself time to input content and give it some TLC with proper formatting. Nothing is more boring than the same basic text layout on every page. With CMS’s half the point is having the same frame around your content so that navigation is consistent, etc. – but that doesn’t mean your text and image content has to be the same with every node. Float an image left, float it right, pull out an important quote and give it the bold+italic treatment. Don’t rush through this “final part” of the job – it’s very important.

4. Use some kind of design/development framework. Whatever works for you, but the point is to keep it consistent so that when it comes time to fix something or add a feature you can do it quickly. For most people just starting out with the same basic theme, like Zen, is enough. Later on though you might need to start keeping a folder of your regular modules, pre-configured modules, sample configurations of certain key theme components, and anything else you might need within arms reach. A note of caution though – make sure you check drupal.org for updates of the modules once in awhile.

5. FCKeditor – is the best editor there is, period. A lot of folks swear by tinyMCE but I think they’re just plain wrong. FCK has a built in file manager (that is a pain in the ass to configure but very worth it), a default CSS XML-based stylesheet associated with user-styles that is easy to override,  but most importantly it has a feature tied into the text editor that shows block elements boundaries in your html structure which is of huge benefit to 99% of all users.

http://www.fckeditor.net/

Blog Navigation

Categories