Wednesday, March 11, 2009

Long range rainfall for south eastern Australia

Wetter than average conditions indicated for parts of South Australia and southwestern NSW March to May
http://www.bom.gov.au/climate/ahead/rain.seaus.shtml

Thursday, March 5, 2009

Nasty php session issue in IE6 & IE7

As discussed here
http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/


if you are using https and calling sendandload in Flash to get variables using sessions IE6 and IE7 need to have the following headers

Immediately after session_start (), the following two lines are required:
header ("Cache-Control: cache, must-revalidate");
header ("Pragma: public");

Thanks canuckster and Adobe finally http://kb.adobe.com/selfservice/viewContent.do?externalId=fdc7b5c&sliceId=2

Tuesday, March 3, 2009

New site build - Scott Bolton

http://www.scottbolton.com.au/

design
http://www.designland.com.au/

Joomla build, with custom forms
http://www.epidote.com.au/

Flash and PHP sessions

Didn't dig to see why but trying to retrieve php session variables after a header location switch DOESN'T work when you just "test movie", but is fine in a browser....