Keyboard Shortcuts

Windows: ALT + Letter
Macintosh: CTRL + Letter
Other keyboard shortcuts shown as: U Not all web browsers support keyboard shortcuts.


Web Link Categories (Posts) [RSS Feeds]

Art (3) [news] »
Charity (6) [news] »
Events (6) [news] »
Fiction (3) [news] »
Film (8) [news] »
Finance (9) [news] »
Food (1) [news] »
Music (1) [news] »
Nature (3) [news] »
News Information (13) [news] »
Oceans (2) [news] »
Photography (2) [news] »
Productivity (1) [news] »
Reference (8) [news] »
RSS Feed (26) [news] »
Science (3) [news] »
Shopping (1) [news] »
Spirituality (3) [news] »
Technology (3) [news] »
Television (3) [news] »
Travel (4) [news] »
Web Portfolio (11) [news] »
Web Site Design (2) [news] »
Windjammer Theme (1) [news] »
Writing (2) [news] »


Recent Links

ForexPros.com »
WallStats Poster: Death and Taxes and Taxes »
Boogie Woogie Piano Duo - Seeley and Baldori »
Welcome to the White House »
NEFARIOUS - Tales Of Mystery | A Mystery Fiction Webzine »
USATODAY.com »
Ars Technica »
The New York Times - Breaking News, World News & Multimedia »
Suite101.com: Online Magazine and Writers’ Network »
Quello Center - Telecommunication Management and Law | Home »
DailyTech »
Elect Corbett Edge O’Meara - Wayne County Circuit Court Judge »
Vatican: the Holy See »
Birmingham Buzz »
Silver Bells in the City »
11th Annual East Lansing Film Festival | March 12-20, 2008 »
East Lansing Children’s Film Festival »
Seer’s Eye Journal »
Windjammer Destinations »
Windwright’s Narrative We(b Log)book = Blog »


Entries by Month

October 2007, November 2007, January 2008, March 2008, May 2008, January 2009, April 2009, March 2010, et al.


Our Syndicated News Feeds

RSS | Atom


A List Apart

A List Apart

To go to the web site directly CLICK HERE.

UWeb Site URL: http://www.alistapart.com/
RSS Categories: RSS Feed, Web Site Design
Site Posted by Robert K. Foster on Sunday, October 14, 2007

For people who make web sites. From pixels to prose, coding to content.

A List Apart Magazine (ISSN: 1534-0295) explores the design, development, and meaning of web content, with a special focus on web standards and best practices. A List Apart is written by the community it serves: designers, developers, architects, producers, project managers, and assorted specialists.

Web Site RSS Feeds List:
http://www.alistapart.com/feed/

A List Apart


