IT

Dynamically Changing MasterPage

Changing MasterPage Dynamically
In real-time we may come across scenario where depending on the particular group of users we need to show different layout, colors, themes, functionalities and so on. To achieve this there are various ways, maintain the settings for each user in table , maintain the cookies and so on.
 In .net the best [...]

How to SSH tunneling

SSH Tunneling

What is tunneling?

A technology that enables private network (single machines or entire internetworks) to send its data or allow to use its resources via another network’s connections.Tunneling works by encapsulating a network protocol within packets carried by the second network.

Example:

PPTP (Point-to-Point Tunneling Protocol) technology enables organizations to use the Internet to transmit data [...]

Trac hack to control email notification to the Reporter

We implemented Trac with a customized workflow. In our implementation a ticket has many additional states.
Thus during its lifecycle a ticket has to go through several stages. Most of these stages are irrelevant to the reporter of the ticket. He doesnt want to be overwhelemed by email notifications for each and every change to the [...]

Email2trac configuration on windows 2003.

This post shares our experience of configuring email2trac plugin.