Scala: First Impressions
2008-07-31 22:05I’ve been looking at Scala for the last couple of days. This is actually the first JVM language I’ve learned - I have not used Java since my freshman year of college, and never in anything like production code. What follows is basically a set of disconnected notes and thoughts about Sca... [阅读全文]
Solving Tic-Tac-Toe: Game Tree Basics
2008-07-31 22:05Moving on from simple zero-sum games, there are a bunch of directions in which we can go. So far, the games we’ve looked at are very restrictive. Beyond the zero-sum property, they’re built on a set of fundamental properties which ultimately reduce to the idea that no player ever has an... [阅读全文]
Useless Java
2008-07-31 22:05This article (The ‘Anti-Java’ Professor and the Jobless Programmers) has really annoyed me. Not because of its content, but because the professor being interview is so narrowly focused that he is completely out of it. ... [阅读全文]
Rails-doc: The Importance of User Generated Content
2008-07-31 22:05The days of companies controlling the creation and distribution of engineered content are fading. An explosion of user generated content (UGC) has reshaped the Web development landscape. ... [阅读全文]
Why you shouldn’t code in Spanish
2008-07-31 22:05A brief article about why you must write your variables, comments, etc.. in English in your code. Beleive me, there are heaps of applications written in other languages than English! ... [阅读全文]
激进投资者伊坎称将不出席雅虎股东年会
2008-07-31 22:03新浪科技讯 北京时间7月31日晚间消息,据国外媒体报道,激进主义投资者卡尔・伊坎(Carl Icahn)周四表示,他不会出席周五召开的雅虎年度股东大会。 伊坎周四在一份声明中称:“我不希望把雅虎的年度股东大会无缘无故变成一次媒体盛会。”伊坎说,与雅虎达成和解后,他会见…. ... [阅读全文]
Java Persistence - DAO Manager
2008-07-31 22:03The DAO Manager is a solution to some of the DAO design problems developers often run into when designing DAO layers. It is similar in effect to declarative transaction demarcation, but works for connection life spans too. It can also help you do lazy connection opening, so connections are opened a... [阅读全文]
Advise for Ruby Beginners
2008-07-31 21:52A collection of the best of RubyLearning posts on ‘Advise for Ruby Beginners’. Ruby Gurus like David Black, Charles Nutter, Fabio Akita, Ola Bini, Peter Cooper amongst others, offer pearls of wisdom. ... [阅读全文]
JavaRanch Journal, August 2008
2008-07-31 21:48Featuring articles on JAAS, IP to location, HashMaps and Pagination using JDBC and JSP ... [阅读全文]
4 Essential & 7 Optional Ruby on Rails Tutorials
2008-07-31 21:31Here are list of tutorials to get you started on Ruby on Rails. They all assume you have a basic understanding of object orientation and experience with some other third level language. ... [阅读全文]
Becoming a Better Developer
2008-07-31 21:24I mentioned before about my return to blogging on ryanfarley.com and my renewed passion for programming. I’ve found myself moving from blog to blog reading things that continue to inspire me. I read a post from Justice Gray, titled “How I am becoming a better developer, part 1 of infini... [阅读全文]
“The Resource Cannot be Found” When Upgrade to ASP.Net MVC Preview 3
2008-07-31 21:08You have an ASP.net MVC application built using preview 2. Now you want to upgrade to Preview 3 or later. You make all the reference changes, and you recompile your application. Viola! No compilation error. Then you run all your tests, all of them pass! ... [阅读全文]
Are Java Web Applications Secure?
2008-07-31 21:08One of the most extended belief about web applications is that most of them are insecure. This opinion is supported by statistics published by SANS [1] which show that almost half the vulnerabilities published during 2007 were related to web applications, independently from being open-source or com... [阅读全文]
A List Apart - People Who Make Websites Survey 2008
2008-07-31 21:07On October 2007 A List Apart made history by releasing the results of their 2007 Survey of People Who Make Websites. I say history because prior to this there was no data available like this survey provided. With 37 questions answered by more then 33,000 participants they gave us the first set of d... [阅读全文]
Code Rage
2008-07-31 21:07have collected some of the most highly rated, informative, and controversial Juixe TechKnow articles and made then available as a PDF document. The collected works is entitled Code Rage 2.0: Rants of Code and Other Essays. ... [阅读全文]
No Browser Left Behind
2008-07-31 21:05I’ve been working on a native Canvas implementation for IE based on the same rendering core that’s in Firefox. With an object tag, a bit of CSS, and (to work around another IE bug) a single line of script, > elements in HTML just work. I’m excited that this experiment is work... [阅读全文]
Convenience methods of java.util.Collections
2008-07-31 21:01Most of you may already know this, but for others this class might be of good use. ... [阅读全文]
Banshee 1.2 Released
2008-07-31 21:00Play your music and videos. Stay entertained and up to date with podcasts and video podcasts. Discover new music with Last.fm radio. Sync your iPod and other devices. We think you’ll love the new Banshee! New for 1.2 is an equalizer, support for internet radio, music recommendations, DAAP clie... [阅读全文]
Mylyn 3.0: Code at the Speed of Thought
2008-07-31 20:54Mylyn has changed the way developers work. This talk provides both an overview of the technology and a series of demos that will help newcomers get started. For seasoned users, the demos provide some quick overviews of new features and best practices. The theme of the talk is the idea that focus an... [阅读全文]
上海网游销售收入占全国60%以上
2008-07-31 20:15本报讯 (记者 姚丽萍)2007年上海网络游戏产业销售收入达63.7亿元,比2006年增长63%,上海网络游戏产业销售收入占全国的60%以上。昨天下午,市政府专题新闻发布会透露,本市已采取不安装“防沉迷系统”,游戏不得上网运营等措施,促进网络游戏产业健康发展。 针对网络游戏…. ... [阅读全文]
最新评论