Archives for: "March 2010"

Mobile Device HTML Page - Detect and Redirect

First, the device must be identified so the correct content can be served.An .htaccess file can be used, or these settings can be placed in httpd.conf (or an included .conf file). This is an Apache 1.3 version, 2.+ may be slightly different.#… more »

Fly High - JetScripts

Cool scripts that are worth buying. The purchase price is far less than the cost of the time you'd have to spend to write them yourself, and, in my case, the code's much better, too. :) http://jetscripts.com/sanitizer.htm - This is a much improved v… more »

eZ Publish Feedback Form Template

This template makes a feedback form a little easier to use. It sets up the from and the subject out of the submitted content, and puts the message in as text. {set-block scope=root variable=$email_receiver}{$object.data_map.recipient.content}{/set-… more »

Using .htaccess to Report Delivery Time

The question was whether the number of rewrite rules in .htaccess would have a significant impact on performance. With the following set of rewrite rules: Options +FollowSymLinks -Indexes <IfModule mod_php5.c> php_value magic_quotes… more »