PUBLIC   marks

PUBLIC MARKS with search browser

Sponsorised links

Today

How to make community members stick at djst’s nest

by karlcow

an interesting conclusion about how to turn new and casual contributors into long-time community members: the key is to distribute ownership.

To wrap up, there were several things that motivated me to stay active in the Mozilla community: * A belief in the mission of the project — to create a web browser that supports and promotes the use of open standards * An interest in the technology — initially with the Gecko logo as my hook * The feeling of belonging in a community of people with similar interests * The desire to give something back to a project that gave (and still gives) me the best browser in the world for free * The experiences gained by managing a website — HTML, CSS, server configurations, and perhaps most importantly, the English language * The recognition and respect from Mozilla project members for my contributions * The pride of being responsible for an important piece of the project

29 June 2009

html5.js > html5-now - Dean Edwards

by tehu 2 comments

A JavaScript library to support HTML5 in non-compliant browsers

pas encore sorti

Add. Bruce Lawson : Dean was showing his new JavaScript library that plugs the holes in browsers’ HTML 5 implementations. If a browser does do something natively, ther library does nothing; otherwise it fills that gap—so now you can have Web Forms with all browsers, canvas in IE. As a bonus, it’s all keyboard accessible, everything looks like native UI controls and it even inherits the native Windows themes. I’m looking forward to helping beta test this baby.

26 June 2009

Sponsorised links

25 June 2009

Nice Web Type Likes: Graublau Sans with Lucida sanserif

by sbrothier (via)
If your web browser is up to snuff, you’ll see Graublau Sans Web for headings, subheads, and appropriate examples in this specimen page. If not, refer to CSS @font-face support. Please note: IE supports @font-face via fonts converted to .EOT, but because conversion is a hassle I have skipped it in this example. ↩

24 June 2009

23 June 2009

svg-edit - Google Code

by parmentierf (via)
SVG-edit is a lightweight, web-based, JavaScript-driven SVG editor that works in any modern browser

Chrome and Firefox 3.5 Memory Usage

by night.kame

Firefox 3.5 used the smallest amount of memory during its peak, it used the smallest amount of memory when all points were averaged, and it used the smallest amount of memory at the end of the experiment after all tabs were closed. Firefox 3.5 continues Firefox 3.0's legacy of being the most memory efficient browser in this style of experiment.

A noter le "in this kind of experiment". Le test en lui-même ne montre pas grand chose, il est biaisé initialement par le fait que Windows gère mal la mémoire dans le sens où il ne maximise pas l'utilisation de la RAM. La seule chose importante est de savoir si la mémoire utilisée est la RAM ou la mémoire virtuelle (ie. un bête fichier). Tant qu'on reste dans la RAM, il n'y a pas de problème, et de ce point de vue là, une utilisation par Chrome de 1Go de mémoire sur les 4Go de mémoire physique (configuration du test) n'est pas forcément négatif au niveau des performances. De même, si la faible consommation de mémoire de Firefox est due à un nettoyage aggressif des structures de données temporaires, ça peut être pénalisant en vitesse. Mais étant donné que ce test ne regarde que la mémoire (espace) et pas la vitesse (temps), les conclusions ne peuvent être que très limitées. La remarque sur IE8 ne fait pas très sérieux...

Procure por Complementos :: Complementos para o Firefox

by tadeufilippini
TV-FOX por TV-FOX Imagem de visualização de TV-FOX TV Add-on for Firefox - Watch TV directly from your Firefox Browser, 2780 Live TV Channels sorted by country & category, the TV-FOX allow you to watch thousands of TV channels freely available on the internet. powered by the ... Pontuação: 4 de 5 estrelas revisões 24099 downloads semanais

22 June 2009

Online image markup tool - Aviary.com's Falcon

by sbrothier
Use Falcon and Talon to quickly capture images and web pages from your browser and crop, resize or mark them up. Falcon Launch Falcon Are you using Firefox? Use Falcon for screen capture with Talon, Aviary's Firefox extension.

21 June 2009

Michael(tm) Smith » On privacy protection in Web applications and browser APIs

by karlcow

I feel a lot of anger and frustration in this list.

Some of the items seem fine to me. I would not have written them like this ;). I disagree strongly with the last one, not because of the rationale but the form. It’s an unproven affirmation. There will be cases where it will be indeed the case and some not. :)

About geolocation privacy, the issue has hit the fan already ;) Advertising the user’s location is one way to make aware the user (or users in developping countries) of a mobile device. Blocking access to the location is *not always* a solution either. Sometimes the solution will be in how long the data can be kept, sometimes the solution will be in how the data will be used.

