Making our mojoPortal sites even more secure I’ve just run a couple of our mojoPortal web sites through the test on https://asafaweb.com and thought I’d write up some notes on how to get the best possible test results (and therefore presumably... read more Posted by Crispin Flower 10 April 2014 Categories: IIS mojoPortal Security Comments(1)
How to make links open in a colorbox popup in mojoPortal (without writing any code) I came across this by chance buried in some documentation about optimising mojoPortal site performance, so thought I’d make a note. If you want a link to open within a popup in the page, rather than... read more Posted by Crispin Flower 17 December 2013 Categories: mojoPortal Comments(0)
mojoPortal not showing ColorBox If your users complain that they can't see your nice pretty Colorbox popup add: IncludeColorbox="true" to the scriptloader in layout.master The ColorBox is included in the admin combiner, but... read more Posted by 22 November 2013 Categories: jQuery mojoPortal Comments(1)
IE10 errors when clicking icons in mojoPortal and ASP.Net 4 web sites fixed with .Net 4.5 I’ve noticed a couple of mojoPortal sites throwing errors when I click image buttons in the administration pages. For example, when editing page settings, clicking the little spanner icon to edit the ... read more Posted by Crispin Flower 17 April 2013 Categories: ASP.Net mojoPortal Comments(0)
Transferring user accounts from ASP.NET to MojoPortal Occasionally we need to transfer user accounts from existing ASP.NET membership based sites into MojoPortal Note : if the databases are on the same server, or can be linked, then it is possible to ... read more Posted by 04 March 2013 Categories: mojoPortal SQL Server Comments(0)
How to set the spell checking language in CKEditor as used in mojoPortal mojoPortal uses either CKEditor or TinyMCE as the default HTML editor. We tend to use CKEditor. The default configuration is American English. To change this in such a way that mojoPortal... read more Posted by Crispin Flower 14 February 2013 Categories: mojoPortal Comments(0)
How to avoid version dependency when developing mojoPortal custom features When developing custom modules for mojoPortal, the standard guidance (e.g. see http://www.mojoportal.com/developmentonwindows.aspx) is to develop against the latest source code. However we have... read more Posted by Stewart Bellamy 18 June 2012 Categories: mojoPortal Visual Studio Comments(0)
Revealed: the Identity of the ApplicationPoolIdentity While setting up a new mojoPortal site I tried our running the application pool with the identity “ApplicationPoolIdentity”. Previously we have tended to create a specific user account for each site... read more Posted by Crispin Flower 08 June 2012 Categories: IIS mojoPortal Comments(1)
How to set up a new mojoPortal site in 10 minutes OK you had better have a .Net 4 IIS server and a SQL server already, or this is not going to work. And if sharing the web server with other sites, you should have a host name configured and pointing... read more Posted by Crispin Flower 14 January 2012 Categories: IIS mojoPortal Comments(0)
Trying out Multi-Mechanize web performance and load testing framework Information and download from http://code.google.com/p/multi-mechanize/ UPDATE 14th March 2012: now moved to http://testutils.org/multi-mechanize Multi-Mechanize is an open source... read more Posted by Crispin Flower 27 December 2011 Categories: IIS mojoPortal Python Comments(0)