iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Python Developer Center from Sun Microsystems, Inc
Welcome to your resource center for the Python programming language and Jython, its implementation for the Java platform.
0 commentsSave Tags: python
Java Concurrency - Anatomy of a Synchronizer
Text no 21 in the Java Concurency series analyzes the design traits that most synchronizers (locks, semaphores, blocking queues etc.) have in... more »
0 commentsSave Tags: how-to, java, research
Call Virtual Functions From Constructors?
Be aware of this matter because it is not a trivial issue and apparently, there are no errors or warnings generated by the compiler. So, the rule to... more »
0 commentsSave Tags: .net
Still using an old JDK? Why?
I was interested in how prevalent JDK 1.4 and earlier were in production so I created a very short poll (3 questions, only the first is required). It... more »
1 commentsSave Tags: java, server, trends
5 useful google search tips
You can use Google search can be used as calculator, currency converter or height and weight unit converter.
0 commentsSave Tags: how-to, usability
Google Open-Sources Data Exchange Language
Google has open-sourced its protocol buffers, the company's lingua franca for encoding various types of data, in order to set the stage for a wave of... more »
0 commentsSave Tags: database, news, open source, other languages
List Of Free / Open Source ASP.NET Web Applications
As a big ASP.NET advocate, I'm loving the recent surge in open source / free ASP.NET applications that are hitting the web - And what's more because... more »
0 commentsSave Tags: .net, open source, usability
MooTools Typewriter Effect Class
Last week, I read an article in which the author created a typewriter effect using the jQuery javascript framework. I was impressed with the idea and... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
Understanding Behavior Trees
One of the primary goals of game AI is finding a simple and scalable solution for editing logic. Finite state machines have the advantage of being... more »
0 commentsSave Tags: games, how-to, research
How to call linux shell commands from php script
The other day I wanted to convert MS Word document to text on my VPS. I knew that someone somewhere has already written a program to do just that, and... more »
1 commentsSave Tags: how-to, php
JProfiler: Your Java Code Could be Running Faster in Under Two Hours
A couple of weeks ago I found myself in a position which is well known to any professional Java developer: my software was simply too slow. After... more »
0 commentsSave Tags: java, tools
LTD Puzzle 5 - Fibonacci sequence
This weeks puzzle is a nice and simple one to ease all those with sore heads from the July 4th celebrations back into thinking code...
0 commentsSave Tags: games
Themes for Silverlight Applications
A theming system for Silverlight 2 apps... this post steps you through creating a set of theme assets, adding customizability of themes (colors and... more »
0 commentsSave Tags: .net, how-to, ria
6 Optimization Tips for Ruby MRI
MRI is slow, we all know it, but knowing the internals can help you optimize.
0 commentsSave Tags: how-to, ruby, web 2.0
Io Language
Anyone here have any experience of Io Language? It's claimed to be small, embeddable, reasonably fast, clean, and all good things in a scripting... more »
0 commentsSave Tags: open source, other languages, ruby
VisualVM 1.0 Released
VisualVM 1.0 has been released, and it is included in Java 6u7 (also released today)
1 commentsSave Tags: announcement, java, open source, tools
Four toolkits for Java to develop excellent GUI at Witty Sparks
Being a professional JAVA many developer fail to present their application as desired, am I right? Don’t worry, we have many toolkits to develop an... more »
0 commentsSave Tags: eclipse, gui, java, reviews
yFiles 2.6 Graph Library: Analysis, Automatic Layout, and Visualization
yFiles 2.6, the new major release of the outstanding class library for analysis, automatic layout, and visualization of diagrams, networks, and graphs... more »
1 commentsSave Tags: announcement, frameworks, java
Persistence Ignorant Objects with ActiveRecord
This article explores how we could achieve persistence ignorance for business object with ActiveRecord using a repository.
0 commentsSave Tags: .net, database, frameworks, microsoft
List of Firebug Extensions
Have you ever been interested in what extensions are available for Firebug? If yes, take a look at what I have found. Frankly, I was quite surprised... more »
0 commentsSave Tags: tools
Opera Dragonfly - The Next Level of Debugging For Web Developers
Debugging web sites and applications is a pain. Firebug has gone a long way to make it easier. With the release of the Opera 9.5 browser comes a new... more »
0 commentsSave Tags: how-to, tools, web design
An Enhancement to NanoXML, the Extremely Compact Java XML Parser
The proliferation of XML for data interchange and configuration file format have resulted in numerous open-source Java XML Parser libraries (left... more »
0 commentsSave Tags: java, xml
Why you should use a distributed version control system
Now, there are a variety of DVCS to choose from, Git and Mercurial (Hg) are main contenders, and both are really good. My experience is primarily with... more »
0 commentsSave Tags: opinion, tools
Operator overloading in PHP
Magic functions, SPL, future development discussions on the PHP internals list. Not much text but a lot of links for further discussion
0 commentsSave Tags: php
Grails Many to Many relationships
Two ways of making many to many relationships and when you might want to use one over the other.
0 commentsSave Tags: groovy
via