Content-Type: text/html; charset=ISO-8859-1 CrookedBush.com :: Mar 2004

Online

Subscribe to Feed


Top
RemoteComputer
Perl Scripts




Archives


Feed



Other






 

Tue, 16 Mar 2004

Mar 16, 2004, 15:22 [home/perl_scripts/up_and_coming]
MP3 Database Script

I’ve written a MP3 database script much like the service that used to be available to artists at MP3.com. It manages streaming, downloading, song history, and hopefully soon I’ll add features like automatic purchasing via PayPal.com, a ‘play all songs on this album’ feature, radio station options, and more.

I haven’t actually packaged this script for sale yet, as it’s been used only on JasonSilver.com for my own personal recordings. I’d be interested in hearing feedback from potential users of this script as I consider adding it to the list at Intelliscript.net.

~Jason

[this date] [1 comment]
[technorati] [permalink] [feed]

post edit delete move redate


Mon, 08 Mar 2004

Mar 08, 2004, 20:55 [home/perl_scripts/autofollowup]
New Version of AFU Available

I’ve just completed adding some requested features and fixing a couple of bugs in Auto FollowUp, including the Admin script.

Some changes: 1. Allows you to hide the list names from subscribers if you wish to (done from Global Variables)

2. Validates the list name in case user types it wrong or doesn’t include it in the URL.

3. Setup includes an environment variables section for novices who don’t know their server well

4. Minor changes in set up page explanations.

5. Leap year bug fixed (will only work for a hundred years or so though— sorry) I haven’t been able to duplicate this bug, so if it’s still not working, please let me know.
6. Fixed a OneTimer issue with no sender name or to name included with the email address.

7. Renamed the temporary lists for OneTimers from temp_listname to onetimer_listname.

8. Modified the one timer to send tomorrow by default. This can be changed after email is drafted. It gives you a chance to double check your copy etc., before the script begins sending.

9. If plugins do not exist, the link to the mailing list script is replaced with a link to the plugins on Intelliscript.net— not a bug, but some people thought it was. It’s much more elegant this way anyway.

If there are other issues I need to know about, please tell me.

[this date] [0 comments]
[technorati] [permalink] [feed]

post edit delete move redate


Sun, 07 Mar 2004

Mar 07, 2004, 22:25 [home/perl_scripts]
News Feed Works

Cool! I’ve made use of my news feed on Intelliscript.net!

Instead of starting a new blog on Intelliscript.net to manage news regarding my scripts there, I wrote a script to read and parse my XML news feed (RSS) and place it on the home page. It’s always an exact copy of what’s on my CrookedBush.com blogs under scripts!

Grabbing the feed and parsing it for display on Intelliscript is a little slower than I like, so I may modify it to update to a text file once a day or something like that. But the basic idea is working well.

Once I get getChurch.org’s blog of our newsletter Inside up and running, I plan on creating a news feed for that as well so the top 4 or 5 headlines can be put on any site using simple JavaScript. We have the technology!.

If only we had the technology to get the script running. The dear-friends at Blacksun.ca hosting are (how can I say this nicely?) not as skilled as I would like. disappointed

The script is reading the .cgi/.pl extension as a Blosxom flavour, which is very strange. They want me to use a different script— ain’t gonna happen. I’ll move to a new server first.

I may have to hack flavours out of Blosxom, which is no great loss as I already wrote a Blosxom plugin to use my script SiteSkinner.

~Jason

[this date] [0 comments]
[technorati] [permalink] [feed]

post edit delete move redate


Mar 07, 2004, 15:28 [home]
RSS Could Be More Useful

I was visiting this blog, the maker of my pocket pc RSS reader and found this interesting post, from this site:

When i first started using RSS, i was ecstatic. Rather than relying on going to each person’s page, i could just throw them all in one place and go through them. I’m a bit more disillusioned now. I got all excited and started adding every blog that had an interesting thread. Almost humorously, i started breaking after about 150 regularly updated blogs. Worse: i miss half of the interesting posts that i want to read because i’m too overwhelmed. This made me sit back and think about what kind of an RSS feed i want.

I too have been annoyed with the limitations on my RSS feeds. I hope someone improves on this. I especially like the idea he had of being able to limit Google searches to blog sites.

~Jason


[this date] [0 comments]
[technorati] [permalink] [feed]

post edit delete move redate


Fri, 05 Mar 2004

Mar 05, 2004, 09:20 [home/perl_scripts/autofollowup]
Bug Found In AFU

I found out yesterday that there’s a leap year bug in Auto FollowUp.

If you send out daily messages with AFU, then it will break in leap years. I’ll be uploading a fix to this script to Intelliscript.net.

My own version of the ‘millenial bug!’ haha,

If you want a temporary fix for the script, go to the subroutine calculate_elapsed_days, around line 193 (this sub is in both run.pl and auto_followup.pl). Make adjustments by one day for each of the twelve months, and change the year value to 366.

This fix will stop working in January of 2005, so you’ll need to get the updated script when it comes out.

~Jason

[this date] [0 comments]
[technorati] [permalink] [feed]

post edit delete move redate


Thu, 04 Mar 2004

Mar 04, 2004, 18:13 [home]
Movie Database Script

One of the very first Perl scripts I wrote (right after I wrote Scrabble I think) was a movie database program for putting up personal movie reviews. I wrote it for my friend Kevin Friesen, who never used it.

And I never sold it, or used it either. But I’ve been thinking a bit about it lately.

When Joanne and I took off for a few days to visit each other **grin** we watched about four movies in between sleeping, eating, shopping, … and stuff. I thought about my desire to write about the movies I’ve watched lately, and what I would say about these films.

So I dusted off this script.

But then I got thinking— these films are probably already described— complete with pictures, on the Internet Movie Database site. Wouldn’t it be cool, I thought, if I could use a fetch script to grab this data server side, and let me write my own review and rate each movie on my site.

So I set out on a journey to imdb.com.

But then I realised they have that service already built into the site! You can add films to ‘my movies’ and rate them, and even review them!

So if I write a script, it might just be a way to share this info with my visitors without having them leave CrookedBush.com. Maybe that script would sell. This doesn’t seem to be possible right now with imdb.com.

Anyone like that idea, or think it might be useful on their site?

~Jason

[this date] [1 comment]
[technorati] [permalink] [feed]

post edit delete move redate