( This RSS Feed: http://www.alistapart.com/rss.xml )

  • Apps vs. the Web

    2010-08-17T10:00:54+00:00
    There's an app for that, and you're the folks who are creating it. But should you design a web-based application, or an iPhone app? Each approach has pluses and minuses—not to mention legions of religiously rabid supporters. Apple promotes both approaches (they even gave the web a year-long head start before beginning to sell apps in the store), and the iPhone's Safari browser supports HTML5 and CSS3 and brags a fast JavaScript engine. Yet many companies and individuals with deep web expertise choose to create iPhone apps instead of web apps that can do the same thing. Explore both approaches and learn just about everything you'll need to know if you choose to create an iPhone app—from the lingo, to the development process, to the tricks that can smooth the path of doing business with Apple.
  • Good Help is Hard to Find

    2010-08-17T10:00:19+00:00
    Help content gets no respect. For one thing, it is content, and our horse-before-cart industry is only now beginning to seriously tackle content strategy. For another, we assume that our site is so usable, nobody will ever need the help content anyway. Typically, no one is in charge of the help content and no strategy exists to keep it up to date. On most sites, help content is hard to find, poorly written, blames the user, and turns a mildly frustrating experience into a lousy one. It's time to rethink how we approach this part of our site. Done well, help content offers tremendous potential to earn customer loyalty. By learning to plan for and create useful help content, we can turn frustrated users into our company's biggest fans.
  • Kick Ass Kickoff Meetings

    2010-08-03T09:00:51+00:00
    Too many kickoff meetings squander the busiest, most expensive people's time reiterating what everyone already knows. If every meeting is an opportunity, why waste your first one? By asking stakeholders tough questions before the kick-off, and using the meeting itself to explore ideas and build relationships, you can turn a room of mutually suspicious turf battlers into an energetic team with shared ownership of the end-product and the kind of bond that can sustain the group through the challenges ahead.
  • No One Nos: Learning to Say No to Bad Ideas

    2010-08-03T09:00:01+00:00
    You can't create what clients need when you're too busy saying yes to everything they want. As a user experience designer, it's your job to say no to bad ideas and pointless practices. But getting to no is never easy. Proven techniques that can turn vocal negatives into positive experiences for you, the client, and most importantly, the end-user include citing best practices and simple but powerful business cases; proving your point with numbers; shifting focus from what to who; using the "positive no"; and, when necessary, pricing yourself out.
  • JavaScript Minification Part II

    2010-07-20T10:00:42+00:00
    Variable naming can be a source of coding angst for humans trying to understand code. Once you’re sure that a human doesn’t need to interpret your JavaScript code, variables simply become generic placeholders for values. Nicholas C. Zakas shows us how to further minify JavaScript by replacing local variable names with the YUI Compressor.
  • SVG with a little help from Raphaël

    2010-07-20T10:00:02+00:00
    Want to make fancy, interactive, scalable vector graphics (SVGs) that look beautiful at any resolution and degrade with grace? Brian Suda urges you to consider Raphaël for your SVG heavy lifting.
  • Prefix or Posthack

    2010-07-06T09:00:36+00:00
    Vendor prefixes: Threat or menace? As browser support (including in IE9) encourages more of us to dive into CSS3, vendor prefixes such as -moz-border-radius and -webkit-animation may challenge our consciences, along with our patience. But while nobody particularly enjoys writing the same thing four or five times in a row, prefixes may actually accelerate the advancement and refinement of CSS. King of CSS Eric Meyer explains why.
  • Supersize that Background, Please!

    2010-07-06T09:00:15+00:00
    Background images that fill the screen thrill marketers but waste bandwidth in devices with small viewports, and suffer from cropping and alignment problems in high-res and widescreen monitors. Instead of using a single fixed background size, a better solution would be to scale the image to make it fit different window sizes. And with CSS3 backgrounds and CSS3 media queries, we can do just that. Bobby van der Sluis shows how.
  • Stop Forking with CSS3

    2010-06-22T09:00:16+00:00
    You may remember when JavaScript was a dark art. It earned that reputation because, in order to do anything with even the teensiest bit of cross-browser consistency, you had to fork your code for various versions of Netscape and IE. Today, thanks to web standards advocacy and diligent JavaScript library authors, our code is relatively fork-free. Alas, in our rush to use some of the features available in CSS3, we’ve fallen off the wagon. Enter Aaron Gustafson’s eCSStender, a JavaScript library that lets you use CSS3 properties and selectors while keeping your code fork- and hack-free.
  • Taking Advantage of HTML5 and CSS3 with Modernizr

    2010-06-22T09:00:10+00:00
    Years ago, CSS browser support was patchy and buggy, and only daring web designers used CSS for layouts. Today, CSS layouts are commonplace and every browser supports them. But the same can't be said for CSS3 and HTML5. That's where Faruk Ateş’s Modernizr comes in. This open-source JavaScript library makes it easy to support different levels of experiences, based on the capabilities of each visitor’s browser. Learn how to take advantage of everything in HTML5 and CSS3 that is implemented in some browsers, without sacrificing control over the user experience in other browsers.

* * *

©2007 Robert K. Foster
Posted on Sun, Oct 14, 2007 at 4:33 PM ( Updated Oct 16, 2007 )
Category: RSS FeedWeb Site Design • 0 Comments • Permanent Link To This Entry

Comments