Archiwum z Lipiec, 2009

Silverlight vs Flash 10:0

niedziela, Lipiec 26th, 2009

Minął już prawie rok od kiedy Adobe pokazał nam Quake’a we Flashu. Oczywiście lizanie cukierka przez papierek w postaci filmiku nie daje żadnej przyjemności. Ppo takim czasie należy poddać w wątpliwość czy Quake we Flashu w ogóle powstał. Natomiast Silverlight ma się dobrze: QuakeLight 1.30.

jQuery + FMS = Kind of magic

środa, Lipiec 8th, 2009


application.allowDebug = true;

document = navigator = application;
navigator.userAgent = application.server;
document.getElementById = function () {return null};
document.documentElement = {removeChild: function(){}, insertBefore: function(){}};
document.createComment = function () {};
document.createElement = function ()
{
return {
style : {display: ""},
innerHTML: "",
insertBefore: function () {},
appendChild: function() {},
getElementsByTagName: function () {return []}
}
};
location = {href: "localhost"};

trace("Starting jQuery...");
load("jquery-1.3.2.js");
trace("jQuery started!");

Teraz trzeba tylko nauczyć się jQuery i znaleźć zastosowanie ;o)