Results matching for "weather+data"
Sort Listings By
Show Only
By Customer Review
Licence Type
POCustomersData
posted byralf206inOrganizers
The administrator can create staff members whom will help adding and editing customers. administrator can grant staffs different levels of administration. Administrator can also create other administrators with full right. Search customer by Last name, First name, or Tracking #.
Every customer has an account balance which shows all the debits and credits recorded in the customer account. This section is use to record all types of payments related to the business. Every customer has thier own individual balance. Administrator can edit, add, and change transactions easily.
(3 ratings)
Reviews0
PriceUSD 19.99
Views1052
Data File
posted byScriptDirinDatabase Tools
You can use this system to create a comments system or blog, or any system that would typically need a database with a few simple files.
But don’t think of it as something for people with no MySQL access, you could also use Data File to store config information for your project such as the database username and password.
(0 ratings)
Reviews0
PriceUSD 8.00
Views407
Beautiful Data
posted bygdpotterinGraphs & Charts
Beautiful Data is a great way to turn a boring HTML table into something that supports features like paging and sorting. This jQuery plugin can also access data from CSV and JSON just by specifying the source file. Features include:
- Easily integrate into any HTML page with as little as ONE line of code
- Search and filter tables live, without waiting for any downloading
- Split data into multiple pages
- Very few DOM updates—just one per page change!
- Sort columns simply by clicking on the column header
- Optional case-sensitive search
- Enable and disable zebra striping to rows
- Cross browser
(3 ratings)
Reviews0
PriceUSD 5.00
Views694
DataTable
posted bydavedansoninScripts & Applications
Display of data through DataTable facilitates data management: - The rows can be ordered by clicking on the header of the column that you wish to order by. - You can set your own table size: set width, height, or both. If you set the size, scrolling bars will be shown when the amount of data requires it. - For tables with a high number of rows: Rows can be separated in pages, thus allowing to move between pages; you can also change the amount of rows per page; - Each row in the table will show a column defined by user - either Delete the row, or Edit it. Packaged into a Dreamweaver extension. No hand coding needed.
(0 ratings)
Reviews0
PriceUSD 29.99
Views617
Data Viewer
posted byScriptDirinDatabase Tools
It is very handy if you want to show client your database data or you just want to give yourself an quick view of your database data.
(0 ratings)
Reviews0
PriceUSD 8.00
Views568
Data Eraser
posted byataeraserinFile Utilities
If you do not want someone to access the files that you have deleted, then Data Eraser tool is an ideal tool to help you delete files permanently. This tool makes the files completely inaccessible after deletion. Shredding the files makes them permanently deleted beyond recovery.
(0 ratings)
Reviews0
PriceUSD 29.00
Views550
Local Data
posted bypavel kukovinWeb Sites
This class can store multiple values in a single cookies.
It can set and get multiple values that use cookies to be shared between different server side scripts.
The values are stored in cookies encoded in JSON format so they can be easily accessed on the browser side JavaScript code preserving the original value data types.
A JavaScript library is provided to set and get values stored this way in cookies.
(15 ratings)
Reviews0
PriceFree
Views918
Data Validator
posted byklarkusinError Handling
PHP library for data validation based on rules
Supports following validation orders: sequence, all-at-once and mix of them (using dependencies model)
Can embed different user-defined validation rules libraries (default built-in library is provided)
(0 ratings)
Reviews0
PriceFree
Views826
CrossData
posted byrossatiinSoftware Repository
This class creates an HTML table or a PHP array, crossing two fields of a MySQL table.
Crossing is from simple count of occurrence and percentage to some group functions on a third field.
(0 ratings)
Reviews0
PriceFree
Views625
E-Data
posted byinfoinDatabase Tools
E-Data is an e-mail directory written in Perl that allows you to enhance your web site by letting visitors add their personal information (e.g. name, e-mail, hobbies or activities, web address, etc.) to a directory. Key features include: Easy search by first name, last name or e-mail, Entries alphabetically indexed, Users can update their own information, and Easy customization of interface (HTML).
(0 ratings)
Reviews0
PriceFree
Views1447
Data Symphony : Data Integration Made Easy
posted byslandierinDatabase Tools
Data Symphony is a very simple tool to handle all your data manipulation. You can create routines to convert & cleansen your data. These can be automated.
Applications include Application Migration, CRM-ERP interfacing, Datawarehousing, e-Commerce, Intranet feeding, and more.
The tool is Windows based and supports all ODBC databases, text files of all flavours (flat files, CSV, headered etc) & XML.
(0 ratings)
Reviews0
PriceFree
Views1162
Get Your Data Faster with a Data Cache
posted by15sencondsinDatabase-related
Storing frequently used lookup data in a database is a great idea (e.g. order status codes, state names, etc.) that saves tremendous amounts of time in design and maintenance. However, retrieving that data from the database every time it is needed is very inefficient. This article describes how to use Application variables to cache frequently used lookup data in memory to achieve lightning fast access times.
(0 ratings)
Reviews0
PriceFree
Views1567
SweetSuite.NET Data Component (ssData)
posted byk_younginDatabase Tools
ssData has useful methods that allow you to clean data before inserting; converting a .NET DateTime object to a SQL Server universal date time format; Boolean to SQL Server Bit conversion; dealing with DataSets, SqlDataReader; and others that will help speed up your development time. Free developer version.
Features
Sample project and documentation included
Can be used with Window Forms, Windows Console, and ASP.NET projects
Speeds up development time
Consistent code for your projects
Shipped with ssCMS
Architected specifically for .NET
Royalty-free implementation, unlimited projects.
(0 ratings)
Reviews0
PriceFree
Views2744
Database frontend with PEAR DataGrid and DataObject
posted byylfinDatabase-Related
Structures_DataGrid and DB_DataObject are two PEAR components, which can be connected together, to easily display the data contained in a SQL table, and let the user sort and page through it.
With minimal typing, this tutorial shows you how you can bypass the usual steps of parsing GET parameters, performing SQL requests, and generating HTML content.
(3 ratings)
Reviews0
PriceFree
Views3325
JavaScript DataView- Webix DataView
DataView enables you to place on the page as many objects as you wish while maintaining a high level of performance. You can create various CRUD operations easily with DataView by making a few simple manipulations.
DataView helps you group information rationally within a single container. Now you needn’t look through a jumble of information to find what you’re looking for. Just click on the appropriate group and enjoy.
Thanks to using dynamic data loading DataView allows you to load only the information you require at any given moment.
(0 ratings)
Reviews0
PriceFree
Views755
Storing Data in the Client
posted bylrargerichinMiscellaneous
One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program on the server which writes another program to be executed on the client. Let's pick PHP (of course) for the server and JavaScript for the client. We'll show you in this article how you can use this scheme to store data in the client and then minimize the data transfered between the server and the browser for interactive applications like a chat room, a news system or whatever you want.
(0 ratings)
Reviews0
PriceFree
Views2890
Introduction & Data Access
posted byCRJonesinDatabase-related
In this first article of the ASPHoleTools series, you will be shown the basics for data access. Covers how to create the basic include file for database access, and testing that data access was installed properly on your machine.
(0 ratings)
Reviews0
PriceFree
Views1429
ODP Data Parser
posted byjavainMiscellaneous
A Java program which parses the ODP structure data and inserts it into a MySQL database.
(0 ratings)
Reviews0
PriceFree
Views2185
DataBase Editor
posted bystoreinDatabase Tools
Admin your databases from the browser! For MS Access and SQL Server. Easy to use, multi-users support. Edit data and structure. Backup&Compress. Export data to doc/xls/xml. Upload/download. Queries/Procedures. Search engine. WindowsServer2003 compatible. Pure ASP.
(6 ratings)
Reviews0
Price 99.00
Views8362
Data Wizard for Java
posted byvoltroninMiscellaneous
Data Wizard for Java is a tool for building a simple graphical user interface (GUI) that makes it easy to collect necessary data. This tool enables the building of data wizard applications using only a scripting scenario in an XML format. Data Wizard for Java can help to produce a GUI by using a simple script to describe the necessary input parameters and the required tools or utilities to be called.
(0 ratings)
Reviews0
PriceFree
Views1820