Browse by Tags
All Tags »
IE8 (
RSS)
A common thought is that in private browsing of IE 8 or incognito in chrome are meant to protect users from leaving their tracks behind. From Microsoft : “ InPrivate Browsing When checking e-mail at an Internet café or shopping for a gift on a family PC, you don't want to leave any trace of specific web browsing activity. InPrivate Browsing in Internet Explorer 8 helps prevent your browsing history, temporary Internet files, form data, cookies, and usernames and passwords from being retained...
In case you came across a situation where you suddenly can’t browse your MOSS 2007 application locally, but still can access remote MOSS servers while others can access your application remotely: KB963027 The solutions are: 1. Uninstall the update 2. Use IE6… 3. http://support.microsoft.com/kb/963027/ – read for more details For more information see also: http://blog.mpecsinc.ca/2009/04/sbs-2008-ie-update-kb963027-breaks.html http://spiderwool.blogspot.com/ http://msmvps.com/blogs/bradley/archive...
When trying to use ACT 5.5 Internet Explorer Compatibility Tool I got the following message: “The file size exceeds the limit allowed and cannot be saved” You can read about the problem here and download the hotfix needed in order to fix it here .
While browsing using Internet Explorer 8, I received several times xss filter notice saying: “Internet Explorer has modified this page to help prevent cross-site scripting” resulting an empty page, usually after trying to submit a form. Although this is a security issue handled by IE in order to protect the user, sometimes it is blocking legit sites trying to do legit operations. If you are a website owner and you received complains regarding this issue you can check your web site using ACT 5.5 AKA...
I managed to wrap both search provider into a feature so it will be easier to deploy them. The new feature includes a simple WebPart which displays link buttons for installing the providers. Installation process can be viewed here: The entire solution can be downloaded here . In order to compile these files need to be copied into your Program Files/Netwise. (The wsp file in located inside wsp/Debug folder inside the project)
This post is following the previous one . In this post I will demonstrate the second search provider for MOSS – the documents search provider for IE8. I will be using the same solution, using the same method so this time I will only demonstrate the changes between the two. (The HTML is the same HTML from the previous post) The service The interface looks like this: [ServiceContract] public interface IDocumentSearchService { [OperationContract] [WebGet(UriTemplate = " /Search?q={word} "...
In this post, and the one following it I will present two new search providers for MOSS 2007. Search provider is an old feature of common browsers, IE8 brings it into a new level with the extended visibility it provides for search results. You can read more about IE8 search providers IE8 search provider . The two search providers I will present will be: 1. People search provider for searching people in the portal. 2. Documents search provider for searching documents in the portal. As we all know...
This post is about enabling web slices on Microsoft Office SharePoint Server 2007. The following example will demonstrate how to easily implement a simple control adapter which will render the required html code for turning any web part on your server into a live web slice. First thing I did was creating a class called WebSliceAdapter which inherits from ControlAdpater . 1: public class WebSliceAdapter : ControlAdapter ControlAdapter has a single method needs to be overridden: 1: protected override...
One of the coolest new features of IE8 are Web Slices – portions of a web page you can subscribe to and view updates directly from the Favorites bar . Instead of keep adding complete pages to the Favorites list for future visits and / or subscribe to rss feeds of a complete channel it is now possible to keep tracking parts of pages, and view them while working on other tasks with out the need to actually re-visit the page. This can provide web sites with the ability to allow users to track...