meetings and conventions
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
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>>
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.
- 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.
- 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.
- 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.
-
- 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.
- 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).
- 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:
- Designed for enterprise PHP application development
- Open source and licensed under the New BSD license
- Clear IP rights
- Thoroughly documented
- Developed, supported and maintained by eZ systems
License:BSD
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
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
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
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
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
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
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
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
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
License:GPL
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
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
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