Web

TwitterFacebook
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

http://briantford.com/blog/huuuuuge-angular-apps.html
http://www.freshdesignweb.com/best-css3-tutorials.html

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 more

All 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 support http://blog.alexmaccaw.com/css-transitions
http://www.oesmith.co.uk/morris.js/ Getting started Add morris.js and its dependencies ( jQuery & Raphaël ) to your page. <link rel= "stylesheet" href= "http://cdn.oesmith.co.uk/morris-0.4.1.min.css" ><script src= "//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" ></script><script src= "//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js" ></script><script src= "http://cdn.oesmith.co.uk/morris-0.4.1.min.js" ></script> If you don’t want to use the CDN-hosted assets, then you can extract them from the zip bundle and upload them to your own site. Your first chart Start by adding a <div> to your page that will contain your chart.

Morris.js

Talks To Help You Become A Better Front-End Engineer In 2013

http://www.smashingmagazine.com/2012/12/22/talks-to-help-you-become-a-better-front-end-engineer-in-2013/ Many of us care deeply about developing our craft. But staying up to date can be a true challenge, because the quantity of fresh information we’re regularly exposed to can be a lot to take in. 2012 has been no exception, with a wealth of evolution and refinement going on in the front end. Great strides have been made in how we approach workflow, use abstractions, appreciate code quality and tackle the measurement and betterment of performance.

Dan Grossman | A date range picker for Twitter Bootstrap

http://www.dangrossman.info/2012/08/20/a-date-range-picker-for-twitter-bootstrap/ While developing Improvely , having all the components of Twitter Bootstrap at hand pre-styled was a great time saver. I was in need of a dropdown menu to choose date ranges for reports, and wanted something that would match the existing dropdown and button styles of Bootstrap: thus came about this date range picker component. Download it at GitHub . For basic use cases like collecting event or reservation dates, you can attach it to a text input to pop up two clickable calendars to choose dates from. For more advanced use cases, you can attach a date range picker to any element, pre-define your own date ranges for the user to choose from, and set a custom callback function to receive the chosen dates. The date range picker relies on jQuery, Datejs for parsing strings into dates and defining custom ranges, and the Twitter Bootstrap CSS.

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?" http://www.netmagazine.com/features/33-fantastic-chrome-extensions
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

http://blog.grayghostvisuals.com/developers/my-web-heros/
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

http://www.campaignmonitor.com/css/
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. http://zaemis.blogspot.com/2011/01/geolocation-search.html

Geolocation Search