How to build a AS3 Videoplayer
Nice 2 part flash tutorial creating a as3 videoplayer
0 commentsSave Tags: flash-flex, gui, how-to, web design
Grails Jbpm Plugin
Most business applications would benefit from using a workflow framework to handle the interaction between different people and services. Jbpm plugin... more »
0 commentsSave Tags: groovy, how-to, open source
Refactoring the Front Controller of the Zend Framework
One of the most fundamental decision in object design is deciding where to put responsibilities. No one, and I mean no one, gets it right the first... more »
0 commentsSave Tags: frameworks, how-to, methodology, php
How to unit-test code that interacts with a database
Baron Schwartz, author of High Performance MySQL, got some interesting comments on his previous article about unit testing Maatkit, including echoes... more »
2 commentsSave Tags: how-to, opinion, php
jQuery and the ASP.NET MVC Framework
With WebForms, integrating with Ajax libraries other than ASP.NET AJAX was slightly painful. With the new ASP.NET MVC Framework, however, you can use... more »
0 commentsSave Tags: how-to
Custom CSS Scrollbars in All Browsers with Mootools
While it's ok to have a blue/gray scrollbar on the side of the window, sometimes you have scrollable containers right in the middle of your page, and... more »
0 commentsSave Tags: css-html, how-to, javascript, web design
Implementing Iterators
Let's kickstart this blogpost by defining what an iterator actually is. According to wikipedia, an iterator is: "an object which allows a... more »
0 commentsSave Tags: how-to, php
30 Common String Operations in C# and VB.NET – Part I
This article compiles some common String operations that we encounter while working with the String class. In Part I, 15 common string operations have... more »
0 commentsSave Tags: .net, how-to, microsoft, standards
Eclipse tip: Templates
A quick tip for the Eclipse IDE on how to make Eclipse code for you rather than you code in Eclipse! The mechanism is called templates. While this tip... more »
0 commentsSave Tags: eclipse, how-to, java, opinion
Easy Encryption in Java & Python with Keyczar
Do you need to encrypt small text data, like serial numbers or customer numbers in your web application? With the amount of data being transmitted... more »
1 commentsSave Tags: how-to, java, python
Wicket Interface Speed-Up: Caching Resources Forever
This is the second of three posts in my series called "Wicket Interface Speed-Up". It explains several steps on how to optimize web applications built... more »
0 commentsSave Tags: gui, how-to, java, open source
Integrating Graphic Assets Into Your JavaFX Application
This tutorial shows you the process of exporting a layered graphic from Adobe Illustrator into a NetBeans JavaFX project. It helps you work with one... more »
0 commentsSave Tags: how-to, java, other languages
Creating DSLs in Java, Part 3: Internal and external DSLs
You understand the basics of domain-specific languages and now you're ready to begin creating and refining them for your projects. In this third... more »
0 commentsSave Tags: how-to, java
Visual Studio Tip: Split Views
There are a couple of ways to get a split view in Visual Studio. Both are incredible time savers that I use daily. The first is one that most... more »
0 commentsSave Tags: .net, how-to, tools
Play an MP3 Using Java Media Framework
The following code shows you how to develop a simple Java application that can play MP3 files. This application is based on JMF (Java Media... more »
0 commentsSave Tags: how-to, java
JavaScript Arguments
The arguments object in JavaScript is a local variable in any function that provides some nice features we can use in our code. Here is the list of... more »
0 commentsSave Tags: how-to, javascript, reviews, web design
Obie Fernandez "Do The Hustle" - how programmers can sell, negotiate, and deal with clients without headaches
Obie Fernandez shares his experience successfully selling consulting services for both Thoughtworks and Hashrocket to help you with the following... more »
1 commentsSave Tags: how-to, ruby
Create a Menu Bar with JavaFX
Here's a JavaFX example that creates a nice menu bar.
0 commentsSave Tags: how-to, java, ria
How We Did It - DZone Available On Your iPhone
The iPhone has been all the rage lately, from complaints to praise it has all been heard. Whether you hate it or love it, the fact remains, as a... more »
0 commentsSave Tags: frameworks, how-to, web 2.0, web design
PHP / MooTools 1.2 Accordion Helper
The MooTools Accordion plugin seems to be the plugin that people seem to have the most problems with. It's an awesome plugin, so I can see why so many... more »
0 commentsSave Tags: ajax, how-to, php
Database Best Practices
Every production application I have been involved with has made use of a database. As a programmer, you don’t have to be a DBA, but just as with... more »
5 commentsSave Tags: database, how-to, opinion, standards
Qi4j: REST EntityStore and SPARQL EntityFinder = rich client web apps!
From my work on SiteVision I've become quite fond of writing rich clients using applets or JavaWebStart, with Swing, and then connect back to the... more »
0 commentsSave Tags: how-to, java, usability, web services
Wicket Interface Speed-Up: Modifying Expires and Cache-Control Headers
This is the first of three posts series called "Wicket Interface Speed-Up". It explains several steps on how to optimize web applications built with... more »
0 commentsSave Tags: how-to, java, open source
Backup Your MySQL Database Using PHP
One of the most important tasks any developer needs to do often is back up their MySQL database. In many cases, the database is what drives most of... more »
5 commentsSave Tags: database, how-to, php
Factories, Builders and Fluent Interfaces
Last week I started working on very short proof of concept with a team that I am currently coaching at a short term insurance company. We hit a very... more »
0 commentsSave Tags: how-to, java, usability