May 5, 2008 at 11:26 pm
· Filed under CSS & XHTML Tips
CSS reset is indispensable in professional web design / front end development to give you a easier starting point in all modern browsers. It reduces your effort to achieve cross-browser consistency, saves time and makes it all easier to debug.
If you haven’t got one yet, I suggest you come up with one for yourself now as it’s really necessary in boosting both your coding productivity and debugibility. Below is what mine looks like.
Read the rest of this entry »
Permalink
April 27, 2008 at 9:11 am
· Filed under Hosting Tips & Coupons, Linux Server Administration Tips
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.
Read the rest of this entry »
Permalink
April 25, 2008 at 11:23 pm
· Filed under Free PHP Scripts
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.
Read the rest of this entry »
Permalink
April 19, 2008 at 11:31 am
· Filed under Hosting Tips & Coupons, Linux Server Administration Tips
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 schemes for the ease of console operations.
.alias and .bash_profile are the 2 basic console configuration files located at your home directory, hidden by default, and you have to use ‘ls -a’ to get them in sight. Add the line: Read the rest of this entry »
Permalink
April 10, 2008 at 4:43 pm
· Filed under CSS & XHTML Tips
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>
Read the rest of this entry »
Permalink
April 9, 2008 at 10:26 pm
· Filed under CSS & XHTML Tips, Free Web Development Tutorials & Tips
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.
Read the rest of this entry »
Permalink
April 1, 2008 at 9:33 am
· Filed under Free Web Development Tutorials & Tips
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 need is this:
Read the rest of this entry »
Permalink