Parsing the Sharepoint Site Actions menu with jQuery

On recent Sharepoint (WSS3) sites I use jQuery extensively.  One of the things I often do is to remove the default Site Actions menu and draw those same links at the bottom of each page in the site.  I had found a way to successfully parse the Site Actions menu using some trickery: $(‘#siteactions ie\\:menuitem’).each(function(){… Continue reading Parsing the Sharepoint Site Actions menu with jQuery

Stop the annoying Adobe Dreamweaver prompt for Alt field text

Yes, I still use image maps.  They are nifty, and don’t require Flash to pull off things like interactive maps.  But suppose you are trying to add 70ish links to an image map and Dreamweaver insists on prompting you EVERY SINGLE TIME to add an ALT tag.  Before you slit your wrists or kill your… Continue reading Stop the annoying Adobe Dreamweaver prompt for Alt field text