Explore the Articles

Server Side

Creating Better Search Functionality & Indexed Collections with ColdFusion MX 7

Document indexing and searching has always been one of the hidden gems in ColdFusion. Since the early days of ColdFusion, the Verity search technology has been an integral part of creating dynamic, high-function web applications. With the release of ColdFusion MX 7, the ColdFusion development team completely rearchitected this feature from the ground up, using the latest Verity K2 Enterprise release. With this upgrade, ColdFusion MX 7 takes advantage of the latest document filters, features, and capabilities of the best-of-breed Verity technology.

Read More
Server Side

CF - Experimenting With Flash Form Styles

The look of Flash Forms can be controlled using styles. To help fine tune style selections, [I] threw this quick and dirty form together. It allows you to set eight style settings, the results of which are immediately reflected in a sample button control. Note that [I] am using the setStyle() method to set styles programmatically at runtime, but styles are typically defined in the style attribute.

Read More
CSS

Malarkey Image Replacement (MIR)

Image replacement is a topic which keeps reappearing on websites and in books. There are whole sections devoted to the pros and cons of each method in books such as Web Standards Solutions and The Zen of CSS Design.

Personally, [my] preferred image replacement method is Phark as it requires no additional s. But Phark is known to cause scrollbar issues in certain browsers and breaks in IE5 and of course 'breaks' in the rare CSS on, images off scenario.

Read More
Design

Minimize me - badly chosen or poorly cropped product images

At times though, looking at e-commerce sites can make me a little sad because of the quality of the images chosen to illustrate products. It sometimes feels like the effects of good planning and usability design are diminished by badly chosen or poorly cropped product images. This issue comes into focus particularly when looking at small, thumbnail images.

Read More
Server Side

Brainstorming with Nimer: ColdFusion Gateways

What are these things and what can I do with them - including SMS phone applications, IM bots, and Oracle triggers.

With the announcement of ColdFusion MX 7 in February, [we] introduced event gateways that turn the ColdFusion web application server into a bona fide Internet application server. The gateways are a great new feature for developers. You can now build applications for a variety of protocols and devices, not just HTTP. Because it's ColdFusion, we made it easy to develop and deploy outside the browser, and you can let your imagination run wild.

Read More
Server Side

CFMX 7: Upgrade Best Practices

How many of you have been scouring Macromedia ColdFusion Support trying to find information on steps for upgrading to CFMX 7. While [I] haven't seen anything official, here's [my best practice steps for upgrading. Understand that CFMX 7 is designed to install side-by-side with your CFMX 6.x (or any previous CF version) and it defaults to C:\CFusionMX7 or /opt/CFusionMX7. With that in mind, here's what [I] would do for upgrades...

Read More
Manuals

Using Pure ASP Upload with custom INSERT commands

How to use the Pure ASP Upload Dreamweaver extension with a SQL Server Stored Procedure or your own custom code for INSERT commands rather than using Dreamweaver’s Insert Record server behaviour.

Read More
Design

Create a Retro style look

A cool tutorial from the macromedia website. This tutorial demonstrates how to create a retro look to images. For example by changing the background to black and white.

This technique can be usefull when you have an eyecatcher on your website.

Read More
General

Hacking Firefox: Add Stuff to Your Toolbars

Firefox fans, are you looking to trick out your toolbar with all kinds of cool new features? In an excerpt from the just-published "Firefox Hacks," [we] show you how to integrate Firefox with Gmail using the GMail Notifier extension, and how to use InfoLister, an extension that generates an HTML list of everything you currently have installed in your Firefox implementation.

Read More
Server Side

phpSec's PHP Security Guide

phpSec.org has published a guide for security measures in PHP.

Covers basic steps, register globals, data filtering, naming conventions, error reporting, form processing, spoofed form submissions, spoofed HTTP requests, SQL injections, sessions, shared hosts, and much more!

Read More
Newer articles Older articles