Main > Free Download Search >

Free meetings and conventions script

meetings and conventions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 699
PHP validation and verification

PHP validation and verification


This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some more>> This is one the trickiest parts of any application at all. Why is that? Because the developer doesnt control it. You can write the best algorithm in the world, but still if it includes user input there is a place for mistakes. Even if we put some coplicated logic to prevent the input of wrong symbols, check the consistence of the data and do whatever possible to make sure that it is all OK, there is still possibility that the users enter the wrong number. Though all said, we must try to prevent the most of human errors and the best way to do this is by using Regular Expressions. Basicly Regular Expressions are used for string matches. They are based on search and pattern matching strings in text. A lot of books are written about them, there are even some programming languages designed especially for Regular Expressions.<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
13 downloads
Passing and Bablok Regression

Passing and Bablok Regression


Passing and Bablok Regression offers you a helpful tool to make an analogy between clinical methods by researching and analyzing a linear regression procedure. more>>
Passing and Bablok Regression offers you a helpful tool to make an analogy between clinical methods by researching and analyzing a linear regression procedure.
<<less
Added: 2009-08-04 License: BSD - BSD License Price: BSDBSDLicense
downloads
eZ components 2007.2.1

eZ components 2007.2.1


eZ components is an enterprise ready general purpose PHP components library by eZ systems. more>>

eZ components 2007.2.1 is a useful program including independent building blocks for PHP application development eZ components for speeding up development and limiting risks. An application can use one or more components effortlessly as they all adhere to the same naming conventions and follow the same structure.

All components are based on PHP 5.1, except for the ones that require the new Unicode support that will be available from PHP 6 on.

The Base component provides basic functionality that all other components rely on. This basic functionality contains a certain set of exceptions and a mechanism to load components on demand, reducing memory usage. Other components build around this Base component and provide functionality for a whole range of different subjects.

Subjects include reading archive files (.zip, .tar), caching data, database SQL abstraction layer and schema management, debugging and event logging, image analysis and manipulation, in-process communication, sending fully feature mail message, templating and the safe usage of input data. Besides these main features there are also a few other components dealing with a whole range of subjects.

This is a complete list of all the individual libraries that is included in eZ components.

  • Archive
    • Allows you to extract and create archive files, such as .tar (ustar, v7tar and gnutar) and .zip
  • Cache
    • A solution for caching, supporting multiple backends allowing you to specify the best performing solution for your caching-problem.
  • Configuration
    • A component that allows you to use configuration files in different formats.
    • The formats include the standard .ini file, and an array based format.
  • ConsoleTools
    • A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
  • Database
    • A lightweight database layer on to of PHPs PDO that allows you to utilize a database without having to take care of differences in SQL dialects.
  • DatabaseSchema
    • A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
  • Debug
    • This components provides a set of classes that help you to debug an application. It provides timers and report generators for different formats that give a summary of warnings and errors that occurred within your application.
  • EventLog
    • Allows you to log events into files or other storage spaces in different formats.
  • Execution
    • Provides functionality to give feedback to your applications users when a fatal error happened or an uncaught exception was thrown.
  • Feed
    • Provides reading and writing support of RSS (multiple versions) and ATOM feeds.
  • File
    • Provides support for file operations which are not covered by PHP or are just missing.
  • ImageAnalysis
    • This class allows you to analyse image files in different ways. At least the MIME type of the file is returned. In some cases (JPEG, TIFF and GIF) additional information is gathered as well.
  • ImageConversion
    • A set of classes to apply different filters on images, such as colour changes, resizing and special effects.
  • Mail
    • The components allows you construct Mail messages conforming to the RFCs. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send the e-mail. Reading and parsing mail messages comes in version 1.1.
  • PersistentObject
    • This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
  • PhpGenerator
    • Provides a simple interface for creating PHP files and executing PHP code.
  • SystemInformation
    • Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
  • Template
    • A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).
  • Translation
    • A component that reads XML translation definitions (the Qt Linguist format), supports caching of translation contexts and presents you with a class to apply translations to strings. A filter system allows you to transform translation definitions for special use.
  • Url
    • Provides functionality for parsing URL parameters, and path manipulation.
  • UserInput
    • A component that assists you to safely user input variables coming into your application. It builds on top of PHPs filter extension and extends it by providing a more inituitive API.

Major Features:

  1. Designed for enterprise PHP application development
  2. Open source and licensed under the New BSD license
  3. Clear IP rights
  4. Thoroughly documented
  5. Developed, supported and maintained by eZ systems
<<less
Added: 2008-03-29 License: Other Free / Open Source License - NewBSD License Price: OtherFreeOpenSourceLicenseNewBSDLicense
12 downloads
 
Other version of eZ components
eZ components 1.1.1PHP application development eZ components will both speed up development and reduce risks. An ... or more components effortlessly as they all adhere to the same naming conventions and follow
Price: $0.00USD
License:BSD
Download
11 downloads
Added: 2006-01-05
License:BSD Style
Download
1392 downloads
Added: 2006-01-05
If and Else Statements and Operators

If and Else Statements and Operators


Learn If and Else Statements and Operators on a simple way. more>> Learn If and Else Statements and Operators on a simple way.<<less
Added: 2008-02-15 License: Freeware Price: $0.00USD
12 downloads
Globalization and Localization 1

Globalization and Localization 1


