List Info

Thread: Re: Trying to activate weather and oremoticonsplug-in




Re: Trying to activate weather and oremoticonsplug-in
user name
2007-09-20 10:27:08
Oy, I had similar problems.
I found that (for whatever reason) the full blown (no pun intended) information was not properly populated. So I created a custom page as follows.
<div id="weather";>
<h5>Weather</h5>;
  At $!BLOJSOM_WEATHER_INFORMATION.getLocation() it is $!BLOJSOM_WEATHER_INFORMATION.getFahrenheit().
</div>

When I did that... I got (mostly) the location and the temp. That is all I cared about anyway. Give this a go and see if it works for you.

thanks,
Dan
On 9/20/07, Margossian, David B < MARGOSDpolaroid.com">MARGOSDpolaroid.com> wrote:
Cliffano,
I wasn't sure how to display, (as you requested).  I placed this code in my asual-column.vm file to try.
 
 &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; <div id=";weather&quot;>
&nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp;  <h4&gt;$BLOJSOM_WEATHER_INFORMATION<;/h4>
&nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp;  <h4&gt; Just a blank line. Okay, not so blank </h4&gt;
 &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp; <h4&gt;#DisplayWeatherForecast($BLOJSOM_WEATHER_INFORMATION)</h4>
 &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; </div>
 
After deploying, my page definitely shows my attempt, but fails to show any values.&nbsp;
 
Question? How do I know that the plug-in is trying or not to even reach the National Weather Service?&nbsp; Any debug or troubleshooting tips to prove that is occurring. Based, on my firewall and proxy logs, I don't see my application server reaching out to the net for the information? 
 


--
Dan McGinn-Combs, Security+, GSEC, CISSP
dgcombsgmail.com"> dgcombsgmail.com
Home: +1 770 487 6321
Mobile: +1 678 994 4040
Peachtree City, Georgia USA
Re: Trying to activate weather andoremoticonsplug-in
country flaguser name
United States
2007-09-20 11:06:41
Dan, I added the lines you provided, but no improvement.
 
My page showed:&nbsp; At it is  (just the literals with no values).
 
Current test code looks like this. ; And, I tried with and with the "!" as I wasn't sure it should or shouldn't be there.
 
Dave
 
 &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; <div id="weather2">
&nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;  <h5&gt;Weather2&lt;/h5>&nbsp;
 ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; At $BLOJSOM_WEATHER_INFORMATION.getLocation() it is $BLOJSOM_WEATHER_INFORMATION.getFahrenheit().
   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; </div>
   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   <div id="weather">
&nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp;  <h4&gt;$!BLOJSOM_WEATHER_INFORMATION&lt;/h4>
&nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;  <h4&gt; Just a blank line. Okay, not so blank </h4&gt;
 &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp; <h4&gt;#DisplayWeatherForecast($BLOJSOM_WEATHER_INFORMATION)</h4>
 &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; </div>


From: blojsom-users-bounceslists.sourceforge.net [mailto:blojsom-users-bounceslists.sourceforge.net] On Behalf Of Dan McGinn-Combs
Sent: Thursday, September 20, 2007 11:27 AM
To: blojsom-userslists.sourceforge.net
Subject: Re: [Blojsom-users] Trying to activate weather andoremoticonsplug-in

Oy, I had similar problems.
I found that (for whatever reason) the full blown (no pun intended) information was not properly populated. So I created a custom page as follows.
&lt;div id="weather">
&lt;h5>Weather</h5>
  At $!BLOJSOM_WEATHER_INFORMATION.getLocation() it is $!BLOJSOM_WEATHER_INFORMATION.getFahrenheit().
</div>

When I did that... I got (mostly) the location and the temp. That is all I cared about anyway. Give this a go and see if it works for you.

thanks,
Dan
On 9/20/07, Margossian, David B <polaroid.com">MARGOSDpolaroid.com> wrote:
Cliffano,
I wasn't sure how to display, (as you requested).  I placed this code in my asual-column.vm file to try.
 
 &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; <div id="weather">
&nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp;  <h4>$BLOJSOM_WEATHER_INFORMATION</h4>
&nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp;  <h4> Just a blank line. Okay, not so blank </h4>;
 &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; <h4>#DisplayWeatherForecast($BLOJSOM_WEATHER_INFORMATION)&lt;/h4>
&nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;   ; &nbsp; &nbsp; &nbsp; &nbsp;  </div&gt;
 
After deploying, my page definitely shows my attempt, but fails to show any values.&nbsp;
 
Question? How do I know that the plug-in is trying or not to even reach the National Weather Service?&nbsp; Any debug or troubleshooting tips to prove that is occurring. Based, on my firewall and proxy logs, I don't see my application server reaching out to the net for the information? 
 


--
Dan McGinn-Combs, Security+, GSEC, CISSP
gmail.com">dgcombsgmail.com
Home: +1 770 487 6321
Mobile: +1 678 994 4040
Peachtree City, Georgia USA
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )