Newest Web Programming Tips
XKCD MMO World Game
Tim Pietrusky
·
0 responses
·
canvas, websocket, html5, javascript
For crisp edges, use anything but crispEdges
Flip Stewart
·
6 responses
·
svg, shape-rendering, crispedges, geometricprecision
Smooth & Sexy Page-load CSS3 Animations
Ryan Cheung
·
2 responses
·
css3, animation
CSS3 Transform Rotate
Jacob Koesterich
·
0 responses
·
css, ie, css3, ie9
Hide placeholder text on focus
Mark Vaughn
·
5 responses
·
css, firefox, webkit, html5
Bootstrap toggle buttons
Mattia Larentis
·
6 responses
·
css, scss, bootstrap, javascript
Common Selector Variables
Stephen Way
·
0 responses
·
css, sass, scss
Use pseudo-elements on replaced elements
Tim Pietrusky
·
1 response
·
css, html
Sprite Cow - Sprites Generator
Shay Ben Moshe
·
0 responses
·
css, sprites, shayfalador
CSSJanus - RTL <=> LTR
Shay Ben Moshe
·
0 responses
·
css, shayfalador, rtl
Use an SVG icon library instead of CSS sprites or fonts for UI icons
Laurent Goderre
·
0 responses
·
css, html5, javascript
Generate Favicons without PS, FW, or another image editor.
Claudio García
·
0 responses
·
css, image editor, favicon, generate favicon
Dock Developer Tools to right (for mobile applications dev)
Adam Stankiewicz
·
0 responses
·
chrome, devtools, html, javascript
Don't upload assets (js/css) to S3 when using Cloudfront
Richard Johansson
·
2 responses
·
css, assets, s3, gzip
Great example of thoughtfully designed buttons
Bob Jansen
·
4 responses
·
web, design, buttons
Flexible prototyping using contenteditable
Peter Thomas
·
6 responses
·
typography, html5, prototyping
Linear Gradient usando LESS
Cleiton Francisco
·
0 responses
·
less, css3, mixin, linear-gradient
HTML: The Basics
Keith Connolly
·
0 responses
·
html, html5, screencast, video
Web, Server, Scalability, High-Performance
David Rodrigues
·
0 responses
·
web, server, scalability, highperformance
Detecting an iPhone 5
Jackilyn
·
0 responses
·
css, ios, iphone 5
iOS 6 File Uploads
Jackilyn
·
0 responses
·
html, ios, file upload, mobile safari
Pull to refresh. For the web.
Jordan Singer
·
13 responses
·
jquery, css, html
DO NOT $('#foo a'); DO $('#foo').find('a');
Adam Argyle
·
35 responses
·
css, performance, dom, jquery