
Web
Get flash to fully experience Pearltrees
The AngularJS documentation is great for getting started and for looking up specific API calls. However, it doesn't really tell you how to organize and manage your app as it grows to tens or hundreds of thousands of lines of code. I've collected here some of my observations and best practices for how to manage your sprawling application.
Brian Ford
100 Best CSS3 Tutorials and Tricks for Design Websites
22 Beautiful CSS/HTML Login Form Templates In this article we have collection some creative login forms using modern design with CSS3 and HTML5. In fact, nowadays, popular web service, web read moreAll you need to know about CSS Transitions
All you need to know about CSS Transitions CSS3 transitions bring simple and elegant animations to web applications, but there's a lot more to the spec than first meets the eye. In this post I'm going to delve into some of the more complicated parts of CSS transitions, from chaining and events to hardware acceleration and animation functions. Letting the browser control animations sequences allows it to optimize performance and efficiency by altering the frame rate, minimizing paints and offloading some of the work to the GPU. Browser supportMorris.js
Talks To Help You Become A Better Front-End Engineer In 2013
Dan Grossman | A date range picker for Twitter Bootstrap
33 fantastic Chrome extensions
The Chrome ecosystem is full of great extensions. While Chrome Dev Tools can accomplish much of what you may look for in extensions, here we're going to walk through several designed to augment the functionality of the Chrome Dev Tools and point you in the direction of some of the most useful add-ons for developers and designers to help you streamline your workflow. Advertisement <a href="http://ad.doubleclick.net/jump/fut.gb.net/features;kw=Browsers;kw=Tools;tile=1;sz=300x250;ord=2013040127?"During my daily duties of scouring Twitter, I caught a post from User Agent Man titled “A Developer I Admire – Walter Zorn” . It was tweeted by Paul Irish who posted “Developers We Admire , where he called out to the web development community to blog about the developers they found important and inspirational. After reading both posts I’ve been inspired and feel it’s time to share my experiences with my Heros and also give thanks back for their support.
My Web Design and Development Heros | Gray Ghost Visuals Press
Designing an HTML email that renders consistently across the major email clients can be very time consuming. Support for even simple CSS varies considerably between clients, and even different versions of the same client. We've put together this guide to save you the time and frustration of figuring it out for yourself. With 24 different email clients tested, we cover all the popular applications across desktop, web and mobile email.
Guide to CSS support in email | Campaign Monitor
Services that allow users to identify nearby points of interest continue to grow in popularity. I'm sure we're all familiar with social websites that let you search for the profiles of people near a postal code, or mobile applications that use geolocation to identify Thai restaurants within walking distance. It's surprisingly simple to implement such functionality, and in this post I will discuss how to do so. The first step is to obtain the latitude and longitude coordinates of any locations you want to make searchable. In the restaurant scenario, you'd want the latitude and longitude of each eatery. In the social website scenario, you'd want to obtain a list of postal codes with their centroid latitude and longitude.

