try another color:

 
try another fontsize: tiny small normal big huge
netsperience 2.x
web development, web site design, seo and smo

drupal

DrupalCon Chicago Batman Konami Code Easter Egg on web site

DrupalCon Chicago Batman Konami Code Easter Egg on web site

use the original Konami Code: type '↑ ↑ ↓ ↓ ← → ← → B A'

while viewing page at http://chicago2011.drupal.org/

-- and while you're here, see my Konami Code FX:

type 'druplicon' or 'flip'

-- or 'geocities' to see netsperience 1.0 preserved at ReoCities

Case Study of adidas Moves Pulse at Drupal NYC meetup

On October 6, 2010 Randall Goya (aka decibel.places) presented a developer's case study at the Drupal NYC meetup of adidas Moves Pulse, a video upload and voting contest web site for High School kids, created by adidas and Coty to promote the new Moves Pulse fragrance. He will repeat the presentation at the Northern NJ Drupal meetup on October 13.

Download the Powerpoint slides from the presentation

Oprah Says Faith the Dog is Her All-Time Favorite Animal

Faith the Dog on Oprah videoOn October 4, 2010 Oprah said that Faith the Dog is her all-time favorite animal guest

See a clip of the show, including a reprise of Faith's 2006 appearance on Oprah, on Faith the Dog's Official Web Site

I am the Webmaster and Web Developer for Faith's web site, built with Drupal of course

 

Drupal Cheat Sheet Wallpaper Darker and Shifted Right via @smashingmag @quicklycode

Smashing Magazine released cute and useful Drupal cheatsheet wallpaper, created by Giovanni Scala of Quickly Code, but I found it too difficult to see my desktop icons over it. My edit is darker and shifted right (1440x900 - other screen resolutions in original designs at Smashing Magazine)

Drupal Cheat Sheet Wallpaper adapted from Quickly Code

netsperience 2.x moves to Hot Drupal hosting

netsperience 2.x has moved from Bluehost to

Hot Drupal web hosting, a product of Holistic Solutions Inc.

Hot Drupal web hosting

Hot Drupal is Drupal-centric hosting with great support, and includes ffmpeg (for video) and SSH. Bluehost did not have ffmpeg and when I signed up for SSH they told me I was not allowed to install my own binaries.

Another feature Hot Drupal provides is "Hybrid VPS" with fewer IP neighbors on each tiered hosting plan. netsperience 2.x is running noticeably faster now.

I have been hosting dev and client sites on Hot Drupal for a couple of years, and when I received an invoice from Bluehost for 24 months @ $7.95/mo I decided the time had come to move netsperience 2.x.

I hesitated mostly because I was afraid of problems moving my Gallery portfolio, a complicated app to install and configure. In fact I did have some problems, but Hot Drupal support helped me resolve my new configuration in a few hours.

Yes, I'm a Hot Drupal happy camper. If you contact Hot Drupal, tell Steve Brown I say, "Hi!"

Web Colorizer provides minutes of insane fun!

webcolorizer logo

Web Colorizer adjusts Hue, Saturation, Brightness, Contrast, and R/G/B Colorizing in a WYSIWYG interface. Use Invert for more psychedelic effects.

The tool (in beta, with quick response to signups) then provides a live URL and a zipped file with all the processed images, CSS etc.

These samples were produced in less than 5 minutes.

netsperience 2.x

web colorizer netsperience 2.x

 Drupal.org

web colorizer drupal.org

Innovative Credit Consultants

 

jQuery to the Rescue! Drupal warning: Illegal offset type in isset or empty in user.module

Call me old fashioned. I started using JavaScript in the 90s before jQuery was even an idea. Sure, I can troubleshoot jQuery, and it is used a lot in Drupal, but my first impulse is to write regular JavaScript, which still works too. I think jQuery is the best JS framework, I've worked with prototype.js, mootools etc. too.

But when I wanted to hide an obscure and possibly meaningless warning message on the user account edit page (so that new members would not get freaked and think they did something wrong) I struggled.

First I hacked the user.module and although I removed the warning I also gave everybody admin access, including people who are not even logged in - not a good idea.

So I used CSS to hide the warning messages on "body-page.user" which seemed to do the trick.

Then my client told me he was having trouble creating new accounts, and I realized that I hid ALL user module warnings including "User name xxxx already exists" so I was back with the ugly warning.

Finally, I decided to hide just the warning with the text in question. Sure, I could have done it with classic JavaScript, indexing through all the div elements and looking for the matching innerHTML text and hiding the div. I guess that would have been about 8 lines of code.

I decided to figger out the best jQuery method. I came up with one line of jQuery code to add to my theme template that did the trick:

<script type="text/javascript">$("div.messages:contains('Illegal offset type in isset or empty')").hide();</script>

(note: the .messages selector is crucial; without it, all divs that are parents of the warning are also hidden, effectively hiding the entire page!)

jQuery: write less, do morethanks, jQuery...

now about that PHP warning...

learn jQuery at W3Schools

New Drupal Content Type "payme" Named via Twitter

OP: Trying to name a #drupal content type that encompasses outgoing quotes, invoices and receipts. So far I've got accounts_document. Any ideas?

 

decibelplaces suggests name "payme" for nicksanta new Drupal content type on Twitter

 

My clincher: @nicksanta I'm serious - "document" seems redundant, how happy it would be to click on Create content > payme !

Got My Drupal Gardens Beta Code! YAY!

Grow Drupal Gardens

Drupal Gardens is a web-based tool to create Drupal 7 web sites. It is still in beta and I received my access code today to log in and start using the Drupal Gardens web site!

Welcome to Drupal Gardens Beta

log in with your account on

Syndicate content