Inspirational jQuery Powered Websites
Be mesmerized by these Inspirational jQuery powered websites that have put jQuery to use in its best manner to leave a lasting impression on its... more »
Tweet 0 CommentsSave Tags: css-html, javascript, web 2.0, web design
Sass up your WordPress themes with Compass
I’m a Rubyist. But I’m also a pragmatic front-end developer. Although I can reluctantly lay Ruby aside when I extend WordPress, I really miss my... more »
Tweet 0 CommentsSave Tags: css-html, ruby, tools
UML Diagrams with Ease
A web service that provides a nice interface to create UML diagram images out of URLs.
Tweet 0 CommentsSave Tags: tools, web 2.0, web services
Starting out in Griffon: 3. Logging
I soon wanted to do 3 things with logging in my Griffon app: * Inject a logger (e.g. log4j) into all my MVC components. * Filter out the cruft... more »
Tweet 0 CommentsSave Tags: groovy, gui, java
Tools required to Develop a Wordpress Plugin
Developing Wordpress Plugins is not always an easy job. It brings a number of challenges that you will need to overcome. Wordpress uses PHP and... more »
Tweet 0 CommentsSave Tags: how-to, tools
WordPress File Sharing Plug-In for Amazon S3, RackSpace CloudFiles, Box.net, SkyDrive & More
We’ve released the second of our WordPressPlug-Ins which enables users of different Cloud Storage Providers to make files available for download on a... more »
Tweet 0 CommentsSave Tags: tools
Making tabs with >
Once I needed to make tabs on the webpage. As it's a rather routine problem, I didn't want to reinvent the wheel, so I just googled a little bit to... more »
Tweet 0 CommentsSave Tags: css-html
Architect's Thoughts: Willy's SOA Manifesto
Yep, my own. Although it may have some shared ideas, this is not a group agreement, nor the savior of what is now known as SOA (which is what is being... more »
Tweet 0 CommentsSave Tags: opinion, trends, web services
On Testing and Refactoring
There is a bit of a dual relationship between testing and refactoring. On one hand, good test coverage allows you to refactor with confidence: the... more »
Tweet 0 CommentsSave Tags: agile, java
Dependency Injection For Dummies
The goal of this series is to introduce programming patterns and practices to developers who have little to no familiarity with them. This series does... more »
Tweet 0 CommentsSave Tags: .net, java
Zen OS X: 5 easy steps to eliminate distractions on your Mac.
I’ve been putting a lot of thought lately into simplifying my workspace to allow greater focus whatever task is current. Here are 5 easy wins I’ve... more »
Tweet 0 CommentsSave Tags: apple, how-to
How to ubuntu change login screen window appearance in 9.10? | ubun2.com
Ubuntu 9.04 had a way to change login window under System->Administration->Login Window. Now the feature is missing.
Tweet 0 CommentsSave Tags: open source, unix-linux, usability
How did your ubuntu 9.10 karmic koala install or upgrade go? | ubun2.com
Please share your experience of fresh install or upgrade experience from ubuntu 9.04 jaunty or other old ubuntu versions to the latest new 9.10 karmic... more »
Tweet 0 CommentsSave Tags: open source, opinion, reviews, unix-linux
why ubuntu window title bar missing? | ubun2.com
Not sure what i did, but all of a sudden my windows title bar is missing in ubuntu 9.10 karmic koala.
Tweet 0 CommentsSave Tags: gui, open source, unix-linux
An Interactive Fully Autonomous Web Browser - Live Demo
Browses the web based on past exeriences and "internally" defined motivations. You can interact with this fully autonomous web browser using text or... more »
Tweet 0 CommentsSave Tags: ajax, javascript, php, trends
Commercial and Open Source OCRs
I did some research on the Commercial and Open Source OCRs a month ago for my project. I documed some random notes on each of the OCR Software. Hope... more »
Tweet 0 CommentsSave Tags: opinion, research, reviews, tools
The Craftsman Analogy | Jayway Team Blog - Sharing Experience
The analogy of software developers as craftsmen has become very popular. I don't know where it started, but the first book I read about it was the... more »
Tweet 0 CommentsSave Tags: books, methodology, trends
Content Management Systems Without The Need Of A Database
Yesterday, there was a post in my favorite forum, asking for a very simple cms that needed no database to operate and to be able to run on a very old... more »
Playing with JavaFX's Blends
A side by side display of the various blend modes that are available within JavaFX.
Tweet 0 CommentsSave Tags: gui, java, ria
JRuby Roundup: JRuby 1.4 Final Released, New Windows Native Launcher, HPricot 0.8.2
Info on the latest activities in JRuby-land.
Tweet 0 CommentsSave Tags: ruby
Best Google Chrome Extensions, What’s your Favorite
If you are a Chrome user than you can add many exiting and useful features to your browser with extensions. These extensions will make you browse... more »
Tweet 0 CommentsSave Tags: reviews, tools, web 2.0, web services
Spring, Flex, BlazeDS Full Stack is Back!
After trying for weeks to integrate Flex and BlazeDS into Grails, in vain, I’ve decided to come back to vanilla Spring/Hibernate for Conference Guide... more »
Tweet 0 CommentsSave Tags: flash-flex, java, ria
Grunge In Web Design: Samples And Best Practices
With the major focus for web design lately shifting to the minimal designs, apple inspired designs and clean layouts, it’s about time someone stands... more »
Tweet 0 CommentsSave Tags: trends, web design
9 Useful open source PHP editor for web developer
PHP is perfectly suited for Web development and can be embedded directly into the HTML code. The PHP syntax is very similar to Perl and C. So if you... more »
Tweet 0 CommentsSave Tags: open source, php, tools
Using Gradle for a Mixed Java and Groovy Project
Gradle is a build system to build software projects. Gradle supports convention over configuration, build-in takss and dependency support. We write a... more »
Tweet 0 CommentsSave Tags: groovy, java