Web design

TwitterFacebook
Get flash to fully experience Pearltrees

50 jQuery Function Demos for Aspiring Web Developers - Smashing Coding

http://coding.smashingmagazine.com/2012/05/31/50-jquery-function-demos-for-aspiring-web-developers/ Every aspiring Web developer should know about the power of JavaScript and how it can be used to enhance the ways in which people see and interact with Web pages.

The New Web Typography

As the @font-face rule emerged, it brought with it sweeping changes to the visual landscape of the web. The designer's toolkit grew substantially, but this integration was only partial. Many typefaces were stripped of their most powerful features: things like swashes, alternates and small caps. http://ie.microsoft.com/testdrive/Graphics/opentype/opentype-fontbureau/index.html

Asynchronous UIs - the future of web user interfaces

It's an interesting time to be working on the frontend now. We have new technologies such as HTML5, CSS3, Canvas and WebGL; all of which greatly increase the possibilities for web application development. http://alexmaccaw.co.uk/posts/async_ui
The good old slideshow is one Javascript powered effect that will never go out of fashion. Slideshows are often used to showcase multiple images sequentially, or to feature a site’s popular content at the top of the homepage.

jQuery Scripts for Creating Cool Image Slideshows

http://line25.com/articles/jquery-scripts-for-creating-cool-image-slideshows
URL textbox: If a URL is typed here and Activated as the item to be refresh in the browser, you will be able to edit a source file (e.g.

CrossBro - A realtime multi-browser refresher utility - Colin Ord

https://sites.google.com/site/colinord/Home/crossbro---cross-browser-auto-refresher
Email Design

http://24ways.org/2011/adaptive-images-for-responsive-designs-again/ When I was asked to write an article for 24 ways I jumped at the chance, as I’d been wanting to write about some fun hacks for responsive images and related parsing behaviours.

Adaptive Images for Responsive Designs… Again

How to Design the Best Navigation Bar for Your Website

http://mashable.com/2011/12/08/design-navigation-bar/ Daniel Alves is the design director for the small business web design division at the digital marketing and web design company 352 Media Group. The navigation bar is the most important design element on a website.
http://uxdesign.smashingmagazine.com/2011/12/13/messy-art-ux-sketching/ I hear a lot of people talking about the importance of sketching when designing or problem-solving, yet it seems that very few people actually sketch. As a UX professional, I sketch every day. I often take over entire walls in our office and cover them with sketches, mapping out everything from context scenarios to wireframes to presentations.

The Messy Art Of UX Sketching - Smashing UX Design

CSS

HTML5

Javascript Libraries

Taking a “mobile first” approach to web development poses some challenges if you need to provide a “desktop” experience for legacy versions of IE. Using a CSS pre-processor like Sass can help. One aspect of a “mobile first” approach to development is that your styles are usually gradually built up from a simple base. http://nicolasgallagher.com/mobile-first-css-sass-and-ie/

“Mobile first” CSS and getting Sass to help with legacy IE

This article first appeared in issue 218 of .net magazine - the world's best-selling magazine for web designers and developers. As an experienced frontend developer, I’ve been writing CSS documents for 10 years now and it feels like I’ve been refining my method on every site I build. http://www.netmagazine.com/tutorials/how-structure-your-css

How to structure your CSS

The Difference Between “Block” and “Inline”

For the purpose of CSS styling, elements can be generally divided into a few different categories. Two of those categories are block-level elements and inline elements.
When adapting a layout for different viewport widths (a.k.a. responsive design) or media (like print), it’s common to reset any float and width values on major layout blocks to linearise their display.

The difference between width:auto and width:100%