Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





Pages (2): [1] 2 »   Last Thread  Next Thread
Author
Thread Post New Thread   

Adding Weather.com Script To Homepage
 

Achieve It




quote this post edit post

IP Loged report this post

Old Post  09-14-04 - 12:16 AM  
I have added script from Weather.com on my homepage via the HTML Code
Fragment command. When I review the homepage, the Weather.com magnet result
appears correctly. When I try to publish to the web via ftp, Publisher locks
up. I am able to upload the homepage via Ws_ftp, but the Weather.com magnet
is not visible. I am using Pubsher 2002. Thanks!


Post Follow-Up to this message ]
Re: Adding Weather.com Script To Homepage
 

David Bartosik [MSFT MVP]




quote this post edit post

IP Loged report this post

Old Post  09-14-04 - 12:16 AM  
Did you load Service Packs 1, 2,3 (or just #3) ?
If not do so and then resave and republish and try again.
If you are at SP 3 already then post the full code snippet for review.

--
David Bartosik - [MSFT MVP]
www.publishermvps.com

"Achieve It" <Achieve It@discussions.microsoft.com> wrote in message
news:D688404F-9674-43FD-B5C9-8F4686EE31D1@microsoft.com...
>I have added script from Weather.com on my homepage via the HTML Code
> Fragment command. When I review the homepage, the Weather.com magnet
> result
> appears correctly. When I try to publish to the web via ftp, Publisher
> locks
> up. I am able to upload the homepage via Ws_ftp, but the Weather.com
> magnet
> is not visible. I am using Pubsher 2002. Thanks!




Post Follow-Up to this message ]
Re: Adding Weather.com Script To Homepage
 

Achieve It




quote this post edit post

IP Loged report this post

Old Post  09-14-04 - 09:14 AM  
I only loaded Service Pack #3, reading that the download was cumulative.
Should I download and install Service Pack #1 and #2. Do I need to uninstall
Service Pack #3 first and then install again after #1 and #2? Then I will be
able to publish using ftp protocol within Publisher 2002? Thanks!b

"David Bartosik [MSFT MVP]" wrote:

> Did you load Service Packs 1, 2,3 (or just #3) ?
> If not do so and then resave and republish and try again.
> If you are at SP 3 already then post the full code snippet for review.
>
> --
> David Bartosik - [MSFT MVP]
> www.publishermvps.com
>
> "Achieve It" <Achieve It@discussions.microsoft.com> wrote in message
> news:D688404F-9674-43FD-B5C9-8F4686EE31D1@microsoft.com... 
>
>
>


Post Follow-Up to this message ]
Re: Adding Weather.com Script To Homepage
 

David Bartosik [MSFT MVP]




quote this post edit post

IP Loged report this post

Old Post  09-15-04 - 12:16 AM  
SP3 includes all updates.

You may have to send me your file for review.
You can email it to dbartosik@mvps.org

--
David Bartosik - [MSFT MVP]
www.publishermvps.com

"Achieve It" <AchieveIt@discussions.microsoft.com> wrote in message
news:A8382DB3-FA30-4171-A148-F8B12D045882@microsoft.com...
>I only loaded Service Pack #3, reading that the download was cumulative.
> Should I download and install Service Pack #1 and #2. Do I need to
> uninstall
> Service Pack #3 first and then install again after #1 and #2? Then I will
> be
> able to publish using ftp protocol within Publisher 2002? Thanks!b
>
> "David Bartosik [MSFT MVP]" wrote:
> 




Post Follow-Up to this message ]
Re: Adding Weather.com Script To Homepage
 

Achieve It




quote this post edit post

IP Loged report this post

Old Post  09-17-04 - 05:38 AM  
Hi David:

I sent my files to you for review on Tuesday. Did you receive the email and
attachments, or should I resend? Thanks!

"David Bartosik [MSFT MVP]" wrote:

> SP3 includes all updates.
>
> You may have to send me your file for review.
> You can email it to dbartosik@mvps.org
>
> --
> David Bartosik - [MSFT MVP]
> www.publishermvps.com
>
> "Achieve It" <AchieveIt@discussions.microsoft.com> wrote in message
> news:A8382DB3-FA30-4171-A148-F8B12D045882@microsoft.com... 
>
>
>


