PUBLIC   marks

PUBLIC MARKS with search browser

Sponsorised links

Yesterday

Compatibility Master Table

by srcmax
This is a general overview table; a Yes here does not mean a browser supports every tiny detail of the specification correctly. Instead, it means that it supports a workable subset of the specification. In IE’s case this may mean that it supports its proprietary methods and properties, and that those properties are generally equivalent to the W3C spec.

12 November 2009

10 November 2009

webdev.stephband.info

by Spone & 4 others
jParallax has had a major overhaul in readiness to be released as version 1.0! Layers are now freezable – the last feature I wanted to implement – and the code is more j and compact. I've been really encouraged by all the great comments, so thank you everyone! I just need you to road test the demos and tell me that it's still working in your browser, and then I'll stick a 1.0 on it.

Sponsorised links

08 November 2009

Closure Library - Google Code

by karlcow

The Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library. You can pull just what you need from a large set of reusable UI widgets and controls, and from lower-level utilities for DOM manipulation, server communication, animation, data structures, unit testing, rich-text editing, and more.

05 November 2009

03 November 2009

Overcome Your Caching Conundrums [Server Side Essentials]

by dzc
ealing with browser caching is a balancing act. On one hand, you aim to minimize load times and bandwidth use by ensuring that images, scripts, and style sheets are cached by your visitors; however, you still want to ensure that they’re accessing the most recent versions of all your files. In this article, I’ll show you a few methods for controlling how your site’s files are cached by browsers so you can achieve the best of both worlds: maintaining optimal performance while ensuring that any updates are seen immediately, without a hitch by all of your users.

02 November 2009

sunlightlabs's django-layar at master - GitHub

by karlcow

helper for publishing data to Layar augmented reality browser from Django edit

30 October 2009

Raindrop Design Development Page

by Spone
Raindrop is an open design process in building a better, more personal and useful way of participating in your existing communications. Built on a web messaging platform designed to push the limits of browser based applications—we are a Mozilla Labs project.

29 October 2009

LibX - browser plugin for Libraries

by parmentierf & 2 others
LibX is a browser plugin for Firefox and Internet Explorer that provides direct access to your library's resources. LibX is an open source framework from which editions for specific libraries can be built. Currently, 667 academic and public libraries have created public LibX editions.

28 October 2009

ASK KEN™ – Visual Knowledge Browser on Datavisualization.ch

by karlcow

AKS KEN is basically a textual search engine and the matching entires from Freebase are visualized as a ring chart. The user can then drill down the wedges and unveil related ring charts. Images and a textual description to each topic are shown in a separate drawer on the right hand side.

26 October 2009

Creating Offline Web Applicat...

by oseres
Creating Offline Web Applications With Dojo Offline by Brad Neuberg (SitePen), September 23rd, 2007 This tutorial steps you through creating offline web applications using Dojo Offline. What is Dojo Offline? Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality: An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more A sync framework to help you store actions done while offline and sync them with a server once back on the network Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development. Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive. Integration with the rest of Dojo, such as the Dojo Event system

25 October 2009

CSS Tools: Reset CSS

by mozkart & 1 other (via)
The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The general reasoning behind this was discussed in a May 2007 post, if you're interested. Reset styles quite often appear in CSS frameworks, and the original "meyerweb reset" found its way into Blueprint, among others. The reset styles given here are intentionally very generic. There isn't any default color or background set for the body element, for example. I don't particularly recommend that you just use this in its unaltered state in your own projects. It should be tweaked, edited, extended, and otherwise tuned to match your specific reset baseline. Fill in your preferred colors for the page, links, and so on. In other words, this is a starting point, not a self-contained black box of no-touchiness.

21 October 2009

20 October 2009

CSS - Contents and compatibility

by srcmax & 15 others
CSS contents and browser compatibility

19 October 2009

Wiki-OS

by parmentierf (via)
Wiki-OS is the only open-source web OS (online operating system) where anyone can contribute right away like a wiki. It lets you: * Launch applications without installation (in a secure sandbox) * Share applications by embedding them into web pages * Develop Silverlight and .NET applications right from the browser * Allow others to enhance and maintain your application, the wiki way.

18 October 2009

Corey Goldberg: Selenium RC with Python in 30 Seconds

by karlcow

Selenium is a suite of tools to automate web app testing across many platforms. It has various pieces (Core, RC, IDE, etc), and I struggled trying to figure out how everything fits together and works. At the end of the day, all I wanted to do was use Selenium from my Python code to drive a browser session.

17 October 2009

15 October 2009

Optimize caching

by karlcow

Most web pages include resources that change infrequently, such as CSS files, image files, JavaScript files, and so on. These resources take time to download over the network, which increases the time it takes to load a web page. HTTP caching allows these resources to be saved, or cached, by a browser or proxy. Once a resource is cached, a browser or proxy can refer to the locally cached copy instead of having to download it again on subsequent visits to the web page. Thus caching is a double win: you reduce round-trip time by eliminating numerous HTTP requests for the required resources, and you substantially reduce the total payload size of the responses. Besides leading to a dramatic reduction in page load time for subsequent user visits, enabling caching can also significantly reduce the bandwidth and hosting costs for your site.

Let's make the web faster - Google Code

by karlcow

What would be possible if browsing the web was as fast as turning the pages of a magazine? We invite you to join us in exploring and innovating across the entire spectrum of performance - from Internet protocols to the browser to website development. Together, let's make the web faster!

11 October 2009

16 Javascript libraries for visualizations on Datavisualization.ch

by karlcow & 1 other

As data visualization often needs to reach a broad audience the browser is becoming the number one tool to publish and share visualizations. A lot of visualizations require user-interaction to unleash their full potential, thus interactive applets that run directly in the browser are a a great way to analyze the data at hand. Beside the usual suspects like Flash, Silverlight and Processing, JavaScript is quickly gaining ground in the field of interactive visualization embedded in websites. We’ve collected 13 16 JavaScript visualization libraries that help you get started faster, keep it flexible and develop with higher reliability.

Notable | Easiest way for teams to provide feedback on websites.

by oseres & 1 other
Easiest way for teams to provide feedback on websites. Quickly and easily give feedback on design, content, and code on any page of a website or application without leaving your browser. Works on iPhone, too! Notable helps your team collaborate through visual feedback on screenshots, via a chaos-free process so that everyone can express their opinion.

russell davies: blocks of time and the mechanical facebook

by karlcow

The hours spent in your browser or PowerPoint are easily forgotten, no trace of them normally remains, but once they're made flesh in brightly coloured blocks they become annoyingly hard to get rid of.

10 October 2009

Sift a Page! - siteSifter Journal - sitesifter.co.uk

by julie

Want to test siteSifter — for free? Just enter the address you want to sift in the form below, select either WCAG 1.0 or WCAG 2.0, and one page will be tested to level “AAA” of the baseline. The report will be returned to you, right here in your browser, as soon as the test is complete.

sommer: Content

by karlcow

The hyperdata Address Book project being developed here is meant to be the equivalent for foaf that BlogReaders are for RSS. It is a specialised Semantic Web browser that follows foaf documents around the web, building a distributed open social network. It is also a foaf editor, which you can use to publish your foaf files to an ftp/scp server.

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