Repeat after me 1000 times: It is not a privacy issue, but a lack (or very thin) opacity issue. The network makes the access to information very quick and easy. There’s no need or no use to block it. There is need to be able to slow down the stream at will.

20 June 2009

Firefox 3.0.11 disponível | PROGRAMAS LIVRES

by tadeufilippini
Firefox 3.0.11 disponível Publicado por Bruno Miguel em firefox Etiquetas: actualização, firefox 1 estrela2 estrelas3 estrelas4 estrelas5 estrelas (sem votações) A Mozilla disponibilizou a versão 3.0.11 do Firefox. Várias falhas de segurança e problemas com a base de dados interna foram corrigidos O mundo não pára e o desenvolvimento do Firefox também não. Enquanto não é oficialmente lançado a versão 3.5 do browser, a Mozilla disponibilizou a versão 3.0.11. No Firefox 3.0.10, vários utilizadores relataram problemas com a base de dados interna do browser. A resolução para este problema passou pela actualização do SQLite, o sistema de base de dados usado no Firefox.

17 June 2009

Basecode 2 Firefox extension for Basecamp

by sbrothier
Basecode is a simple to use Firefox browser extension designed to give easy access to the hidden formatting options available when posting messages and comments in Basecamp. Even better it adds a few extra features to Basecamp to make the day to day project management process even easier.

Basecode 2 Firefox extension for Basecamp

by gregg
Basecode is a simple to use Firefox browser extension designed to give easy access to the hidden formatting options available when posting messages and comments in Basecamp. Even better it adds a few extra features to Basecamp to make the day to day project management process even easier.

Mass Browser History Sniffing with Javascript

by rickydrier
For a long while, I have known about that feature/flaw in browsers which allows you to sniff a user's history.

16 June 2009

Opera Unite

by parmentierf & 2 others (via)
Opera Unite: a Web server on the Web browser With Opera 10, we are introducing a new technology called Opera Unite, radically extending what you are able to do online. Opera Unite harnesses the power of today's fast connections and hardware, allowing all of us to help define the future landscape of the Web, one computer at a time.

An introduction to Opera Unite - Opera Developer Community

by karlcow

In a nutshell, Opera Unite is a collaborative technology that uses a compact server inside the Opera desktop browser to share data and services. You can write applications — in the form of Opera Unite Services — that use this server to serve content to other Web users.

15 June 2009

Lacking Rhoticity: Python standard library in Native Client

by karlcow

The Python standard library now works under Native Client in the web browser, including the Sqlite extension module.

By that I mean that it is possible to import modules from the standard library, but a lot of system calls won't be available. Sqlite works for in-memory use.

14 June 2009

ScreenTweet.com

by jakamos
ScreenTweet: Fotos, Screenshots und Videos auf Twitter veröffentlichen Mit ScreenTweet kann man Fotos, Videos und Screenshots auf seinem Twitter-Account veröffentlichen. Dies funktioniert im Browser und mit dem iPhone.

10 June 2009

Nintendo DS Friendly Websites

by cryogenius (via)
If you've bought the web browser game for the Nintendo DS, or the new Nintendo DSi, you will be able to surf the web where ever you can find a WiFi connection. However, finding websites that work on the DS can be a challenge, so here's a list of the best DS friendly sites for the DS:

08 June 2009

07 June 2009

Moousture

by karlcow & 1 other
A mouse gesture library written soley in javascript with power and flexiblity to mould itself for you. Implemented on Mootools following the Object Oriented standards. Library is aimed to set out a future framework for mouse guesters for any browser including modern mobile devices.

04 June 2009

Major Street View Upgrade - 3D Features | Google Earth Blog

by srcmax
Google has just released an update to their Street View application - as viewed in the browser-based Google Maps (not yet available in Google Earth). The update has not yet been announced, and the new features may not be deployed to all country versions of Google Maps yet (based on reports I've had from GEB readers).

03 June 2009

Adobe Labs - Adobe BrowserLab

by srcmax (via)
BrowserLab provides web designers exact renderings of their web pages in multiple browsers and operating systems, on demand. BrowserLab is a powerful solution for cross-browser compatibility testing, featuring multiple viewing and comparison tools, as well as customizable preferences. Since BrowserLab is an online service, it can be accessed from virtually any computer connected to the web. Also, Adobe Dreamweaver® CS4 software users have access to additional functionality such as testing local and active content.

01 June 2009

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links