# Sunday, 05 February 2006

Download this zip and extract into dasBlog root directory.  Remember to give NETWORK SERVICE (2003) read access to these files and the \code directory.

Then add http://.../PublicReferrers.aspx link to a sidebar in homeTemplate.blogtemplate.

Courtesy of jelle druyts

Sunday, 05 February 2006 14:52:21 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback

To have certain links opening in a new window (and to be HTML 4.0 & XHTML 1.0 Strict compliant) use the following procedure:

1.   Create text file "external.js" containing:

function externalLinks() { 
 if (!document.getElementsByTagName) return;
 var anchors = document.getElementsByTagName("a");
 for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") &&
       anchor.getAttribute("rel") == "external")
     anchor.target = "_blank";
 }
}
window.onload = externalLinks;

and save this in a new directory "\scripts"

2.   Edit header secion of "homeTemplate.blogtemplate" to contain:

<script type="text/javascript" src="scripts/external.js"></script>

3.    Using dasBlog's native editor (in HTML section) edit links to be in the following format:

<a href="document.html" rel="external">external link text</a>

For example:

BBC News site in new window

 

Update Regardless of tab settings, in Firefox links always seem to want to open in the same tab. The only way to force them to open in a new tab is to include the javascript in the document rather than a link to an external .js file.
Sunday, 05 February 2006 13:45:18 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Friday, 03 February 2006

First create, mail-enable and grant appropriate permissions to the public folder.

To grant a user the Send As permissions for a public folder, follow these steps:

1.

Start Exchange System Manager, and then locate the public folder.

2.

Right-click the public folder, and then click Properties.

3.

Click the Permissions tab, and then click Directory rights.

4.

Add the user who you want to grant Send As permissions to, and then click the user in the Name list.

5.

In the Allow column of the Permissions list, click to select the Send As check box.

6.

Click Apply, and then click OK.

7.

Right-click the public folder that you created, and then click Properties.

8.

Under Exchange Advanced, click to clear the hide from Exchange address lists check box.

9.

Type a name for the alias in the simple display name box.

10.

Click OK.

Then rebuild the OAB and download to clients.

Friday, 03 February 2006 15:09:02 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Monday, 30 January 2006

In dsa.msc... Exchange Advanced -> Mailbox Rights

Ensure that SELF has "Full Mailbox Access" and give "Associated External Account" right.  Wait for replication (even on single DC) and run Exmerge.

Monday, 30 January 2006 11:27:14 (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Trackback
# Wednesday, 20 July 2005

After logging in, be sure to visit all the options under Configuration in the Admin Menu Bar above. There are 26 themes to choose from, and you can also create your own.

 

Wednesday, 20 July 2005 08:00:00 (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  |  Trackback