Archive for May, 2006

21

May

Filed in Other with no comments |

I’ve posted a bunch of images from where I’m staying as well as the images I took while sitting at the airports for 10 hours. Check them out in the photo gallery.

21

May

Filed in Code, JavaScript with 1 comment |

This script is incomplete, but it will output a perfectly working calender using a dd/mm/yyyy format. I will update this post when the “outputString” option works as intended.
bool cal_show(object linkObject, string inputBoxName)
Grab the source for the javascript popup calender.

21

May

Filed in Code, JavaScript with 1 comment |

So I finally took the time to rework my tooltips script which is in use on sites like WoW Guru. I originally created it as an alternative to using overlib and other quite large (bloated?) libraries as I didn’t need 90% of what they do.
The tooltip library is very simple, as it currently has one […]

21

May

Filed in Code, PHP with no comments |

bool resampleImage(string input, string output, [int width], [int height])
string input is the source filename
string output is the output filename
int width is the maximum new width (defaults to 150)
int height is the maxium new height (defaults to 100)
You can download the resample image source here. Have fun

20

May

Filed in Other with no comments |

Just some notes, so I can hand these out to people:
Every page should have an h1
The H1 should specifically tell what that page is. It should not be filled w/ keywords, keep it compact and simple. If your page has news about a game, the h1 should be “Name of Game News”. Ok?
The title should […]