Take the Strain off Your Server.
The CCXI XML Data Island JavaScript Library and ASP table control allow users to interact with an entire dataset without constantly contacting the server for processing.
When you need to display a moderate amount of data and you want to avoid server round trips for operations like paging, sorting and searching, then CCXI makes it simple to set up.
The CCXItable control allows you to create a table that binds--on the client machine--rows from an XML data island with a template that you define. CCXItable makes it easy to define templates and create XML data islands.
What is the best way to present two or more pages of data to users? The most common approach is to dynamically generate html that contains the first page then, when the user wants the second page, dynamically generate the second page too. Then regenerate the first page when the user wants to see it again! And, of course, do this for each user who accesses the data.
Obviously, all this processing can put an unbearable strain on your server.
One way to solve this problem is to generate a single (long) static page of scrollable data. But, what about sorting and searching? What if many of the data items contain image tags, making the page-load time unbearably long as each graphic is fetched?
XML data islands provide a way to incorporate into a web page a moderate amount of data (even html) without forcing the browser to render all of it at once. They also make it possible to move processing of paging, sorting and searching commands to javascript on the client side.
Unfortunately, there are many "gotchas" in dealing with XML islands. Inner tags cannot be the same as other valid html tags. Different browsers have different requirements and quirks. And it takes quite a bit of javascript to successively navigate, extract and format data for display. And, you have to format your data to fit these requirements in the first place.
CCXI makes it easy.
The LibMaster.com StockChart library is assigned for stock charts representation. It allows you to add stock chart representation support in your program easily...
Text Pilot library extends standard Windows API function TextOut. Library provides 3 following functions: * text output drawing based on a line * text output drawing based on a circle * text output drawing based on a curve...
This easy-to-use toolkit includes both fast and high-ratio compression (better than ZIP) with strong encryption. It has everything you need to compress and encrypt files, memory buffers and strings.
EtherDetect is an easy to use and award-winning packet sniffer and network protocol analyzer, which provides a connection-oriented view for analyzing packets more effectively. With the handy tool, view connections, packets and data on the fly.
Get the latest news and weather delivered right to your computer screen with this cool screensaver tool. If you have a direct Internet access, the screensaver will keep bringing you the news reports continuously - sport, entertainment and much more.
Universal word counting and line counting and invoicing software for freelance translators, transcriptionists, writers. Batch text count in Word, PowerPoint, Excel, WordPerfect, HTML and PDF files. Adjustable word, line, page, character count options
1 year subscription. All zipcodes/city-state combinations the USPS accepts. Including 'unique' (companies, etc) and alternate city/states for a zipcode. 'VCODE' indicates the records status: 1st character A: Acceptable D: Default/Acceptable N: No...
Cross-database tool. It allows viewing, editing, and printing data, building SQL queries, sorting and filtering, viewing and printing structure, reindexing, searching and replacing text, importing and exporting data.
Do you frequently make the forms in which there are controls connected to data sources? Every time when you place a control to the form, you should set at least the following properties: DataSource, DataField, Caption (or to make a label). Not so...