Archive for July, 2009

SalesForce: Using jQuery and Prototype

Nerding, SalesForce on July 25th, 2009 No Comments

Somewhere in the Spring or Summer 09′ Updates of SalesForce, we started seeing Javascript errors within SalesForce’s Prototype code, such as: element.className is undefined element.hasClassName is undefined element.dispatchEvent is undefined Well, it turns out that jQuery and Prototype both overload some of the same things in the environment, so all you need to do is [...]

Tags: , ,

SSH+SVN Command Line with –username and –password

Nerding on July 3rd, 2009 1 Comment

This is very obvious now, but wasn’t when I spent an hour searching today.  If you’re using SVN from the command line, against a server requiring SSL, your URL will look something like this: svn co svn+ssh://svn.domain.com/repository You can specify the username and password like this: svn co svn+ssh://svn.domain.com/repository –username  user –password pass But, running [...]

Tags:

Social Actions vs. All For Good Smackdown (Part 2: Formats)

Nerding, Nonprofiteering on July 2nd, 2009 No Comments

See Part 1 if you need some background.  This part is more for web nerds, or people who aren’t afraid of learning some of our arcane rituals and glyphs. I’m going to assume you’re familiar with and have used REST APIs in the past.  If not, I’m going to make a wild stab at an [...]

Tags: ,