scriptygoddess

11 Mar, 2003

LGF-Search – Version 2

Posted by: Jennifer In: Announcements

This new version will show the keywords with the a link to the actual search request.

See original post here.

11 Mar, 2003

PHP at the command prompt

Posted by: dave In: Admin-type scripts

Figured it was about time I actually posted something…

Little known to many people, PHP actually makes an excellent system level scripting language. Let's take a quick look at scrapping Perl & using PHP for a simple problem.

Setup:
I've got a bunch of m3u files that contain reference to single mp3 files on a friend's web server. I want to download all the mp3s, but don't want to open each m3u file & copy and paste the http link. Let's use PHP for the task.
Read the rest of this entry »

11 Mar, 2003

open source software

Posted by: kristine In: Bookmarks

When looking for a bug tracker to install on the mt-plugins.org site, David pointed out several open source software packages at Freshmeat.net. There's some *great* stuff over there!

We ended up using Mantis — you can check it out and report bugs about plugins and request features by visiting bugs.mt-plugins.org. :)

Comments Off on open source software

09 Mar, 2003

Two bloggies!

Posted by: Jennifer In: Announcements

Looks like we won two bloggies. One for best programming of a weblog, and another for best web development weblog.

Very cool! 😀
Thanks everyone!!

(Congratulations to the other winners as well. Glad to see a number of familiar names up there!!)

09 Mar, 2003

Photo album (gallery) scripts…

Posted by: Jennifer In: Bookmarks

Now I'm doing scripts for my parents! LOL! My mother needed a script to display her paintings on a web page. There's not a ton, and she's not technically inclined. Ideally, it would be great if the script created thumbnails on the fly so she can just upload and be done.

So rather than write one (since I don't know how to write one that would do thumbnails), I'm looking for what's out there.

Webmaint
Gallery
Simple gallery script (sgs)

Got any others? A review perhaps? How easy are these (or ones you suggest) to use? We're going for beginner level internet user.

07 Mar, 2003

Multiple link styles

Posted by: Jennifer In: CSS

Well this isn't really a trick… It's just that I've had to search for this more times than I can count because I couldn't remember the exact way to write it – so I'm posting it here for my future reference.

.stylename a:link {
text-decoration: none;
color: #FF0000; //red
}
.stylename a:visited {
text-decoration: line-through;
color: #00FF00; //green
}
.stylename a:hover {
text-decoration: underline;
color: #0000FF;
background-color: #FFFF66; //blue
}
.stylename a:active {
text-decoration: overline;
color: #FFFF00; //yellow
}

[swiped from here]

(updated: fixed typo – and added a different color and "text-decoration" for each state so you can see which one is which when testing it)

06 Mar, 2003

Toggle an image's display based on a checkbox

Posted by: Jennifer In: Scripts

The idea here is to display an image based on whether a check box is checked or not. It'll toggle it's display, so you can click it on, click it off, etc.

(And if you post a comment asking me why anyone would ever want this, I will beat you up. LOL! I needed this for an application I was working on at work. I'm sure there are other uses as well… can't think of them at the moment, but that's not my problem.) 😉
Read the rest of this entry »

06 Mar, 2003

Click Tracker

Posted by: promoguy In: Scripts

As many bloggers would agree, one of the things that keeps you going is to know that readers find your posts valuable. But often there are those days when you make a great post with lots of links and you get no comments at all.

Did anyone read your posts? Did anyone even click on the links? Who knows?!?

So I went in search of a "Click Tracker" script. Since I don't know beans about coding, I had to settle for what I could find that was A) a cinch to set up, B) free and C) easy to use.

What I wound up using is this snazzy little cgi script called Aardvard Click Manager (and yes, I am using it on this post).

This script is very easy to install. Everything you need to know is in the ReadMe.

Cool Features:
* All links are ranked on your stats page.
* Tracking is started when you create a link, no admin panel needed.
* Can track clicks on downloads as well as scripts.
* Stats can be sorted by Clicks, ID or URL.
* You can use a shortened url to pass your link, which hides the actual url.
* By usings SSI, you can include how many times a link was clicked beside the link.
* Stats can be password protected.

Jeremy Scheff did a great job on this script, and has some other nice tools on his site so be sure to explore while you are there.

It would be nice if it were in php and MySQL, but you would lose a lot of the simplicity in the set-up. If you know of more advanced "Click Trackers" be sure to post it here.

06 Mar, 2003

Image Flip – and other image javascripts

Posted by: Jennifer In: Bookmarks

I'm working on a little script where I have to display (or not display) an image based on whether a checkbox is checked… A quick search for something similar (that I could use) revealed this page: The Javascript Goodies Book.

Comments Off on Image Flip – and other image javascripts

04 Mar, 2003

Random Quote Generator: Call for beta testers

Posted by: Jennifer In: Announcements

Jason is looking for people to test out his Random Quote Generator. You can download the beta here.

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