Hennie on SharePoint

SharePoint is tough

  • RSS SharePoint Posts

    • Missing Create or Extend Web Application in Central Administration
      Recently I wanted to create a new web application in SharePoint and so I went to the Central Admin website to create one, but the option was missing. Even though I was logged in as the System Account, the farm administration account I couldn't see the link. If I navigated directly to /_admin/extendvs.aspx I got an access denied message and none of the a […]
    • Features in the new release of ARF
      A new version of ARF has just be released and can be downloaded from the SPWorks site. This version contains numerous new features to make your SharePoint site build simpler and faster. They include Added widget functionality This allows you to specify small chunks of functionality in an ASCX file. A field control is then added to the page which allows page […]
    • Lockdown WSS system pages on public SharePoint sites
      Using WSS on public sites means giving anonymous access to virtually all the pages in your site, including all the different list views and document libraries. People won't be able to do anything they are not allowed to because of security trimming, but they will be able to get to see the standard SharePoint UI. There maybe also implementation details y […]
    • SharePoint Live Authentication and Custom Discussion Forums
      I have released a new version of ARF, which includes implementations of a Windows Live Authentication provider for SharePoint and an XML/XSLT implementation of SharePoint discussion forums. Both of these features are being used on the SPWorks website to provide the discussion forums for ARF. You can now signup to the SPWorks site and ask question about the A […]
    • Remove 'init.js' and 'control.css' from your public SharePoint site
      Most of the SharePoint websites I work on do not expose any of the standard SharePoint functionality. They do not use webparts and so do not require any of the SharePoint javascript functionality. SharePoint includes files to support the client side functionality of its controls, init.js, core.js, controls.css and core.css. These files are pretty large and i […]
    • MSDN Ramp Up - SharePoint for Developers Track
      The Ramp Up program has just launched a new track for SharePoint developers... Ramp Up is a free, online, community-based learning program, with a number of different tracks that will help you build your portfolio of professional development skills. The SharePoint track will immerse you in many of the developer-centric capabilities of Microsoft Office ShareP […]
    • Creating a feedback or contact form for a SharePoint website
      One of the normal requirements for a public website is some kind of feedback or contact form. Whilst this is not the most difficult thing to do, it's handy when you can create a fully accessible feedback form, with validation and the ability to update a list without having to write any code. ARF provides you with a free solution to this problem, without […]
    • A tip when looking at the SharePoint content DB
      The Problem Sometimes its just easier to fire up SQL Management Studio and have a quick look at the database to find out what's going on. Today I had that situation, I wanted to dele a content type and SharePoint kept telling me it was in use, but gave no clue as to where. I deleted everything I could, even from the 'recycle bin', but could no […]
    • Adding an 'Up Folder' button to a SharePoint List View Webpart
      A little while ago I was asked if it was possible to add an 'Up Folder' button so that users could navigate back to the parent folder in a ListView webpart. I knew you could easily add a button to the ListView toolbar and adding the functionality to go to to the parent folder couldn't be that difficult so I said yes. However, it wasn't as […]
    • Silverlight, SharePoint and ARF
      At a recent SharePoint architects meeting at Microsoft, Tony & Tony from Acentium demonstrated some Silverlight integration with SharePoint. This inspired me to see how easy it would be to use Silverlight with the ARF framework. Silverlight & XAML Silverlight uses Xaml to produce the UI and XAML is just XML markup. Using XAML you can create a variety […]

Lockdown a public SharePoint site

Posted by Hennie Lapour on November 21, 2008

Interesting workaround for locking down a public WSS site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>