RE: Review my portal...
September 6, 2014 at 12:06 am
(This post was last modified: September 6, 2014 at 1:50 am by Aractus.)
I have a better background, the current one: vimeo.com/87701971 - Yosemite HD II, the one I'll be using: vimeo.com/35396305 - Yosemite HD, I think it tells a better story. And yes there'll be a 2nd "plain" version which won't have the video background. I can correct the problem with the video not covering the full window when resized very easily, it's as simple as changing width to minimum width.
This is the XML (ie XHTML) version (without the video for the moment): http://de-aacs.com/de-aacs-private.php
God I'm such an idiot. I couldn't work out why the style sheet wasn't loading - and with no style it looks like THIS! It's because I've set .css files to be handled by php, thus if I don't do anything they're served as text/html. That's not an issue for HTML files, but XHTML requires a match for the content type. Anyway, YAY for XHTML5 working correctly now. You'll notice the HTML version now looks incorrect - this is fine since I won't be using it. All browsers with quasi/semi-HTML5 support XML parsing, thus I don't need to worry about using the plain html/text version any more (or for that matter, EVER again).
EDIT:
Video/No video etc can be accessed here: http://de-aacs.com/de-aacs-private.htm
I know my host isn't fast enough to properly stream the video, so I'll probably just compress it a bit more and it should work. This is the setting I used:
ffmpeg -i yosemite_hd.mp4 -acodec libvorbis -aq 5 -ac 2 -qmax 25 -threads 8 yosemite_hd.webm
Which produced a size near identical to the MP4, I can re-do it and make it smaller, I'll probably have to downsize the video somewhat as well but it should still look decent. I suggest downloading it and watching it with the sound on.
This is the XML (ie XHTML) version (without the video for the moment): http://de-aacs.com/de-aacs-private.php
God I'm such an idiot. I couldn't work out why the style sheet wasn't loading - and with no style it looks like THIS! It's because I've set .css files to be handled by php, thus if I don't do anything they're served as text/html. That's not an issue for HTML files, but XHTML requires a match for the content type. Anyway, YAY for XHTML5 working correctly now. You'll notice the HTML version now looks incorrect - this is fine since I won't be using it. All browsers with quasi/semi-HTML5 support XML parsing, thus I don't need to worry about using the plain html/text version any more (or for that matter, EVER again).
EDIT:
Video/No video etc can be accessed here: http://de-aacs.com/de-aacs-private.htm
I know my host isn't fast enough to properly stream the video, so I'll probably just compress it a bit more and it should work. This is the setting I used:
ffmpeg -i yosemite_hd.mp4 -acodec libvorbis -aq 5 -ac 2 -qmax 25 -threads 8 yosemite_hd.webm
Which produced a size near identical to the MP4, I can re-do it and make it smaller, I'll probably have to downsize the video somewhat as well but it should still look decent. I suggest downloading it and watching it with the sound on.
For Religion & Health see:[/b][/size] Williams & Sternthal. (2007). Spirituality, religion and health: Evidence and research directions. Med. J. Aust., 186(10), S47-S50. -LINK
The WIN/Gallup End of Year Survey 2013 found the US was perceived to be the greatest threat to world peace by a huge margin, with 24% of respondents fearful of the US followed by: 8% for Pakistan, and 6% for China. This was followed by 5% each for: Afghanistan, Iran, Israel, North Korea. -LINK
"That's disgusting. There were clean athletes out there that have had their whole careers ruined by people like Lance Armstrong who just bended thoughts to fit their circumstances. He didn't look up cheating because he wanted to stop, he wanted to justify what he was doing and to keep that continuing on." - Nicole Cooke
The WIN/Gallup End of Year Survey 2013 found the US was perceived to be the greatest threat to world peace by a huge margin, with 24% of respondents fearful of the US followed by: 8% for Pakistan, and 6% for China. This was followed by 5% each for: Afghanistan, Iran, Israel, North Korea. -LINK
"That's disgusting. There were clean athletes out there that have had their whole careers ruined by people like Lance Armstrong who just bended thoughts to fit their circumstances. He didn't look up cheating because he wanted to stop, he wanted to justify what he was doing and to keep that continuing on." - Nicole Cooke