Google
 

Archive for April, 2008

Cron jobs (Crontab jobs) trick and tip on DreamHost

Crontab is a utility tool on Unix-like OS that enable you to make a program daemon that’s scheduled to run at a specified interval. For example, to fetch for news feed every hour on the hour.
With DreamHost you can easily add Crontab jobs at their proprietary web panel, but there is 2 tricks.

Free website content - new free site script for you

It’s a quotes site with all legal content:
http://www.nutquote.com
All quotes are copyrighted by their respective authors and presented by fair use which is protected by copyright laws. All images are released under GFDL and can be distributed in commercial or non-commercial ways as long as the license text is kept with them.

Colorful Linux Bash Console by .alias and .bash_profile

At Dreamhost, we are all granted unlimited accounts of SSH access to the servers. The default console setting is a monochromatic one just like the old DOS days that it sores the eyes to look through the screen. Read their wiki the other day and found it’s possible to reconfigure all the colors and display [...]

ID as HTML named anchors

Well, recently I have come across quite some tricks that will help web developers to spin out better web pages and one of them is this: actually, you don’t have to use <a name=”xxx”>xxx</a> for named anchors, in the example of
<h2 id=”cottage”><a name=”cottage”>grandpa’s warm cottage</a></h2>

Proprietary HTML comment tag in Internet Explorer of both Windows and Mac

Rarely heard of it from any of the popular web design / development sites (blogs, forums, info portals and so forth), there’s actually a small implementation of the tag <comment> in both Internet Explorer Windows and Internet Explorer Mac.
You are <comment>not</comment> browsing on Internet Explorer.

One SSI directive to save all programming muggle’s effort and time

SSI stands for Server Side Includes that is a default module in Apache web server. In essence, it provides a very simple mechanism to include one HTML file in another one, thus tremendously reducing redundant coding and increase the ease of later maintenance.
So, to get 80% out of SSI, the only directive you pretty much [...]

Page 1 of 1:1