|
| Re: Adding Current Weather Info to a NOF 9.01 site |
 |
Sun, 03 Feb 2008 09:17:44 -080 |
- Place a Layout Region where you want the weather report to appear and
size to the appropriate dimensions.
- In the Properties Pallette, hit the HTML button.
- Paste the code provide by Weather.com.
- Done.
Laurence
Mikmac99 wrote:
> I would like to add the current weather conditions to my web site.
Weather.com
> will create the HTML code for you but I do not know where to insert the
HTML
> code. Any help would be appreciated. The following is the code from
> weather.com...
>
> <div id="wx_module_6550">
> <a href="http://www.weather.com/weather/local/94103">San
Francisco Weather
> Forecast, CA (94103)</a>
> </div>
>
> <script type="text/javascript">
>
> /* Locations can be edited manually by updating 'wx_locID' below.
Please also update */
> /* the location name and link in the above div (wx_module) to reflect
any changes made. */
> var wx_locID = '94103';
>
> /* If you are editing locations manually and are adding multiple modules
to
> one page, each */
> /* module must have a unique div id. Please append a unique # to the
div
> above, as well */
> /* as the one referenced just below. If you use the builder to create
> individual modules */
> /* you will not need to edit these parameters. */
> var wx_targetDiv = 'wx_module_6550';
>
> /* Please do not change the configuration value [wx_config] manually -
your module */
> /* will no longer function if you do. If at any time you wish to modify
this */
> /* configuration please use the graphical configuration tool found at
*/
> /* https://registration.weather.com/ursa/wow/step2 */
> var
>
wx_config='SZ=728x90*WX=FHW*LNK=SSNL*UNT=F*BGI=sunset*MAP=null|null*DN=www.TheTh
underRoad.com*TIER=0*PID=1057106812*MD5=8e8f23050f2c403bfc3a31b0c37e912c';
>
> document.write('<scr'+'ipt
>
src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+w
x_locID+'?config='+wx_config+'&proto='+document.location.protocol+'&targ
et='+wx_targetDiv+'"></scr'+'ipt>');
> </script>
>
>
|
| Post Reply
|
| Adding Current Weather Info to a NOF 9.01 site |
 |
3 Feb 2008 10:01:31 -0700 |
I would like to add the current weather conditions to my web site. Weather.com
will create the HTML code for you but I do not know where to insert the HTML
code. Any help would be appreciated. The following is the code from
weather.com...
<div id="wx_module_6550">
<a href="http://www.weather.com/weather/local/94103">San
Francisco Weather
Forecast, CA (94103)</a>
</div>
<script type="text/javascript">
/* Locations can be edited manually by updating 'wx_locID' below. Please
also update */
/* the location name and link in the above div (wx_module) to reflect any
changes made. */
var wx_locID = '94103';
/* If you are editing locations manually and are adding multiple modules to
one page, each */
/* module must have a unique div id. Please append a unique # to the div
above, as well */
/* as the one referenced just below. If you use the builder to create
individual modules */
/* you will not need to edit these parameters. */
var wx_targetDiv = 'wx_module_6550';
/* Please do not change the configuration value [wx_config] manually - your
module */
/* will no longer function if you do. If at any time you wish to modify this
*/
/* configuration please use the graphical configuration tool found at */
/* https://registration.weather.com/ursa/wow/step2 */
var
wx_config='SZ=728x90*WX=FHW*LNK=SSNL*UNT=F*BGI=sunset*MAP=null|null*DN=www.TheTh
underRoad.com*TIER=0*PID=1057106812*MD5=8e8f23050f2c403bfc3a31b0c37e912c';
document.write('<scr'+'ipt
src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+w
x_locID+'?config='+wx_config+'&proto='+document.location.protocol+'&targ
et='+wx_targetDiv+'"></scr'+'ipt>');
</script>
|
| Post Reply
|
| Re: Adding Current Weather Info to a NOF 9.01 site |
 |
Wed, 06 Feb 2008 09:34:08 -080 |
Instead of Layout Region, I could have just as easily told you to create
a text box or a once-celled table... and then proceed the exact same way
that I suggested (by clicking the HTML button and inserting your code.)
But just for the record, when you click and hold the tiny rectangle
toward the lower right of the Table tool, a flyout menu drops down with
additional choices... and the bottom choice is for creating Layout
Regions. They are very handy once you understand what they're for. One
possible use, for example, is for a situation like this... say you're
creating a table with many cells, but there is content in the table that
you would like to position not just in a simple left or right or top or
bottom location in the cell. In other words, maybe you want to put
several elements into that cell and position them sort of randomly. If
you place a Layout Region inside the table cell, you will have total
control over the placement of items in that cell.
Laurence
Mikmac99 wrote:
> Laurence,
>
> I'm not sure what you mean by "place a layout region". I know how
to add text
> or pictures, tables etc but I do not know how to place a layout region. Any
> help would be appreciated...
>
> Michael
>
> On Sun, Feb 3 2008 9:15 am, LBA <webdesigns@no2spamabramsnet.com>
said:
> >- Place a Layout Region where you want the weather report to appear and
> >size to the appropriate dimensions.
> >- In the Properties Pallette, hit the HTML button.
> >- Paste the code provide by Weather.com.
> >- Done.
> >
> >Laurence
> >
> >
> >Mikmac99 wrote:
> >> I would like to add the current weather conditions to my web site.
Weather.com
> >> will create the HTML code for you but I do not know where to
insert the HTML
> >> code. Any help would be appreciated. The following is the code
from
> >> weather.com...
> >>
> >> <div id="wx_module_6550">
> >> <a
href="http://www.weather.com/weather/local/94103">San Francisco
Weather
> >> Forecast, CA (94103)</a>
> >> </div>
> >>
> >> <script type="text/javascript">
> >>
> >> /* Locations can be edited manually by updating 'wx_locID'
below. Please also update */
> >> /* the location name and link in the above div (wx_module) to
reflect any changes made. */
> >> var wx_locID = '94103';
> >>
> >> /* If you are editing locations manually and are adding
multiple modules to
> >> one page, each */
> >> /* module must have a unique div id. Please append a unique #
to the div
> >> above, as well */
> >> /* as the one referenced just below. If you use the builder to
create
> >> individual modules */
> >> /* you will not need to edit these parameters. */
> >> var wx_targetDiv = 'wx_module_6550';
> >>
> >> /* Please do not change the configuration value [wx_config]
manually - your module */
> >> /* will no longer function if you do. If at any time you wish
to modify this */
> >> /* configuration please use the graphical configuration tool
found at */
> >> /* https://registration.weather.com/ursa/wow/step2 */
> >> var
> >>
>
>wx_config='SZ=728x90*WX=FHW*LNK=SSNL*UNT=F*BGI=sunset*MAP=null|null*DN=www.T
heThunderRoad.com*TIER=0*PID=1057106812*MD5=8e8f23050f2c403bfc3a31b0c37e912c';
> >>
> >> document.write('<scr'+'ipt
> >>
>
>src="'+document.location.protocol+'//wow.weather.com/weather/wow/module
/'+wx_locID+'?config='+wx_config+'&proto='+document.location.protocol+'&
target='+wx_targetDiv+'"></scr'+'ipt>');
> >> </script>
> >>
> >>
> >>
>
>
|
| Post Reply
|
| Re: Adding Current Weather Info to a NOF 9.01 site |
 |
6 Feb 2008 09:59:44 -0700 |
Laurence,
I'm not sure what you mean by "place a layout region". I know how to
add text
or pictures, tables etc but I do not know how to place a layout region. Any
help would be appreciated...
Michael
On Sun, Feb 3 2008 9:15 am, LBA <webdesigns@no2spamabramsnet.com> said:
>- Place a Layout Region where you want the weather report to appear and
>size to the appropriate dimensions.
>- In the Properties Pallette, hit the HTML button.
>- Paste the code provide by Weather.com.
>- Done.
>
>Laurence
>
>
>Mikmac99 wrote:
>> I would like to add the current weather conditions to my web site.
Weather.com
>> will create the HTML code for you but I do not know where to insert the
HTML
>> code. Any help would be appreciated. The following is the code from
>> weather.com...
>>
>> <div id="wx_module_6550">
>> <a
href="http://www.weather.com/weather/local/94103">San Francisco
Weather
>> Forecast, CA (94103)</a>
>> </div>
>>
>> <script type="text/javascript">
>>
>> /* Locations can be edited manually by updating 'wx_locID' below.
Please also update */
>> /* the location name and link in the above div (wx_module) to
reflect any changes made. */
>> var wx_locID = '94103';
>>
>> /* If you are editing locations manually and are adding multiple
modules to
>> one page, each */
>> /* module must have a unique div id. Please append a unique # to
the div
>> above, as well */
>> /* as the one referenced just below. If you use the builder to
create
>> individual modules */
>> /* you will not need to edit these parameters. */
>> var wx_targetDiv = 'wx_module_6550';
>>
>> /* Please do not change the configuration value [wx_config] manually
- your module */
>> /* will no longer function if you do. If at any time you wish to
modify this */
>> /* configuration please use the graphical configuration tool found
at */
>> /* https://registration.weather.com/ursa/wow/step2 */
>> var
>>
>wx_config='SZ=728x90*WX=FHW*LNK=SSNL*UNT=F*BGI=sunset*MAP=null|null*DN=www.T
heThunderRoad.com*TIER=0*PID=1057106812*MD5=8e8f23050f2c403bfc3a31b0c37e912c';
>>
>> document.write('<scr'+'ipt
>>
>src="'+document.location.protocol+'//wow.weather.com/weather/wow/module
/'+wx_locID+'?config='+wx_config+'&proto='+document.location.protocol+'&
target='+wx_targetDiv+'"></scr'+'ipt>');
>> </script>
>>
>>
>>
|
| Post Reply
|
| Re: Adding Current Weather Info to a NOF 9.01 site |
 |
13 Feb 2008 12:14:29 -0700 |
Thank you Laurence, I was able to create the layout region using your suggested
method.
Michael
On Wed, Feb 6 2008 9:36 am, LBA <webdesigns@no2spamabramsnet.com> said:
>Instead of Layout Region, I could have just as easily told you to create
>a text box or a once-celled table... and then proceed the exact same way
>that I suggested (by clicking the HTML button and inserting your code.)
>But just for the record, when you click and hold the tiny rectangle
>toward the lower right of the Table tool, a flyout menu drops down with
>additional choices... and the bottom choice is for creating Layout
>Regions. They are very handy once you understand what they're for. One
>possible use, for example, is for a situation like this... say you're
>creating a table with many cells, but there is content in the table that
>you would like to position not just in a simple left or right or top or
>bottom location in the cell. In other words, maybe you want to put
>several elements into that cell and position them sort of randomly. If
>you place a Layout Region inside the table cell, you will have total
>control over the placement of items in that cell.
>
>Laurence
>
>Mikmac99 wrote:
>> Laurence,
>>
>> I'm not sure what you mean by "place a layout region". I know
how to add text
>> or pictures, tables etc but I do not know how to place a layout region.
Any
>> help would be appreciated...
>>
>> Michael
>>
>> On Sun, Feb 3 2008 9:15 am, LBA <webdesigns@no2spamabramsnet.com>
said:
>> >- Place a Layout Region where you want the weather report to appear
and
>> >size to the appropriate dimensions.
>> >- In the Properties Pallette, hit the HTML button.
>> >- Paste the code provide by Weather.com.
>> >- Done.
>> >
>> >Laurence
>> >
>> >
>> >Mikmac99 wrote:
>> >> I would like to add the current weather conditions to my web
site. Weather.com
>> >> will create the HTML code for you but I do not know where to
insert the HTML
>> >> code. Any help would be appreciated. The following is the code
from
>> >> weather.com...
>> >>
>> >> <div id="wx_module_6550">
>> >> <a
href="http://www.weather.com/weather/local/94103">San Francisco
Weather
>> >> Forecast, CA (94103)</a>
>> >> </div>
>> >>
>> >> <script type="text/javascript">
>> >>
>> >> /* Locations can be edited manually by updating 'wx_locID'
below. Please also update */
>> >> /* the location name and link in the above div (wx_module)
to reflect any changes made. */
>> >> var wx_locID = '94103';
>> >>
>> >> /* If you are editing locations manually and are adding
multiple modules to
>> >> one page, each */
>> >> /* module must have a unique div id. Please append a
unique # to the div
>> >> above, as well */
>> >> /* as the one referenced just below. If you use the
builder to create
>> >> individual modules */
>> >> /* you will not need to edit these parameters. */
>> >> var wx_targetDiv = 'wx_module_6550';
>> >>
>> >> /* Please do not change the configuration value [wx_config]
manually - your module */
>> >> /* will no longer function if you do. If at any time you
wish to modify this */
>> >> /* configuration please use the graphical configuration
tool found at */
>> >> /* https://registration.weather.com/ursa/wow/step2 */
>> >> var
>> >>
>>
>>wx_config='SZ=728x90*WX=FHW*LNK=SSNL*UNT=F*BGI=sunset*MAP=null|null*DN=w
ww.TheThunderRoad.com*TIER=0*PID=1057106812*MD5=8e8f23050f2c403bfc3a31b0c37e912c
';
>> >>
>> >> document.write('<scr'+'ipt
>> >>
>>
>>src="'+document.location.protocol+'//wow.weather.com/weather/wow/mo
dule/'+wx_locID+'?config='+wx_config+'&proto='+document.location.protocol+'&
amp;target='+wx_targetDiv+'"></scr'+'ipt>');
>> >> </script>
>> >>
>> >>
>> >>
>>
>>
>>
|
| Post Reply
|
|
|