how-to

JavaScript: How To Get Private, Privileged, Public And Static Members

After reading JavaScript inheritance - how and why and Explaining JavaScript scope and closures, I thought we’d combine the knowledge gained to talk about...

0 replies - 2130 views - 12/18/08 by robnyman in News

Practical Refactoring

I've done a few presentations on refactoring in ColdFusion and in those presentations, I show a lot of code samples towards the end. No matter how eloquent I...

0 replies - 3144 views - 10/24/08 by Dan Wilson in News

Easy Google Sitemap Generation With SitemapGen

Over at my company we recently launched SATechEvents. One of the items that was still on our to do list and that we knew was extremely important was an XML...

0 replies - 2176 views - 10/18/08 by Schalk Neethling in News

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...

2 replies - 5800 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 - 3277 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...

1 replies - 2255 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 - 6639 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 - 2957 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 - 10935 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 - 21327 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 - 7045 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 - 1113 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 - 2375 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 - 757 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 - 5240 views - 07/16/08 by Schalk Neethling in News