WXforum.net
May 21, 2013, 05:53:55 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
Members: 6617  •  Posts: 178496  •  Topics: 18114
Please welcome TheMOX, our newest member.
Welcome to the the new hosting for WXforum.net.
 
   Home   Help Search Login Register  
Pages: [1] 2 3 ... 10
 1 
 on: Today at 05:40:36 PM 
Started by LABob - Last post by Weather Display
what if the data logger could be moved away from the console (i.e extend the wiring to the plug)
(warranty gone obviously)

 2 
 on: Today at 05:35:27 PM 
Started by hayskswx - Last post by Farmtalk
Appreciate it!  Smile No tornadoes for me tonight, more like straight line winds. Things are building up in central KY, and will push to me by 9pm-ish. I'll keep updating. We're under the gun for more wind damage tomorrow as well. LI values of -9 and -10 over my area, as well as CAPE values at 3000+ and no cap.

 3 
 on: Today at 04:20:44 PM 
Started by hayskswx - Last post by gwwilk
Jerry,
In IE10 my sunlight % is out of the chart. Its working correctly on your site.
My site works ok w/FF and or chrome.

I tried looking loookins at http://tiggrweather.net/ Johns site, couldn't access at all w/IE10, but could w/FF. Maybe its a problem w/me??




The Sunlight Pie Chart does weird things in IE.  I've applied a fix in my ajax-dashboard6 that involves detection of IE with
Code:
//Detect Internet Explorer Browser for Sunlight Pie Chart
$iExplorer = ae_detect_ie();
//echo $iExplorer ? 'true':'false'.'<br/>';

// --- end of initialization code ---------
using
Code:
// Functions
//
//=========================================================================

// Detect Internet Explorer
function ae_detect_ie()
{
    if (isset($_SERVER['HTTP_USER_AGENT']) &&
    (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))
        return true;
    else
        return false;
}

to detect an IE browser.  The $iExplorer variable then is used to display the pie chart percentages in different locations
Code:
                                       <img style="margin-top:<?php echo !$iExplorer4:-4?>px;<?php echo $iExplorer'margin-bottom:-18px':''?>" src="http://chart.apis.google.com/chart?chs=90x60&amp;chma=0,0,0,0&amp;chd=t:<?php echo $test1jus;?>,<?php echo $testmorker;?>&amp;cht=p3&amp;chp=<?php echo $pieStart?>&amp;chf=bg,s,65432100&amp;chco=FFD700,000000" alt="graph" width="80"/>
<span style="position:relative; float:left; margin-top:<?php echo !$iExplorer? -36:-18 ?>px; margin-left:12px; font-weight:lighter; color:#000000; font-size:8px">        <!-- was -5 -->
<?php echo $test1jus "%"?>
</span>
<span style="position:relative; float:right; margin-top:<?php echo !$iExplorer? -36:-18 ?>px; margin-right:10px; font-weight:lighter; color:#FFFFFF; font-size:8px">      <!-- was 5 -->
<?php echo $testmorker "%"?>
</span>
                    <?php echo $iExplorer'<br/>':'' ?>
<span class="data2" style="position:relative; margin-top:10px; font-weight:lighter; font-size:9px; line-height:140%; background:transparent">

This code, or some fully functional variation, should appear Scott's next ajax-dashboard6 update.  I've posted the modifications, in context, for you if you want to get a jump on it (and further test it Smile).

This code incorporates my modified Sunlight Pie Chart start position
Code:
echo '<br/>of Sunlight Today<br/>';
$pieStart = 1.61 - round(((((int)$time_arr[0]*60+(int)$time_arr[1])-720)/360),2);
 ?>

(I removed a link to my astronomy_new.php astronomy page, and I hope I didn't trash the code in the process.)

 4 
 on: Today at 04:18:06 PM 
Started by hayskswx - Last post by Bunty
I think things are gonna get mighty interesting for the Mid Atlantic. Wind threat is looking imminent to me.



Lots of luck to you for all the bad stuff to bypass you like it did for me.

 5 
 on: Today at 04:00:46 PM 
Started by Snowda - Last post by Bushman
If all you want is water temp get any cheapo wireless (Lacrosse etc.) unit and mod the xmitter.  BUt ya get what ya pay for. 

 6 
 on: Today at 03:42:10 PM 
Started by hayskswx - Last post by ed2kayak
Jerry,
In IE10 my sunlight % is out of the chart. Its working correctly on your site.
My site works ok w/FF and or chrome.

I tried looking loookins at http://tiggrweather.net/ Johns site, couldn't access at all w/IE10, but could w/FF. Maybe its a problem w/me??



 7 
 on: Today at 03:39:05 PM 
Started by hayskswx - Last post by Farmtalk
Bingo.

 8 
 on: Today at 03:27:52 PM 
Started by hayskswx - Last post by Farmtalk
I think things are gonna get mighty interesting for the Mid Atlantic. Wind threat is looking imminent to me.


 9 
 on: Today at 03:26:16 PM 
Started by noxx2 - Last post by noxx2
hi,

the templates works now fine.thx

but i would like to change the forecast service from Weatherunderground to a
other service. why? the forecast(icons) are ever wrong.
today very cloudly, a the template show sunny ;(

is it possible to change to a other service?

regard

 10 
 on: Today at 03:25:46 PM 
Started by hayskswx - Last post by Farmtalk
Things are getting interesting even for my area now. Have a thunderstorm complex forming, and we are now under the Slight Risk. Could be another derecho if it holds up; we have had a ton of son, 91F, 71.6 dew point here right now, and this things are just getting started.

Pages: [1] 2 3 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.092 seconds with 15 queries.
anything