What's New in the Tag Gallery?
These are all the tags for issue 111 from 6/5/2002 to 6/27/2002
- CF_Personal Finance
- I created this to keep track of my checkbook and savings accounts at all times. I have internet access at work and at home, so it works a lot better for me than writing it down in a book and using a checkbook or something else. Since I'm on the internet a large part of my life, it's easier for me to just put something into an online database and pull it up when I'm at work or at home and see what my balance is. I included a simple little budget analysis tool that I may expand on at a later date. If I do, an upgrade will be made available here for free. No account or personal information is stored online.
- Deluxe Color Picker 1.0
- A universal color picker for all occasions. It can be used to create hex color values in form inputs, set the background of any document, and set any of the Cascading Style color properties to any object that supports some color related property like (background-color,color,border-color,border-top-color etc...). There are NO any images used, making it easy to place it in any folder.
- Comment out JavaScript
- This VTOM script comments out a selected block of code with JavaScript style comments /**/. Simple and handy.
- Present & Future Value Annuity Calculator
- A simple file that allows you to calculate present and future values of annuities through forms.
- InstantGlossary
- Instant Glossary is a tool which provides Web pages the ability to get instant definitions of words found in the English Dictionary by simply adding some pre-written JavaScript to your page.
- peoplexs
- Give your organization instant access to an entire suite of recruitment tools. With peoplexs you match, track, analyze and manage your recruitment business online. You now have easy access to all information you need to attract, manage and retain people within your organization.
- eShopping Cart for E-Commerce [Open Source]
- This is a shell application that enables users to create an online shopping cart for an online store. This application comes with an administrative folder that allows you to control basically the entire site. It includes the following: creates sessionid using CFTOKEN, category admin, product admin, automatic newsletter generator to subscriber list, random picture generator for index.cfm, add products to newsletter or sale page on the fly, automatic response emails for tell-a-friend and comments portion,
view all comments information page, generates automatic email to administrator for new order notification, and much more. NOTE: This application was created using a foundation built by Tim Salzman. I have created a robust added functionality to enhance your developing experience.
- Community Café v3.0
- Whether you have plans on starting a not-for-profit website for your group or organization or a commercial, revenue-generating online destination, Community Café v3.0 is the only turn-key solution that can turn your ideas into reality, literally, in hours, not months. The primary barrier to entry into the large online community market is the amount of up-front capital necessary to custom-develop the underlying software. With that in mind, you'll see that Community Café v3.0 is an invaluable product for those wanting to enter this tight market.
- Next Previous ID
- Previous/Next ID- Free Code Snippet to get the Previous and Next ID of your current ID in a Query. Great for paging through a query with non-sequential IDs.
- e-publish
- Features: Dynamic administration, management and content publishing. Ability to relate articles with issue numbers for newsletter and magazines content sites. Dynamic categorization and menu creation with text or graphics options. Dynamic creation of html pages using online HTML Editor. Column management in home page. Support of main articles and secondary articles in the home page. Display categories with relative articles in home page. Manageable order, row, column of the displayed categories. Related links support for each article (up to 5 links) Appearance of related articles during the article reading according the corresponding category. Control panel used to print, send with mail and read/write comment on each article. Forum. Visual web directory (links). Jokes module. Quotes module. much more...
- "MenuMonger Pro"
- Lets you build a complete, full-featured DHTML menu with no coding. MMPro utilizes the Milonic DHTML menu system. A single-domain commercial Milonic menu system license (a US$30 value) is included in the MMPro purchase price.
- Shopping Cart for E-Commerce
- This is a shell application that enables users to create an online shopping cart for an online store. This application comes with an administrative folder that allows you to control basically the entire site.
- ezBookmark 2.0
- ezBookmark 2.0 is a developers dream! ezBookmark is a complete bookmark management system. Tired of not remembering the correct URL to a certain article or website? Do you wish you had access to all your browser bookmarks no matter what computer you where using? Well, now you can with ezBookmark! Speed up development time with ezBookmark and consolidate all your bookmarks into one central online location. For more details please visit us at: http://www.eztoolz.com
- CF_LastModified
- This tag was created so that you could pull the DateLastModified for the page that it is being called from. This can be VERY useful if you want to display the date/time that a certain page on your website was updated last. Rather than manually entering the date information, simply install this tag into your CustomTags directory and type <CF_LastModified> (to use the default values). Output look can be modified using attributes that all have default values. Don't like the default values? Then change them ... This tag is free of charge and open source.
- pcodeCacheFlushAll
- Instruct CF to purge all CF templates from the pcode cache, even if Trusted Cache is enabled. Enjoy the performance benefits of Trusted Cache with significantly less administrative overhead. E.g. a "push script" could call this programmatically (rather than having to cycle the server). Tested on CF5. pcodeCacheFlushAll is Open Source software released under the terms of the GNU Public License.
- secsToTime()
- A UDF (User Defined Function - CF5) that takes the number of seconds and mask provided and outputs the specified, formatted string.
- auto_codesweeper
- Runs CodeSweeper on all open documents with a simple toolbar button click. Very useful for formatting unreadable generated HTML files like JavaDoc.
- CF_Personal Finance Ver 1.0
- I created this to keep track of my checkbook and savings accounts at all times. I have internet access at work and at home, so it works a lot better for me than writing it down in a book and using a checkbook or something else. Since I'm on the internet a large part of my life, it's easier for me to just put something into an online database and pull it up when I'm at work or at home and see what my balance is. I included a simple little budget analysis tool that I may expand on at a later date. If I do, an upgrade will be made available here for free. No account or personal information is stored online.
- CF_Shop Kart Lite Ver 1.0
- I posted this for anyone looking for a basic shopping cart system to use or to build onto. This application allows you to build html pages for each product. Just create a add to cart button (along with some hidden form fields) for each item. The application uses session variables, which makes the cart more secure and faster. A database and admin page are included for storage of orders and customer information. You will use the admin page to retrieve the orders from the database. A checkout process is also included so you can build onto it or change it to fit your needs. To call the checkout process, just create a link to checkout.cfm. The only basic function that this does not include is shipping options and calculations for orders. However, this can easily be added into it. A text file is included with setup instructions.
- CF_Shop Kart
- I posted this for anyone looking for a basic shopping cart system to use or to build onto. This application allows you to build html pages for each product. Just create a add to cart button (along with some hidden form fields) for each item. The application uses session variables, which makes the cart more secure and faster. A database and admin page are included for storage of orders and customer information. You will use the admin page to retrieve the orders from the database. A checkout process is also included so you can build onto it or change it to fit your needs. To call the checkout process, just create a link to checkout.cfm. The only basic function that this does not include is shipping options and calculations for orders. However, this can easily be added into it. A text file is included with setup instructions.