Search: project
*Miscellaneous The Official Guide to HTML5 Boilerplate
Submitted by matt 7 days ago (more from net.tutsplus.com)In this screencast, Paul Irish meticulously reviews each page, and then further goes on to explain why and when you would use each snippet in your projects. The product of years of learning, this video is not to be missed! Even if you have no intention of using this template, you’ll still learn an array of helpful techniques.
*HTML/CSS HTML5 Reset - A simple set of best practices to get your HTML5 project going
Submitted by matt 23 days ago (more from html5reset.org)We usually start every HTML project with the same set of HTML and CSS templates. Now that modern browsers are starting to support some of the really useful parts of HTML5 and CSS3, it's time for an update, and we thought we'd put it out there for everyone to use.
*Design 40 Minimalist Icon, Symbol & Pictogram Sets
Submitted by matt 37 days ago (more from spyrestudios.com)While searching for some icons for a recent project I came across some great minimalist icon and symbol sets and thought I’d expand my search and share my findings here with you.
*Design 17 Fresh Web Tools for Working with Colors
Submitted by matt 87 days ago (more from mashable.com)Color is a design tool that sets the tone, theme, and mood of a visual project. The colors you use greatly impacts how your design is perceived by its viewers. Here are some handy web tools to help you choose the perfect colors for your designs.
*HTML/CSS Case Study: The Power of CSS Sprites
Submitted by matt 150 days ago (more from project83.com)Using sprites isn't all that mainstream because it takes longer to code a website with them, and making regular updates can be tedious without proper planning. If you haven't been using sprites on projects for whatever reason, my hope is that this case study will tip the scales for you. After improving the home page with sprites, here are the results we saw.
*Design 19 css html calendars for your next web application
Submitted by matt 168 days ago (more from webdeveloperjuice.com)Collection of 19 html calenders for your inspiration and might be useful for your upcoming project.
*HTML/CSS CSS Tidy Up
Submitted by matt 212 days ago (more from hieu.co.uk)Throw in a mess of CSS, choose a format you want and click "Do the magic" button. It will return you the CSS in your chosen format. Looks like a great tool if you're inheriting a project where the CSS was written in a different style than you write in and you want to easily transform it into your style.
*Miscellaneous Nine Things Developers Want More Than Money
Submitted by matt 219 days ago (more from softwarebyrob.com)Money is a motivating factor for most of us, but assuming comparable pay, what is it that makes some companies attract and retain developers while others churn through them like toilet paper?
*Miscellaneous The Real Reason Outsourcing Continues To Fail
Submitted by matt 230 days ago (more from lessonsoffailure.com)There are lots of stories out there about failed efforts that involve offshore development (“offshoring”). I even have a few myself. But this post is not about bashing outsourcing countries, the cheapskates that hire them, or the project managers who can’t control the resulting chaos. This is about understanding why we have such a difficult time making offshore development work.
*Programming Simulating HTML5 Local Storage Support
Submitted by matt 234 days ago (more from thewojogroup.com)I have been wanting to use HTML5’s local storage for a while, but I haven’t had a project where I can just ignore the older browsers. So I put together a little (less than 1Kb gzipped) script that checks for HTML5’s local storage API, and simulates the method for browsers that do not support it. It implements a nearly identical interface to localStorage for persistent storage using cookies.