DestroyFlickr explores alternative methods for viewing and sharing Flickr content. Its user interface provides an environment that benefits photos rather than hindering them.
Versions provides a pleasant way to work with Subversion on your Mac. Whether you’re a hardcore Subversion user or new to version control systems, Versions will help streamline your workflow.
https://developer.yahoo.com/searchmonkey/
This link is now broken.
about:
Using SearchMonkey, developers and site owners can use structured data to make Yahoo! Search results more useful and visually appealing, and drive more relevant traffic to their sites.
Yay ! Semantic Web appearing ?
http://smob.sioc-project.org/
This link is now broken.
about:
SMOB is a distributed / decentralised microblogging system built on RDF and Semantic Web technologies, mainly SIOC and FOAF. Currently, we have simple prototypes of a publishing and an aggregating service, less than 100 lines of PHP code each.
http://www.deensoft.com/lab/protoflow/
This link is now broken.
about:
ProtoFlow is a coverflow effect written in Javascript. It uses Prototype and Scriptaculous to do bulk of the work and it uses Reflection.js to do all the image reflections stuff!
https://symfony.com/legacy/wiki/sfFirePHPPlugin
This link is now broken.
about:
FirePHP enables you to print to your Firebug Console using a simple PHP function call. What makes FirePHP different? All data is sent via a set of X-FirePHP-Data response headers. This means that the debugging data will not interfere with the content on your page. Thus FirePHP is ideally suited for AJAX development.
http://dev.opera.com/articles/view/introduction-to-opera-dragonfly/
This link is now broken.
about:
We have unleashed the Dragonfly! Opera Dragonfly is Opera's all-new set of developer tools, designed to give developers a lightweight-but-powerful application that provides effective mechanisms for web standards debugging and problem solving without slowing down the browser, and fits in nicely with the development workflow.
http://www.ysearchblog.com/archives/000527.html
This link is now broken.
about:
Yahoo opens to the semantic web.
A few weeks ago, we began talking about the new Yahoo! Search open platform. Today, we're releasing more details about two important components of the initiative -- the developer platform as well as our support of a number of semantic web standards.
The Massachusetts Commonwealth Chief Technology Strategist Sarah Bourne posted a comment about problems that microformats present for website accessibility.
http://javascriptmvc.com/index.html
This link is now broken.
about:
JavaScriptMVC is a framework that brings methods to the madness of JavaScript development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration.
I just fear about the "JavaScript is awesome" that one can read in the product's homepage...
Jack Slocum’s Blog - » Building a desktop application with Ext, AIR, Aptana and Red Bull
saved on
uri:
https://medium.com/m/global-identity-2?redirectUrl=https%3A%2F%2Fjackslocum.com%2Fblog%2F2007%2F06%2F29%2Fext-air-and-red-bull%2F
This link is now broken.
about:
Ext JS is an excellent framework for building web applications that have desktop like functionality in a web browser. But what if you could take your JavaScript powered application and run on the desktop like any other native application?
Server-based solutions, implemented with Flash, JavaScript or pure CSS, offer a more flexible alternative. In fact, since Flash offers significant advantages over static data presentation with CSS and JavaScript, most solutions use it for dynamic data visualization. The data itself is often stored in XML-files which are loaded and updated via PHP or ASP. The price range varies enormously — depending on the flexibility and level of customization you’d like to have. However, if you don’t want to pay, you don’t have to — there are powerful free solutions as well.
The phar extension provides the phar stream wrapper and the Phar class for manipulating self-contained PHP Archive (phar) files. The Phar class can be used to create and to extract contents of phar files as well as iterating over their contents.
PHP Archive files (Phars) are special collections of files that can be transparently run right out of the file, similar to Java's jar archive files.
http://www.formsplayer.com/
This link is now broken.
about:
formsPlayer is a full-featured XForms processor that provides a complete implementation of the W3C's XForms specification, made available in today's browsers.
https://www.croustillant.ch/news/08-24-2007/28/late-static-bindings-expl.html
This link is now broken.
about:
Late Static Binding (LSB, yes, not LSD) is an OO feature that is meant to be implemented in PHP 6, and maybe even backported to PHP 5. This article will describe what LSB is, what problems it's supposed to solve and how.
http://www.plaxo.com/api/openid_recipe
This link is now broken.
about:
This is a step-by-step tutorial guide for implementing OpenID consumer-side support with a web site that already has users with accounts. It will explain how to easily let new users sign up for an account on your site using their OpenID URL and how to let existing users attach their OpenID(s) so they can sign in using them.
Given the current projects I am working on, I daily see misuse of content-negotiation methodology, particularly the misuse of the Accept and Content-type HTTP header parameters.