Thank you, Rails
It’s fashionable, or perhaps inevitable, for tech communities to trash their competition. The Emacs folks like to mock vi users; Windows folk look... more »
Tweet 0 CommentsSave Tags: frameworks, opinion, ruby
Creating A Wysiwyg HTML Editor In C#
This tutorial will demonstrate how to create a wysiwyg (visual) HTML editor using IHTMLdocument2 class in mshtml.
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, microsoft
The Wonders Of System.Drawing.Graphics
In this tutorial, i am writing down all my knowledge of how to work with the wonders of the System.Drawing.Graphics class. Note: I am doing this in... more »
Tweet 1 CommentsSave Tags: .net, frameworks, how-to, microsoft
Send Email Using Gmail in C#
In this tutorial I will be showing you how you would go about Sending Email Using Gmail in C#.
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, microsoft
What Hadoop is Good At
Hadoop is getting more popular these days. Lets look at what it is good at and what not.
Tweet 0 CommentsSave Tags: frameworks, java
Spring MVC data binding
This article discusses binding data, from forms to objects, in the Spring MVC web framework, including the use of custom PropertyEditors and the... more »
Tweet 0 CommentsSave Tags: frameworks, gui, java, open source
Jquery Basics Series - 2
Hi Friends, if you really want to learn jQuery follow basic series on 9lessons. Jquery is an awesome javascipt library, it’s help you for developing... more »
Tweet 0 CommentsSave Tags: frameworks, javascript, web design
C# 4.0 new features: Named and Optional arguments
Let's understand the usage of c# 4.0's new feature "Named and Optional arguments". This feature is most helpful when we have methods which accept many... more »
Tweet 0 CommentsSave Tags: .net, coldfusion, frameworks, microsoft
UML Tutorial
Learning UML in simple and easy steps : A beginner's tutorial containing complete knowledge of UML architecture, diagrams, notations examples with... more »
Tweet 0 CommentsSave Tags: frameworks, java, standards, web design
PrettyFaces - SEO & Bookmarking for JSF: Big new URL validation feature!
Version 2.0.3 offers a BIG new feature for URL validation - Everyone should be afraid of user input, and parsing values from the URL is no different.... more »
Tweet 0 CommentsSave Tags: announcement, frameworks, java, open source
The Framework is the Language
As I’ve mentioned I’m trying to move all my programming to a web framework. It was tough going though because of the sheer complexity and my naivete... more »
Tweet 0 CommentsSave Tags: frameworks, reviews
Developing A Simple Java Application With Spring
Spring is a powerful application framework that can be used across any layer in your application. For example, you can use Spring to manage only your... more »
Tweet 1 CommentsSave Tags: frameworks, java
Mocking with App Engine and Spring
Mocking of some Google App Engine APIs are necessary for doing efficient unit testing. This article describes how to do it with Spring and Mockito.
Tweet 0 CommentsSave Tags: frameworks, java, open source
A presentation about Spring 3.0 new features
Two weeks ago I gave a seminar about Spring 3.0. If you are interested this entry on my blog contains a link to the presentation.
Tweet 0 CommentsSave Tags: frameworks, java
Wonderful New World of UI Design at Eclipse
If you’re following e4 developer list discussions you know that there are some new tools and frameworks to design UI in eclipse. These are great news... more »
Tweet 2 CommentsSave Tags: eclipse, frameworks, gui, java
Java Web services: Introducing Metro
The Metro Web service stack provides a comprehensive solution for accessing and implementing Web services. It's based on the reference implementations... more »
Tweet 3 CommentsSave Tags: frameworks, frameworks, how-to, how-to, java, java, open source, open source
Developing for the web using VS 2010 and .NET 4
Visual Studio 2010 and .NET 4 are packed with new features and enhancements designed to improve developer productivity. Some are small changes and... more »
Tweet 1 CommentsSave Tags: .net, frameworks, web design
Building Our First Rails Application
Moving forward with our series, we'll build a basic Rails application that illustrates how easy Rails is to use and why the Rails user base continues... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, methodology, ruby
Integrating Hazelcast as the backend for MysticPaste
In this quick tutorial we discuss a useful example of integrating a distributed and clustered key value storage platform for our paste data. We go... more »
Tweet 2 CommentsSave Tags: frameworks, open source, tools
Grails: Using standalone GORM for testing
Recently I was stuck with persistence testing. I like to write simple unit tests and run them from my favorite IDE, but there was no luck with GORM... more »
Tweet 0 CommentsSave Tags: frameworks, groovy, how-to, java
Stretching Stripes: One Parameter, Endless Possibilities
I wrote an article for PragPub magazine, which is published in the November issue. It talks about the awesome power of the Stripes extension... more »
Tweet 5 CommentsSave Tags: books, frameworks, how-to, java
8 jQuery Optimization Tips and Tricks
jQuery, a powerful framework that is popular among both developers and designers. Optimizing jQuery is something that we can do to improve efficiency... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, javascript
Fluent Navigation in JSF 2
In this article, the third in a series covering JavaServer Faces (JSF) 2.0 features, you'll discover that getting around in a JSF 2 application is... more »
Tweet 1 CommentsSave Tags: frameworks, java
Git – Working on a User Story
We recently started using Git as our version control system at Rally. Switching to Git has been a learning experience for many of us. I would like to... more »
Tweet 1 CommentsSave Tags: agile, frameworks, how-to, ruby
3 ways to run Java main from Maven
Maven exec plugin lets you run the main method of a Java class in your project, with the project dependencies automatically included in the classpath.... more »
Tweet 3 CommentsSave Tags: frameworks, how-to, java, tools