Creating RESTful Services Using WCF
A question popped up on an internal email distribution list today about how to expose a WCF service using WebGet and how to post POX (plain old XML)... more »
0 commentsSave Tags: frameworks, microsoft
FunFX - Functional Testing of Flex applications
FunFX is open-source and uses Ruby to write tests. Ruby is a simple but yet powerfull language, which makes it possible to write tests that are easy... more »
0 commentsSave Tags: flash-flex, ruby
50 Powerful CSS-Techniques For Effective Coding
In this post we present 50 new CSS-techniques, ideas and ready-to-use solutions for effective coding. You definitely know some of them, but definitely... more »
0 commentsSave Tags: css-html
Bad Documentation is a Killer
Almost every developer has run into some bad documentation in their day. I can’t even remember how many times I’ve had to talk to a disgruntled tech... more »
0 commentsSave Tags: opinion
Notes on Choosing a PHP Framework: A Comparison of CakePHP and the Zend Framework
Are you considering using a PHP framework for your next project? If so, this article's for you. I've narrowed down my choices to CakePHP and the Zend... more »
5 commentsSave Tags: frameworks, php, reviews
Simple CSS vertical menu Digg-like
This tutorial explains how to implement a simple vertical menu digg-like using CSS and javascript to show/hide sub-menu.
0 commentsSave Tags: css-html, how-to, web design
7 PHP functions that saved my life
From time to time, I’ve struggled with minor pieces of coding for what seems like an age and then I’ve discovered PHP has a ready-made function whose... more »
14 commentsSave Tags: php
How to recognize a good programmer
Essay talking about some ways for a non-developer to recognize a good programmer. He describes this article as "a number of very strong indicators of... more »
4 commentsSave Tags: how-to, opinion
Table-Driven and Data Driven Programming
Data/Table-Driven programming is the technique of factoring repetitious programming constructs into data and a transformation pattern. This new data... more »
0 commentsSave Tags: php
via