Monday, May 18, 2009

New Menu Not Showing in Joomla

So you made a menu in Joomla 1.5 and it didn't show on your front page?

Don't forget to go to 'extensions' -> 'module manager' and enable the menu there.


Thursday, May 14, 2009

Running .NET Apps On Linux

This seems totally cool. Suse have responded to the .net open standard and made an environment that can run .net applications (according to their sales dudes: C# is the best supported, vb.net is not so good).

http://www.novell.com/products/mono/

I've yet to try it out but it looks promising start. Now we just need something in linux that will enable us to execute native Windows DLLs.

Wednesday, May 13, 2009

Class names 'MyApp', are only accepted if annotation processing is explicitly requested

Class names 'MyApp', are only accepted if annotation processing is explicitly requested

Dear oh dear...

I/You forgot to put '.java' on the end of the filename. Thinking you're above all that '.java. stuff huh?

Sunday, May 10, 2009

Tuesday, May 05, 2009

Random Mediawiki Problem with Cite Extension

I was getting this:

Call to undefined method ParserOptions::getIsSectionPreview() in Cite_body.php on line 699


The 'temporary' way to get rid of this problem is to comment out the following line on line 699.

//if ( $parser->getOptions()->getIsSectionPreview() ) return true;


Unfortunately!