Category: Tips

Tip for performance improvement using #urlget

I came across an interesting performance issue using #urlget (from the URLGetparameters extension). The details are here : www.mediawiki.org/wiki/Extension_talk:UrlGetParameters#Performance I know it is not directly related to SMW but since I used this extension to customize calls to semantic queries based on URL parameters, this may be relevant to other people doing the same thing. I was able to reduce…

Continue reading

How to replace the default entry textarea by an HTML editor

I have been trying to replace the default entry textarea by an HTML editor such as this one ( FCK Editor  – FREE web based HTML editor ) Getting the editor to work is relatively straight forward. Just install the zip files in their destination on your website, edit the editor javascript (or .htc) files to point to the new location and…

Continue reading