>><cfset attributes.zipcode = "32714">

What if its the UK, or somewhere else that the US?

-----Original Message-----
From: Robert Everland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 8:05 PM
To: CF-Talk
Subject: RE: Intranet apps


Weather
<cfset attributes.zipcode = "32714">

<CFHTTP
URL="http://www.weather.com/weather/tendayprint/#Attributes.ZipCode#";
        METHOD="GET"
        PORT="80"
        RESOLVEURL="true">
                
<cfset OutPut = Replace(CFHTTP.FileContent, "HREF=""/",
"HREF=""http://www.weather.com/";, "ALL")>   


<CFOUTPUT>#OutPut#</CFOUTPUT>

Robert Everland III
Dixon Ticonderoga
Web Developer Extraordinaire

-----Original Message-----
From: Bruce Holm [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 07, 2002 3:00 PM
To: CF-Talk
Subject: Re: Intranet apps


I was looking for a conference room signup app only.  This would be a
corporate wide, web browser accessible application.  Outlook requires 
LDA
P I
believe and our company does not plan to run or support it. (Don't ask 
wh
y)

For weather I'm aware of AccuWeather data feed in XML format but not 
sure
what they would charge.  I was hoping for a free app I could integrate 
in
to
the home page that shows current weather conditions for a local city, 
lik
e
MyExite or MyLycos offers.


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 11:37 AM
Subject: RE: Intranet apps


> here's a few ideas:
>
> Conference room scheduler:  Do you use Outlook?  If so, make the
> conference
> room a person, and have people "invite" the conference room to
> meetings.
> Give an admin rights to handle the conference rooms schedule.  Make 
the
> schedule visible to all.
>
> There are a few sites that have data feeds of info that you can 
legally
> post
> on your own site.  You want to look at www.moreover.com.  You can use
> <cfhttp> to get the info.
>
> Kathryn Butterly
> Web Developer
> Washington Mutual Finance
> 813 632-4490
> [EMAIL PROTECTED]
>
>
> -----Original Message-----
> From: Bruce Holm [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 07, 2002 2:30 PM
> To: CF-Talk
> Subject: Intranet apps
>
>
> Does anyone know of a source for applications that can be integrated
> into an Intranet?
>
> I'm looking for:
>
> * a conference room scheduler application
>
> * a weather application to display local weather conditions in real
> time
> in the corner of the Intranet home page
>
> * a stock ticker application that can be configured to only display 
our
>
> company stock price movement (delayed quotes is fine) during the day.
>
> Any help would be appreciated.
>
> -------------------------------------------------
> Bruce Holm - Web Programmer
> Lattice Semiconductor Corp.
> [EMAIL PROTECTED]
> -------------------------------------------------
>
>
>
> 


______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to