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

Online

Subscribe to Feed


Top
RemoteComputer
Perl Scripts




Archives


Feed



Other






 

Tue, 25 May 2004

May 25, 2004, 08:52 [home]
Site Skin for NotationMachine.com

I spent some time last night and redesigned the look for NotationMachine.com. I’m pretty happy with it. It looks happier and more vibrant. Perhaps this will bring sales streaming in like the old days?

~Jason



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

post edit delete move redate


Fri, 21 May 2004

May 21, 2004, 00:45 [home]
ShrimpUSA Started

I designed the look and began uploading files to the new project I have called ShrimpUSA. It’s on hold while we wait for DNS to update— usually takes a coupla days. Stay posted.

Oh, the really neat thing is I’ve got a few jobs through www.getafreelancer.com lately. Every one of them has been a fellow believer, and the last one was another music pastor! It’s so much nicer working with fellow believers (when they’re not cheap!). It’s like a big family.

Jason



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

post edit delete move redate


May 21, 2004, 00:42 [home/perl_scripts/FileCABINET]
Shopping Cart Integration

Well, I’ve made a huge advance and learned a lot about processing cookies tonight. And about headers for XML, and so much more. Headers are such finicky things. You’ve got to send them at the right time and with the right information or everything gets mucked up. I was never too concerned about it before, but now that my scripts send XML to the browser, or cookies, they all need to handle headers just a little differently.

It wouldn’t be such a big deal if I did what lots of other programmers do: multiple files to run a program. But I like everything consolidated into one file, so I have to use lots of brain-cells to figure out how the server will know what it’s supposed to do.

I’ve spent a few hours and fixed up FileCABINET so that it has an integrated shopping cart. It’s cookie based, much better than what was there before. People won’t lose things from their cart like was happening before. Maybe more sales will result. Here’s hoping.

I also have changed the text links to image links— but not sure I really like that yet. It does increase download times for the page.

I used IE’s _search window (a special pane that opens on the left side of the window). I’m curious to know how various browsers handle this. Austin, that’s a challenge for you: try to fill up a cart at Intelliscript.net and tell me what happens.

I’ve been SO BUSY with work lately. It’s good, and it’s bad (for my back).

Night night.

Jason



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

post edit delete move redate


Wed, 12 May 2004

May 12, 2004, 23:55 [home/perl_scripts/FileCABINET]
More FileCABINET Development

Still doing TONS of programming. I added a random feature to FileCABINET so that a ‘Today’s Highlight’ can be automatically generated, randomly choosing a script from the database.

Last night I finally figured out the code to sort this multidimensional array on any column! Ugh, that was months in coming. What it means is that I added a new field to the database called sort (different than order) which displays the scripts in the order of your choice. This is nice if you want to put one script at the top of the list for a few days.

Next is to develop the cookie based shopping cart instead of the query string cart I currently use.

Then I’m focusing on integrating the FAQ Engine script into FileCABINET so that Frequently Asked Questions can be generated online by users instead of through the current mail-me-using-a-webform method. Then I can order, respond to, delete, ignore etc these questions as I like.

Gotta love programming. That reminds me, Law & Order programming is almost complete and looks like it’s going to be AWESOME.

~Jason



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

post edit delete move redate


Thu, 06 May 2004

May 06, 2004, 23:56 [home/perl_scripts/FileCABINET]
Automatic PAD Files

I discovered something pretty cool today— when submitting software it’s much faster if you have a PAD file created with all your data in it. You simply point another site to your PAD file, and all the form fields get automatically filled in: name of program, name of programmer, company address, file size, description, keywords, etc. The list goes on and on. Not having to type this stuff in on every site makes a huge difference!

I created a couple of PAD files (for NotationMachine and ServiceBuilder) using a Windows program, and it worked like a charm. It got me thinking too… what if I made the FileCABINET software I wrote automatically generate PAD files!

It meant I had to learn a little more XML, but I was up for the challenge, and it paid off! Now every file in my downloads on Intelliscript.net has it’s own PAD file, and it’s created automatically every time the XML is called for. You simply add the script’s ID number to the URL followed by .xml and FileCABINET does the rest.

For example, FileCABINET’s unique ID is 23, so

http://www.intelliscript.net/FileCABINET.pl/23.xml

I’m starting to feel a little cocky! winking

~Jason



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

post edit delete move redate


May 06, 2004, 23:49 [home/perl_scripts]
Outlook Calendar Script

This is long overdue.

I Finally had a brainwave last night about how to sync our Outlook church calendar with the getChurch.org web site. It’s easy! Simply export the data in tab format, and save it to the anonymous folder on our server.

My script does the next. Once a day, when it’s first called that day, it FTP’s the church network, grabs the file and saves it to the getChurch.org server. Then it calculates todays date, and parses the tab text file, searching for the date. It displays a search box and all records containing todays date in seconds.

Easy to implement, easy to use, and easy to search. I love it. Now I’m going to think about how I can write a macro for our Secretary that automatically exports the church calendar every evening. With that done, it’s a no maintenance solution.

Check it out!

~Jason



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

post edit delete move redate


Wed, 05 May 2004

May 05, 2004, 00:59 [home/perl_scripts/autofollowup]
JavaScript Emails

I finally finished implementing the JavaScript WYSIWYG email draft section in Auto FollowUp. I think I’ve tracked all the bugs down, so I’ll make it available on Intelliscript.net soon.

This feels like such a big deal. This has been on my task list for over a year!

Can you tell I’m really excited? Lots of cool programming breakthroughs lately! laughing

~Jason



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

post edit delete move redate


Tue, 04 May 2004

May 04, 2004, 20:51 [home/perl_scripts]
JavaScript HTML Editor

My content editor which I use on client web sites so they can edit their own pages has just been improved! Now when I set up sites for people, they can login and use a simple and familiar WYSIWYG (What You See Is What You Get) interface for making pages. This includes uploading files, inserting them into pages, bold, underline, etc., font face and colour, justification, bullets, lines, and more.

I’ve been looking for a great JavaScript HTML editor that is EASY to deploy. Most of them try to charge you lots of money, but this one is completely free, and works wonderfully.

I’ve started by implementing it into my EditContent script in use on www.odca.org, www.internationalwomenshealth.org, www.getchurch.org, www.saddlecorrections.com, www.brucerepei.com, among others. I hope to add it to http://www.InternetBusinessFollowup.com’s AFU script as well so that emails can be drafted in HTML from the browser.

Mind you, it’s only supported on IE 5.5 and above, but I can deal with that since 90% of people fit into that group, and I can always instruct my users to update their browsers.

This is an important and exciting discovery. HOW COOL! Expect much more elegant posts from me now!

~Jason



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

post edit delete move redate


Sat, 01 May 2004

May 01, 2004, 00:08 [home/perl_scripts]
ATOM to RSS

I’ve been wishing that my friends Amy, Austin, Brian, Al, etc., had an RSS feed so I could read their blogs anytime from my PPC in the format of my choice. RSS is great.

Problem is, Blogger makes you pay for RSS feeds, and instead gives everyone ATOM feed for free. Yuck.

But while snooping around about this tonight at 12:07 a.m. Saturday morning, I stumbled upon this site, which describes how any Blogger user can make the modifications themselves easily.

So Austin, take a look at this and see if you can implement it. I’d love to have your site on my PPC.

~Jason

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

post edit delete move redate