Integrating with your IDE
Adobe HomeSite+ 5.5 snippets
Add one of the following code snippets to HomeSite+ by selecting the markup and dragging it to a snippets folder in your HomeSite+ Snippets resource window. Choose the snippet that matches the way you call custom tags. See Installing and using custom tags for information about different ways to call custom tags.

<cf_noteSpace administrator="$${visitorHasAdministratorPermissions:Yes,No}" anonymous="$${allowAnonymousComments:Yes,No}" email="$${administratorEmailAddress}" enabled="$${noteSpaceIsEnabled:Yes,No}" locale="$${locale:#getLocale()#}" resourcePath="$${resourcePath:/resources/}" skin="$${skin:glacier}" storagePath="$${storagePath}" thisPage="$${thisPage:HTTP://#CGI.server_name##.script_name#?}" userId="$${userId}" >

<cfimport prefix="$${prefix:esw}" taglib="$${tagLibrary:/customtags/eswsoftware,/customtags}" > <$${prefix}:noteSpace administrator="$${visitorHasAdministratorPermissions:Yes,No}" anonymous="$${allowAnonymousComments:Yes,No}" email="$${administratorEmailAddress}" enabled="$${noteSpaceIsEnabled:Yes,No}" locale="$${locale:#getLocale()#}" resourcePath="$${resourcePath:/resources/}" skin="$${skin:glacier}" storagePath="$${storagePath}" thisPage="$${thisPage:://#.server_name##.script_name#?}" userId="$${userId}" >

<cfmodule template="$${customTagsFolder:/customtags/eswsoftware,/customtags}/notespace.cfm" administrator="$${visitorHasAdministratorPermissions:Yes,No}" anonymous="$${allowAnonymousComments:Yes,No}" email="$${administratorEmailAddress}" enabled="$${noteSpaceIsEnabled:Yes,No}" locale="$${locale:#getLocale()#}" resourcePath="$${resourcePath:/resources/}" skin="$${skin:glacier}" storagePath="$${storagePath}" thisPage="$${thisPage:://#.server_name##.script_name#?}" userId="$${userId}" >
Common Gateway Interface