Home » Archive

Uncategorized »

[12 Nov 2007 | Comments | 1,166 views]

http://www.techcrunch.com/2007/11/11/can-you-clone-tangler-for-1500/
a must read for all the People I have worked with…

Development, LAMP, PDT, eclipse »

[5 Nov 2007 | Comments | 223 views]

Getting Eclipse to wiork on Ubuntu for all my Development Work proved to be very tricky.There are issues related to permission compatibility and what not.
Here is what worked for me.After installing and uninstalling Eclipse and deleting the Workspace for quite a few times, I first removed all the Packages with the search term eclipse from the Synaptic Package Manager (Top Bar -> System Menu -> Administration -> Synaptic Package Manager)
Then I used the steps as explained in the iteratively documented tutorial at Ubuntuforum in the following url
http://ubuntuforums.org/showthread.php?t=201378
After doing …

Uncategorized »

[27 Oct 2007 | Comments | 1,202 views]

Today I gave it another try to generate the site-map for the Web Portal I am working on.
You don’t really need to have the Access to the Command line for Python Scripting in the Server nor do you need to have the capability to run Python scripts in the Server.
Here are the steps that I followed to achieve this.
Downloaded the sitemap_gen Project files from Sourceforge referred from Google’s Webmaster Pages at Google Sitemap Generator
You will require Python installed in your system. visit Python Home page to download and install …

Productivity »

[27 Oct 2007 | Comments | 194 views]

I can now log into multiple Google Account at the same time on Google Talk Desktop Client.
On Google’s own Google Talk client for Windows…
No need to be logged in with various Browsers for different identities…Basically, to have “Google Polygamy” you need to run Google Talk with the following switch: /nomutex
1. Right-click on the desktop2. Select New3. Select Shortcut4. Paste this into the text box:“c:\program files\google\google talk\googletalk.exe” /nomutex5. Click Next and choose a shortcut name such as Google Talk1, Google Talk2, or something related to your Gmail account for easy remembering …

Development, Productivity »

[27 Oct 2007 | Comments | 1,115 views]

To install Apache as a service on Windows browse to the Apache Flder through the command line and enter the following command
apache -i -n “Service Name”
Service Name is the name of the service that you want to give it.
To name it Apache enter the following command
apache -i -n “Apache”
Quotes are required if the Service name that you want has blank space(s)
if it succeeds test it with the follwing command to start the service. from next time the Service will start when the windows starts.
apache -n “Apache” -k start
Have fun, no …

Uncategorized »

[27 Oct 2007 | Comments | 2,478 views]

This tutorial instructs you to help display your Custom Ad Banners in vBulletin Discussion Board (one of the most popular bulletin boards Software) using Openads, formerly called phpadsnew (The most popular adserver solution)
There are two things needed to be done to achieve this..
First you need to execute the invocation code for the banner trough vBulletin to initialize the variables for the banners.This can be done using the Hook system in vBulltin, by creating a Plugin
Follow the steps mentioned below to do this.
In the admin panel goto Plugins & Products …

Programming »

[27 Oct 2007 | Comments | 1,217 views]

http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias
The Alias directive allows documents to be stored in the local filesystem other than under the DocumentRoot. URLs with a (%-decoded) path beginning with url-path will be mapped to local files beginning with directory-path. The url-path is case-sensitive, even on case-insenitive file systems.

Example:
Alias /image /ftp/pub/image

A request for http://myserver/image/foo.gif would cause the server to return the file /ftp/pub/image/foo.gif. Only complete path segments are matched, so the above alias would not match a request for http://myserver/imagefoo.gif. For more …

Uncategorized »

[27 Oct 2007 | Comments | 277 views]

An article on the importance of categorizing things. Read this while reading a thread on the Zoints – Tagging plugin for PaGaLGuY Forum Shirky: Ontology is Overrated — Categories, Links, and Tags: “Ontology is Overrated: Categories, Links, and Tags”

Uncategorized »

[27 Oct 2007 | Comments | 2,394 views]

vB Survey: Add a full-featured survey tool to your forum
http://www.vbulletin.org/forum/showthread.php?t=131650

Uncategorized »

[27 Oct 2007 | Comments | 1,296 views]

Today I learned How to Install Plug-ins/Hooks in vBulletin
Check this thread on a simple instruction on how to install Hacks or pluginshttp://www.vbulletin.org/forum/archive/index.php/t-82621.htmlhttp://www.vbulletin.org/forum/showthread.php?t=39142

Related Posts with Thumbnails
Olark Livehelp