CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 05:15:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20110221215450
location: https://web.archive.org/web/20110221215450/https://forums.oreilly.com/user/29997/AverageJake/
server-timing: captures_list;dur=0.751242, exclusion.robots;dur=0.027036, exclusion.robots.policy;dur=0.012757, esindex;dur=0.014512, cdx.remote;dur=10.499269, LoadShardBlock;dur=124.239713, PetaboxLoader3.datanode;dur=38.311699, PetaboxLoader3.resolve;dur=47.652278
x-app-server: wwwb-app212
x-ts: 302
x-tr: 158
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app212; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 05:15:47 GMT
content-type: text/html;charset=utf-8
x-archive-orig-date: Mon, 21 Feb 2011 21:54:54 GMT
x-archive-orig-server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.8
x-archive-orig-x-powered-by: PHP/5.2.8
x-archive-orig-cache-control: no-cache, must-revalidate, max-age=0
x-archive-orig-expires: 0
x-archive-orig-pragma: no-cache
x-archive-orig-connection: close
x-archive-orig-transfer-encoding: chunked
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 21 Feb 2011 21:54:50 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 22 Oct 2010 22:09:25 GMT", ; rel="prev memento"; datetime="Wed, 22 Dec 2010 19:29:01 GMT", ; rel="memento"; datetime="Mon, 21 Feb 2011 21:54:50 GMT", ; rel="last memento"; datetime="Mon, 21 Feb 2011 21:54:50 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: alexa-web-20110702064223-00043/52_20_20110221215428_crawl100.arc.gz
server-timing: captures_list;dur=0.446850, exclusion.robots;dur=0.018014, exclusion.robots.policy;dur=0.009384, esindex;dur=0.009613, cdx.remote;dur=8.993531, LoadShardBlock;dur=212.679399, PetaboxLoader3.datanode;dur=152.640672, PetaboxLoader3.resolve;dur=203.903586, load_resource;dur=183.303634
x-app-server: wwwb-app212
x-ts: 200
x-tr: 471
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
AverageJake - Viewing Profile
O'Reilly Forums > Viewing Profile

Profile
Personal Photo
Rating
Options
Options
Personal Statement
Software/Web Developer at RogueSheep.
Personal Info
AverageJake
Active Member
30 years old
![]()
Seattle, WA
Born June-27-1980
Interests
No Information
Statistics
Joined: 4-October 10
Profile Views: 718*
Last Seen: 14th February 2011 - 02:10 PM
Local Time: Feb 21 2011, 01:54 PM
26 posts (0 per day)
Contact Information
![]() ![]() ![]() ![]() * Profile views updated each hour
![]() |
Topics
Posts
Gallery
Comments
Friends
My Content
11 Jan 2011
Hey guys,
Just a quick update incase you missed it. Google posted today that it will be removing H.264 support for the HTML5 video element from their Chrome browser. Looks like this change will not be affecting the mobile space yet, but that doesn't mean it won't in the future. If you're using HTML5 video, be sure to encode different sources to ensure it will be playable across the board. The three major codecs you should support are H.264, WebM (VP8), and Theora. My usual workflow is to create the H.264 version then run it through some software that can create the other two. I've been using Miro Video Converter recently. Here are some relevant links: Chromeium Blog: https://blog.chromium.org/2011/01/html-vide...-in-chrome.html Miro Video Converter: https://www.mirovideoconverter.com/ Video HTML5 Code: <video controls> <source src="video.mp4" type="video/mp4" /> <source src="video.webm" type="video/webm" /> <source src="video.ogv" type="video/ogg" /> Don't forget your fallback content. </video> Jake
15 Dec 2010
Hey guys,
Just finished watching this video. Great advice. Thought you guys might find it interesting. https://www.youtube.com/watch?v=j6sAm7CLoCQ Jake
8 Dec 2010
Last class Bryan mentioned a few JavaScript optimizations and that reminded me of this video. Hopefully some of you find it as interesting as I did.
https://blip.tv/file/2999333 **updated to correct the spelling of Bryan's name, sorry about that**
8 Dec 2010
Hello Jake, I have tried your google map sample(week4) on my iphone 4(iOS 4.1). It only can be viewable in potrait mode. When I switched to landscape mode the whole map disappeared. Is it a known problem? Please advise. Tks. Andy This question was asked in another topic so I'm moving this out as its own thread. Andy, What your describing is odd. The code is setup to do the exact opposite. It should ONLY show the map in landscape and the map should disappear when in portrait. I'll have to look into this. If anyone else has any suggestions, feel free to chime in. Jake
14 Oct 2010
We've had a few people ask where they can find the downloads for each week so I'm going to post this link here.
https://examples.oreilly.com/0636920014225/ All files for each week will be at that link. Once you download and unzip the code.zip file you should have a folder with the name of that week. So, for week 3, the folder will be named '3'. To get setup for class, drop that '3' folder into your 'week' folder where you have the rest of the code. So here's what my folders look like: Sites shared week 1 2 3 And so on... Hope that makes since. Jake |
Last Visitors
Comments
Other users have left no comments for AverageJake.
Friends
There are no friends to display.
![]() |
![]() |
Lo-Fi Version | Time is now: 21st February 2011 - 01:54 PM |