Blogs

Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework.

Prototip allows you to easily create both simple and complex tooltips using the Prototype javascript framework.

Your rating: None Average: 5 (1 vote)

Jcrop: The jQuery Image Cropping Plugin


jcrop.png

Your rating: None

30 Essential Controls

      Standard Screen Patterns: 12 patterns w/100 examples
      Essential Controls: 30 controls for RIA design and development
      Components for Commonly Requested Features: 15 patterns and examples

Every designer has a set of controls they rely on to communicate an effective UI. This is my library of essential controls.

Your rating: None Average: 5 (1 vote)

Getting MAC Address using PHP

<?php
/*
* Getting MAC Address using PHP
* Rajesh Kumar
*/

ob_start(); // Turn on output buffering
system(’ipconfig /all’); //Execute external program to display output
$mycom=ob_get_contents(); // Capture the output into a variable
ob_clean(); // Clean (erase) the output buffer

$findme = “Physical”;
$pmac = strpos($mycom, $findme); // Find the position of Physical text
$mac=substr($mycom,($pmac+36),17); // Get Physical Address

echo $mac;
?>

Your rating: None Average: 1 (1 vote)

DrupalFire: The Best Drupal Content In One Place

 

DrupalFire is a new content aggregator that brings together the best writers, developers, and designers the Drupal community has to offer.

Drupal Fire!

The site features 30* hand-picked feeds that I believe represent the best, most interesting content in the Drupal universe. You won't find a higher signal-to-noise ratio anywhere else.

Your rating: None

Form Follows Fun: The Making of Digital Dollhouse

Form Follows Fun: The Making of Digital Dollhouse -

The Digital Dollhouse front pageDigital Dollhouse is a virtual world where girls of all ages are empowered to become their own interior designers.

Your rating: None Average: 5 (1 vote)

Drupal community hits Galway and helps three Irish charities

Drupal community hits Galway and helps three Irish charities -

Room packed with newbiesWe're stacking up karma points during this recession: over the weekend more than sixty people gathered at the DERI Institute in Galway, Ireland to talk, learn, and exchange ideas about Drupal. Various experts in web design attended coming from all over Ireland and as far as Scotland, England and the US.

Your rating: None

6 Free Tools Every Web Designer Should Have

Whether you're troubleshooting your site's CSS or editing your template files, there are all kinds of free tools available that can help improve your productivity.

6 Free Tools Every Web Designer Should Have

In this article, I'll show you a few of the free web design and development tools I use on a regular basis.

read more

Your rating: None Average: 4 (1 vote)

Linking to Module Finder

If you're a fan of Module Finder, my interactive module search tool, you'll be happy to know you can now link to search results, bookmark your favorite search options, and more!

Linking to Module Finder

Check out the full details over on Drupal Modules.

Your rating: None Average: 3.5 (2 votes)

DrupalFire: The Best Drupal Content In One Place

DrupalFire is a new content aggregator that brings together the best writers, developers, and designers the Drupal community has to offer.

Drupal Fire!

The site features 30* hand-picked feeds that I believe represent the best, most interesting content in the Drupal universe. You won't find a higher signal-to-noise ratio anywhere else.

DrupalFire was built from scratch using Drupal 6, FeedAPI, and some custom code. The site is currently in beta, and more features are in the works. IE6 is unsupported.

Your rating: None
Syndicate content