Links for December 27th through December 30th

Advertisement

Links for May 9th through May 11th

Daily del.icio.us for February 1st through February 5th

  • Sketching: the Visual Thinking Power Tool – Sketching provides a unique space that can help you think differently, generate a variety of ideas quickly, explore alternatives with less risk, and encourage constructive discussions with colleagues and clients.
  • Data Wrangler – Wrangler is an interactive tool for data cleaning and transformation.
    Spend less time formatting and more time analyzing your data
  • Spring Mobile 1.0.0.M3 Released | SpringSource.org – Spring Mobile provides extensions to Spring MVC that aid in the development of cross-platform mobile web applications
  • weightshift/The-Personal-Page at master – GitHub – This simple one-page website is a way for people to have a very quick and easy personable website that aggregates your activity and positions a simple logo, a portrait and some description text in a nicely-formatted manner.
  • The LinkedIn Blog » Introducing LinkedIn Skills « – LinkedIn Skills is a whole new way to understand the landscape of skills & expertise, who has them, and how it’s changing over time.
  • A harrowing, historic week in Egypt – The Big Picture – Boston.com – We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness.
  • Quora’s Technology Examined | Phil Whelan’s Blog – Quora is a great example of a modern tech start-up. They are very small team who understand the technologies they are using very well. They have made considered choices in the technology they have selected and have a good vision of which components would be better written from scratc
  • Motivating people is more important than modeling them – The primary goal is to find ways to give people enough autonomy, mastery, and purpose to enable them to do great things
  • InfoQ: Characteristics of an Agile Organization – There are some patterns I see over and over that are fundamental to a successful agile adoption, or a large scale enterprise agile transformation. Here are the ones I think are most important and why.
  • InfoQ: Clojure-Java Interop: A Better Java than Java – Stuart Dabbs Halloway, after reviewing Clojure’s syntax comparing it with Java, explains how Clojure-Java interoperability works. He then talks about the need for simplicity in languages, attempting to prove that Clojure is a simpler language, and consequently better, than Java.

Daily del.icio.us for February 6th through February 8th

Daily del.icio.us for August 1st through August 4th

Daily del.icio.us for June 8th through June 9th

  • InfoQ: ActionScript 3 Site Framework – Fosfr – There are many different approaches to develop RIA based web sites. Flash sites are particular appealing to businesses or individuals involving in rich media contents. Fosfr is an ActionScript 3 site framework that is developed to build full Flash site. InfoQ interviewed Fosfr creator, Jeff DePascale, to learn more about the insights
  • Video: Google Web Toolkit: An Introduction by TheServerSide.com – This session teaches you the basics of Google Web Toolkit, How to implement Ajax-enabled applications in Java, Internationalization, Hooking into the browser history mechanism, Remote procedure calls.
  • InfoQ: REST is a style — WOA is the architecture. – Dion Hinchcliffe recently offered two related articles that explore relationships between Web Oriented Architecture (WOA) and other technologies. The first deals with WOA and REST; the second looks at WOA and SOA. The main point of the first article: REST is a style and WOA is the architecture. The second article argues that WOA is really a highly complimentary sub-style of SOA and explores the implications of this simple observation.
  • JavaFX squares off against AJAX | Developer World – InfoWorld – In a mock debate focused on the rich Internet application development realm, AJAX was pitted against Sun Microsystems' JavaFX Friday, with proponents for both technologies pointing up their entrant's high points and the low points of their rival.
  • Google Translator Toolkit – Google Translator Toolkit is a new service that lets you translate documents by editing the translations automatically generated by Google. "Google Translator Toolkit allows human translators to work faster and more accurately, aided by technologies like Google Translate."
  • The Joy of Less – Happy Days Blog – NYTimes.com – If you’re the kind of person who prefers freedom to security, who feels more comfortable in a small room than a large one and who finds that happiness comes from matching your wants to your needs, then running to stand still isn’t where your joy lies.
  • Stephen Colbert Takes His Show on the Road to Baghdad – NYTimes.com – It was Sunday night in Baghdad, and President Obama was ordering Gen. Ray Odierno, the commander of the American troops here, to shave Stephen Colbert’s head
  • Gizmodo – iPhone 3GS Complete Feature Guide – apple iphone 3gs – The iPhone 3GS has a new processor built-in. Apple claims that it is up to two times faster than the previous generation: Launching messages is 2.1 faster, load the NY Times in Safari: 2.9 times faster. It also consumes less, which has an impact on the improved battery life.
  • Apple – Mac OS X Snow Leopard – Enhancements and Refinements – Mac OS X Snow Leopard includes refinements, both big and small, to
    a wide range of applications, processes, and interface elements.
  • Study Highlights SOA Herd Mentality — Application Development Trends – Gartner suggests that SOA adopters start small, identifying specific business benefits and focusing, as part of an iterative effort, on achieving them.

Daily del.icio.us for June 3rd through June 4th

