XML and ASP related scripts & softwares
FuzzyRSS is an ASP class that you can use to easily create RSS output that others can syndicate or view using a newsreader such as NewsGator or Bloglines. FuzzyRSS makes it so you don't actually have to deal with any RSS or XML yourself. Just set the properties, call the WriteRSS function, and you're done!
Miopages merges ASP3 + XML/HTML into a singular DOM, resulting in something very similar to a webpage executing DHTML - but on the server.
- The ASP (Jscript) can access any elements like if it had been javascripts on the client, and manipulate their appearances and behaviors using DHTML-methods.
This eliminates the "IF/ELSE"-hell that is common with extremely interactive ASP-pages.
High-level non-validating XML parser component that is free for both commercial and non-commercial use.
Load/save XML files to an in-memory document object model (DOM).
Add name/value attribtes to nodes.
Compress nodes or entire sub-trees using in-memory Zip compression.
AES encrypt the content of a node.
Numerous methods for iterating over the nodes in a document.
Numerous methods for searching and sorting nodes in a document.
API designed to make it easy to do frequently encountered tasks when working with XML.
Makes it easy to handle binary data (such as image data) within XML files.
This code basically shows how to implement a simple XML database to validate user logins. The passwords normally have to be encrypted, we left it so for simplicity
This VBScript class reduces the amount of code needed to display RSS. Provides object-based properties, collections and methods to simplify the retrieval and display of all kinds of RSS. Cache improves efficiency by saving results to temporary cache file. Transform XML RSS content with XSL stylesheets. Automatically recognises many different RSS versions and RDF formats. Includes inbuilt functions to simplify interaction with Amazon and eBay.
GA's Amazon Web Services (AWS) is a tool to display content from Amazon.com on your web site based on search query. Properly configured and executed a search query will display items sold at Amazon mega store related to your page content or local database/site search query. Currently the module can be configured to access USA, UK, Germany and Japan Amazon Stores. Output is highly configurable.
A fast, low-memory usage, XML parser specifically designed to be used server-side in ASP scripts. This DOM based parser is many times faster than MSXML, and consumes far less memory. Great for handling large XML data files. Also includes international character codeset conversion capability.
Uses the DOM to generate RSS behind an interface of nested objects. So to set the channel's title, you say RSS.Channel.Title = "My Weblog". Supports Dublin Core, Creative Commons, and Syndication modules. Can be used to generate RSS on-the-fly (with Conditional GET support) or write it to a file.
Powerful XML driven collection of classes and objects for ASP, which allows to create enterprise webware projects in hours. Ideal for building content management systems, portals, clasifields, trading systems, etc.
The Web Services Listener is a COM component that allows your organization to consume .NET Web Services without the need of installing the .NET framework or any other .NET component. This means your development team can use available .NET web services utilizing coding practices they already know. The component is simple to use and works consistently on most Web Services.
|