how-to

Ajaxified Body

I've often wondered if it was possible to use Ajax to reload the main content of a web application without reloading the header, menu and footer. SiteMesh...

1 replies - 1487 views - 10/06/08 by Matt Raible in News

How To Implement Row Level Access Control In Lucene

Below I have written some fully functionally code that shows how you could implement row level access control in Lucene (2.3.2). Basically you have to index...

0 replies - 1240 views - 10/02/08 by amccurry in News

Coldfusion 8 : Serialize and Deserialize a Component

I am working on a project where a requirement for serializing and deserializing a component came up. This is possible now with ColdFusion 8, since the...

0 replies - 357 views - 09/24/08 by Brian Rinaldi in News

GWT: Building A Model

The model layer of a GWT application has to be a little bit smarter than the model in many traditional web applications. It needs to be responsible for...

3 replies - 2642 views - 09/22/08 by Schalk Neethling in News

CakePHP 1.2 - Multiple Validation Sets

In CakePHP, you define how your data should be validated by setting parameters on the validate property of your model. In version 1.2, there is an on option...

0 replies - 784 views - 07/31/08 by jonathansnook in News

HTML and CSS List Based Menus

HTML and CSS based menus is nothing new. I believe web developers has understood the semantic meaning behind this and are using lists to create their web site...

0 replies - 2862 views - 07/30/08 by Schalk Neethling in News

Design patterns and GWT

We have a calculator EntryPoint implementation that places a CalculatorWidget on the RootPanel, so we now need to provide this widget. This will be our own...

0 replies - 6187 views - 07/21/08 by Schalk Neethling in News

How-To: Auto Deploy A Web Application In Tomcat Using The Maven Cargo Plugin

In the previous section we copied the WAR file manually under TOMCAT_HOME/webapps folder. Here we will automate the deployment using cargo plugin. Include the...

1 replies - 3173 views - 07/18/08 by karthikeyan Cho... in Tips and Tricks

Silverlight 2 Control Unit Tests

This video introduces the control source and unit test announcement from MIX, and then walks you through:

0 replies - 484 views - 07/17/08 by Schalk Neethling in News

Javascript Tutorial - Radial Menus Part 1

Sometimes, user interfaces can be really constraining. A whole lot of stuff to do, and not nearly enough pixels to do it in. In regular desktop applications,...

0 replies - 1384 views - 07/17/08 by Charlie Key in News

Your Landing Page Is Not As Popular As Mine

There is no need for me to prove to you that an optimization in your website's landing page will improve your Return on Investment (ROI) and your Rate of...

0 replies - 421 views - 07/17/08 by Alejandro Alvarez in News

Agile Web Development with Grails

Agile Development is all about developing code and seeking feedback from your users to make sure you’re developing what’s relevant. When changes are...

0 replies - 3315 views - 07/16/08 by Schalk Neethling in News

Write A Struts 2 Action Class In 5 Minutes Using Annotations

This tutorial is a continuation of Setup web application using spring Struts 2 and Maven with Eclipse 3.3. The project structure is as shown in the below...

4 replies - 6303 views - 07/14/08 by karthikeyan Cho... in News

A Digg-like, Flickr-like Pagination Style Using CSS

This tutorial explains how to design a pagination for search results or more in general to split a long list of records in more pages. It's a question I often...

0 replies - 2386 views - 07/14/08 by Schalk Neethling in News

CSS: Simple Rules for Better Organization and More Efficiency

Organization is not everything, but without organization, everything is nothing, one of my teachers used to say, and right he is. Almost everything benefits...

0 replies - 1285 views - 07/10/08 by Schalk Neethling in News