Tiffany B. Brown

a mish-mosh of stuff

Posts tagged: Firefox

On Apple’s iPad, HTML5, and the future of Flash
So Apple announced the iPad, and it won’t support Flash. That shouldn’t be a surprise. Neither the iPhone nor iPod Touch support Flash. Indeed most mobile platforms don’t (yet) support Flash. Even the smartest of smart phones have limited processing power and storage space compared to laptops and desktops. According to Steve Jobs, Apple doesn’t support [...] [4 Feb 2010]
Remy Sharp introduces you to web storage in HTML5
From his 24 Ways piece, Breaking Out The Edges of The Browser: The Web Storage API is basically cookies on steroids, a unhealthy dosage of steroids. Cookies are always a pain to work with. First of all you have the problem of setting, changing and deleting them. Typically solved by Googling and blindly relying on PPK’s [...] [2 Dec 2009]
A complete list of JS-Kit Echo Classes for use with CSS
I am implementing JS-Kit Echo for a project at work, and I am modifying it to match our design more closely. The Echo wiki has some great documentation on how to modify an Echo skin, but I needed more. Below is the complete list of every Echo-related class, as found in the WordPress plug-in. Notes: Each line [...] [13 Oct 2009]
Tuesday Trio: Firefox 3.5, Truthy and Falsy, WAVE toolbar
Firefox 3.5 has been released 3.5 includes support for the HTML5 audio and video elements, and local / offline storage, a faster JavaScript engine, refinements to clearing private data, and a new private browsing mode. Truthy and Falsy: When All is Not Equal in JavaScript A refresher on data types in JavaScript and when ‘true’ and ‘false’ aren’t [...] [30 Jun 2009]
Tuesday Ten-fer: Twitter in Iran, software finds, secrecy and security and geolocation
State Department Asks Twitter to Stay Up (and Other Notes on Digital Diplomacy) Iranians are using Twitter and Friendfeed to post news and photos of post-election protests. I wonder if a distributed Ushahidi set-up would also come in handy here. How To Communicate Securely in Repressive Environments Tactics and techniques for maintaining your physical safety while still being [...] [16 Jun 2009]
JavaScript in Firefox 3.1 will be wicked fast
John Resig of jQuery fame, has a post about a huge performance boost coming to Firefox 3.1: TraceMonkey. TraceMonkey, Resig explains, uses a computing technique known as trace trees (PDF) which adds just-in-time native code compilation to SpiderMonkey, Firefox’s current rendering engine. What does this mean? As Resig explains: It means that JavaScript is no longer confined [...] [24 Aug 2008]
The Pencil Project, Prism and the browser as platform
The Pencil Project extension brings the power of prototyping and simple GUI development to Firefox 3. It takes advantage of Firefox’s Gecko rendering engine for an easy-to-use application for making layouts. You can import bitmap images, add rich text or plain text, and when you’re done, export your drawing as a PNG file. One downside: it [...] [24 Jul 2008]
Sniffing users’ browser history and Firefox extensions to stop it
Go read Niall Kennedy’s post about using JavaScript to sniff a user’s browser history. It’s an inventive use of your user’s browser history, though I suspect it could potentially be used — in combination with cookies and logins — to detect which of your users are also regular porn surfers. With that little bit of fearmongering out [...] [8 Feb 2008]
Mozilla is readying for the mobile web
Sure the iPhone has its spiffy little web browser / SDK (Safari), but that mean bupkiss for the rest of us. What can we do? That’s where Mozilla comes in. Via Ajaxian: Mike Schroepfer’s post Mozilla and Mobile. According to Schroepfer: Mozilla will add mobile devices to the first class/tier-1 platform set for Mozilla2. This means we [...] [10 Oct 2007]