Top seven UML cheatsheets
Great quick reference guides for the UML notation
Tweet 0 Comments Save Tags: opinion , reviews , standards
Contribute a Screencast to Win Free Passes to Jax London or DevCon London!
Take part in building content for the definitive resource for videos on JetBrains products and development best practices, JetBrains TV.... more »
How to use JMS for Synchronous Communication
A Simple Example to Explain how to use JMS for syn communications.
Tweet 0 Comments Save Tags: frameworks , java , standards
What's Oracle-Google Lawsuit All About?
Does an in depth analysis of the lawsuit. The upshot: it's about preventing fragmentation of Java and forcing Google to pay a license fee... more »
Tweet 5 Comments Save Tags: java , mobile , standards
How open is Android?
A fascinating look at the way that Google controls the pre-load (i.e. handset makers) side of Android via 8 different touch points. From... more »
Tweet 0 Comments Save Tags: java , mobile , open source , standards
IE9 W3C Geolocation Support
Research on IE9's support for the W3C Geolocation API: http://dev.w3.org/geo/api/spec-source.html W3C Geolocation is supported by most... more »
Tweet 1 Comments Save Tags: css-html , microsoft , standards , web design
Practical PHP Patterns: Server Session State
The Server Session State pattern is an umbrella term used to describe the various techniques used to keep the user session state on the... more »
Tweet 0 Comments Save Tags: how-to , php , standards
Daily Dose - The Emotion Markup Language
The W3C is working to formalize a language of emotional states for computers. Ruby developers are emotional over the release of Rails 3.0.
Tweet 0 Comments Save Tags: hardware , news , ruby , standards
Collect your C++ Garbage with Boost
Using the boost library, specifically the smart pointers provided, most of the memory handeling burden can be lift of the programmes shoulders.
Tweet 0 Comments Save Tags: c-and-cpp , standards
Developers, there are Better Ways to Maintain your Notes
Some tips to keep your developer notes in a more organized manner and make your life easier
Tweet 0 Comments Save Tags: how-to , open source , standards , tools
Practically Applying Design Patterns - Part I and II
An article about the thought process for applying design patterns
Tweet 0 Comments Save Tags: .net , agile , methodology , standards
7 solid reasons why not to ignore sitemaps
Google Sitemaps enables Webmasters to Directly Alert Google to Changes and Additions on a Website and that’s just one of 7... more »
Tweet 0 Comments Save Tags: standards
svg-edit - Vector Graphics Editing
SVG-edit is a fast, web-based, Javascript-driven SVG editor that works in any modern browser:
Tweet 0 Comments Save Tags: javascript , standards , tools , web design
The String Pool - Java Tutorial
Sun made an optimization that is rather confusing to many new Java programmers called the String Pool. It allows for Strings, which are... more »
Tweet 0 Comments Save Tags: how-to , java , standards , tools
H.264 Now Free Forever... For End Users
Today MPEG LA announced that the H.264 patent holders will permanently waive licensing fees to use the codec in free web streaming... more »
Tweet 0 Comments Save Tags: news , open source , standards , web design
Introduction to Apache Tomcat 7 Presentation
Overview of key new features and standards supported in Tomcat 7.0, by the Tomcat 7 release manager Mark Thomas.
Tweet 1 Comments Save Tags: how-to , java , javascript , standards
Practical PHP Patterns: Implicit Lock
To avoid leaving the responsibility of locking to client code, which duplicates it in all the different places that access the data, you... more »
Tweet 0 Comments Save Tags: database , how-to , php , standards
Video: Chrome 6 vs Firefox 4 vs Opera 10.6 vs Safari 5
Here's another installment of browser comparisons with some of the newest generation browsers tested. Sadly, Internet Explorer is not... more »
Tweet 1 Comments Save Tags: news , standards , trends , web services
Introduction to Semantic Web (Part 2)
Introducing a couple of standards used in Semantic Web development.
Tweet 0 Comments Save Tags: research , standards , web 2.0
30+ Search Engine Optimization Techniques You Cannot Miss
You completed a web site for your business about three months ago, but you are still not seeing very many people visiting your web site.... more »
Tweet 0 Comments Save Tags: research , standards , usability
Bay.Net User Group Meeting [Video] - O2 Architecture, SoC on steroids
Here's a 90 minutes long video about a User Group Meeting I was speaking at in San Francisco some few days ago. Maybe not as interesting... more »
Tweet 0 Comments Save Tags: .net , ajax , standards , web 2.0
DZone Daily Dose - Hibernate 3.5.5 Deprecates CGLIB Support
Hibernate is deprecating support for the CGLIB library. The W3C is increasing its attention for the web application ecosystem.
Tweet 1 Comments Save Tags: database , java , news , standards
Inside HTML5: The Browser becomes a first class RIA citizen
Over the last decade HTML has been trying to be a better RIA solution. First came CSS, then came AJAX and Web 2.0; but, it is not until... more »
Tweet 5 Comments Save Tags: how-to , methodology , standards
Advanced Rails MetaProgramming with InstanceEval
The instance_eval method is probably the coolest thing about ruby. Good use of instance_eval is what makes a framework a good framework... more »
Tweet 0 Comments Save Tags: agile , ruby , standards , usability