WHAT A LAMP Rotating Header Image

Posts Tagged ‘code’

tablesorter 2.0.3

Table Sorter is a very handy plugin of jQuery. It release 2.0.3.
I use it in many web-based programs.  Let’s have a look on the features.
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can [...]

Dreamhost special coupon is gone

I mentioned some good deals of Dreamhost plan last week. It is so bad that some one use it and violate the terms of Dreamhost. The results is the coupon is taken away.
Even I have no more Dreamhost invitation code, you can still use my regular code G2SAVING.
You will get Max $50 discount, and one [...]

SwfObj Plugin 0.5

There is some chance I will use SWF file in Wordpress.
The default media manager of WordPress has no good support of swf file.
Now I try to search some plugin at WordPress plugin database. I got one. A perfect one.
SwfObj Plugin 0.5
* Easy install
* Upload and embed Flash [...]

Escaping from HTML – php code block

There are about 4 or five type of ways to put the php code into Webpage.
I prefer to use following format

<?php echo 'if you want to serve XHTML or XML documents, do like this'; ?>
via