Webmaster Tools - Rich Snippets Testing Tool
3 days ago by statico
Check that Google can correctly parse your structured data markup and display it in search results.
google
tools
webdev
3 days ago by statico
The Toolbox: a directory of useful single-page sites and apps
15 days ago by statico
A collection of the best time-saving apps, tools, and widgets from around the web.
tools
webdev
15 days ago by statico
jQuery Waypoints
12 weeks ago by statico
Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.
jquery
javascript
webdev
ui
12 weeks ago by statico
Responsive Navigation Patterns | Brad Frost Web
february 2012 by statico
Top and left navigations are typical on large screens, but lack of screen real estate on small screens makes for an interesting challenge. As responsive design becomes more popular, it’s worth looking at the various ways of handling navigation for small screen sizes. Mobile web navigation must strike a balance between quick access to a site’s information and unobtrusiveness.
webdev
ui
design
february 2012 by statico
Modern Pictograms - The Design Office
february 2012 by statico
Modern Pictograms is a typeface for interface designers and programmers. Designed in early 2011 for the Flatfile Wordpress theme, the pictograms stay sharp when used large or small. Install the OpenType file for Photoshop mockups and drop in the @font-face code into your CSS to embed them right in your Web page. Designed to work on web sites at sizes down to 18 pixels, but best at higher than 24 pixels.
icons
fonts
webdev
february 2012 by statico
Tinycon - Favicon Alerts
february 2012 by statico
Tinycon allows the addition of alert bubbles and changing the favicon image. Tinycon gracefully falls back to a number in title approach for browers that don't support canvas or dynamic favicons.
webdev
icons
javascript
february 2012 by statico
Implementing a Fixed Position iOS Web Application - Google Mobile Developer Products - Google Code
february 2012 by statico
Here at Google, we're constantly pushing the boundaries of what's possible in a mobile web application. Technologies like HTML5 allow us to blur the distinction between web apps and native apps on mobile devices. As part of that effort we've developed a fixed position version of our mobile Gmail application. The mechanisms being used here are similar to the ones used to implement our two pane UI for Gmail on the iPad.
css
ios
javascript
mobile
webdev
february 2012 by statico
scrollorama
january 2012 by statico
The jQuery plugin for doing cool scrolly stuff
jquery
css
webdev
january 2012 by statico
Josh Sullivan: Css3 progress bars
december 2011 by statico
I made CSS3 progress bars for a display of data inside localized leaderboards for the new analytics platform at G5.
css
webdev
december 2011 by statico
Efficient JavaScript - Dev.Opera
december 2011 by statico
This article will show several simple changes that can be made to improve the performance of your Web applications. Areas covered will be ECMAScript - the core language used by JavaScript, DOM, and document loading.
javascript
performance
webdev
december 2011 by statico
Centering in the Unknown | CSS-Tricks
november 2011 by statico
When it comes to centering things in web design, the more information you have about the element being centered and its parent element, the easier it is. So what if you don't know anything? It's still kinda doable.
webdev
css
november 2011 by statico
Selectivizr - CSS3 pseudo-class and attribute selectors for IE 6-8
november 2011 by statico
selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest.
webdev
javascript
css3
css
november 2011 by statico
briancavalier/wire - GitHub
october 2011 by statico
Wire.js is an Inversion of Control Container for Javascript apps.
With wire.js, you can focus on coding the business logic of your components and let wire.js handle the bootstrapping and the glue that connects them together. You write a simple wiring spec in JSON (or Javascript) that describes how your components should be wired together, and wire will load, configure, and connect those components to create your application, and will clean them up later.
javascript
webdev
With wire.js, you can focus on coding the business logic of your components and let wire.js handle the bootstrapping and the glue that connects them together. You write a simple wiring spec in JSON (or Javascript) that describes how your components should be wired together, and wire will load, configure, and connect those components to create your application, and will clean them up later.
october 2011 by statico
Chris Harrison | A New Angle on Cheap LCDs
october 2011 by statico
When viewing LCD monitors from an oblique angle, it is not uncommon to witness a dramatic color shift. Occasionally, this can appear as a total color inversion. This is primarily caused by a polarization asymmetry, where light rays passing through the pixel matrix at oblique angles are influenced by the relative orientation of the liquid crystal (see paper for more details).
color
webdev
october 2011 by statico
Tangle: a JavaScript library for reactive documents
october 2011 by statico
Tangle is a JavaScript library for creating reactive documents. Your readers can interactively explore possibilities, play with parameters, and see the document update immediately. Tangle is super-simple and easy to learn.
javascript
webdev
october 2011 by statico
On having layout — the concept of hasLayout in IE/Win
october 2011 by statico
A lot of Internet Explorer's rendering inconsistencies can be fixed by giving an element “layout.” John Gallant and Holly Bergevin classified these inconsistencies as “dimensional bugs,” meaning that they can often be solved by applying a width or height. This leads to a question of why “layout” can change the rendering of and the relationships between elements. The question, albeit a good one, is hard to answer. In this article, the authors focus on some aspects of this complicated matter. For more thorough discussions and examples, please refer to the links provided.
webdev
html
ie
css
october 2011 by statico
RequireJS
october 2011 by statico
RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code.
webdev
javascript
october 2011 by statico
Custom Scrollbars in WebKit | CSS-Tricks
october 2011 by statico
These days, customizing scrollbars is back, but it's WebKit this time. It's a bit better now, because the properties are vendor-prefixed (e.g. ::-webkit-scrollbar) and use the "Shadow DOM". This has been around for a couple of years. David Hyatt blogged it in early 2009 and put together an example page of just about every combination of scrollbar possibilities you could ever want.
css
css3
webdev
webkit
october 2011 by statico
google-code-prettify - syntax highlighting of code snippets in a web page - Google Project Hosting
october 2011 by statico
A Javascript module and CSS file that allows syntax highlighting of source code snippets in an html page.
javascript
webdev
programming
october 2011 by statico
enable cross-origin resource sharing
october 2011 by statico
Cross-Origin Resource Sharing (CORS) is a specification that enables a truly open access across domain-boundaries. With this site we want to support the adoption of CORS. [more...]
If you have public content that doesn't use require cookie or session based authentication to see, then please consider opening it up for universal JavaScript/browser access. [more...]
webdev
ajax
If you have public content that doesn't use require cookie or session based authentication to see, then please consider opening it up for universal JavaScript/browser access. [more...]
october 2011 by statico
Future-proofing Your JavaScript Applications For Improved Scalability
october 2011 by statico
In this high-level talk, I focus on introducing developers to some of the concepts in my article on Large-Scale JavaScript Architecture. Specifically:
Design pattern fundamentals
Three important JavaScript design patterns
Building applications that scale (and are 'future-proofed')
javascript
patterns
webdev
Design pattern fundamentals
Three important JavaScript design patterns
Building applications that scale (and are 'future-proofed')
october 2011 by statico
zynga/scroller - GitHub
october 2011 by statico
Accelerated panning and zooming for HTML and Canvas
javascript
webdev
gamedev
html5
october 2011 by statico
Subtle Patterns | Free textures for your next web project
october 2011 by statico
Subtle Patterns is a collection of 88 high quality design patterns for
you to use freely. New patterns added weekly. A project by Atle Mo.
webdev
patterns
art
inspiration
you to use freely. New patterns added weekly. A project by Atle Mo.
october 2011 by statico
makeable/Notificon - GitHub
october 2011 by statico
Notificon is a BSD licensed javascript class for providing client-side favicon notifications. Instead of requiring a number of favicons be created and served up to the client, you can specify a label and a favicon (default being the current favicon) and it will generate a favicon notification.
webdev
october 2011 by statico
jnewland/logstash - GitHub
october 2011 by statico
logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching). Speaking of searching, logstash comes with a web interface for searching and drilling into all of your logs.
sysadmin
webdev
october 2011 by statico
Organize Your Code with RequireJS | Think Vitamin
september 2011 by statico
All of your code is written in self contained modules. Modules are small
chunks of your application that serve a specific purpose. How much code
you define in a module is left up to you.
javascript
webdev
chunks of your application that serve a specific purpose. How much code
you define in a module is left up to you.
september 2011 by statico
Echo3 (RC) | Echo Web Framework
september 2011 by statico
Echo is a platform for building web-based applications that approach the capabilities of rich clients. The applications are developed using a component-oriented and event-driven API, eliminating the need to deal with the "page-based" nature of browsers. To the developer, Echo works just like a user interface toolkit.
webdev
september 2011 by statico
HTML5 Platformer: the complete port of the XNA game to
september 2011 by statico
After a couple of hours coding with JavaScript, I’ve finally finished porting the XNA 4.0 Platformer game sample to HTML5/Canvas with the help of the EaselJS gaming framework. This article will provide you the game and the story of some of the questions I’ve asked myself while coding it.
html5
gamedev
webdev
september 2011 by statico
madrobby/keymaster - GitHub
september 2011 by statico
A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
javascript
webdev
gamedev
september 2011 by statico
smoke.js
august 2011 by statico
A framework-agnostic styled alert system for javascript.
webdev
javascript
august 2011 by statico
MediaElement.js - HTML5 video player and audio player with Flash and Silverlight shims
august 2011 by statico
HTML5 audio and video players in pure HTML and CSS.
Custom Flash and Silverlight players that mimic the HTML5 MediaElement API for older browsers
Plugins for Wordpress, Drupal, jQuery, and BlogEngine.NET
See the MediaElement.js Github page
Tell some folks:
audio
video
html5
webdev
Custom Flash and Silverlight players that mimic the HTML5 MediaElement API for older browsers
Plugins for Wordpress, Drupal, jQuery, and BlogEngine.NET
See the MediaElement.js Github page
Tell some folks:
august 2011 by statico
Chosen - a javascript select thingy
july 2011 by statico
Chosen is a javsacript plug-in makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
webdev
javascript
forms
jquery
july 2011 by statico
WWW FAQs: What is the maximum length of a URL?
july 2011 by statico
2006-10-13: Although the specification of the HTTP protocol does not specify any maximum length, practical limits are imposed by web browser and server software.
webdev
july 2011 by statico
getFavicon
june 2011 by statico
Retrieves the relevant favicon for a URL, or returns a default icon should it not be able to find it. Works better than the Google version as it will find favicons specified by an HTML page's
webdev
june 2011 by statico
getURLinfo
june 2011 by statico
getURLinfo is a webservice that when given a URL retrieves useful and visual information about it.
webdev
june 2011 by statico
zeroclipboard - Provides "Copy to Clipboard" functionality for your web site using JavaScript and Flash - Google Project Hosting
april 2011 by statico
The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you.
webdev
javascript
tools
april 2011 by statico
Embedly | Home
april 2011 by statico
Embedly is a platform for converting URLs into embeddable content. Build rich and engaging applications through Embedly's APIs. Sites with embeddable media increase time on site by 250 percent. Keep your audience engaged with video, images, audio and more.
webdev
april 2011 by statico
oEmbed
april 2011 by statico
oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.
webdev
april 2011 by statico
Facebook Share button meta tags
march 2011 by statico
Share button meta and link tags
facebook
webdev
march 2011 by statico
CSS Template Layout demos
march 2011 by statico
The following is a list of practical demos on how one might use the W3C's CSS3 Template Layout Module. The rendering is done by a jQuery plug-in, see the blog entry and project page for more information.
Note that these demos are different from less useful technical demos that were originally here. Additional demos and usage information has been made available by Neal Grosskopf.
ui
webdev
css
jquery
Note that these demos are different from less useful technical demos that were originally here. Additional demos and usage information has been made available by Neal Grosskopf.
march 2011 by statico
jLayout — JavaScript Layout Algorithms - bramstein.com
march 2011 by statico
The jLayout JavaScript library provides layout algorithms for laying out components. A component is an abstraction; it can be implemented in many ways, for example as items in a HTML5 Canvas drawing or as HTML elements. The jLayout library allows you to focus on drawing the individual components instead of on how to arrange them on your screen.
jquery
css
ui
webdev
march 2011 by statico
Revving Filenames: don’t use querystring | High Performance Web Sites
march 2011 by statico
That’s prompted several emails where people have asked me about tradeoffs around using a querystring versus embedding something in the filename. I wasn’t aware of any performance difference, but in a meeting this week a co-worker, Jacob Hoffman-Andrews, mentioned that Squid, a popular proxy, doesn’t cache resources with a querystring.
webdev
performance
caching
march 2011 by statico
Font Squirrel | Create Your Own @font-face Kits
february 2011 by statico
Usage: Click the "Add Fonts" button, check the agreement and download your fonts. If you need more fine-grain control, choose the Expert option.
Note: The Generator is processor intensive. Please be kind and don't generate more than a few at a time. Thanks!
css
webdev
Note: The Generator is processor intensive. Please be kind and don't generate more than a few at a time. Thanks!
february 2011 by statico
jQuery File Upload Demo
february 2011 by statico
Click to select or drag-and-drop multiple files on the upload field:
jquery
webdev
html5
february 2011 by statico
Clipboard java applet – Lasse Bunk's weblog
february 2011 by statico
The code lets you post images from your clipboard directly to the webserver to avoid the need to go through Photoshop or another image application.
webdev
java
february 2011 by statico
ICanHaz.js
february 2011 by statico
Simple & powerful client-side templating for jQuery or Zepto.js
javascript
webdev
february 2011 by statico
Flying with Flask on Google App Engine | Francisco Souza
january 2011 by statico
Flask is a microframework, what means that we have more power on customizing the applications, but it is also a little more painful to build an application, because the framework is not a father that does about 10 billion of things for us: it is simple, but still fun! As Flask has no data abstraction layer, we will use the BigTable API directly.
flask
python
webdev
appengine
january 2011 by statico
Welcome to Flask — Flask 0.7dev documentation
january 2011 by statico
This part of the documentation, which is mostly prose, begins with some background information about Flask, then focuses on step-by-step instructions for web development with Flask.
flask
python
webdev
january 2011 by statico
Backbone.js
january 2011 by statico
Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
javascript
webdev
mvc
january 2011 by statico
Knockout
january 2011 by statico
Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainably.
javascript
jquery
webdev
mvc
january 2011 by statico
The Lightbox Clones Matrix « planetOzh
january 2011 by statico
Comparison of various scripts that display imagesand other objects in somehow cool CSS popups
javascript
webdev
january 2011 by statico
LABjs Script Loader :: Home
december 2010 by statico
The core purpose of LABjs is to be an all-purpose, on-demand JavaScript loader, capable of loading any JavaScript resource, from any location, into any page, at any time. Loading your scripts with LABjs reduces resource blocking during page-load, which is an easy and effective way to optimize your site's performance.
webperf
javascript
performance
webdev
december 2010 by statico
related tags
accessibility ⊕ ajax ⊕ appengine ⊕ art ⊕ audio ⊕ caching ⊕ canvas ⊕ chrome ⊕ codec ⊕ color ⊕ css ⊕ css3 ⊕ database ⊕ design ⊕ dhtml ⊕ django ⊕ drawing ⊕ editor ⊕ facebook ⊕ flash ⊕ flask ⊕ fonts ⊕ forms ⊕ fun ⊕ gamedev ⊕ google ⊕ graphics ⊕ history ⊕ html ⊕ html5 ⊕ http ⊕ icons ⊕ ie ⊕ inspiration ⊕ ios ⊕ java ⊕ javascript ⊕ jquery ⊕ json ⊕ linux ⊕ mac ⊕ mobile ⊕ mongodb ⊕ mvc ⊕ nodejs ⊕ optimization ⊕ patterns ⊕ performance ⊕ presentation ⊕ programming ⊕ python ⊕ reading ⊕ requirejs ⊕ rss ⊕ science ⊕ searching ⊕ security ⊕ semantic ⊕ software ⊕ ssl ⊕ sysadmin ⊕ tools ⊕ typography ⊕ ui ⊕ usability ⊕ video ⊕ visualization ⊕ web ⊕ webdev ⊖ webkit ⊕ webperf ⊕ windows ⊕ writing ⊕ wsgi ⊕Copy this bookmark: