across
ASP Session Transfer across domains 1.0
You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess Session more>> You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess Session transfer script. Note: session array objects are not transferred. The session variables are passed in the querystring, and are encrypted to protect the confidentiality of the contents of the session variables. XSess consists of a function, and a few supporting functions, contained in an include file.<<less
Saving Session Across Page Loads Without Cookies
This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size limits. more>> This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size limits.<<less
ABCCrypto
ABCCrypto is a free and useful ATL COM component which provides you with an effective and easy way for encrypting and decrypting data. more>>
ABCCrypto is a free and useful ATL COM component which provides you with an effective and easy way for encrypting and decrypting data. It's incredibly simple to use and works with virtually any format you'll ever come across.
You can encrypt or decrypt variants, BLOB data or files. ABCCrypto uses the standard Windows Cryptography API to ensure consistent behavior across all platforms. It uses RSA Encryption with 40 bit keys for a practical level of security throughout virtually any country in the world.
Because ABCCrypto is Unicode compliant throughout, you can use it with any language from English to Arabic to Korean.
PHP Pass 1.1
simply add or include() the PHP Pass code to the top of your file(s), change the password to what you want it to be, and its done - any time someone connects to that script, theyll be given a login form. It works across sessions, so they only have more>> simply add or include() the PHP Pass code to the top of your file(s), change the password to what you want it to be, and its done - any time someone connects to that script, theyll be given a login form. It works across sessions, so they only have to enter the password once. It can be used to protect multiple files, and it can use multiple passwords. It can email you when a user enters an incorrect password, or it can write log data to a file of your choice. Now with optional session timeout - force users to re-enter password after certain idle time elapses.<<less
LDAP to SQL
Whilst working on the automatic production of web statistics - came across the following problem: How do I get relational data from an Hierarchical structure? It didnt take long to realize - Id have more>> Whilst working on the automatic production of web statistics - came across the following problem: "How do I get relational data from an Hierarchical structure?" It didnt take long to realize - Id have to use PHP to talk to LDAP, pull off records & upload into a series of tables, using the cn as primary key. Which then could be queried relationally. Pulling off large, queries and repeatedly transcending LDAP trees is pretty slow - so I built my LDAP to SQL engine, by flattening dns into table names. Then used PHP scripts to query & produce daily snap shots. This is the Perl port of the PHP version.<<less
About Web Services 1
The evolution of the internet and its exponential growth in recent years has resulted in gradual shift from desktop to distributed applications. This shift has led to the development of complex enterprise applications that are managed across different more>> The evolution of the internet and its exponential growth in recent years has resulted in gradual shift from desktop to distributed applications. This shift has led to the development of complex enterprise applications that are managed across different platforms and geographical boundaries. A Web Service exposes a number of methods to provide functions that can be used by one or more applications, regardless of the programming languages, operating systems, and hardware platforms used to develop them.<<less
TestAssist 0.1
TestAssist is firefox plugin to help with the development of web based applications. Many form helpers already exist, Test Assist goes to the next level by offering play back of any mouse or keyboard actions. It allow this even across several pages and more>> TestAssist is firefox plugin to help with the development of web based applications. Many form helpers already exist, Test Assist goes to the next level by offering play back of any mouse or keyboard actions. It allow this even across several pages and records them to an easily editable file. Playback individual files or many files per page. Look for randomization and content generation features in an upcoming release.<<less
SkSNTP ActiveX Control
SkSNTP ActiveX Control brings you a very effective and easy-to-use SNTP (Simple Network Time Protocol) ActiveX control which can be used for very accurate local clock synchronization with a remote time server across the Internet. more>>
SkSNTP ActiveX Control brings you a very effective and easy-to-use SNTP (Simple Network Time Protocol) ActiveX control which can be used for very accurate local clock synchronization with a remote time server across the Internet. The Magneto Software SkSntp ActiveX control (SKSNTP.OCX) allows developers to integrate the SNTP protocol message sending capability into their applications.
SkSntp ActiveX control can retrieve the exact time from any SNTP compliant time server across the Internet, and synchronize your computer' local clock accurately to the order of milliseconds. It can be used from any 32-bit Windows development environment, including Visual Basic, Visual C++, and Delphi.
SkSNTP ActiveX Control is capable of processing multiple SNTP requests simultaneously. It is fully compliant with RFC 2030. SkSntp ActiveX Control comes with complete documentation, sample code, and working demo programs.
WebCollab
A collaborative web-based system for projects and project management; WebCollab is easy to use, and encourages users to work together. The software is functionally elegant and secure without being cum more>> A collaborative web-based system for projects and project management; WebCollab is easy to use, and encourages users to work together. The software is functionally elegant and secure without being cumbersome for users, or graphically intensive. The software is ideally suited to tracking multiple projects and innumerable small tasks across an organisation of any size. If you have reminder notes stuck all over your desk, then you need WebCollab!<<less

