Tools for Agility: A whitepaper by Kent Beck
2008-06-30 23:44Kent Beck shares his thoughts on how tools have evolved in supporting agile software development.... [阅读全文]
Do browsers encode URLs correctly?
2008-06-30 23:44I noticed that when submitting a HTML form, Firefox encodes the query string using the current page's character set, while the URI Syntax RFC says they should always be encoded in UTF-8. Could this create problems talking to the server? An open discussion.... [阅读全文]
Notes from Eclipse Day at Googleplex
2008-06-30 23:36These are my comments and notes after attending the 2008 Eclipse Democamp, Eclipse Day at Googleplex. I have never been to a bigger, more packed Eclipse Democamp. Good job Google Open Source Office!... [阅读全文]
谈点Joomla!的前台模块及其管理(二)
2008-06-30 23:31(4)搜索模块站内搜索模块,将显示一个搜索文本框,如图4.6所示。 图4.6 搜索栏模块参数设置: 后台模块管理,单击筛选栏“请选择类型→mod_search”。进入搜索模块参数设置。可设置参数包括:模块标题设置、模块位置、模块访问限制、模块显示菜单(页面) ...... [阅读全文]
Joys of JNA: Java Native Access
2008-06-30 23:22The Java Native Access library is a different way of accessing native code, where most of the heavy lifting is done for you. JNA almost didn't make it to the open source arena, and might have stayed hidden behind Sun's garden walls, if not for some determined work its project lead.... [阅读全文]
Managing Command Line Arguments
2008-06-30 23:19I've been spending many of my recent developer cycles writing console applications to perform various tasks in an ETL process. And yes, before you ask, I had started out initially modeling my ETL process with SSIS - and while I could eventually get it to do what I wanted, at the end of the day, re... [阅读全文]
Groovy Metaprogramming - Adding Behavior Dynamically
2008-06-30 23:18I've been fascinated with languages like Ruby and Groovy ever since being exposed to their dynamic capabilities. I remember attending a No Fluff Just Stuff conference a few years ago and being awestruck while watching Dave Thomas build a full-blown Rails application within a matter of minutes. Dyna... [阅读全文]
python generator / yield statement
2008-06-30 23:02python yield.... [阅读全文]
Design Patterns Reconsidered
2008-06-30 23:02This talk has two parts. In the first, we look at what patterns are, why some people criticize design patterns, and why these criticisms do not eliminate the usefulness of patterns. In the second part, we will look at a few specific patterns in Java and more deeply consider them as problems in cont... [阅读全文]
Programmer Competency Matrix - 32 attributes to evaluate programmers
2008-06-30 22:51This is a nice table of attributes on which programmers can evaluate themselves and other programmers.... [阅读全文]
GlassFish on Eclipse Ganymede
2008-06-30 22:42Eclipse Ganymede is the annual release of Eclipse projects; this year including 23 projects. Screencast #WS6 showed how GlassFish v2 can be easily registered and started within an earlier version of Eclipse (3.3 specifically). Eclipse is now 3.4 (as part of Ganymede) and GlassFish v3 is blazing th... [阅读全文]
The Next Big Thing (cartoon)
2008-06-30 22:33This is too painfully true!... [阅读全文]
NHibernate 2.0 Beta 1 Released
2008-06-30 22:27NHibernate 2.0.0.Beta1 is released today. It is comparable to Hibernate 3.2 in terms of features. Get the bits while they are hot.... [阅读全文]
A lightweight AJAX.NET-enabled grid control
2008-06-30 22:27Managing lists of items from databases is the bread and butter of most web applications, but creating an user-friendly grid can be problematic. The obvious solution of creating Microsoft grid controls in an Ajax.Net Update panel can create very large HTML pages with long response times when a subst... [阅读全文]
High performance css minifier
2008-06-30 22:26CSS minifier based on jsmin idea that produce a small CSS file, much faster, and with much less memory overhead.... [阅读全文]
最新评论