Tuesday, August 30, 2011

Hide Site Links menu

Hide the Site Links menu on SharePoint 2010 by adding a SPSecurityTrimmedControl around this element:
<span class="ms-siteactionsmenu" id="siteactiontd">
(see reference)

Friday, August 5, 2011

Building a custom PC

Find out how to build a custom PC at Hardware Revolution.

Debugger problem "The breakpoint will not currently be hit. No symbols have been loaded for this document"

Got this message while trying to debug a web service in VS2008: "The breakpoint will not currently be hit. No symbols have been loaded for this document."
Found that the following (from comments here) fixed it for me:
"If you are using the vb profile, then when you hit F5 you will get a debug build, but if you hit build you will get a retail executable. The simplest way to get things working again is to go to delete the bin directory under the solution/project path and then hit F5 again."

Wednesday, August 3, 2011

Video for Everybody by Kroc Camen

From Modernizr Documentation:
"See Video for Everybody by Kroc Camen for a JavaScript-less way to use HTML5 video with graceful fallbacks for all browsers..."

Tuesday, August 2, 2011

Modernizr

From the Modernizr site:
"Modernizr is a small JavaScript library that detects the availability of native implementations for next-generation web technologies, i.e. features that stem from the HTML5 and CSS3 specifications..."

Force Chrome refresh, ignoring cache

Saw info regarding Ctrl-Shift-R (here and here).  Hope it works.  Debugging scripts gets very frustrating when the browser keeps looking in cache instead of my changes.

Opening Chrome links on new windows instead of new tabs

Force Chrome to open new pages in new window, not tab? (when opened from a program)