Google Code University – learn about current computing technologies and paradigms

No Comments

Recently I came across a good learning resource “Google Code University”.  GCU aims to provide “course content and tutorials” for IT professionals.  There are all types of lessons available from basic to more advance levels.  One thing, which I believe every developer should know is “Web Application Exploits and Defences”. This is not it there are many articles available about web programing, web security, algorithms, distributed systems and much more. Its really worth spending some time to explore all this.

ISPconfig – a Opensource Hosting server control panel

No Comments

SPConfig is an open source hosting control panel for Linux. ISPConfig is licensed under BSD license.

Managed Services
Httpd (virtual hosts, domain and IP based)
FTP
Bind (A, CNAME, MX and SPF Records)
POP3 Auto-Responder
MySQL client-databases
Webalizer statistics
Harddisk quota
Mail-Quota
Traffic limits
IP-addresses
SSL
SSI
Shell-access
Mailscanner (Antivirus)
Firewall

Visit for download and documentation http://www.ispconfig.org/

How to install & configure it.

Visit Installation manual http://www.ispconfig.org/manual_installation.htm

If you want to explore other free hosting control panels Visit http://lordmatt.co.uk/item/966/

How to merge / combine two csv files together

No Comments

Firstly Merge all data from the csv files into a text file
1) Windows Start Button | Run
2) Type cmd and hit enter (“command” in Win 98)
3) Go to the folder with the CSV files (for help enter “help cd“)
4) Type copy *.csv all.txt and hit enter to copy all data in the files into all.txt.
5) Type exit and hit enter to close the DOS window
More

What is KPMRS?

No Comments

KPMRS is a free website ranking monitoring SEO tool. It tracks search engine positions for keywords phrases on Google, Yahoo, Bing and provides a nice report of your site’s rankings over time. Try now by submitting your targeted keyword and URL in the text box above. It is Free!

Who is it for?

KPMRS is a perfect SEO tool for internet marketers, SEO consultants and website owners. We understand how important it is to keep an eye on your search engine rankings. We felt the need, we provided the solution!
Visit for more information http://www.kpmrs.com/

The Printliminator

No Comments

The Printliminator is a bookmarklet with some simple tools you can use to makes websites print better. One click to activate, and then click to remove elements from the page, remove graphics, and apply better print styling. Here is the bookmarklet:

Visit http://css-tricks.com/examples/ThePrintliminator/ for live demo

vi Editor (visual display editor)

No Comments

Unlike most word processors you may be used to, vi does not use modifier keys in command sequences. Typically on a PC, you would use some combination of function keys, alt, shift and ctrl. Vi was written to run on a text based system, and so almost entirely uses no modifier keys for commands.
Vi has two operational modes: COMMAND mode and INPUT mode.
More

Older Entries