21
May
New Images
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
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
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
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 […]
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
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 […]