Tip from manveru:
Written Saturday, April 22, 2006

Localization

To make your pages available to a wider audience, localization is absolutly neccesary. Nitro provides you with some simple mechanismn for translating your application.

Changelog: 24.05.06: Update t

Tip from rmela:
Written Friday, July 28, 2006

Og mysql connection parameters

Assuming you can connect using the mysql command line client with a password

mysql -u myusername -h 127.0.0.1 -p

then these are the Og parameters:

Tip from Kashia:
Written Thursday, July 20, 2006

Nitro and Pound

How to use Nitro and Pound

This tip shows how one could set up a few Nitro applications, and load-balance between them using Pound.

Nitro Configuration

Tip from aidan:
Written Thursday, July 6, 2006

Recipe for authenticated downloads

def download(filename) redirectif_notlogged_in # put whatever redirection mechanism you like in here approved_files = ['file1.zip', 'file2.tbz'] if approved_

Tip from aidan:
Written Thursday, July 6, 2006

Recipe for country list

Select a country ...

Tip from Kashia:
Written Sunday, June 11, 2006

Developing Flexible Og Applications

This tip is modeled after ideas on the Mailing List, in response to the given quotes:

In the Og/Nitro context would that mean that my web site would have a Blog application, a Wiki applicatio

Tip from Tyche:
Written Monday, June 5, 2006

Apache configuration tips

Here are a couple of configurations I've used with some success. These are all done in the Virtual server level of Apache configuartion.

This one proxies all requests to a webrick server, except th

Tip from dklangst:
Written Wednesday, May 17, 2006

10 Steps to Running Nitro in Apache CGI on Windows XP

I am relatively new to Nitro but have been lurking for a few months assessing if/when I wanted to jump in and give it a try. I have a new project that seems to be appropriate, so as a start I simply w

Tip from zimbatm:
Written Friday, May 12, 2006

Your own HTBASIC authentication

Here is some code that will let you easily implement your own HTBASIC authentication

module AuthHelper def self.included(klass) klass.class_eval { before :check_access

Tip from capiCrimm:
Written Saturday, April 22, 2006

Simple Threaded Hierarchy

A lot of the time Threads are more useful than a hierarchy(plus threads is easier to spell), and luckily their not to hard to implement in og.

class SimpleThread is NestedSe

first
last