Archive - Nov 26, 2006

Date
  • All
  • Jan
  • Feb
  • Mar
  • Apr
  • May
  • Jun
  • Jul
  • Aug
  • Sep
  • Oct
  • Nov
  • Dec

Popular web images

in

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.
HKLFF logoMLLFF logo

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/
PHP userbar

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.
Firefox Logo
Feed Icon
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
deficit sparkline
redsox new sparkline
Line Sparkline

dBug

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);
Output:
array
first 1
0 second
third
array
0 inner third 1
inner third 2 yeah
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.

Honey Pot that kill bots