meetings and conventions magazine
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
Executables and spam filter
Email Virus filter, uses Sendmail, Milter, Perl. Rejects emails with executable attachments (plain or in zip archives). Also filters by senders, subjects and body keywords. Email is rejected at the connection time so you dont spam innocent victims with more>> Email Virus filter, uses Sendmail, Milter, Perl. Rejects emails with executable attachments (plain or in zip archives). Also filters by senders, subjects and body keywords. Email is rejected at the connection time so you dont spam innocent victims with the autoresponder emails.<<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
TYPOlight Content Management Framework 1.0.1
TYPOlight is an Open Source Content Management Framework that specializes in accessible websites and is accessible itself (frontend and backend!). Its open API makes it possible to extend the system and to customize its functionality. TYPOlight uses more>> TYPOlight is an Open Source Content Management Framework that specializes in accessible websites and is accessible itself (frontend and backend!). Its open API makes it possible to extend the system and to customize its functionality. TYPOlight uses XHTML and CSS to render pages meeting W3C requirements and provides a powerfull CSS engine to manage style sheets.<<less
cattaDoc integrated document management (IDM)
With cattaDoc you get a web-based, integrated document management package which can help you to quickly find your documents, to keep track of your document relations to projects as well as customers, more>> With cattaDoc you get a web-based, integrated document management package which can help you to quickly find your documents, to keep track of your document relations to projects as well as customers, suppliers and partners, to manage your document processes - your business processes concerning documents - through version control, check-out/check-in, reviews, event history etc., and to reuse your documents and the knowledge in them. Advanced security in cattaDoc means that each object has an Access Control List (ACL) specifying permissions for that particular object. cattaDoc is available in English and in Danish - and is prepared for translation into other languages as well. New in version 2.2: a new contact class where you can record meetings, telephone conversations etc. without creating a proper document + Introduction of many-to-many relations between companies / contact persons on the one hand and documents on the other hand + Improved and uniform handling of master data + more!<<less
ImageGreyScale and ImageBW 1.00
This easy functions converts image to greyscale or black and white using many various alogorithms. (Floyd/Steinberg, Burkes, ...) more>> This easy functions converts image to greyscale or black and white using many various alogorithms. (Floyd/Steinberg, Burkes, ...)<<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
TimeTrex Time and Attendance
TimeTrex is a complete Web-based payroll and time management suite that offers employee scheduling, time and attendance (timeclock, timesheet/timecard), job costing, invoicing, and payroll in a single more>> TimeTrex is a complete Web-based payroll and time management suite that offers employee scheduling, time and attendance (timeclock, timesheet/timecard), job costing, invoicing, and payroll in a single package. Employees can use Web browsers or timeclocks to track their time and attendance, check their own timesheet for missed punches, and respond to flagged timesheet errors. Payroll administrators can quickly generate paystubs and process payroll based off timesheet information or export timesheet data to other applications.<<less
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
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
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
JavaScripts and CSS Compressor
Compressing your scripts will make them download faster, reduce bandwidth usage and make it harder for others to steal your code. The javascript compressor leaves function names and global variables u more>> Compressing your scripts will make them download faster, reduce bandwidth usage and make it harder for others to steal your code. The javascript compressor leaves function names and global variables untouched, so your script will continue to work with other scripts.<<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
Rails and SQL queries
Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with pl more>> Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.<<less
Voip conference calling 1.00
Do you want to communicate with business partners and clients?. Do you you want to conduct business meetings over the phone?. Do you feel the need to communicate with your family?. Try the conference calling solution by Cognigen a Nasdaq listed more>> Do you want to communicate with business partners and clients?. Do you you want to conduct business meetings over the phone?. Do you feel the need to communicate with your family?. Try the conference calling solution by Cognigen a Nasdaq listed company.You will get a Toll-free number with voip service . On-Demand Fully Automated Service Available 24x7 No Reservations FREE Call Recordings FREE Q&A Program FREE Scheduling of Calls - Great Security LIVE In-Call Web Control: Mute/Kick callers from web View all participants on call Customer Codes Unique per participant (attendance recording, etc) Single use only - stop code sharing Recording playback for missed calls Much more! Visit our website to use our best rate calculator!<<less