Re: Blogging APIs

2004-08-10 Thread Jake .
You need Roger Benningfield's CFC: http://support.journurl.com/users/admin/index.cfm?mode=article http://support.journurl.com/users/admin/index.cfm?mode=articleentry=362 entry=362 Roger's weblog is a goldmine of info for this topic. Yes, Roger's site has some great stuff, but I'm new enough at

Re: Blogging APIs

2004-08-10 Thread John Beynon
i've been playing with this all morning since this thread appeared. Using the CFC i''ve now got Newzcrawler to be able to add posts to my blogsit's pretty cool once you get going. You need to construct the array to pass into the xmlrpc CFC. Use the debugger to test the results, jb. On Tue,

Re: Blogging APIs

2004-08-10 Thread John Beynon
oh and i started out by cfdumping the rpcCall into an email to see what methods the blogging client was attempting to call then i created a big cfswitch on rpccall.method to deal with each method, jb. On Tue, 10 Aug 2004 14:23:03 +0100, John Beynon [EMAIL PROTECTED] wrote: i've been playing

Re: Blogging APIs

2004-08-10 Thread Roger Benningfield
For instance, Roger you mention abovei using GetHttpRequestData()... but how? Jake: Today is my birthday, so I'm not going to be able to go into anything extensive here. And there's only so in-depth I can be anyway, since blogging is my business and there's a fine line between being helpful

RE: Blogging APIs

2004-08-09 Thread Matthew Walker
You need Roger Benningfield's CFC: http://support.journurl.com/users/admin/index.cfm?mode=article http://support.journurl.com/users/admin/index.cfm?mode=articleentry=362 entry=362 Roger's weblog is a goldmine of info for this topic. Also you need to work around the fact cf doesn't set the

Re: Blogging APIs

2004-08-09 Thread Roger Benningfield
Jake: They're not FORM posts... they're raw XML. GetHttpRequestData().content is your friend. -- Roger Benningfield work: http://journurl.com/ blog: http://admin.support.journurl.com/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

RE: Blogging

2002-11-07 Thread Rich Wild
audience and amount of content. -Original Message- From: Mike Brunt [mailto:mbrunt;webapper.com] Sent: 06 November 2002 21:19 To: CF-Talk Subject: RE: Blogging I actually have a copy of the original .zip file on my local system if anyone needs it please email me directly

RE: Blogging

2002-11-07 Thread Owens, Howard
I rolled my own ... www.hbo3.com It took me all of one weekend, including site design. H. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Blogging

2002-11-06 Thread Dan Phillips
Livejournal.com let you create a blong on their site, then allows you to use CFHTTP to imbed the blog into your site. -Original Message- From: Jillian Carroll [mailto:jillian;koskie.com] Sent: Wednesday, November 06, 2002 10:48 AM To: CF-Talk Subject: Blogging Does anybody know of any

RE: Blogging

2002-11-06 Thread Robertson-Ravo, Neil (REC)
there is a CFMX one. cant remember who did it? -Original Message- From: Jillian Carroll [mailto:jillian;koskie.com] Sent: 06 November 2002 15:48 To: CF-Talk Subject: Blogging Does anybody know of any blogging software written in CF? -- Jillian

RE: Blogging

2002-11-06 Thread Russ
Hi Jillian-- I've seen one or two in my searches out there--and while that's probably not the answer you're looking for, building something shoudn't be very difficult to get started. I've had my own at http://www.unrealisticexpectations.com that's been done in .asp and Access, but we've also got

Re: Blogging

2002-11-06 Thread Pete Ruckelshaus
Yeah, I wrote my own in an afternoon...not terribly difficult, but I guess that depends upon the complexity of the application. http://www.ruckelshaus.com/pete/ As you might be able to tell, my interest in actually maintaining a blog was over almost before it began. My life just isn't

RE: Blogging

2002-11-06 Thread Benoit Hediard
.htm Benoit Hediard www.benorama.com -Message d'origine- De : Robertson-Ravo, Neil (REC) [mailto:Neil.Robertson-Ravo;csd.reedexpo.com] Envoyé : mercredi 6 novembre 2002 17:26 À : CF-Talk Objet : RE: Blogging there is a CFMX one. cant remember who did it? -Original Message

RE: Blogging

2002-11-06 Thread Chad
Message- From: Benoit Hediard [mailto:ben;benorama.com] Sent: Wednesday, November 06, 2002 12:09 PM To: CF-Talk Subject: RE: Blogging Indeed, I did one with CFMX... but it is more a demo application (proof of concept) than a full featured application : it is extremely basic. But I suppose you

Re: Blogging

2002-11-06 Thread Sean A Corfield
On Wednesday, Nov 6, 2002, at 07:47 US/Pacific, Jillian Carroll wrote: Does anybody know of any blogging software written in CF? James Husum has written one in CF5 using Fusebox. I spoke to him about it at DevCon but he said it wasn't really ready for prime time yet. Webapper.net is using it

RE: Blogging

2002-11-06 Thread Mike Brunt
Downey CA Office 562.243.6255 Making the NET Work -Original Message- From: Sean A Corfield [mailto:sean;corfield.org] Sent: Wednesday, November 06, 2002 12:13 PM To: CF-Talk Subject: Re: Blogging On Wednesday, Nov 6, 2002, at 07:47 US/Pacific, Jillian Carroll wrote: Does anybody know of any

Re: Blogging

2002-11-06 Thread Roger
On Wed, 6 Nov 2002 09:47:50 -0600, in cf-talk you wrote: Does anybody know of any blogging software written in CF? I've got a really simple blogging app that I slapped together in 1999... no database, just WDDX packets written to the filesystem. with all config info in a tidy little XML file. If