jQuery - The Little Things | Rodney Rehm
17 hours ago
A nice article on optimising your jQuery code - takes a working example and improves it.
jquery
17 hours ago
Statamic : Build Websites. Tame the Wild.
4 days ago
database-less cms from the guys who did Structure.
cms
4 days ago
javascript - How do I simulate a hover with a touch in touch enabled browsers? - Stack Overflow
4 days ago
How do I simulate a hover with a touch in touch enabled browsers?
mobile
jquery
4 days ago
Web Design & Development News: Collective #12 | Codrops
8 days ago
Creative Fonts * Standards for Responsive Images * Mobile Web Apps * Calendars and Presentations * CSS and Preprocessing * Cookie Law * PSDs
html5
css3
jquery
8 days ago
The EU Cookie Law – what to do now | Boagworld
9 days ago
As the enforcement date of 26 May 2012 approaches, we provide an update on the situation.
cookie
9 days ago
GuideGuide - grids for Photoshop
9 days ago
With GuideGuide, it doesn’t have to be. Pixel accurate columns, rows, midpoints, and baselines can be created based on your document or marquee with the click of a button.
photoshop
grid
9 days ago
Dev Rocket - Photoshop panel plugin for iOS developers
9 days ago
DevRocket is an iOS development panel plug-in that provides Adobe Photoshop with additional iOS specific tools and functionalities that are designed to assist key areas in iOS app design for both iPhone and iPad.
photoshop
plugin
9 days ago
CSS Crush — An extensible PHP based CSS preprocessor
10 days ago
In CSS Crush vendor prefixes are automatically generated with aliases. Aliases are stored in a file (located in the same folder as the main script).
The aliases file is pre-populated with CSS properties, functions and @-rules that have vendor prefixed equivalents.
css3
php
The aliases file is pre-populated with CSS properties, functions and @-rules that have vendor prefixed equivalents.
10 days ago
Aaron Beall - Fireworks Guru - Export
12 days ago
An assortment of commands to export Fireworks designs to other formats:
Export Pages and States - Exports both pages and states to files at the same time, with a customizable filename schema.
Export Slices As Sprites - Exports slices combined as a single image, or each slice as an image with all states combined. Optionally generates HTML and CSS for use as CSS image sprites.
Export Styles As CSS - Exports all styles defined in the styles panel as CSS declarations.
Export SVG - Exports document or selected elements as an SVG file.
fireworks
Export Pages and States - Exports both pages and states to files at the same time, with a customizable filename schema.
Export Slices As Sprites - Exports slices combined as a single image, or each slice as an image with all states combined. Optionally generates HTML and CSS for use as CSS image sprites.
Export Styles As CSS - Exports all styles defined in the styles panel as CSS declarations.
Export SVG - Exports document or selected elements as an SVG file.
12 days ago
The CSS3 Test
12 days ago
Caution: This test checks which CSS3 features the browser recognizes, not whether they are implemented correctly.
css3
12 days ago
Prefix free: Break free from CSS vendor prefix hell!
12 days ago
-prefix-free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.
css3
javascript
12 days ago
Smashing Mobile
12 days ago
This category features articles on best and emerging practices for responsive website design, Web apps and native apps.
mobile
responsive
12 days ago
WP App Store - Premium WordPress themes & plugins
13 days ago
It's Devot-ee for Wordpress!
wordpress
13 days ago
CookieCuttr - A tailorable jQuery plugin to deal with the EU Cookie Law
14 days ago
Utter bs law but there you go.
jquery
plugin
14 days ago
Font Squirrel | Troubleshooting Font-Face Problems
17 days ago
Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.
fonts
17 days ago
php-mobile-detect - PHP class for mobile device detection - Google Project Hosting
17 days ago
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
mobile
php
17 days ago
Debugging tool for Safari on iPhone, iPad and PhoneGap apps - Remote Inspector (like Firebug) for JavaScript, HTML and CSS
18 days ago
Web Debugging for Safari on iPhone, iPad and PhoneGap
mobile
utility
18 days ago
Sofia Pro - Webfont & Desktop font « MyFonts
19 days ago
this font family gives an impression of modernism, harmony and roundness
fonts
19 days ago
aFarkas/webshim
19 days ago
Webshims Lib is a modular capability-based polyfill-loading library
polyfill
html5
19 days ago
Making a move with CSS3 animations - Dev.Opera
19 days ago
A good primer on css3 animation by the Opera guys.
css3
19 days ago
AIGA | Symbol Signs
19 days ago
The complete set of 50 passenger/pedestrian symbols developed by AIGA is available for all to use, free of charge. Signs are available here in EPS and GIF formats.
icons
19 days ago
Twig - The flexible, fast, and secure PHP template engine - Homepage
21 days ago
The flexible, fast, and secure template engine for PHP
php
21 days ago
Git - Book
23 days ago
The entire Pro Git book, written by Scott Chacon and published by Apress, is available here.
git
23 days ago
Aaron Beall - Fireworks Guru
24 days ago
Some useful FW extensions. Yet again the community plugging what Adobe can't seem to do themselves.
fireworks
24 days ago
Export Responsive Prototype v0.2.7 WIP - Fireworks Extension - Extensions, resources & tutorials for Fireworks, Dreamweaver & HTML5/CSS3
24 days ago
Export Responsive Prototype allows you to simulate responsive design when you put designs for each media query breakpoint on separate pages.
fireworks
24 days ago
Compass Home | Compass Documentation
24 days ago
Compass is an open-source CSS Authoring Framework.
sass
framework
24 days ago
Advanced sass/compass
24 days ago
My presentation at SourceDevCon. There’s a lot more you can do with Sass/Compass than just parameterize CSS.
sass
24 days ago
Colour Contrast Check - snook.ca
24 days ago
The Colour Contrast Check Tool allows to specify a foreground and a background colour and determine if they provide enough of a contrast "when viewed by someone having color deficits or when viewed on a black and white screen"
accessibility
24 days ago
The ExpressionEngine Side of the New Viget.com: Part 2 | Viget
25 days ago
Some good examples of Stash use
expressionengine
25 days ago
WPAlchemy MetaBox PHP Class
25 days ago
The WPAlchemy_MetaBox PHP class can be used to create WordPress meta boxes quickly. It will give you the flexibility you need as a developer, allowing you to quickly build custom meta boxes for your themes and plugins.
wordpress
25 days ago
jQuery HiddenPosition - easily position any element, even if hidden
25 days ago
This plugin works exactly (at least in our intentions) as position plugin from jQuery UI. The need for this plugin raised from the fact that it doesn't work with hidden elements, and in some cases we prefered to position them before showing. Since we still use jQuery UI where we don't need to position anything hidden or any of the additional options, this plugin is built so that it can use the exact same option input, this way you just need to change your code from $().position({options...}); to $().hiddenPosition({options...});. The inverse is true unless you are using one of the few additional options, like viewport setting. Another big difference is that HiddenPosition works well even with position:relative elements, so take that into account if you need to go back to jQuery UI.
jquery
plugin
25 days ago
focuslabllc/dev_docs.ee_addon
27 days ago
EE Module that loads the Focus Lab, LLC Developer Documentation flat file into the CP for easy reading and multiple pages
expressionengine
27 days ago
Building an ExpressionEngine Fieldtype | Blog | ExpressionEngine
27 days ago
I walk you through the creation of a new fieldtype
expressionengine
27 days ago
Expresso Store vs CartThrob vs BrilliantRetail - Ecommerce Comparison
28 days ago
Possibly biased but a good comparison anyway.
expressionengine
e-commerce
28 days ago
User friendly modal windows for touch devices using Colorbox and Modernizr — Gist
28 days ago
User friendly modal windows for touch devices using Colorbox and Modernizr
ui
css3
javascript
jquery
28 days ago
Opera Mobile Emulator build with experimental WebKit prefix support - Dev.Opera
29 days ago
Opera, along with Mozilla, announced at a CSS Working Group meeting (minutes) that we would support some -webkit- prefixes.
An overview of the -webkit aliased css properties.
css3
An overview of the -webkit aliased css properties.
29 days ago
Muppet Alphabet Art Print by Mike Boon | Society6
4 weeks ago
Just ordered the Muppets Alphabet print from @society6:
from twitter_favs
4 weeks ago
Tracking Site Activity - Google Analytics — Google Developers
4 weeks ago
Google's official code snippet - The latest version of the Analytics tracking code offers an improved way to track website visitors with Google Analytics
google
4 weeks ago
Font Awesome, the iconic font designed for use with Twitter Bootstrap
4 weeks ago
The iconic font designed for use with Twitter Bootstrap
fonts
icons
4 weeks ago
Why I often use a 24 column grid | Deeson Online
4 weeks ago
So to summarise, I believe grids with higher column counts are ok to use, but with consideration and a general desire to keep to the spirit of alignment that grids were created f
grid
4 weeks ago
peter.michaux.ca - Index
4 weeks ago
An interesting series of articles on more advanced javascript topics
javascript
4 weeks ago
Fluid Baseline Grid - A sensible HTML5 and CSS3 development kit
4 weeks ago
The Fluid Baseline Grid System is an HTML5 & CSS3 development kit that provides a solid foundation to quickly design websites with ease.
grid
html5
css3
framework
4 weeks ago
Creating a Mobile-First Responsive Web Design - HTML5 Rocks
4 weeks ago
We're going to walk through how to create an adaptive web experience that's designed mobile-first.
mobile
responsive
html5
4 weeks ago
Mark McNulty
4 weeks ago
Similar to what I did for bartvanleuven.com but a really slick previous-next implementation.
photography
4 weeks ago
Slowy app | Real-world connection simulator and bandwidth limiter
4 weeks ago
Slowy is a tool which simulates custom connection’s conditions and limits the network traffic to a specified destination port. It is created for web developers, like me, who need to test a website with a real-world connection, even on a local server.
osx
utility
varia
4 weeks ago
accessibility
add-ons
api
barefoot
biking
blog
cms
codeigniter
cookie
css
css3
docs
e-commerce
eeci2011
eecms
email
español
expressionengine
film
fireworks
flickr
fonts
foundry
framework
fun
gadgets
git
google
graphics
grid
guitar
htaccess
html5
icons
inspiration
javascript
jquery
less
library
mac
maps
mediaqueries
mobile
MTB-routes
music
mysql
new-york
osx
perchcms
photography
photoshop
php
plugin
polyfill
recipes
responsive
review
ruby
sass
seo
shop
showcase
travel
tutorial
tutorials
typekit
typography
ui
utility
varia
via:timprint
video
vimeo
vintage
wireframe
wordpress
wp_themes
writing