Friday, December 16, 2005

del.icio.us feature

It's possible to add www.s5easy.com directly by the homepage to your del.icio.us bookmarks. Just click Bookmark www.s5esay.com on del.icio.us

You are interested how it works?
<?php
$link 
'http://del.icio.us/post?v=3&amp;url='.rawurlencode('http://www.s5easy.com/')
        .
'&amp;title='.rawurlencode('Create S5 Slideshows Easy Online');

echo 
'<a href="'.$link.'">Bookmark on del.icio.us</a>'
?>


Update 2006-01-25: peoples having S5easy on their del.icio.us bookmark list

Google finds S5easy with S5

Obviously Google connects the www.s5easy.com website with the search term S5. Google lists www.s5easy.com at postition 112 :-) of about 5,670,000.

Saturday, December 10, 2005

Favicon

My brother made me a favicon.ico with Gimp.

Individual 404 error page

The 404 error page is working. For Example www.s5easy.com/area51.html would produce an individual 404 error.

Each to his own

Today, and yesterday night I did some Apache rewrite magic: Now every browser request for an presentation is rewriten to a standardized URL. For example, http://s5easy.com/123 becames http://www.s5easy.com/123/ (www and trailing / has been added). With this clear buildup it is possible to use different templates. Internally every request in one of these integer-directory is redirected to the particular template directory of this presentation, no redundant storage of templates occures.

Update 2006-01-13: found a great german forum about modrewrite.de

This page is powered by Blogger. Isn't yours?