WikiMedia Config

To configure user behavior within WikiMedia software… start with the LocalSettings.php file that is typically in your web root folder. # Specify who can edit: true means only logged in users may edit pages $wgWhitelistEdit = true; # only Sysops can create new accounts $wgGroupPermissions[‘*’][‘createaccount’] = false; Related Docs from the official manual/wiki: Preventing Access… Continue reading WikiMedia Config

Published
Categorized as Uncategorized Tagged

iPhone User Interface

Michael Yuan has a quick article about using Seam to program web apps for the iPhone in Seam. He’s using the iui framework, which looks pretty nice. It gives you the music player/everything look and feel in a web page. See the demo for an example.

Published
Categorized as Uncategorized Tagged ,

Java Profiler

The Java Profiler to use is apparently YourKit. It’s very reasonable at $500 per license. It’s also worth checking open source options, but you can also get a free 15 day eval of YourKit.

Published
Categorized as Uncategorized Tagged