Conditional Get - Simple guide on how to implement HTTP's Conditional GET mechanism, with regards to producers and consumers of RSS feeds.
Blogs
HTTP Conditional Get for RSS Hackers
Submitted by sandip on Wed, 12/03/2003 - 10:13- sandip's blog
- Login or register to post comments
Google feed generator
Submitted by sandip on Wed, 12/03/2003 - 09:47Google feed generator - Generate an RSS feed from new Google search results.
- sandip's blog
- Login or register to post comments
Site@School
Submitted by sandip on Wed, 12/03/2003 - 09:21Site@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)
- sandip's blog
- Login or register to post comments
- Read more
Create Water Droplets with Photoshop
Submitted by sandip on Tue, 12/02/2003 - 01:25Water 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.
- sandip's blog
- Login or register to post comments
Sendmail+Dialup mini-HOWTO
Submitted by sandip on Wed, 11/26/2003 - 13:05Sendmail+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
- sandip's blog
- Login or register to post comments
Problem Solving HOWTO
Submitted by sandip on Tue, 11/25/2003 - 17:37Problem 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.
- sandip's blog
- Login or register to post comments
FuzzyMonkey's Web Scripts...
Submitted by sandip on Mon, 11/24/2003 - 20:01FuzzyMonkey.org - Great resource for free cgi scripts which includes: Photo Gallery, Classifieds, Address Book, Web Board, Survey etc...
- sandip's blog
- Login or register to post comments
Perl one liners...
Submitted by sandip on Mon, 11/24/2003 - 14:34Here 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!!
Submitted by sandip on Wed, 11/19/2003 - 17:13Penguin 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.
- sandip's blog
- Login or register to post comments
- Read more
RPMREBUILD
Submitted by sandip on Wed, 11/19/2003 - 17:07RPMREBUILD - 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.