Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 2701-2720 of 2960
Using Multiple Recordsets
This article explains a solution on how to increase the performance of your ASP pages that rely on gathering data through several different Recordsets. Specially, using a nifty feature of the ADO Recordset object, Multiple Recordsets, you can store multiple SQL query results in one Recordset object, requiring fewer communications with the database.
(0 ratings)
Reviews0
PriceFree
Views2552
Auto-upload using IE+ADO without user interaction
This article shows a simple way to upload files from client to server using VBS, IE and ADODB as multipart/form-data document. Full source code included.
(0 ratings)
Reviews0
PriceFree
Views3533
Threading lightly : Reducing contention
While it's common to hear that synchronized method calls can be 50 times as expensive as unsynchronized method calls, these numbers can actually be quite misleading. With each successive JVM version, overall performance has improved, and the cost of uncontended synchronization has been reduced, making the issue of uncontended synchronization overhead less significant. Contended synchronization, however, is quite expensive. Moreover, a high degree of contention is disastrous for scalability -- an application that had a high degree of contended synchronization will exhibit markedly worse performance as the load increases. This article explores several techniques for reducing contention, and hence improving scalability, in your programs.
(0 ratings)
Reviews0
PriceFree
Views1330
The Jxta command shell
Project Jxta is a community-run attempt to build a utility application substrate for peer-to-peer applications. The initial reference implementation of Jxta includes a command-line shell that allows experimentation with the core Jxta platform without programming. This article takes us through a hands-on tour of the <a href="http://www-106.ibm.com/developerworks/java/library/j-p2pint2?open&l=766,t=grj,p=Jxta2">Jxta shell</a>. You'll explore its command set and extend its capability by writing your own custom commands using the Java programming language.
(0 ratings)
Reviews0
PriceFree
Views1350
Randomizing a Recordset
This article describes several ways to use a SQL calculated field and the ORDER BY clause to arrange a recordset in random order. It provides a simple tool for verifying that the results are uniformly random. Also shows a technique for bubbling records with certain attributes to the top of an otherwise randomized list.
(0 ratings)
Reviews0
PriceFree
Views1919
Chat Using ASP & XML
This article presents a nice little chat system that uses Microsoft's XMLHTTP Object to transfer the messages and user list. It features public as well as private modes, and is currently configured so that the browser requests the current users list from the server every 5 seconds. This article assumes that you are familiar with ASP, XML and HTML.
(16 ratings)
Reviews1
PriceFree
Views6010
Best Practice with Expresso Framework
Why invent the wheel every time you develop an application in Java? Writing a J2EE web application is complicated enough; you would not write a linked list module in C++ every time you started a new project. You would rather use another person's implementation. The same reuse-idea surely applies to server-side web development. This article looks at the best practices of using one popular web application toolkit, Expresso Framework. The idea of using custom tags, JSP, and the MVC paradigm are suitable for such frameworks. It will illustrate the best of practice through an on-line stock trading program example.
(0 ratings)
Reviews0
PriceFree
Views1579
Absolut Engine
Absolut Engine is an advanced news publishing system. Strong support for Search Engine Optimization / SEO / clean URLs. It features 3 layer access (admin/chief/editor), article posting, editing and deleting, surveys and discussions. Absolut Engine includes a powerful image managing tool for uploading, deleting and listing the uploaded images. It also includes article discussion manager and file upload manager to add files easily to articles. It is easily expandable, fully configurable and easy to use even for inexperienced users. Requires MySQL. An online demo available on the author's site.
(161 ratings)
Reviews1
PriceFree
Views32992
Charting the Internet
This article shows how to create charts generated on the fly from a database, using <a href="http://www.compsysaus.com.au/intrchart">IntrChart</a>. Also explains how to dynamically add hot spots to the bars/slices in our chart and link them to other pages.
(0 ratings)
Reviews0
PriceFree
Views3836
Done-Right Scripts
posted bycontactinWeb Sites
Offering the perfect balance of quality, price, and ease, Done-Right Scripts provides a collection of advanced and very user-friendly scripts which all come with an easy to use admin area where you have full control over customizations. Some of its currently available scripts include a site submitter, search engine ranker, bid search engine and metasearch engine.
(0 ratings)
Reviews0
PriceFree
Views2031
Using Triggers to Track Database Action History
This article describes how to use Microsoft SQL Server triggers to automatically record all updates and inserts for a particular database table in a customized history table.
(0 ratings)
Reviews0
PriceFree
Views1420
Installing PHP 3.x.x for IIS 4.x on Windows NT
This article explains how to install PHP 3.x.x for IIS 4.x on Windows NT. These instructions assume that you have a standard IIS 4 installation on Windows NT.
(1 ratings)
Reviews0
PriceFree
Views2312
Adding Form Content into Database
An article on inserting Form content into database. We'll also create an ASP page to show all the records and to delete specific records if wanted.
(6 ratings)
Reviews0
PriceFree
Views7595
WinASP
Based on the Microsoft's article on how IIS opens up the file system on the Web server, WinASP allows you to open files anywhere on the Web server, edit text files, view the content of Access databases located on the Web server and delete records. Includes a forum for collaborative development. Use this application to remotely edit your site. Sorry Netscape users but this application only works with IE 4 or higher.
(3 ratings)
Reviews0
PriceFree
Views9760
Introducing Scripting Variables in JSP Tags.
This tutorial is second in a series of tutorials about JSP tags. In this tutorial we will learn what are scripting variables in JSP tags and how to make use of them. Online demo available.
(0 ratings)
Reviews0
PriceFree
Views1907
Membership Subscription Scripts
This is a set of Perl scripts that automates site subscriptions through Internet Billing Company (Ibill) and Authorize.net. Tracks and deletes expired accounts. Allows webmasters to add, remove and display usernames/passwords in their .htpasswd files. Included is a registration script allowing users automated access to protected areas. Lost Password Retireval System is also included.
(3 ratings)
Reviews0
PriceUSD 95.00
Views3915
Web services and J2EE connectors for B2B integration
Web services and J2EE connectors promise to simplify the integration of heterogeneous enterprise information systems and provide a way for business partners to share their respective applications' functionality over the Internet. This article uses an insurance broker scenario, in which the programmatic functions from legacy transactions are incorporated into a Web application, to illustrate these capabilities.
(0 ratings)
Reviews0
PriceFree
Views1713
Extending Python and Zope in C
Extending Python in C is easy once you see how it all works, and an extension of Python is equally easy to package up for Zope. The hard part is wading through the different documentation sets in search of the nuggets of information you need, and this article has collected them for you. Article includes code snipets.
(0 ratings)
Reviews0
PriceFree
Views1617
Genetic algorithms applied with Perl
Based on the Darwinian principle of survival of the fittest, genetic programming uses mutation and replication to produce algorithms for creating ever-improving computer programs. In this column, you'll get to know the genetic algorithm in simple terms. This article provides Perl implementations for some specific tasks, which you can adapt for generic use. To demonstrate the genetic algorithm, the author breeds numbers for fitness to a formula, and letters to form English words.
(0 ratings)
Reviews0
PriceFree
Views2077
Diagnosing Java Code : The Orphaned Thread bug pattern
In multithreaded code, it is often common to use a single, master thread that drives the actions the other threads take. This master thread may send messages, often by placing them on a queue, that are then processed by the other threads. But if the master thread throws an exception, the remaining threads may continue to run, awaiting more input to the queue, causing the program to freeze. This article discusses detecting, fixing, and avoiding this bug pattern.
(0 ratings)
Reviews0
PriceFree
Views1249
Results 2701-2720 of 2960