Weekend Links – Windows & PHP, Vista-Style CSS Toolbar, Facebook Applications, CSS/DOM File Inputs, Browser History

By  on  

In between two Brewer games we get weekend links!

Perverting Windows With PHP

Awesome article detailing how you can write Windows executables using PHP. I see this as a great idea. If you can use a web language to do functions on the desktop, do it!
http://elizabethmariesmith.com/2007/09/08/perverting-windows-with-php/

How To Create A Vista-Style Toolbar With CSS

I don't know someone would want to do this, but it is an impressive article.
http://blog.itookia.com/post/How-to-create-VISTA-style-toolbar-with-CSS.aspx

Facebook - Fruit Flies For Applications

An article covering the various advantages to deploying a web application to Facebook. "It provides an environment where a developer can quickly implement a new application and launch it to 30 millips prospective users."
http://1vc.typepad.com/soaring_on_ridgelift/2007/09/facebook-fruit-.html

Styling File Inputs With CSS And The DOM

File inputs are as ugly as they come. You get almost no control of the input naturally, so using JavaScript and CSS is the best way to gain back the control.
http://www.shauninman.com/archive/2007/09/10/styling_file_inputs_with_css_and_the_dom

How To Build A Cross-Browser History Management System

A project like this is an absolute beast when taking into account cross-browser needs. Provides a great chart for the browsers and the functionality provided.
http://weblogs.asp.net/bleroy/archive/2007/09/07/how-to-build-a-cross-browser-history-management-system.aspx

Recent Features

  • By
    Designing for Simplicity

    Before we get started, it's worth me spending a brief moment introducing myself to you. My name is Mark (or @integralist if Twitter happens to be your communication tool of choice) and I currently work for BBC News in London England as a principal engineer/tech...

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

Incredible Demos

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!