80*15 Buttons
80*15 Buttons are like userbars. it is mostly showing "powered by", "Supporter of" or "I am". The popular button site are:
http://gtmcknight.com/buttons/
http://ekstreme.com/buttonmaker/




88*31 Link Button
Usually site's link button size is 81*33.


350*19 Userbars. It shows the owner is the user of a program. Player or a game or citizen of a country. Famous userbar site for you to get started:
http://www.userbars.com/

Square icons and logos
include many sizes include 16*16, 32*32, 48*48. It is mostly used as small icons. Sometimes, logos, like IE and Firefox ones.

![]()
Sparklines
Word size graphics contain massive amount of information. important website:
http://www.sparkline.org/
http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR&topic_id=1



dBug is a class for PHP programmers to output variables, object and even XML in a better looking way than var_dump. It uses great CSS and JavaScript to make the output easier to access, like expand an array. Here is an example of the output:
include("dBug.php"); $variable = array( "first"=>"1", "second", "third"=>array( "inner third 1", "inner third 2"=>"yeah"), "fourth"); new dBug($variable1);
| array | |||||||
| first | 1 | ||||||
| 0 | second | ||||||
| third |
| ||||||
| 1 | fourth | ||||||
Editor Comment:
I was using array2table and var_dump, print_r before I thought about making my own. Then I got to know dBug, so I know I don't have to make my own that will cost me over 20 hours.
Recent comments
1 hour 45 min ago
4 hours 2 min ago
5 days 5 hours ago
6 days 23 hours ago
1 week 2 days ago
1 week 3 days ago
2 weeks 17 hours ago
2 weeks 2 days ago
2 weeks 2 days ago
2 weeks 3 days ago