CMS and blogging software engineers might have a hard task ahead of them trying to support HTML5. (via Shelley Powers).
Tag Archives: design
News site redesigns afoot
XForms Links
What is ECM-SOA?
EdLovesJava: ECM-SOA With Agile Attitude:
The first challenge is to think of our tooling as not a custom application, but more as a set of adaptable services, applications and integrations. This requires a change of thought.
Our previous efforts were to drop a monolithic application called a Content Manager into the middle of things, and then propose to change the business process around this application, ostensibly obsoleting the existing applications and ad-hoc processing to customizations within this new application.
During our previous attempt, we underwent a lengthy analysis phase and generated a 500 page requirements document detailing taxonomies, content types, work flows and templates that would solve our content management (web content management) needs. We then spent lots of time and treasure implementing these requirements. In the end, we built some of the requirements taking far longer and far more resources than anticipated, and we found that most the requirements and subsequently most of the customizations we built were wrong. The heroic content managers and brand managers made it work anyway, developing more ad-hoc, complicated and time consuming steps around yet another application that was supposed to help them. This story is not unique.
We must shift our processes as much as our technology. We are focusing on smaller efforts, more agility and more feedback and move away from 500 page requirements documents. To do this successfully, our architecture also needs to be agile and amenable to change. Our architecture must be a framework to grow on: to grow useful services, and to grow and integrate with useful applications. It must follow user demand that learns from using and refining our processes and tools.
Javascript links for September 8, 2009
Ian J Cottee: Rhino on OS X Leopard
peter.michaux.ca: Server-Side JavaScript with Rhino and Jetty
gorilla3d.com: Programming Java With JavaScript
Steve Yegge: Code’s Worst Enemy
John Resig: Bringing the Browser to the Server (hmmm, jQuery on Rhino?)
YouTube: Google I/O 2008: Steve Yegge on Server Side JavaScript (transcript and slide links):
benne: On-the-fly JavaScript syntax checking in Emacs
Patrick Hunlock: Essential Javascript (nice tutorial)
The UNIX Way
Kas Thomas of CMS Watch riffs on “The UNIX Way”, principals summarized by Mike Gancarz:
1. Small is beautiful.
2. Make each program do one thing well.
3. Build a prototype as soon as possible.
4. Choose portability over efficiency.
5. Store data in flat text files.
6. Use software leverage to your advantage.
7. Use shell scripts to increase leverage and portability.
8. Avoid captive user interfaces.
9. Make every program a filter
Read the whole piece.
Congrats!
How to get started in IA or UX
Livia Labate shared some advice for those looking to get started in Information Architecture.
At a recent brown bag she reviewed a number of great design games for generating ideas.
Reading about Graphviz
While gearing up on a content management project, a few developers were wrangling with how to share solution diagrams between Visio and OmniGraffle. While there is a level of compatibility between the two, its not ideal. While researching, I went off into a related tangent, a cross platform tool that I can manipulate from a text editor or programming language, and ended up reading about Graphviz.
Graphviz – command line tool and DSL (dot) to define and render graphs and diagrams.
Doesn’t sounds like much, but check out this magic: Visualizing traceroute output with Ruby and Graphviz or how about Maven based dependency graphing?
I think prefuse (with the unbelievable looking flare) is an excellent related toolkit to look into next (interaction and animations!!!!!) .
O’Reilly: An Introduction to GraphViz and dot
O’Reilly: Graphviz – Why draw when you can code?
Orgmode.org: org-exp-blocks.el: pre-process blocks in org-mode files in Emacs to generate diagrams – rocking!
Bernt Hansen’s fantastic Org Mode – Organize Your Life In Plain Text! is a working example of the above org-mode use case (and a great org-mode tutorial)
Forever for Now: UML Diagrams Using Graphviz Dot
Haven’t read or experimented with yet, but will…
Linux.com: Create relationship diagrams with Graphviz
IBM developerWorks: Visualize function calls with Graphviz
Graphviz Resources – large list of viewers, navigators, language bindings, etc
WikiViz: A large list of related tools and libraries
ZGRViewer: a Java-based desktop GraphViz/DOT Viewer – Adds interactivity to viewing a dot defined graph.
Hive, Hadoop at Facebook, Yahoo
Engineering@Facebook: Hive – A Petabyte Scale Data Warehouse using Hadoop
Yahoo! Developer Blog: Announcing the Yahoo! Distribution of Hadoop