Taipei Office Brownbag
Soþlice on þam dagum wæs geworden gebod fram þam casere augusto. þæt eall ymbehwyrft wære tomearcod
Forsoþe it is don, in þo daÿis a maundement wente out fro cesar august, þat al þe world shulde ben discriued
And it came to passe in those dayes, that there went out a decree from Cesar Augustus, that all the world should be taxed.
with (navigator) {
Browser=appName;
Version=parseInt(appVersion.charAt(0));
}
if (ua.indexOf('Firefox/3') !=-1) {
type = "mp4";
format = "mp4";
} else if (ua.indexOf('Firefox') !=-1) {
type = "webm";
format = "webm";
}
Firefox/3.0 -> mp4
Firefox/29.0 -> webm
Firefox/30.0 -> mp4
Firefox/39.0 -> mp4
Firefox/40.0 -> webm
Firefox/300.0 -> mp4
if (is_iphone || android) {
var supportsOrientationChange = "onorientationchange" in window,
orientationEvent = supportsOrientationChange ?
"orientationchange" : "resize"
window.addEventListener(orientationEvent, function() {
if (window.orientation != 0)
badOrientation();
}}
undefined != 0
me.definitions.push('function ' + name + '(' + me.fnArgs + ') {',
' try { with(values) {',
' ' + action,
' }} catch(e) {',
'}',
'}');
.button {
background:-webkit-gradient(linear,left top,right top,
from(#c5ccd4), color-stop(71%, #c5ccd4),
color-stop(72%, #cbd2d8),to(#cbd2d8));
}
.ChannelListing .crafts{
background-color:#cfb793;
background-image:url(/ui/images/mobile/skins/channel-listing/crafts.png);
background-position-y:8px;
background-position-x:7px;
}