Post Follow-Up to this message ]
Re: Adding Weather.com Script To Homepage
 

David Bartosik [MSFT MVP]




quote this post edit post

IP Loged report this post

Old Post  09-17-04 - 05:38 AM  
Got that. Haven't reviewed yet. Check back later.

--
David Bartosik - [MSFT MVP]
www.publishermvps.com

"Achieve It" <AchieveIt@discussions.microsoft.com> wrote in message
news:4B55F8C6-88FB-4F2D-BC73-4EAAA0A4F216@microsoft.com...
> Hi David:
>
> I sent my files to you for review on Tuesday. Did you receive the email
> and
> attachments, or should I resend? Thanks!
>
> "David Bartosik [MSFT MVP]" wrote:
> 




Post Follow-Up to this message ]
Re: Adding Weather.com Script To Homepage
 

David Bartosik [MSFT MVP]




quote this post edit post

IP Loged report this post

Old Post  09-18-04 - 12:15 AM  
as for the weather.com code snippet.
you have a code syntax error, perhaps you typed this manually instead of
pasting what they gave you, I corrected the syntax in the copy of the file
you sent me and it worked fine.

in your code snippet you will see

http:/

change that to be

http://



--
David Bartosik - [MSFT MVP]
www.publishermvps.com




Post Follow-Up to this message ]
Re: Adding Weather.com Script To Homepage
 

David Bartosik [MSFT MVP]




quote this post edit post

IP Loged report this post

Old Post  09-18-04 - 12:16 AM  
You asked about the mapquest code snippet in your page.
once again your issue is a code syntax error.
if you are going to code you need to learn to double check your work.

in the search string I found you had

adrdress

instead of

address

I corrected that in the file copy you sent me and it ran just fine.

I assume next you'll want to know how to use the mapquest graphic in place
of the "link text".

simple. save the mapquest as a graphic file to your server, such as
www.mydomain.com/mapquestimage.gif

you then insert that image url in the place of "link text"

for example,

change

>link text<

to

><img src="myimage.gif"/><



--
David Bartosik - [MSFT MVP]
www.publishermvps.com




Post Follow-Up to this message ]
Re: Adding Weather.com Script To Homepage
 

David Bartosik [MSFT MVP]




quote this post edit post

IP Loged report this post

Old Post  09-18-04 - 12:16 AM  
You asked
I am also interested in utilizing a form for residents to register for the
website and a directory. Do you know how I can create a custom form to
accomplish this task. Also, can submitted information be automatically added
or updated to a database in FileMaker or Access? Can I automatically send a
confirmation email to visitors who submit data, and can these visitors be
automatically sent to a thank you page on my website?



to create a custom form use the form controls under the Insert menu. Be sure
to reference the FAQ - http://www.publishermvps.com/Default.aspx?tabid=30 -
to avoid the most common form mistakes.

the rest of what you ask cannot be done with Publisher, that is programming.
Web programming on the web server is totally different from web design.

With FrontPage and knowledge of ASP or ASP.Net you could do that
functionality.



All Pub can do is use the FrontPage server extensions on the server to send
the form input to you in an email or write it to a local text file, and then
afterwards forward the client to a FrontPage dynamic confirm page.




--
David Bartosik - [MSFT MVP]
www.publishermvps.com












Post Follow-Up to this message ]
Re: Adding Weather.com Script To Homepage
 

David Bartosik [MSFT MVP]




quote this post edit post

IP Loged report this post

Old Post  09-18-04 - 12:16 AM  
you asked

Can I make pdfs available through a website designed with Publisher?


you can link to anything you want in a link.

in the hyperlink dialog use the internet address option and enter the URL of
the appropriate file that is on the server - ie
http://www.mydomain.com/hereismypdffile.pdf


--
David Bartosik - [MSFT MVP]
www.publishermvps.com




Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 04:31 PM. Post New Thread   
Pages (2): [1] 2 »   Previous Last Thread   Next Thread next
Microsoft Publisher archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top