Daily del.icio.us for January 15th through January 19th

  • Lincoln’s second inaugural address – Wikipedia, the free encyclopedia – With malice toward none; with charity for all; with firmness in the right, as God gives us to see the right, let us strive on to finish the work we are in; to bind up the nation#039;s wounds; to care for him who shall have borne the battle, and for his widow, and his orphan – to do all which may achieve and cherish a just and lasting peace, among ourselves, and with all nations.
  • Cairngorm – Cairngorm – Confluence – Cairngorm is the lightweight micro-architecture for Rich Internet Applications built in Flex or AIR. A collaboration of recognized design patterns, Cairngorm exemplifies and encourages best-practices for RIA development
  • Selecting the Right Flex Application Framework | Summa Blog – The Flex community is divided between Adobe’s Cairngorm and Cliff Hall’s PureMVC, with strong arguments from both sides. However, your answer may just lie in the “it depends” space.

    This post aims to help you make that decision. It includes analysis of Cairngorm, PureMVC, and the new kid on the block, asfusion’s Mate.

  • InfoQ: Pair Programming vs. Code Review – Pair programming and code review are each practices that improve the quality of software, as well as promote knowledge sharing. When the Agile vs. Lean, XP vs. Scrum, and vi vs. Emacs debates get slow, developers have been known to debate the merits of pair programming vs. code review. Theodore Nguyen-Cao described code reviewers as chickens, and paired programmers as pigs.
  • InfoQ: Presentation: Kent Beck: Trends in Agile Development – In this presentation, Kent Beck, the father of eXtreme Programming, shows the synergies between business and Agile development. The reason Agile is becoming more popular every day is because it responds to the business needs as they evolve.
  • terraza de aravaca: JPA implementations comparison: Hibernate, Toplink Essentials, Openjpa, Eclipselink – This article is a response to the lack of information on the net about the performance differences among the 4 most well known Java Persistence API (JPA) implementations: Toplink Essentials, EclipseLink, Hibernate and OpenJPA
  • An Illustrated Guide to Git on Windows – This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools.
  • Farata Systems » Enterprise Development with Flex – first rough cuts – This groundbreaking book shows Flex developers exactly what’s required to build production-quality Rich Internet Applications (RIAs) for the enterprise. Part of the popular Adobe Developer Library co-published by O’Reilly and Adobe, Enterprise Development with Flex goes well beyond Flex tutorials and product documentation to suggest best practices, compare frameworks and tools, and offer efficient techniques for developing enterprise RIAs
  • Choices Narrowed for First U.S. CTO – BusinessWeek – President-elect Obama has two executives in mind for the top technology job, one from Cisco and one from Washington, D.C. Both were born in India
  • Welcome to WordPress.tv « Blog « WordPress.tv – To make it easy for you to find up-to-date, WordPress-themed video content within a couple of clicks. Without having to wade through spammy promotional videos, out-of-date content, and missing chunks of presentations
  • John Goerzen on Why You Should Learn Haskell – O’Reilly Broadcast – John Goerzen is a co-author of Real World Haskell. In a recent interview with O#039;Reilly, he explained how the book came to be, the special magic which makes Haskell worth learning, and how to change your mindset to make learning possible.
  • iFlyz grips your gadgets while uFlyz | Crave – CNET – To use the iFlyz, you attach your phone or media player to the suction cup, clamp it to a seat tray in either the stowed and locked position or unlocked and down position, and adjust the flexible gooseneck to the ideal viewing angle. It works with gadgets including the iPhone, Zune, and iPod.
  • Xpress Suite Adds Automatic Java to iPhone Conversion | JAVA Developer’s Journal – Javaground announced a new component of its Xpress Suite allowing developers to automatically generate a native iPhone program from a Java source code.
  • Felipe Gaucho’s Blog: Servlet 3.0 Unleashed – The specification of Servlet 3.0 was approved by the Public Review Ballot and it was also endorsed by the Java EE Executive Committee (EC).

Daily del.icio.us for October 11th through October 13th

  • Mozilla Labs » Blog Archive » Developer Tools and the Open Web – We’re also excited to announce that Dion Almaer and Ben Galbraith, co-founders of Ajaxian, the Ajax Experience, and long-time supporters of the open Web, have joined Moziila full-time to lead this newly formed Developer Tools Lab
  • Ext JS – Ext Charting and Mapping with Google Visualizations – Using the GDataTableAdapter to adapt or convert an Ext.data.Store to a google.visualization.DataTable is a good way to allow Ext Developers to use Google Visualizations without worrying about any underlying differences
  • Paul Krugman Wins the Nobel Economics Prize – WSJ.com – Princeton economist and New York Times columnist Paul Krugman won the Nobel economics prize on Monday for his analysis of how economies of scale can affect trade patterns and the location of economic activity.
  • Credit crunch glossary | Business | guardian.co.uk – A guide to terms and phrases used in the financial sector
  • 13 Training Principles of CSS Everyone Should Know « HMV.co.in – Take a look at some of the following tips used by the CSS experts to ensure your CSS is being written both effectively and efficiently
  • Top 100 Best Software Engineering Books, Ever – a knol by Jurgen Appelo – In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards.
  • The Coffee Desk » » Microsoft’s new ‘M’ programming language – The new language is to be a part of Microsoft’s new Oslo development and service-oriented strategy, incorporating features from XAML while being textual and domain-specific. M is to be used directly with 2 other components to be released with M along with Visual Studio 2010: Quadrant, a tool for building models visually, and a repository for storing and viewing models in an SQL database
  • codeslower.com: The Haskell Cheatsheet – As I learned Haskell I frequently wanted a quick reference for syntax, keywords and other language elements. The Haskell Report, while very thorough, wasn’t quite it. For that reason I’ve created this cheatsheet. It’s intended for beginning to intermediate Haskell programmers to use as a quick-reference guide for syntax, keywords or other language issues
  • Antec Skeleton | Uncrate – This is hardcore. The Antec Skeleton ($TBA) is a futuristic, open-air PC enclosure that keeps your components cool — in more ways than one. Made of 0.8mm cold rolled steel, the Skeleton has a front 92mm fan, a top three speed 250mm fan with multicolor LED customization, layered component trays, rackmount quality side rails, 7 expansion slots, and room for 4 drive bays
  • BBC NEWS | Business | Finance crisis: in graphics – It is shaping up to be one of the most tumultuous times on record in the global financial markets

Daily del.icio.us for July 27th through August 5th