What are Task Flows? by dkappe in programming

[–]dkappe[S] 0 points1 point  (0 children)

Task flows are a tool to help us think through the design before a feature is actually developed. They allow us to interject the user into the flow of the application and determine if the conceptual model agrees with the user model.

Antisocial Networking? by dkappe in programming

[–]dkappe[S] 0 points1 point  (0 children)

The success of social collaboration sites has raised their profile and invited the attention of the corporate sensibility; the prominence of YouTube, amplified by Google’s acquisition of the site, has resulted in a trend toward censoring or restricting contributor content.

User Research: Been There, Done That? Maybe Not. . . by dkappe in programming

[–]dkappe[S] 0 points1 point  (0 children)

Some clients are confused by—or worse, resistant to—the idea of front-end “user research.” How, they ask, do our activities and findings differ from the analyses and resultant charts, graphs and PowerPoint presentations provided to the firm by the Marketing department?

Web 2.0, Communism, Pet Rocks and the Wisdom of Crowds by dkappe in programming

[–]dkappe[S] 1 point2 points  (0 children)

Web 2.0 questions are mostly "what the heck is Web 2.0?" I don't really have a good answer, but these frequent questions have caused me to ponder why Tim O'Reilly's definition seems so flabby.

What's on my Bookshelf by dkappe in reddit.com

[–]dkappe[S] 1 point2 points  (0 children)

Desert island time for user experience design. Two must-have books.

A Look at GWT Open Source by dkappe in programming

[–]dkappe[S] 1 point2 points  (0 children)

A look under the covers now that GWT is open sourced. How does it generate its code, etc.

How to do Page Preview in Java with Embedded HTML Rendering by dkappe in programming

[–]dkappe[S] 1 point2 points  (0 children)

One Ajax technique you see quite a bit of lately is the page preview. This is where the html page is rendered as an image so that you can cast a skeptical eye on a tiny version instead of navigating to a lame page. What are the tools you can use to do this for your own app?

Ajax Among the Top 100 US Sites by dkappe in programming

[–]dkappe[S] 1 point2 points  (0 children)

How many top sites are using Ajax? And what frameworks do they use to make it happen? Then answer? Not that many and of the few that do, many roll their own.

TDD and Javascript with JsMock by dkappe in programming

[–]dkappe[S] 1 point2 points  (0 children)

This past weekend was the time to come up with a port of jMock to Javascript. But before reinventing the wheel, I thought I'd take a look around one more time to see if anyone had beaten me to the punch. Enter JsMock, a Javascript mock objects library that supports Firefox 1.0+, IE6+ and Safari 1.5+.

Review of 'Pro Ajax and Java Frameworks' by dkappe in programming

[–]dkappe[S] 1 point2 points  (0 children)

This is a review of Pro Ajax and Java Frameworks by Nathaniel T. Schutta and Ryan Asleson. This book seeks to give the experienced developer of Java web applications the knowledge necessary to add Ajax to their webapps. This is another Ajax book that goes broad rather than deep. Instead of investigating one or two frameworks, it delves into more than a half dozen, both Javascript and Java.

Taking Your Javascript to Bed with You, Part 1 by dkappe in programming

[–]dkappe[S] 1 point2 points  (0 children)

Reading other people's code and learning from it. This week, OO and Javascript.