New Gateway

June 16th, 2005

I originally intended to locate a 1U ATX compatible case for my Via EPIA CL10k, but alas one at a reasonable price was never available.

Then I noticed a Dell Poweredge 350 on Tardme. Then I purchased the Dell Poweredge 350 from Tardme.

blunDELL!
The front looks very slick

blunDELL!
The rear has everything you need for a gateway box, check out the dual onboard NICs

blunDELL!
And the internals are EXTREMELY well laid out and tidy. Even though it’s a Dell, I’m very impressed :)

MS enables tabbed browsing in IE6

June 13th, 2005
news.com is reporting that Microsoft has offered tabbed browsing for IE6, something that generally wasnt expected in IE until IE7.

The downside is you have to download and install the atrociously stupid MSN Search Toolbar.

So I decided to give it a crack, and I’ve come to the conclusion that MS needs to take it back and work on it some more. It’s buggy – the toolbar installer hangs randomly, and switching between tabs displays brief graphical glitches, especially when switching between dynamically generated pages… such as say… Sharepoint pages. My other gripe is the necessity for the MSN Toolbar to get tabs working, what this essentially means is is that you have a browser window absolutely packed full of toolbars. If you just want tabs, the Search Toolbar is just wasted space… at this rate, Internet browsing will be 80% browser bloat like unwanted toolbars, and 20% actual Internet content.

For link -> tab behaviour, you can have all or nothing. You can set it to open all links in a new tab, or you cant. That’s it. No middle click to open a link in a new tab, no middle clicking on the tab to close it. If you want to open some links selectively into tabs, and let other links load within the same tab… good luck! For people used to the tabbing in Zilla or the Fox will find the tabbed browsing in this toolbar to be very clumsy.

It’s also obtrusive… like Apple Quicktime it defaults to the most irritating settings and puts itself EVERYWHERE without letting you selectively choose what you want and where you want it during install like a well programmed application does.

And it doesnt add anything new to the mix. You know what I want to see with tabbed browsing? The exact same thing I want to see with the taskbar – The ability to drag and reorganise the order of the tabs/tasks into an order of my choosing.

If MS can add that to their tabbed browsing and the Windows taskbar, I might scowl less, and I might use IE more often than “begrudgingly when I have to.” Unlikely though.

Integrating Mediawiki (or anything PHP) and Sharepoint

June 5th, 2005

I was a tad frustrated with the lack of progress on our knowledgebase at work, which is based on static html pages (maintenance headache) and so I looked around for alternative solutions.

Long story short, I decided to setup a development wiki on a recycled workstation, and for a while it was kicking arse and taking numbers… but it didnt fit into the grand scheme of things. I recently presented it to management and they’ve decided to investigate modifying their existing Sharepoint solution to cater for the needs of my department.

Personally I’m slightly averse to this – I think Sharepoint is a great platform for content management and shared documentation (in terms of document collaboration – word, excel, visio etc documents) but as a knowledgebase system it’s just not suited. So I’ve been researching how to integrate Mediawiki and Sharepoint, just in case. ;)

It’s a very hard topic to research, because everyone is too busy trying to draw comparisions between the two systems, when instead they should be focusing on how to make the two compliment each other. They are targetted at two totally different purposes, so instead of trying to get one to do the job of the other, just merge the two into one monster toolset. Just look at the solution names we tag the two with: Sharepoint is a “Content Management System” and wiki’s are a “Knowledgebase Platform/System/Solution” Comparing the two is like trying to compare a Fruit with a Vegetable.

Firstly, get the LDAP extension for Mediawiki, this will allow the wiki to hook into Active Directory for authentication, which is one of the major steps of integrating with Sharepoint – as many Sharepoint admins are rolling out Sharepoint for the reason of having a single sign on.

Secondly, you have to integrate the wiki within the Sharepoint environment. This is done easily enough by creating a web page view web part as per the instructions on this Intranet Journal Article

That should get you on the track to integration.

There are a couple of niggling problems as far as I can tell, for example it appears that MediaWiki doesnt like being held within an iframe, though I’ve only tested using http://en.wikipedia.org so it might be something that has been intentionally setup. My other thought is perhaps Sharepoint doesnt like the http://wikiaddress/Wiki_Name_Page convention, in which case you have to turn off the user friendly page names and go with the old http://wikiaddress/index.php style

EDIT: It appears that this is a design function of Mediawiki to prevent frames abuse, as I initially thought. You can read more in the Mediawiki FAQ

And the other problem I’ve noticed is that you cannot assign a percentage value to either the height or width of the Sharepoint iframe, which means that this happens:

.

Which is something you’ll have to figure out with maybe a resolution detection script to adjust an array. For my work it would be easy – all workstations in my department should be using a resolution of about 1280 * 1024 if they have LCD monitors, and if not, it’s just another reason for management to upgrade our workstations :D

EDIT: It appears that this has been discussed many times elsewhere, the most productive resolution can be found here

Well, I hope this ramble helps someone out, somewhere…

Addendum: Of course, you could just use Flexwiki as it’s developed by MS devs and has basic Sharepoint integration, but Flexwiki isnt as good as Mediawiki IMNSHO