The Accessibility Checklist I Vowed I’d Never Write

2008-07-16 04:31

I have said on numerous occasions that there is no simple checklist that, when followed, will give you an accessible site without fail. There are simply too many variables. But, what do you do when you want to create accessible pages and you have dozens or even hundreds of developers who (like most... [阅读全文]

Model Driven Software Development

2008-07-16 04:27

Model Driven Software Development (MDSD) is a style of software development that considers itself as an alternative to the traditional style of programming. The approach centers itself on building models of a software system. These models are typically made manifest through diagrammatic design nota... [阅读全文]

Digg Is Pushing More Traffic To Traditional News Sites

2008-07-16 04:00

Hitwise released some data today indicating that Digg now sends nearly as much traffic to entertainment sites as it does to news and media sites. As the chart above shows, 21.3 percent of its traffic goes to the former, while 20.7% goes to news and media sites. A year ago the gap between the two cat... [阅读全文]

Spring Web services and Axis2

2008-07-16 03:58

This describe about how to deploy and expose Web services in Spring. ... [阅读全文]

Introduction to m2eclipse

2008-07-16 02:57

The Eclipse IDE is the most widely used IDE for Java development today. At the same time, Apache Maven continues to mature, and has grown to be the industry standard for creating extensible and reliable enterprise builds. While it is certainly possible to develop applications in Eclipse and use Mav... [阅读全文]

iBATIS, Hibernate, and JPA: Which is right for you?

2008-07-16 02:54

Don’t let the old object-relational impedance mismatch get the best of you or your data. Compare ORM tools Hibernate and iBATIS and the Java Persistence API itself, and find out how each one makes it easier to access your RDBMS using Java code. ... [阅读全文]

Git for the Locals

2008-07-16 02:50

Yet another use for Git: local repository, for local files (and local people). ... [阅读全文]

Help Adobe to support Linux distros with Flash Player 10

2008-07-16 02:30

Adobe has released a small open source utility to gather basic information about Video4Linux cameras so the Flash player will have decent webcam support on Linux distributions. ... [阅读全文]

Drupal: Creating Blogs, Forums, Portals and Community Websites

2008-07-16 02:13

There are not a lot of current books on Drupal on the market, so fortunately, for the reader looking to get started, this is a good one. ... [阅读全文]

The Perfect Server - CentOS 5.2

2008-07-16 02:01

This tutorial shows how to set up a CentOS 5.2 server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is wr... [阅读全文]

Apache Wicket 1.4-m3 with improved generics

2008-07-16 01:46

Help the Apache Wicket team to determine the future of your Wicket based web application development. We have released our third and hopefully final milestone release of our Java 5 based web framework and are anxious to receive feedback on our use of generics. ... [阅读全文]

Beginning Spring2 By Dave Minter

2008-07-16 01:41

tries to highlight few imp points from this book and also more about spring-aop in general ... [阅读全文]

Miguel de Icaza: Gtk+ 3.0

2008-07-16 01:10

The Gtk+ 3.0 proposal being discussed currently sounds like a disaster for GNOME. The reasoning was first articulated in the histrionic Imendio Gtk+ 3.0 Vision presentation done at the Gtk+ Hackfest in Berlin. This is a meeting where application developers were underrepresented, and somehow we have... [阅读全文]

GWT + j_security_check

2008-07-16 00:46

I went out looking for a solution to this recently and found very little information. A lot of questions unanswered led me to believe I was not the only one who wanted to do this. I present here a small sample on how to accomplish this. ... [阅读全文]

Improving the performance of Zend_Controller

2008-07-16 00:08

Zend_Controller_Router_Rewrite is the standard framework router. It takes a URI endpoint and decomposes it into parameters to determine which module, controller, and action of that controller should receive the request. Routing occurs only once, when the request is initially received and before the... [阅读全文]

Installing Grails in Ubuntu GNU/Linux Using Package Management Tools

2008-07-16 00:07

“In my previous post I talked about setting up Grails development environment in GNU/Linux distributions by manually downloading the packages and configuring the environment variables. An easier, alternative way to install Groovy and Grails packages is to use the package management system of ... [阅读全文]

Walking the Line When You Work from Home

2008-07-16 00:07

Working from home, whether as a freelance contractor or remote employee, can be a great thing, particularly if you live alone. But what if you have a spouse and/or children at home with you while you work? Every work environment offers distractions, but those who work from home with their families ... [阅读全文]

Shuttleworth - Apple is driving the innovation

2008-07-16 00:07

Andreas Proschofsky had the chance to sit down with Ubuntu-founder Mark Shuttleworth to talk about the new release, but also about the Linux desktop as a whole, the strengths of Apple and possible major changes to the GNOME platform. ... [阅读全文]

Density map tutorial—Prototype, Google Maps API and the HeatMapAPI

2008-07-15 23:48

A tutorial on how to create a density map with Prototype, the Google Maps API and the HeatMapAPI. The final product is a density map of liquor licenses in Milwaukee, WI. ... [阅读全文]

Pivot: A Practical Example, Part 3 - Web Queries

2008-07-15 23:38

This is the third in a series of five articles that walk through the implementation of a simple but practical Pivot application called Stock Tracker. ... [阅读全文]