|
Link - KEYWORD SEARCH RESULTS
Return to Links Main Page
5 - PRIMARY Keyword matches for PRODUCT
Click on any Title to go to that site
|
| Title |
Description |
|
The Alagad Image Component is a % native ColdFusion Component (CFC) used to create and manipulate image files. Written entirely in ColdFusion CFML, the Image Component does not require installation of any additional software. The Image Component is not a CFX tag and is not Platform dependant.
Because the Image Component is written in pure ColdFusion and instantiates only native Java objects, it compiles with the rest of your CFML files to Java bytecode and performs much better than competing products (especially the Alagad MagickTag).
Using the Image Component you can perform all of the most frequently requested image related functions including:
* Read and Write Images
* Create and Draw into Images
* Resize an Image
* Find the Width and Height of an Image
* Draw Text into an Image
* Draw Images into an Image
* Much, much, more! (Over image manipulation methods available.)
The Alagad Image Component requires almost no effort to install and use. Simply place the component into your custom tags directory or any directory in your site and then instantiate it using the ColdFusion CreateObject method. Once you have the Image Component instantiated you can use its methods to begin creating and manipulating images
Easily add support for BMP, JPEG, JPEG , PNG, PNM, Raw, TIFF, and WBMP image formats.
|
|
The following is a list of tips & tricks that I've learned and decided to share with others to help them in any projects they may be working on. (Dynamically creating a Microsoft Rich Text Document )
|
|
Share your knowledge with the ColdFusion Community! Download/upload tutorials, components, faq's - whatever you want! Registration allows you to fully customize your CFzone.net!
|
|
The following tags, attributes, and attribute values are deprecated. Do not use them in ColdFusion applications. They might not work, and might cause an error, in releases later than ColdFusion MX.
|
|
The following tags, attributes, and attribute values are obsolete. Do not use them in ColdFusion applications. They do not work, and might cause an error, in release later than ColdFusion .
|
9 - SECONDARY Keyword matches for COLD FUSION
Click on any Title to go to that site
Click on any Primary Key to search by that keyword
|
| Title |
Description |
|
The following is a list of tips & tricks that I've learned and decided to share with others to help them in any projects they may be working on. Feel free to use them as you deem fitting and if you have any tips or tricks that you wish to share, please email them to me and I will include them with full credit to you.
|
|
Dreamweaver Tutorials and Samples * Design * CSS * Templates * Accessibility * Application Development * ASP.NET * Databases * ColdFusion * Web Services * PHP * E-Commerce * E-Learning * Extensions * Sample Applications * Video Tutorials
|
|
Share your knowledge with the Dreamweaver MX and UltraDev Community!
* Download/upload tutorials, extensions, faq's - share your knowledge with the community!
* FREE Registration allows you to fully customize and participate at DMXzone.com!
* We fully respect your Privacy
|
|
Welcome to HotScripts.com, the net’s largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal. We currently have - , - scripts across different programming languages and - , - categories, as well as links to books, articles, as well as programming tips and tutorials. If this is your first time visiting, be sure to become a registered member to enjoy all of the free benefits.
|
|
Tutorials, Articles and Resources
|
|
For Dreamweaver MX programmers who create dynamic websites, MX Looper Suite is a collection of Commands and Server Behaviors for the PHP, ASP and ColdFusion server models that create complex repeated regions. Unlike the Macromedia default repeat region that allows you to create only simple loops, our product helps you easily create dynamic generated webpages including nested repeat regions and horizontal loopers.
Nested Repeat Regions
Group information in nested repeat regions
Dynamic navigation menus
Two level deep menu with clicks
Image galleries
Generate repeats in image galleries
Recordset paging
Paged information for improved navigation
|
|
ASP
ASP NET
C and C++
Cold Fusion
Java
JavaScript
Perl
PHP
Python
Remotely Hosted
Tools and Utilities
|
|
Serves the Internet community as the largest and most well-known programming directories anywhere. Now owned by Jupitermedia Corporation (formerly Mecklermedia Corporation), the ScriptSearch site has undergone a complete redesign and relaunch in early in order to better tune the site for you, the visitor.
ScriptSearch's comprehensive programming directory is more intuitively organized by programming language with subfolders with various script categories. Rating features allow you to find the most popular and most useful resources according to the rest of our visitors. Its even a breeze to bookmark your favorite listings on your own "My Favorites" page, that you can easily return to. And there lots more inside.
|
|
But if you saw that table in a client-side application, you'd expect to be able to click on the headers and have the table sort, would you not? I know it always annoys me when you can't. A fair few web applications do allow this; most of them, which are pulling this data by submitting a SQL query to a relational database (an environment eminently suited to tabular data) implement this by resubmitting the whole page with something like ordercolumn= in the URL, and then adding an ORDER BY clause to their SQL query to return the data from the DB ordered by the specified column.
Resubmit the page? Just to sort data we already have? I'm sure we can do better than that.
|
|