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
Acceptance TDD Explained
Acceptance test-driven development is what helps developers build high-quality software that fulfills the business’s needs as reliably as TDD helps... more »
0 commentsSave Tags: agile, how-to, methodology
Formal Language Processing in Scala, Part 3
This is the third part in a series of articles on formal language processing in Scala, focusing on parser combinators and language interpretation. In... more »
0 commentsSave Tags: how-to, other languages, research
Creating a Slick Auto-Playing Featured Content Slider
I love the Coda Slider plugin for jQuery. I’ve used it recently to build a couple of tabbed “widgets”. One here on CSS-Tricks in the sidebar to show... more »
0 commentsSave Tags: css-html, how-to, web design
Formal Language Processing in Scala, Part 2
This is the second part in a series of articles about parser combinators and implementing an interpreter in Scala. In this part I will focus on the... more »
0 commentsSave Tags: how-to, other languages, research
TableNode: Creating a Custom Scrollable Table in JavaFX
In July 2008 I started the JFX Custom Nodes category that contains a growing series of posts in which a graphics designer (Mark Dingman of Malden... more »
0 commentsSave Tags: how-to, java
How to open popup windows in IE/Firefox and return values using ASP.NET and Javascript
This article explains how to transfer values between the Parent page and a Pop-up window. The code has been tested against IE7 and Firefox.
0 commentsSave Tags: .net, ajax, how-to, web 2.0
Shoes Tutorial
An introduction to Shoes. Code and graphical pairs. Here is an example of a quick shoes app: Shoes.app { button "PUSH!" }
1 commentsSave Tags: frameworks, how-to, open source, ruby
PathTools : Simple Yet Useful Eclipse Plug-in
In this article we develop a simple yet useful Eclipse plug-in PathTools. The plug-in adds the following actions to Eclipse. CopyPath, Explore and... more »
0 commentsSave Tags: eclipse, how-to, java
svn: inconsistent line ending style
Today I was adding grails tutorials into SVN repository. Yes I know it should be in the repository long time ago :). And something that should be... more »
0 commentsSave Tags: eclipse, groovy, how-to
Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code
Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code. In this case the query run time went from 24 hours+ to 36... more »
0 commentsSave Tags: .net, database, how-to, opinion
Integrate 3D In Your Java Application
These are instruction on how to use Xj3D libraries in Netbeans IDE so you can integrate them in your Java application. If your Java application needs... more »
0 commentsSave Tags: how-to, java, open source, other languages
Top 10 Maven Plugins
A top 10 list on the most interesting Maven plugins - with a short introduction on how to use them. Do you miss any?
0 commentsSave Tags: frameworks, how-to, java, open source
Getting Started Project-GraniteDS, Spring Hibernate and Cairngorm part(1)
With the rising popularity of GraniteDS data service as an alternate to Adobe's BlazeDS and LCDS for creating flex based RIAs, with java backend. This... more »
0 commentsSave Tags: flash-flex, frameworks, how-to, java
via