March 2004 Entries
I’ve always been somewhat of a book packrat, but recently I’ve decided all these books I’ve got in boxes and boxes in my garage are just silly and taking up space. Better to get them into the hands of people who might enjoy them. So I’ve been going through the boxes and sorting them. I’ve got mostly science fiction, lots of old favorites. It’s really hard to get rid of some of these. Also a lot of books from college; remember I was a Creative Writing major so I’ve...
Ack, it's been a while since I've had a chance to make an entry here, but I've been heads down in a project for a major Santa Clara company.... I've got a stack of tips and techniques to share, but I'll be doling them out slowly as I have a chance to recode them. (Most of my blog code ideas come from client work. However to avoid any IP or NDA issues, I recode all code samples on my own time, with my own machine before posting them here.) Ok, so here's the tip for today.... You know how when you...
Along the same theme as my last post.... A lot of people don't realize just how easy it is to create their own “Modify Page” link/button/whatever.... All you really need is something that can have an onClick event.... For example, here's a “Modify Page” button, drop this into a Content Editor web part, strip off the web part frame and you're done... <input id="btnModifyPage" type="button" class="UserButton" onClick="javascript:MSOWebP...