Best wiki for dotnetnuke - vb.net

I've tried the wiki that comes with DotNetNuke and we don't like it at all. Can anyone suggest a better wiki that we could use with DNN 5?

You could try Canam Wiki 1.5. Here is a features list:
http://marketplace.dotnetnuke.com/p-875-canam-wiki100.aspx

I agree. The DNN wiki is pretty klunky. We're trying Dokuwiki, Screwturn, and Mediawiki.
EDIT:
No, these are not DNN modules. So they don't integrate directly. We're going to implement it as wiki.MySite.com rather than www.MySite.com/wiki. Good comment, #Robert Harvey.

Here is an updated link for Canam Wiki:http://www.snowcovered.com/Snowcovered2/Default.aspx?tabid=242&PackageID=20507

Related

How do I start a discussion about a page on TWiki?

I'm used to Wikipedia's Wiki, and now that I'm using TWiki at work I really miss the ability to discuss a page outside the page but still on TWiki.
Have I missed a button or link somewhere? Is this possible?
In MediaWiki (Wikipedia and the like), every page has a discussion page associated with it. This is not the case in TWiki, at least not by default. The administrator can built something similar, but as a user, all you can do is manually create and link discussion topics.
I think you can reuse the template code in http://foswiki.org/Extensions/TalkContrib on foswiki - I've not used TWiki in years, but foswiki is a compatible fork.
Sven

What is the easiest way to implement CRUD with GWTP (and Objectify for the persistence)?

Is there a library, an eclipse plugin to generate code, or a recommended design pattern ? Any example with GWTP ? Thanks.
You want to look into RequestFactory: http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html
Also a sample code with GWTP, GAE, Objectify and RequestFactory: http://code.google.com/p/gwtgae2011/
Ok, I think the best way is here : http://turbomanage.wordpress.com/2011/03/25/using-gwt-requestfactory-with-objectify/
May this is not exactly what you are looking for but this may be help ful to you.
Google gwtp example.

Is there a web UI for modifying I18n locales for Rails 3?

I'm looking for a way to modify the values of I18n yml files for locales via web gui, is there some gem for that?
A gem that mimics Twitter Translation Center github.com/badrit/translation_center
Tolk is a web interface for doing i18n translations packaged as an engine for Rails 4 applications
https://github.com/tolk/tolk
Yes, I modified the Newsdesk's translate plugin for using with Rails 3:
https://github.com/romanbsd/translate
There's also tolk written by the creator of rails:
https://github.com/dhh/tolk
In http://rst-it.com we also had problems with finding the right solution, so we decided to make an activeadmin translation panel with interface similar to http://www.localeapp.com/.
Currently we are in design stage (first draft is on https://github.com/KMPgroup/active_I18n) but next week we will have working solution.
I will post here info when we lunch it, but in the meantime you can check https://github.com/KMPgroup/active_I18n and tell us what you think or even write an issue - the more feedback at the beginning the better.
This looks promising too:
http://www.localeapp.com/
I think I will give it a try. Anyone has experience with this service?

How to write JavaScript form validations in Rails?

Please suggest any source of information(Screencast or Article) to read about Javascript form validation in Rails. I have searched railscasts.com for the screencasts related to this topic , however, I wasn't able to find any article specifically dedicated to this topic.
Thanks in advance.
I suggest you use jQuery as it makes it very easy, using this plugin: http://docs.jquery.com/Plugins/Validation.

How can I implement a/b split testing the easiest way in Drupal 7?

Drupal has a few split testing modules but I can't find one that compatible with recently released (as of this writing) Drupal 7. I could try to use Google Website Optimizer but, I'm new to Drupal, and not sure how I could edit the Head HTML to insert the unique JavaScripts on each page (I assume they all share the same Head declarations).
Can someone help?
There's already a dedicated Drupal module for inserting the GWO code into pages where it's appropriate. If you need to do something more exotic, use it as a starting point.
FYI for others who stumble on this, the Google Website Optimizer module linked by Eaton is now unsupported and obsolete.
With a quick search I found the Multivariate module at https://www.drupal.org/project/multivariate that can be used to setup multivariate or A/B tests.