Flow Accumulation
This provides an algorithm used to calculate the upslope area of each cell in a digital elevation model. more>>
Major Features:
- Multiple flow direction
- Single flow direction
- Routes across flats
- Calculates deterministic, randomized and random flow
- Allows you to specify a weighting exponent that governs the relation flow direction slope
- Handles edge effects
Enhancements: 10 Nov 2008
- Included single flowdirection and the exponent for flow direction weighting.
Requirements:
- MATLAB 7.0.1 (R14SP1)
PonPublish 0.1
PonPublish is an API to allow bloggers to cross-post across blogging websites (including their own site, if they have one) through one interface. Ive added modules that support MySpace and LiveJournal. more>> PonPublish is an API to allow bloggers to cross-post across blogging websites (including their own site, if they have one) through one interface. Ive added modules that support MySpace and LiveJournal.<<less
Web-Form Maestro 2
Web-Form Maestro is a content rendering server control designed to help your organization attain new levels of productivity, quality, and profitability. It renders template based content to your web p more>> Web-Form Maestro is a content rendering server control designed to help your organization attain new levels of productivity, quality, and profitability. It renders template based content to your web pages from sources across your enterprise including files, databases, and business objects. Template content can be customized at design time using a design time interface or at run time using the controls properties. The key features of Web-Form Maestro are: template creation using any tool or object with HTML output, templates may include layout, knowledge, style, and behavior, storing of templates in files, databases, and objects, built-in conversion from HTML to XML, full design time support, full data binding support, storing of multiple templates in a single file, embedded XML transformations, design time and run time overriding of template content, and layered templates.<<less
Creating your first ASP.Net project
In this article we will show you how to create your first project or web application, we will take you through the steps involved and point out the differences you may come across according to your se more>> In this article we will show you how to create your first project or web application, we will take you through the steps involved and point out the differences you may come across according to your set up and the development tools you have chosen.<<less
ControlState Property Demystified 1
ASP.NET web applications are based on stateless HTTP protocol. New instance of the web page class is created each time the page is requested from the server. This tutorial explains how to create controls which can remember data across web page more>> ASP.NET web applications are based on stateless HTTP protocol. New instance of the web page class is created each time the page is requested from the server. This tutorial explains how to create controls which can remember data across web page postbacks.<<less
Flash Water Effects
The overall purpose of our tutorial website is to provide useful information both to the Flash newbies and to Flash gurus as well that are looking to consolidate their knowledge regarding water effect more>> The overall purpose of our tutorial website is to provide useful information both to the Flash newbies and to Flash gurus as well that are looking to consolidate their knowledge regarding water effects handling in Adobe/Macromedia Flash. Some Flash knowledge is recommended, however is not mandatory since the tutorials are written in an easy step by step manner in order to insure that even those not familiar with the Flash application user interface do understand and are able to implement our examples and later to develop their owns. Our final goal is to teach you how to: create a lake like water surface in Flash, produce a rain effect over your Flash movie and how to simulate a fish swimming across the movie.<<less