not quite random
nothing in particular

 


November 2002
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Oct   Dec





Subscribe to "not quite random" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

jenett.radio.randomizer - click to visit a random Radio weblog - for information, contact randomizer@coolstop.com

Blogchalk:
Portsmouth, NH, US




 

Wednesday, November 20, 2002

Radio and PHP

I managed to get Radio and PHP to play nicely together. If not for an unfortunate temporary brainfart, I would have gotten it figured out somewhat earlier. The reason for doing this is so that I can keep the Radio-generated pages at Silverback looking the same as the pages on the static site, which uses PHP (I didn't want to use Radio to manage the static site). It also strips a great deal of the cruft out of Radio's default templates.

Things to keep in mind:

  • Keep as much of the formatting info as you can in an external stylesheet.
  • Keep as much of the template-related info as you can in an included PHP script (navigation menu, header, footer, etc).
  • Put both your main PHP script and your main stylesheet in a directory to which you can make an absolute reference.
  • Remember that CSS "import" is going to use an external-based path.
  • Remember that PHP "include" is going to use a server-based path (e.g. /home/foo/www/main.inc). (This was the aforementioned brainfart -- I was missing part of the path to my main PHP script.)
  • Don't attempt to code anything complicated before you've finished the first cup of coffee. This is dangerous.

9:26:38 AM   #  
categories: radio

It's nice to see that Mark is back, and with a nifty new tool. Unfortunately, I can't visit his website -- Explorer thinks "application/xhtml+xml" is something it should download...

8:37:44 AM   #  

I'm currently working through final testing and bug fixes for the next release of Arsenal. This will be the first external release. The main component of this first release is Prethink, a knowledge management tool for small businesses. Prethink includes:

  • a knowledge base
  • a search engine for the knowledge base
  • add articles to Prethink from files
  • import entire directories to Prethink
  • email articles to Prethink
  • import to Prethink by monitoring RSS feeds

There's more in the works for upcoming releases:

  • full support for drag and drop
  • publication of new articles as an RSS feed
  • better searching
  • interrelations between articles
  • some new tools in addition to Prethink

(If this sounds like vaporware, it ain't. This release will be available by the end of the week for qualified beta customers. If you want to arrange a demo, please email me: brian at silverback-software.com. Right now I'm shooting for general availability in mid December.)

7:59:56 AM   #  


Click here to visit the Radio UserLand website. © Copyright 2002 Brian St. Pierre.
Last update: 12/2/2002; 9:50:30 PM.