scriptygoddess

Archive for March, 2003

18 Mar, 2003

alt-php-faq.org

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 […]

18 Mar, 2003

Get users IP with PHP

Posted by: Jennifer In: Script snippet

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 […]

18 Mar, 2003

WROX Press Goodbye…

Posted by: dave In: Suggested reading

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

show hide layer in same position

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 […]

17 Mar, 2003

Important Bug Fix for subscribe to comments

Posted by: Jennifer In: Announcements

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

javascript browser sniffer

Posted by: Jennifer In: Bookmarks

An interesting javascript browser sniffer.

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

RSS feeds

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

Drop down month archives

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 […]


Featured Sponsors

Genesis Framework for WordPress

Advertise Here


  • Scott: Just moved changed the site URL as WP's installed in a subfolder. Cookie clearance worked for me. Thanks!
  • Stephen Lareau: Hi great blog thanks. Just thought I would add that it helps to put target = like this:1-800-555-1212 and
  • Cord Blomquist: Jennifer, you may want to check out tp2wp.com, a new service my company just launched that converts TypePad and Movable Type export files into WordPre

About


Advertisements