The default dictionary used for spelling checking when editing a wiki page is “English – US”. And it turns out that there is no built-in configuration or setting that would allow you to easily change that. One workaround, after some googling, is to use javascript to change the language code on the EditForm.aspx page with [...]
Continue reading about Change Default Language for Spelling Checking for a Wiki on Sharepoint 2007
The Problem On a Sharepoint page, I am using jQuery to render a link using attr(‘onclick’,’somejavascriptcodehere’), and that link works in Firefox but not in IE. The Solution Use $(‘a#theid’).click() instead of $(‘a#theid’).attr(‘onclick’,’javascript:somejavascriptcodehere’). The Possible Cause IE can handle other tag attributes added or updated by jQuery, but just could not immediately add an event [...]
Continue reading about onclick not working in IE but works in Firefox
I modified the alternate css file attached to the root site /ist/. Below are the modifications: Thanks to this web article.
Continue reading about Fixing Background Color for Sharepoint List Dataview
Sharepont Document Library wins over Network Shares
Continue reading about Sharepoint Document Libraries Wins over Network Shares
Sharepoing 2010 benefits
Continue reading about Sharepoint 2010 Benefits and Shortcomings
