» tagged pages
» logout
technology
Return to technology

dzone.com: tech links

(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:

Tags Applied to this Topic

1 person has tagged this page:

technology Wiki Pages

dzone.com: fresh links for developers

Saturday, July 26, 2008

Object Oriented JavaScript book released and Sample chapter

Packt publishing have recently released a new and interesting JavaScript book that teaches users how to create scalable and reusable JavaScript applications and libraries using the concepts of object-oriented programming. Written by Yahoo! Web developer Stoyan Stefanov.

Saturday, July 26, 2008

Java game library + JRuby + awesome DSL = Gemini

I’ve been working with JRuby to build high level systems on top of powerful Java libraries for about 2 years now. My most successful endeavor has been Monkeybars, a libarary for making Swing a lot easier to use. My other project has been in the game development arena. The project name is Gemini, and although it’s not nearly as advanced as Monkeybars, I was able to get to a significant point over the weekend. Yes, here in all its glory, the simple “crapton of sprites bouncing back and forth demo”.

Saturday, July 26, 2008

Say “Hello World!” Without Main Method in Java

Can you print out “Hello World!” without writing a main method in Java? Think for a while. Yes, you’re right. It can be possible using “static initialization blocks”...

Saturday, July 26, 2008

CSS Vertical Menus

CSS Vertical Menus。

Saturday, July 26, 2008

The ascent of scripting languages

When you say “scripting language” these days, most programmers think of Perl, Python, Ruby, PHP, ASP, or JavaScript. But the history of scripting languages starts much earlier than any of these.

Saturday, July 26, 2008

No, your code is not so great that it doesn’t need comments

Code-commenting is so basic and so universal that every programmer, regardless of the language that they practise, thinks that they know all there is to know and that their way is the only sensible approach (I am no different in this respect). I guess that’s why there are so many blog postings offering advice on commenting (you can add this one to the list).

Friday, July 25, 2008

The Agile Roadmap

Over the past two years, I've written numerous articles as part of The Agile Developer column. Most of these articles have been focused, specialized pieces explaining an agile practice or team dynamic that helps increase agility. Throughout, I've always shared a small piece of my agile development experience, occasionally cross-referencing the material. Until now, however, I haven't shared insight to how everything fits together.

Friday, July 25, 2008

14 Things Corporations Can Learn from Seasoned Web Workers

As the New York Times has noticed, big corporations are starting to get with the web work program. But they’re mostly doing it in a big corporation sort of way, with fancy (and expensive) telepresence systems. While this approach may indeed offset the rapidly-rising price of travel, those of us who are long-term web workers may roll our eyes at this narrow-minded perception of the best way to remotely work.

Friday, July 25, 2008

Are You a Workaholic? Take The Test!

How Do I Know if I’m a Workaholic?

Friday, July 25, 2008

Default Architecture: Layers

The question came up in the ALT.Net group, and it seems like a good idea to post my thought about it. You can see my overall default design for most just about any system. No, this isn't the end all be all design dogma, it is just something that has served me well in a wide number of applications. This architecture has only one thing at its code, it is focused on clearly defining responsibilities between different parts of the application.

Friday, July 25, 2008

Compare IronRuby with C#, Smile and Learn as well

know, Ruby languages always fascinated you with many of its great features and Rails always added, lots of smile to it.
Its time to smile more with IronRuby, for various reasons

Friday, July 25, 2008

Firebug Lite 1.2 Released

Today Firebug Lite 1.2 was released. This new version was built by Azer Koçulu, creator of pi.debugger. Azer joined the Firebug Working Group, morphed the GUI to look like Firebug, and added it to the Firebug code base.

Friday, July 25, 2008

What's the Fastest Way to Code a Loop in JavaScript?

I built a loop benchmarking test suite for different ways of coding loops in JavaScript. There are a few of these out there already, but I didn't find any that acknowledged the difference between native arrays and HTML collections. Since the underlying implementations are different (HTML collections for example lack the pop() and slice() methods), benchmarks that don't test against both are probably missing important information.

Friday, July 25, 2008

Great IronRuby News from oscon. Cheers.

RubyWorld News:- IronRuby:- has some interesting stuff to be shared for all Rubyists. IronRuby Contrib and other announcements worth reading here.

Friday, July 25, 2008

Practical Django Projects (Book Review)

Apress's newest Django offering, Practical Django Projects by James Bennett, weighs in lightly at 224 pages of actual tutorial content, but trust me, they're dense pages. Filled with pragmatic examples which directly address the kinds of development issues you will encounter when first starting out with Django, this book makes an important addition to the aspiring Django developer's reference shelf. In particular, the book's emphasis on demonstrating best practices while building complete projects does an excellent job of accelerating an understanding of Django's most powerful features — in a realistic, pragmatic setting — and which a developer will be able to leverage in very short order.

Friday, July 25, 2008

Performance Tuning Best Practices for MySQL

In this lecture Mr. Pipes talks about core concepts of profiling and benchmarking, about the most common sources of performance problems, about indexing, schema, coding guidelines, and a little about server parameter tuning.

Friday, July 25, 2008

OSGi Repository for Java Module System

The draft specification for supporting OSGi bundles in the Java Module System is currently under discussion in the JSR 277 Expert Group.

Friday, July 25, 2008

Haskell Zippers

Excellent tutorial on zippers with the clever twist of presenting it from the point of view of modern-day Theseus, Greek ex-hero. You can get pretty far before it takes off into math la-la land at the end.

Friday, July 25, 2008

SQL Teaser: Where Clause Gone Wild

Try to guess what this WHERE clause is supposed to do.

Friday, July 25, 2008

Chapter 2. Test-Driven Development with Objects

We have been working for some time on a book about our approach to developing software test-first. We've been working at it long enough that we though it was time to start putting up some material to get some feedback which....
Page 1 | Next >>
Username:
Password:
(or Cancel)