Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
Form Helper with Images
This is a neat JavaScript that allows you to use your own images to help your visitor's fill out a form. Use images to validate entries as well!
(0 ratings)
Reviews0
PriceFree
Views5498
Mastering ColdFusion 4.5
posted bycontentinProgramming Books
This book has been written with all levels of ColdFusion expertise in mind. From the beginner to the advanced user, all readers will find this book useful. It contains content provided by some of the most respected CF developers around. 4 Team Allaire members and 2 Allaire Certified Instructors contributed to this book. If you've never used ColdFusion before and wonder whether you should...this book will show you how easy and yet extremely powerful your CF-driven applications can be. All that is required is background knowledge of HTML. Topics covered: Topics covered: ColdFusion templates, functions, variables, flow control, SQL queries, forms/form validation, ColdFusion Web Application Framework, e-mail, FTP, LDAP, search-engine implementation, custom tags, and ColdFusion Administrator.
(10 ratings)
Reviews1
PriceFree
Views7986
Sams Teach Yourself ColdFusion in 21 Days
posted bycontentinProgramming Books
Sams Teach Yourself ColdFusion in 21 Days quickly empowers you to create your own dynamic database-driven Web applications using Allaire's ColdFusion. Using client-proven methods, and the success of his popular ColdFusion tutorial for Wired, expert author Charles Mohnike provides you with an understanding of the ColdFusion Server and guides you through the use of the ColdFusion Studio, enabling you to create your own ColdFusion applications quickly and easily. Topics such as installing and configuring the ColdFusion Server, working with the ColdFusion Studio, working with SQL, optimizing your datasource, understanding templates and ColdFusion Markup Language (CFML), using ColdFusion tags, manipulating data, creating e-commerce solutions with ColdFusion, and debugging ColdFusion applications.
(0 ratings)
Reviews0
PriceFree
Views7894
Cookies and ColdFusion
This tutorial starts with a brief explanation of the technical side of cookies, including how the browsers handle them and how cold fusion manages them. Then it shows you how to use cookies to track a user's progress through a website, using what the author refers to as a "cookie crumb" trail. This essentially adds a link for every page a user visits on a site, making navigation backwards easy as pie, while still allowing the developer some control over what pages the user is able to revisit.
(6 ratings)
Reviews0
PriceFree
Views3398
The guide to ColdFusion error handling
posted byinfoinError Handling
This tutorial explains what tools ColdFusion offers to help handle errors in your code, and how to use them. This tutorial requires at least a minimum understanding of the Application Framework.
(3 ratings)
Reviews0
PriceFree
Views2803
DS Pixelate
posted bydarioinVisual Effects
This applet can show a pixelate effect over any image. Over the animation you can also insert an image and a scroll-text. The applet is interactive and includes a HTML code generator that allows
to change parameters without any knowledge of Java and HTML programming.
(3 ratings)
Reviews0
PriceFree
Views1535
DS Ripple
posted bydarioinVisual Effects
This applet can show a ripple effect over any image. Over the animation you can also insert an image and a scroll-text. The applet is interactive and includes a HTML code generator that allows
to change parameters without any knowledge of Java and HTML programming.
(6 ratings)
Reviews0
PriceFree
Views2508
ColdFusion Tutorial - Lesson 1
posted bychasmoinIntroduction to ColdFusion
This 5-page tutorial explains what ColdFusion is, Who Needs It, Installing ColdFusion, Identifying a data source on the server and making the modifications needed to get the database ColdFusion-ready.
(18 ratings)
Reviews0
PriceFree
Views9782
Intro to Flash Tutorial
posted bymikequeinIntroduction to Flash
Are you just getting started with Web animation? This tutorial walks you through basic movie making with the ever-popular Flash 4.
(7 ratings)
Reviews1
PriceFree
Views4416
Flying Bats
posted bydynamicdriveinVisual Effects
This decorative script animates flying bats at any specified location on your webpage, and can be set to dismiss after x seconds. The perfect script to implement on Halloween. Updated for increased efficiency NS6 compatibility.
(3 ratings)
Reviews0
PriceFree
Views8672
Premium scripts from RussianLondon.com
This site offers such scripts as FreeLove (International Introduction Agecny), and more to come in the very near future like: FreeCV (International Recruitment Agency), FreeCast (Casting Agency), FreeHome (Estate Agency), FreeSwap (Exchange Agency), etc
(0 ratings)
Reviews0
PriceFree
Views2881
DS Scale
posted bydarioinVisual Effects
This applet can scale any image in real time.
Over the animation you can also insert an image and a scroll-text. The applet is interactive and includes a HTML code generator that allows
to change parameters without any knowledge of Java and HTML programming.
(6 ratings)
Reviews0
PriceFree
Views1354
DS Shear
posted bydarioinVisual Effects
This applet can shear any image in real time.
Over the animation you can also insert an image and a scroll-text. The applet is interactive and includes a HTML code generator that allows
to change parameters without any knowledge of Java and HTML programming.
(3 ratings)
Reviews0
PriceFree
Views1296
Faqforge
posted bydrewbinFAQ & Knowledgebase
Faqforge is a web based document creation and management tool. It can be used to create FAQs, manuals, guides, HOWTOs, and other web based documents requiring a hierarchical structure.
(7 ratings)
Reviews1
PriceFree
Views25916
So What Are Active Server Pages?
posted byollertonkinIntroduction to ASP
This is a brief introduction to Active Server Pages (ASP). It discusses What are Active Server Pages, What Do I Need To Use ASP Pages, and So What Can I Do With It When I've Got It.
(0 ratings)
Reviews0
PriceFree
Views1375
Flash Kit: Movies
posted bywebmasterinFla Archives
Flash Kit offers one of the largest archives of Open Source Flash Movies. Categories include 3D, Animations, Applications, Effects, Games, Scripting, and more.
(97 ratings)
Reviews1
PriceFree
Views94869
Bubble Effect
posted bydynamicdriveinVisual Effects
Bubbles drift upwards, then vanish on your page, with this visual effect script.
(9 ratings)
Reviews0
PriceFree
Views20644
Storing Checkbox Data In Your Database
posted bydanlinForm Processing
Checkboxes in web forms are useful because they allow the person filling out the form to choose from a wide range of possible choices. Specifically, it allows the user to choose some, all or none of the elements. Although checkboxes are excellent form elements for certain tasks, there is often confusion about how to store checkbox data correctly. This article will demonstrate how to store checkbox data in a database, in a manner that follows good database design principles.
(10 ratings)
Reviews1
PriceFree
Views8558
Transforming XML with XSL using Sablotron
This article, along with source code, explains how to parse XML documents using XSLT (eXtensible Stylesheet Language Transformations). XSLT is a language for transforming XML documents into other XML documents or HTML documents. It does not discuss XML, XSL or XSLT syntax, but rather focuses on how to transform XML documents with XSLT using the Sablotron XSLT processor. Source code available for download.
(0 ratings)
Reviews0
PriceFree
Views4090
Intro to Mod_Perl
mod_perl is a terrific fusion of the Apache Web server and the Perl language that embeds a copy of the Perl interpreter inside Apache, allowing you to not only speed up existing CGI scripts but also extend your Web server in ways previously unavailable to most webmasters. This tutorial explains from how to install mod_perl to Databasing with Mod_perl.
(0 ratings)
Reviews0
PriceFree
Views4318
Related Categories
You May Also Like
Inout Blockchain AltExchanger (Crypto to crypto trading exchange platform script)Sponsored
(12 ratings)
PriceUSD 3,449.00



