5 terrible SEO ideas
Having looked at many small businesses websites, I’ve compiled a list here of 5 things that many of them are doing wrong with regards to SEO. I’m not... more »
0 commentsSave Tags: web design
Keys To Web 3.0 Design and Development When Using ASP.NET
Even as I study (ever so slowly) for MCPD certification for my own reasons while I'm at home (spare me the biased anti-Microsoft flames on that, I... more »
0 commentsSave Tags: .net, opinion, trends, web design
Selenium IDE Tutorial - part 1
Tutorial on using Selenium IDE for automating web testing.
0 commentsSave Tags: frameworks, php, tools
Blisteringly fast Integration Tests with NHibernate and SQLite
One thing I love about using NHibernate as my O/RM is being able to push the database schema from the domain. This lets me create the database from... more »
0 commentsSave Tags: .net, frameworks, how-to, open source
JavaFX + Maven on Ubuntu
How to get Maven to build a JavaFX app on an Ubuntu machine.
0 commentsSave Tags: java, ria, unix-linux
Appcelerator: Service-Oriented Awesomeness for RIAs
Appcelerator's VP of Community, Matt Quinlan, gave an excellent talk to the Denver Open Source Users Group about his company's flagship product.... more »
0 commentsSave Tags: ajax, javascript, ria, web design
Meltdown 2008 (Part 1) - How I Learned to Love Chaos
With the financial markets behaving like random number generators & entropy seemingly about to win, conventional wisdom holds that the tech sector is... more »
0 commentsSave Tags: opinion, trends
JideBuilder 2.0 released
Following the recent releases of Groovy 1.5.7 and 1.6-beta-2 I'm proud to announce the release of JideBuilder 2.0.
0 commentsSave Tags: announcement, groovy, gui, java
Easily develop and deploy web applications from subversion
Proper version control is a must for everyone who programs more than a few lines of code. Even if you develop your applications all by yourself it is... more »
0 commentsSave Tags: tools
Higher Order Objects
Higher order functions might be a big “Ah” moment in FP, but the concept is really very simple and basic in OO.
2 commentsSave Tags: methodology, other languages
Overview of Web Service Stacks
Good overviews of all web service stacks
0 commentsSave Tags: java, web 2.0, web services
How to Create Own Form-Helpers in Rails
There's a simple article with explanations and example, how you could write own form-helper methods for a ruby-on-rails based project, so they were... more »
0 commentsSave Tags: agile, gui, how-to, ruby
Converting legacy code into OSGi bundles
How to convert legacy code into OSGi bundles at runtime
0 commentsSave Tags: java, standards, tools
Geek Hero Webcomic: Microsoft Word
It has some uses you might now know.
0 commentsSave Tags: humor, microsoft, tools
Building a Content Management System with Code Igniter
Welcome to the conclusion of a nine-part series focused on showing you how to build applications with the Code Igniter framework. Designed to allow... more »
0 commentsSave Tags: frameworks, php
Introduction to WEB4J: Web development for minimalists
As Java Web application frameworks have become more powerful and flexible, they've also become more complex. John O'Hanley's WEB4J framework in many... more »
3 commentsSave Tags: frameworks, java
Creating a Media Player in Java - Part 3
Maybe the most important part of a good media player is how usable it is and how good it looks when minimized. Ultimately you should be able to do... more »
0 commentsSave Tags: gui
Easy Vertical Centering with CSS
I know that probably doesn't quite make sense but what I mean is that quite often you know how things work but it's how they are applied that can make... more »
0 commentsSave Tags: css-html
Bookreview: Clean Code
Is clean code able to teach you software craftmanship? Read my review to find out!
0 commentsSave Tags: books, java, opinion, reviews
Exceptional Exception Handling Behavior
We ran into a weird issue at work today. Take a look at the following code...
1 commentsSave Tags: .net, frameworks, trends
Groovy 1.5.7 and 1.6-beta2 released
This is with great pleasure that the Groovy development team and G2One announce the joint release of both Groovy 1.5.7 -- current stable and... more »
3 commentsSave Tags: announcement, groovy, open source
The secret problem with DSLs
Growing and designing a language has been shown to be hard. Most people who think they could solve a problem with a DSL are not good language... more »
0 commentsSave Tags: opinion
The Hitchhiker's Guide to Refactoring: Why, Where, When and How
Girl Developer tackles the subject of refactoring.
0 commentsSave Tags: agile, groovy, how-to, methodology
Software Entrepreneurship Track - Tracking a Microsoft .NET based startup
This article covers the reality TV show Start-Up Junkies. The show includes lots of .NET goodness and with the power of the internet you get a lot... more »
0 commentsSave Tags: .net, microsoft, opinion
ASDoc in MXML
Currently there is no way for users to add documentation to components defined in mxml files. The asdoc tool doesn't read the comments in mxml files.... more »
0 commentsSave Tags: flash-flex, tools