To move a browser window to a specific location on the users screen: window.moveTo(x,y); replacing "x,y" with pixel coordinates. More info here, where they also have the below which will give you the users screen width, height: screen.widthscreen.height Also, to resize the browser window: window.resize(width,height) Now, before you go all crazy on me – I'm […]
26 Feb, 2003
Posted by: Jennifer In: Bookmarks
Thanks to a recent trackback ping from this post on electrosketch.org I found this site: onlinetools.org Among many other cool things, they also have a php counter, and they posted a cool bookmarklet to put a bunch of image info into the "alt" tag, and (this link from electrosketch) a php newsletter manager…
Comments Off on Online Tools
26 Feb, 2003
Posted by: Jennifer In: Bookmarks
I've had a few requests for a simple php counter that doesn't use mySQL. php-princess has one here. (While you're there – poke around that site – lots of neat stuff there)
(non blog related post) Needed to use this php function: strchr (alias to strstr). I had a field that had a person's full name (first and last). 99.999% of the time, the first name and last name were seperated by a space (no Mr. or Mrs. in there) and I needed a script that assumed […]
Comments Off on Get first (part of) name
25 Feb, 2003
Posted by: adam In: MT hacks
A few weeks ago, Kristine posted about Redirects in MT, and this got me thinking. I had already looked at an archive mapping solution which was recently updated, but it required that I have access to the server config files (not just a .htaccess file) because a RewriteMap can only be defined in the server […]
23 Feb, 2003
Posted by: kristine In: Bookmarks
Tubedogg at Geeksblog put together a PHP script for MT which will close comments on old entries based on a date/time: Close Comments. Requires MT 2.6 or higher running the MySQL backend. There's been a lot of requests for this type of thing at the MT Forums in the past, and now that MT2.6 has […]
23 Feb, 2003
Posted by: Jennifer In: Scripts
One of the reasons I had taken smilies off my site was because I didn't like the look of all these smilies on my comment form. Pruning my list of smilies was difficult, but the more smilies I had, the more "messy" the form. Also, with tons and tons of smilies, that meant writing a […]
23 Feb, 2003
Posted by: kristine In: How to's
Oscar Hills put together a tutorial at the MT Forums about using the Live Preview script from over here together with clickable smilies which show up in the Preview. With all the talk about smilies lately, I thought it was worth linking over here too
21 Feb, 2003
Posted by: Jennifer In: Bookmarks
Ok, the truth's out – I'm GeekGrrl's personal stalker. (No, just kidding!) But she has been posting some very neat stuff.. so here's another link I'm stealing from her: Some very cool photoshop tutorials
21 Feb, 2003
Posted by: Jennifer In: Bookmarks
GeekGrrl recently added smilies to her site, so it inspired me to make a post all about smilies. First a few smiley sites (Feel free to post others if you got em): Jason's Smilies [from GeekGrrl – these are the best I've seen] abestweb [downloaded these so long ago, I can't remember where I got […]