Web Design

Web design related topics

Country flags icon pack

I'm working on a project where I needed to display country flags for a type of content according to the country it was reffering to.

So I needed an icon pack. The best one I came across was this one:
http://365icon.com/icon-styles/ethnic/classic2/

Has the icons by ISO code and different sizes for all your needs.

Big thanks to the authors.

Chrome's Firebug

Just stumbled upon Chrome's dev tools, something like Firebug for Firefox. Great help if you're a web developer.

Chromium
Uploaded with plasq's Skitch!

All the small icons you need

Stumbled upon this. Posting it here as bookmark.

http://twittexperts.com/link/90806331732

Page not found blocks/sidebars

In Drupal, when you get a 404 page all your blocks are hidden which rather sucks as it blows your theme. This function added to your theme's template.php file saves the day.


/**
* Override or insert variables into the page templates.
*
* @param $vars
* An array of variables to pass to the theme template.
* @param $hook
* The name of the template being rendered ("page" in this case.)
*/
function phptemplate_preprocess_page(&$vars, $hook) {
$vars['path'] = base_path() . path_to_theme() .'/';

Modr8 - Drupal moderated content

I just installed modr8. It's a Drupal Module that let's you moderate the content generated by users of your website.

Go to Admin » Site configuration » Modr8 settings and edit the emails that are being sent to notify the users and the default action.

Than go and edit your content type under Workflow settings and check "In moderation queue".

Readability

Get rid of the extra clutter and enjoy reading the information you searched for.

Readability : An Arc90 Lab Experiment from Arc90 on Vimeo.

http://lab.arc90.com/experiments/readability/

If Photoshop was real

Found this via Simple Bits