August 2006 - Posts

Free energy? Prove it

Steorm, an Irish company, has claimed to create a technology that under certain conditions is greater than 100% efficient i.e. free energy! They've set a challenge to the scientific community to test their technology and validate their claims. There's not much information on the site about how the technology is supposed to work so naturally I sceptical as we've heard the free energy clam many times before but the fact that they're being so open about the validation process, allowing anyone to apply to be part of it, makes me think that they may have an ace up their sleeve.

Steorm: http://www.steorn.net/

Movie: http://www.steorn.net/en/downloads.aspx?p=6

The challenge: http://www.steorn.net/challenge.aspx?p=1
Posted by Damien McGivern with 1 comment(s)

Adding syntax highlighting to Community Server (CS)

Using dp.SyntaxHighlighter you can enable syntax highlighting in Community Server (CS) with just a couple of lines of code

1) Download code from http://www.dreamprojections.com/SyntaxHighlighter/ and save to ~/SyntaxHighlighter in your CS root directory

2) Enable the textarea tags to be included as content in posts update the MarkUp/Html section in the communityserver.config file to include

3) Include the required JavaScript and CSS files by adding the code below to the setting: Administration > Settings > Site Content > Raw Header

4) You can find how to use the SyntaxHighlighter at   http://www.dreamprojections.com/SyntaxHighlighter/Usage.aspx


Posted by Damien McGivern with 1 comment(s)