try another color:

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

error

Errors and Inconsistencies on Empire Avenue

Social Networking sites like Empire Avenue are fantastic - but often they #fail in their UI/UX. I collect and report foibles on LinkedIn and Google+ already. Here are some on Empire Avenue (bet you saw this coming!)


Negative Mission Rewards Remaining

In my Mission Dashboard, one mission has been fully claimed with twenty completions. However, instead of showing 0 remaining rewards, it shows -20

negative rewards remaining in mission on Empire Avenue


Errors and Inconsistencies on LinkedIn

I have great respect for the pool of experts and talent who are members of LinkedIn.

However, I find the LinkedIn interface clumsy, cumbersome, and often, wrong.

Here is a collection of errors and inconsistencies collected from LinkedIn.


Cannot reply to message

Got a message on Yahoo Mail, but it didn't load

So I tried to reply on LinkedIn

but I was prompted to log in

(although I was already loggged in, AND the login screen kept appearing... a sub-bug?)

and when I viewed my sent messages, the reply was not there

Errors and Inconsistencies on Pinterest

Social Networking sites are fun - but often they #fail in their UI/UX. I collect and report foibles on LinkedIn and Google+ already. Here are some on Pinterest (bet you saw this coming!)


Constant Contact URL (or Image Size ?) Suppresses Pin Photo

I tried to pin a page I viewed by clicking on a link in an email. The pin is successful, it is counted on the board, but the image is not displayed. Why? When I removed the Constant Contact (email marketing) tracking token from the URL, then the pin's image displayed. But then it went away too. Now I have a board with 7 pins, which only displays two pins:

7 pins display as 2 pins

But the cover, which also lists 7 pins, shows the dog image 4 times:

4 dog pins on the cover that don't display on the board

Or maybe the image is too large? It's 950px × 2,418px (and cute too)

Or maybe Pinterest is having some hiccups tonight, because when I tried to pin the small image above to a new board Error Screenshots the image doesn't display there either:

1 pin becomes 0


 

Errors and Inconsistencies on Google Plus

Social Networking sites like Google+ and LinkedIn are fantastic - but often they #fail in their UI/UX. I collect and report foibles on LinkedIn already. Here are some on Google+ (bet you saw this coming!) View my stream on Google+


Can't Add Circle - Come Back Tomorrow (and the next day, and the next...)

You've reached the daily limit for adding to your circles. You can add more tomorrow

I tried "tomorrow" (today) and got the same message. It's like those signs in bars that say:

Free Beer! Come Back Tomorrow!


Can't Plus Google+

can't plus Google+

I used to be able to add Google+ to a post, I saw others add it today as a +link; it's not because it's public, tried without that...

Google Gets Off Prematurely On My Flying F*ck Tweet

Earlier today I tweeted about the Flying F*ck you can buy on Amazon:

Flying F*ck in my Twitter Feed

I also posted it to my status on Empire Avenue; curious if that site is indexed, I searched for it and found this result on my web site purportedly from 3 days ago:

Flying F*ck on my web site 3 days ago

Buy it here:

Flying F*ck on Amazon

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

log in with your account on

Syndicate content