Thursday, August 30, 2012
Shallow Copy
Example of "shallow copy", as well as OCP
Sunday, August 26, 2012
Move IE scrollbar to left side
When reading article can be useful to put the scrollbar on the left, e.g. if following along with instructions, etc.
paste the following in the address bar; if "javascript:" disappears, retype it:
javascript:void(document.dir="RTL");
ref: http://www.codingforums.com/showthread.php?t=1048
paste the following in the address bar; if "javascript:" disappears, retype it:
javascript:void(document.dir="RTL");
ref: http://www.codingforums.com/showthread.php?t=1048
Wednesday, August 22, 2012
Modules Window Symbols Loading
To force the symbols to load, open up the Modules view (Debugger -> Windows -> Modules), navigate to the DLL containing the method, right click and load symbols.
JaredPar -http://stackoverflow.com/questions/4649093/visual-studio-2010-debugger-steps-over-methods-and-doesnt-stop-at-breakpoints
JaredPar -http://stackoverflow.com/questions/4649093/visual-studio-2010-debugger-steps-over-methods-and-doesnt-stop-at-breakpoints
Tuesday, August 14, 2012
SharePoint 2007 Dev Tutorials
Workflow quickstart
Workflow with task quickstart note1
Change project to web app type
Web Part Create and Deploy
Debug a WSS webpart
note, if get errors make running with local admin or user with SeDebugPrivilege token.
Series of SharePoint workflow tutorials
Workflow with task quickstart note1
Change project to web app type
Web Part Create and Deploy
Debug a WSS webpart
note, if get errors make running with local admin or user with SeDebugPrivilege token.
Series of SharePoint workflow tutorials
Monday, August 6, 2012
Thursday, August 2, 2012
Adding Global Site Collection Administrator
The users set in the following location will not appear in the Site Collection Administrators Site Settings > Permissions.
Central Administration > Application Management > Policy for Web Application
Central Administration > Application Management > Policy for Web Application
Subscribe to:
Posts (Atom)