Archive for January, 2004

Quick and Easy Link Page

Friday, January 16th, 2004

I often find myself strolling around the web and running across links that I like that I don’t have the time to review completely right then, but don’t want to forget about. Also, much of the time I find something at home that I want to remember to look at while at work, or vice versa. Because of my deep and abiding, yet completely inexplicable hatred for browser bookmarks, I always avoid just bookmarking a page, so I needed a better, more portable solution.
(more…)

Search software

Thursday, January 15th, 2004

You can tell what I’m working on by the types of posts I make here :)
In any case, I’m looking for software packages to add search functionality to a relatively small site. However, they’d rather not have “some one else’s logo or advertising”, and they’d rather host it internally if possible. As well, we’re not running php, so while my previous php search post was more for future reference for myself - that solution won’t work for this particular issue.

Here’s a few links to search software products I’m looking at (I’ll add as I go along) They seem to have “free” versions and can be used with php, asp, or anything you want:
Zoom Search Engine - Wrensoft (update: after trying all three of these Wrensoft is my favorite! This is the one I’ll probably get)
aleadsoft Search Engine Builder
Web Wiz Guide - Advanced Site Search

php search engine - phpMySearch

Thursday, January 15th, 2004

Stumbled across this: phpMySearch (homepage - download)

cron jobs

Wednesday, January 14th, 2004

Sometimes the simplest thing are the things that seem the hardest. You’re almost embarrassed when you finally figure it out - and realize how simple it was.

Cron jobs. Did you know you can create a script (that could technically be run if you pulled the page up in a browser) - but lets say you wanted to run this script on a regular basis. You can set up a cron job to run this php script.
(more…)

Radio Button - Changing selection (checked) and focus

Wednesday, January 14th, 2004

Just some snippets for safe keeping regarding radio buttons. One that will change which radio button is selected. The other that will change the focus to the appropriate radio button (useful when validating that fields are filled out in a form)
(more…)

What’s in a name

Wednesday, January 7th, 2004

So you’re working on comps for an application and need to come up with a bunch of “fake” usernames (ok, maybe that’s just me) in any case, this link would come in handy:

Random Name Generator

And just in case you needed to make them all hobbits or elves - you could always take those name and plug them into here or here. Or maybe you’re into cyborgs, smurfs or prison bitches (in which case, please don’t tell me - I REALLY don’t want to know)

another revision to the show/hide script

Tuesday, January 6th, 2004

This is in reference to this post which included a link to a revised version of the show/hide (collapsing/expanding) script. That one was designed specifically for entries. Most people use this script for their comments to, so I made a slight change to it so that you can use ONE function that will work with both.
(more…)

Using Dada/Mojo Mail to send MovableType Entries Nightly (or how to ditch Bloglet)

Saturday, January 3rd, 2004

Note: To pull this off, you’ll have to invest $25. It’s worth it for great mailing list software, but if you’re a cheapskate, do not read past this point.

I’ve been a big fan of Mojo Mail (now called Dada Mail because somebody has too many lawyers and too much free time) for a long time. I set it up a year ago for my day job, and have loved working with it.

I recently purchased the Pro version of the software which came with the Magic Book. The $25 Magic Book is the key to this — it’s loaded with tons of extra documentation, and it comes with a bunch of cool plugins. The one I like the most is an automated mailer that will send mailings at predefined intervals, pulling from Web pages. It’s called Beatitude.

I’ve been using Bloglet to send nightly mailings of the headlines on the site. Bloglet, while, simple, isn’t very flexible or powerful. So I thought, why couldn’t Beatitude be used to send off MovableType nightly entries?

It now is on my site, in both a text and HTML formatted version. Sign up using the forms over on my site, and read on below to see how I did this.
(more…)

Design Inspiration

Saturday, January 3rd, 2004

Truck808 has been added to How magazine’s top 10 links. In that list I found this site: MissPato.com which has a ton of great design inspiration links/thumbnails.

htaccess password protection

Saturday, January 3rd, 2004

I’ve been searching for ways to password protect a directory using usernames and passwords stored in a MySQL database.

Found these links so far:
Advanced htaccess tutorial (scroll down to the Module: mod_auth_mysql part)
PHP security admin (freshmeat .net project) * (realized after I downloaded this that it won’t do what I’m looking for - this will protect PAGES, not an entire directory)

(If you find any - feel free to post them in the comments)