Minified JavaScript/CSS Builds

2008-06-30 22:20

How to include minified JavaScript and CSS files in web application builds In NetBeans IDE? Here’s a solution. ... [阅读全文]

Introducing EclipseLink

2008-06-30 22:20

The Eclipse Persistence Services Project, more commonly known as EclipseLink, is a comprehensive open source persistence solution. EclipseLink was started by a donation of the full source code and test suites of Oracle’s TopLink product. This project brings the experience of over 12 years of... [阅读全文]

Jboss AS 5 - status

2008-06-30 22:20

Many have been wondering about the status of JBoss AS 5.0 , so I thought I would give more visibility in what we are achieving. ... [阅读全文]

Dreaming Of Better User Interface

2008-06-30 22:19

It got me thinking about just how poor a user interface window an LCD screen is. In a giant double fold newspaper, I can see *far* more than I can see on a computer screen. And I can change pages and go back and forth with ease. In fact, paper is an amazing user interface. ... [阅读全文]

A Google Data API arrives for Google Finance

2008-06-30 22:13

This API provides easy access to user investment portfolio data, including current returns and market value. ... [阅读全文]

最近又要开始忙活了

2008-06-30 22:05

烟厂服务器监控的项目已经开始了,军区的项目也在进行中,由于2个项目冲突了,因此军区的集群和备份的调试没法过去了,公司派另一个同事去的。 过几天可能要去东华合创培训ForceView,假如让厂商来给烟厂安装、调试那么费用很高,因此公司让我和另外2个 … ... [阅读全文]

Yahoo UI Patterns for Designing a Reputation System

2008-06-30 21:45

Yahoo released 9 UI reputation patterns in the Yahoo Design Pattern Library. These patterns are somewhat different from the typical UI or rich-interaction type of pattern: They don’t tell you how to lay out a page or where to put an interactive widget. Instead, they address how to design a reputati... [阅读全文]

Silverlight 2 Refcard Available - Download Now

2008-06-30 21:43

This refcard covers the System.Windows.Browser namespace in a whirlwind tour that includes: calling managed code from JavaScript, using managed code to control the HTML DOM, and accessing the user’s browser window. ... [阅读全文]

Python-import-__init__.py

2008-06-30 21:43

曾经,我也在江湖上听说过import,它似乎是Python 的基本语句,用于导入包(Package),或者模块(Module)到当前的作用域里来,这样我们就可以在程序中调用这些包和模块了。好象还真没见它做过什么出格的事情来呢。 … ... [阅读全文]

Why my Ajax Framework is better than yours

2008-06-30 21:41

In this article Ruben, the developer of the very first Ajax implementation (vcXMLRPC), is showing where Javeline PlatForm stands in the world of Ajax frameworks. Javeline PlatForm has been a closed source project for years, but has recently been released under LGPL and is ready to take over the wor... [阅读全文]

站长赚钱新模式

2008-06-30 21:36

适合行业性明显的网站,很多网站赢利方式缺乏,自己找不到赚钱路径,只能投放一些GG或者百度联盟的广告。中国.站长站 事实上,这些联盟很好用,会自动根据你网站内容匹配广告,所以也意味着把广告客户送到你面前。 Chinaz_com … ... [阅读全文]

Graphite - Enterprise Scalable Realtime Graphing

2008-06-30 21:28

Graphite is a highly scalable real-time graphing system. As a user, you write an application that collects numeric time-series data that you are interested in graphing, and send it to Graphite’s processing backend, carbon, which stores the data in Graphite’s specialized database. The da... [阅读全文]

PHP Cheat Sheet (V2)

2008-06-30 21:24

The second version of the PHP Cheat Sheet, a quick reference guide for PHP, with functions references, a regular expression syntax guide and a reference for PHP’s date formating functions. ... [阅读全文]

The 7 Virtues of Reading eBooks

2008-06-30 21:15

Recently I was able to publish my first two eBooks via WROX BLOX, httpModules and httpHandlers. Each of these books gave me an opportunity to share some valuable information, experience and demonstrations on each of these niche topics that might otherwise go hidden in the more advanced section of a... [阅读全文]

Event-Based Architectures

2008-06-30 21:11

Software systems seem to be ruled by a fundamental law: As they get larger, their complexity increases exponentially. The reason for this is actually simple: Complexity is due not just to the number of parts in the system, but also to the relationship between the parts. Event-Based Architectures (E... [阅读全文]

Creating Your Own Strongly-Typed Collection Using CollectionBase in C#

2008-06-30 21:00

CollectionBase in an abastract class that provides the basic functionality for the collections, this article demonstrates you how to use CollectionBase abstract calss to create our own strongly typed collection. As a rule of thumb, this base class is provided to make it easier for implementers to c... [阅读全文]

Migrating OOP Libraries and Frameworks to PHP 5.3

2008-06-30 21:00

However, while namespaces will hopefully lead to more readable code, particularly code in libraries and frameworks, PHP developers will finally need to start thinking about sane standards for abstract classes and interfaces. … ... [阅读全文]

Martin Fowler: Agile Versus Lean

2008-06-30 20:57

I’m thinking of using agile software development - but should I use Lean software development instead? — This question is one I’ve run into a few times recently. It’s not a question I can answer quickly as the question is based on a false premise about the relationship bet... [阅读全文]

搜狐入选罗素1000指数

2008-06-30 20:51

  新浪科技讯 北京时间6月30日消息,据国外媒体报道,罗素1000指数上周五对成份股进行了调整,包括搜狐等九家消费品领域公司成为成份股,另有13家公司被剔除。   最新成为罗素1000成份股的公司包括搜狐、Central European Distribution Corp.、Chipotle Mexican Grill Inc.、…. ... [阅读全文]

php设计模式介绍之伪对象模式

2008-06-30 20:47

上文:《PHP设计模式介绍》第五章注册模式《PHP设计模式介绍》第六章伪对象模式面向对象的编程之所以丰富多彩,部分是由于对象间的相互联系与作用。一个单一的对象就能封装一个复杂的子系统,使那些很复杂的操作能够通过一些方法的调用而简化。 … ... [阅读全文]