18 Mar, 2003
Posted by: Jennifer In: Bookmarks
After finding the info for the post below, I found a bunch of other things on alt-php-faq.org. like: encrypting using pgp class and php here too making thumbnails with php using php to POST to another url without forms and hidden variables (this script will come in handy if/when I take a shot at fixing […]
Not sure why I haven't posted this before. (or maybe I did and I'm just drawing a blank). Get the IP of the user: if ($_SERVER['HTTP_X_FORWARD_FOR']) { $ip = $_SERVER['HTTP_X_FORWARD_FOR']; } else { $ip = $_SERVER['REMOTE_ADDR']; } I've also seen it done this way too but for some reason I was under the impression the […]
Unfortunately it looks like WROX press (they make those big red books with the ugly authors on the cover) is going out of business Story Here In my opinion they have put out some excellent books, esp. their "Professional" series. I use the Professional PHP 4 often. There will either be a good sale on […]
17 Mar, 2003
Posted by: Jennifer In: Scripts
A few people have asked for code similar to this. Basically this will allow you to show/hide layers where one layer hides and another shows in it's place depending on what you click. This code comes with Dreamweaver MX, and if you have it and know how to use it – it's nice there because […]
If you're using the subscribe to comments script there's an important bug fix. Basically, it's been discovered that Safari browsers on Macs will crash when they attempt to submit a comment. The download has been updated. But if you have it already installed, it's a simple fix (see "more" text). (FYI – If you're on […]
17 Mar, 2003
Posted by: Jennifer In: Bookmarks
An interesting javascript browser sniffer.
16 Mar, 2003
Posted by: Christine In: How to's
Some of you may read my personal blog where I have spent days now talking about XML, RSS, and why you want to upgrade your template. I realized as comments came in that an explanation was in order. XML – There is another "language" (per se, for lack of better term) out there called XML. […]
Found a bug with the the keyword referrer hack (the version 2). See the full post here.
Comments Off on LGF last 50 keyword referrer script/hack *bug fix*
16 Mar, 2003
Posted by: Lisa In: How to's
Christine has been rallying to get everyone to set up RSS feeds. She's even gotten Jennifer involved. Solonor is also involved in spreading the word. To show my support, I've posted my RSS feeds (on my site). If you're using the restricted post hack, you do not want to use my feeds. Instead, try Mark's […]
16 Mar, 2003
Posted by: Jennifer In: Scripts
I'm clearing out some of my templates and had this in a test page. I don't know if I ever posted the code here, so just in case I hadn't, here's the code to create a dropdown "jump box" that will forward you to the selected month's archive. (Script assumes you are on MT. No […]