Showing posts with label Concept. Show all posts
Showing posts with label Concept. Show all posts

URL rewriting

A rewrite engine is software that modifies a web URL's appearance (URL rewriting). Rewritten URLs (sometimes known as short, fancy URLs, or search engine friendly - SEF) are used to provide shorter and more relevant-looking links to web pages. The technique adds a degree of separation between the files used to generate a web page and the URL that is presented to the world.


Examples

This URL contains query string parameters that encode blog entry dates

http://www.example.com/Blog/Posts.php?Year=2006&Month=12&Day=19

but can be altered to give the user a clear idea of what he or she is going to see

http://www.example.com/Blog/2006/12/19/

The second address also allows the user to change the URL to see all postings available in December, simply by removing the text encoding the day '19', and thereby saving having to navigate the GUI.


http://www.example.com/Blog/2006/12/


Thank you,

Little to know about Cold Fusion

Direct From Wikipedia.org



Cold Fusion Markup Language (CFML)

more commonly known as CFML, is the scripting language used by Adobe ColdFusion, BlueDragon and Railo, as well asother CFML server engines. The CFML language is guided by the CFML Advisory Committee.

PDF and FlashPaper generation

ColdFusion can generate PDF or FlashPaper documents using standard HTML (i.e. no additional coding is needed to generate documents for print). CFML authors simply place HTML and CSS within a pair of cfdocument tags and specify the desired format (FlashPaper or PDF). The generated document can then either be saved to disk or sent to the client's browser. ColdFusion 8 has now introduced the cfpdf tag which allows for unprecedented control over PDF documents including PDF forms, and merging of PDFs. These tags however do not use Adobe's PDF engine but a free and open source java library called iText.


For More Information Vist :