Tutorial explains how to make international applications customizable to users belonging to different nations, cultures, or regions. The local is the combination of a language and a country. An application uses the locale to identify the preference more>> Tutorial explains how to make international applications customizable to users belonging to different nations, cultures, or regions. The local is the combination of a language and a country. An application uses the locale to identify the preference of a user.<<less
Added: 2008-06-30 License: Freeware Price: $0.00USD
14 downloads
ASP image resize and convert

ASP image resize and convert


Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample. more>> Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample.<<less
Added: 2007-02-06 License: Freeware Price: Free
656 downloads
HYIPBeings HYIP and Autosurf Lister

HYIPBeings HYIP and Autosurf Lister


his script allows you to create easily and quickly your own HYIP and Autosurf monitor. It also allows you to manage your lists easily and quickly, because all functions are automatic (adding programs, more>> his script allows you to create easily and quickly your own HYIP and Autosurf monitor. It also allows you to manage your lists easily and quickly, because all functions are automatic (adding programs, adding new advertisements, etc.) Try our demo and you will find that this is the most powerful HYIP listing script.<<less
Added: 2006-04-29 License: Freeware Price: FreeAdditionalInfoThescriptisfreebecauseweprofitfromgoogleadsonthepage
1312 downloads
PHP Articles and Tutorials

PHP Articles and Tutorials


Listing of more then 100 Articles on Php Including tips,tricks,how like 1.Apache, MySQL & PHP for Windows 2.Creating Dynamic Website Content with PHP - MySQL 3.PHP Server to Client with No Refresh. 4. more>> Listing of more then 100 Articles on Php Including tips,tricks,how like 1.Apache, MySQL & PHP for Windows 2.Creating Dynamic Website Content with PHP - MySQL 3.PHP Server to Client with No Refresh. 4.Some PHP functions you must know 5.PHP & Dynamic Content<<less
Added: 2006-10-05 License: Freeware Price: Free
1116 downloads
Ringers and More Upload and Download 3.0

Ringers and More Upload and Download 3.0


Want to offer you members or site guests access to your ringers and images, this script will set you apart from the rest. more>> Want to offer you members or site guests access to your ringers and images, this script will set you apart from the rest.<<less
Added: 2005-08-08 License: Freeware Price: $0.00USD
34 downloads
 
Other version of Ringers and More Upload and Download
Ringers and More Upload and DownloadWant to offer you members or site guests access to your ringers and images, this script will set ... Want to offer you members or site guests access to your ringers and images, this script will set
License:Freeware
Download
1537 downloads
Added: 2005-08-08
Free Backlinks and SEO Friendly Directories Latest

Free Backlinks and SEO Friendly Directories Latest


SEO friendly directory specialist. Site offers niche, paid and free lists of quality web directories to build backlinks. Directory script developers and owners can suggest their resources for inclusion using the forum. more>> SEO friendly directory specialist. Site offers niche, paid and free lists of quality web directories to build backlinks. Directory script developers and owners can suggest their resources for inclusion using the forum.<<less
Added: 2005-01-13 License: Freeware Price: $0.00USD
15 downloads
MyMeeting Manage Meeting Decisions And Files 2.0

MyMeeting Manage Meeting Decisions And Files 2.0


MyMeeting is a web application specifically designed to help better manage meetings in government agencies. Initially developed at the Open Source Competency Center (OSCC) MAMPU, it is the first Malaysian government software to be released publicly under more>> MyMeeting is a web application specifically designed to help better manage meetings in government agencies. Initially developed at the Open Source Competency Center (OSCC) MAMPU, it is the first Malaysian government software to be released publicly under the open source BSD license.<<less
Added: 2008-10-09 License: BSD Price: $0.00USD
13 downloads
Meeting Room Scheduler System 3.7.3

Meeting Room Scheduler System 3.7.3


Meeting Room Scheduler System is a free open-source application that provide you a easy way to book/schedule meetings, rooms, video conferences, all via WEB. Multi-language support: English, Portuguese, German, Spanish and Catalan. more>> Meeting Room Scheduler System is a free open-source application that provide you a easy way to book/schedule meetings, rooms, video conferences, all via WEB. Multi-language support: English, Portuguese, German, Spanish and Catalan.<<less
Added: 2007-05-14 License: GPL Price: $0.00USD
11 downloads
 
Other version of Meeting Room Scheduler System
Meeting Room Scheduler SystemMeeting Room Scheduler System is a free open-source application that provide you a easy way to ... Multi-language support: English, Portuguese, German, Spanish and Catalan
Price: FreeAdditionalInfoFREE
License:GPL
Download
571 downloads
Added: 2007-05-14
Read and Writing Cookies

Read and Writing Cookies


Learn how to read and write cookies with ASP through forms. more>> Learn how to read and write cookies with ASP through forms.<<less
Added: 2005-04-05 License: Not Specified Price: Free
1672 downloads
Articles and scripts

Articles and scripts


Articles covering a wide range of high end computer hardware and software and other consumer electronics. We also have thousands of scripts for web developers. more>> Articles covering a wide range of high end computer hardware and software and other consumer electronics. We also have thousands of scripts for web developers.<<less
Added: 2005-04-22 License: Price: 0.00 Price: $0.00USD
11 downloads
Long Date And Time Format

Long Date And Time Format


The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005 more>> The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005<<less
Added: 2005-05-12 License: Freeware Price: Free
1631 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5