Blogs

HTTP Conditional Get for RSS Hackers

Conditional Get - Simple guide on how to implement HTTP's Conditional GET mechanism, with regards to producers and consumers of RSS feeds.

Google feed generator

Google feed generator - Generate an RSS feed from new Google search results.

Site@School

Site@School is a Content Management System (CMS) to manage and maintain the website of a primary school.

The main features are:

- Manage a website without technical knowledge of complex websites.
- Following modules are standard available in release 1.2:

1. Search module
2. Guestbook
3. News module
4. Mail module
5. Ads module
6. Forum module with closed & open forums

- Pupils can make their own personal page.
- Teachers can check the pupils personal page.
- A What You See Is What You Get (WYSIWYG) editor works on Internet Explorer 5.5+ and Mozilla 1.3+ (both windows and linux version)

Create Water Droplets with Photoshop

Water Droplets - First of the Photoshop tutorials creating special effects. This tutorial was done using Photoshop7. Total filesize of the tutorial is about 440 KB, so please be a little patient if you are on a dialup.

Sendmail+Dialup mini-HOWTO

Sendmail+Dialup - This mini HOWTO describes some basic configurations that are necessary to make sendmail work comfortably in the typical at-home situation: a single machine with a dialup connection to Internet. The most important features described are:
(1) queuing remote mail while local mail is delivered immediately
(2) preventing sendmail from causing spurious triggering of the dialup connection
(3) providing automatic address translation on all outgoing mail

Problem Solving HOWTO

Problem Solving HOWTO - This document describes in full detail which steps to take when trying to solve hardware or software problems with Linux yourself. It helps the reader to find information spread all over its harddisk and teaches him how to use debugging tools.

FuzzyMonkey's Web Scripts...

FuzzyMonkey.org - Great resource for free cgi scripts which includes: Photo Gallery, Classifieds, Address Book, Web Board, Survey etc...

Perl one liners...

Here are ten one liners in perl, illustrating the kinds of task one would use a script for under linux. All the scripts take some kind of argument after the final ' quote that signals the end of the program.

1. perl -p -i -e 's/this/that/g' filename

Search and replace the string 'this' with the string 'that' in the file filename. You can also say * or *.html or any valid wildcard expression instead of filename. The s/// command uses regular expressions. If you want to alter the 'this' and 'that', it's best to avoid .*?[ ]{}$^ and other odd characters which act as metacharacters in regular expressions. Or better still look at the perlre documentation page. You can do this by saying perldoc perlre. Perl has extensive online documentation, try perldoc perltoc for a list.

Get your own eCard website up!!

Penguin Greetings - Penguin Greetings is a Perl Web-based greeting card application. It can be run as standard CGI application or persistently with SpeedyCGI and supports multiple, independent ecard sites running on the same server. By using multi-part MIME email, it is intended to make ecards more like email. HTML for the cards and the creation screens are stored in Embperl templates, making the program completely customizable by Web developers. Emailing and database updates are performed by a separate daemon, and extensive documentation is included along with over 120 cards.

RPMREBUILD

RPMREBUILD - rpmrebuild is a tool to build an RPM file from a package that has already been installed. It can be used to easily build modified packages, and works on any Linux distribution that uses RPM.

Syndicate content
Comment