Main > Free Download Search >

Free patterns script

patterns

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 72
AJAX Design Patterns

AJAX Design Patterns


Excellent tutorial on how to build an Ajax-powered Web site, with dynamic page loads. more>> Excellent tutorial on how to build an Ajax-powered Web site, with dynamic page loads.<<less
Added: 2006-11-10 License: Freeware Price: Free
1096 downloads
Design Patterns with PHP: The Singleton PHP5

Design Patterns with PHP: The Singleton PHP5


An introduction to the singleton design pattern and how it can help you. Whats it good for? come on it and read to see! more>> An introduction to the singleton design pattern and how it can help you. Whats it good for? come on it and read to see!<<less
Added: 2008-05-15 License: Other Price: $0.00USD
12 downloads
Observer pattern in PHP

Observer pattern in PHP


Observer pattern is one of the most powerful design patterns. Whole application can be build based on it. This tutorial demonstrates its possibilities. more>> Observer pattern is one of the most powerful design patterns. Whole application can be build based on it. This tutorial demonstrates its possibilities.<<less
Added: 2009-02-25 License: Freeware Price: $0.00USD
13 downloads
PAS 3.6

PAS 3.6


PAS is an application server for PHP. Created to database business applications. It let you apply the MVC (Model View Controler) pattern to your applications. Separation between business logic and presentation. Event Management, Database Registry, more>> PAS is an application server for PHP. Created to database business applications. It let you apply the MVC (Model View Controler) pattern to your applications. Separation between business logic and presentation. Event Management, Database Registry, templates to manage Forms, Reports, Package management. Maximum reuse of code. Its main purpose is to speed up development database driven web application by taking care of all the time consuming task. It now comes with a visual package installer to install any PHP / MySQL application in 1 click.<<less
Added: 2000-06-16 License: Other Price: $0.00USD
10 downloads
Writers Block

Writers Block


A free, flexible, elegant blogging/article publishing system that helps you maintain any web site you want, at any size you want, with no hassle and no restrictions. Blog with changeable dates and dra more>> A free, flexible, elegant blogging/article publishing system that helps you maintain any web site you want, at any size you want, with no hassle and no restrictions. Blog with changeable dates and draft status, or make Mini Blogs independent from the main one. Create Anypages, blank dynamic pages that can hold anything from a list to an embedded application. Use special template tags in regular (X)HTML files to insert content exactly where you want it. Protect comments with a future-proof anti-spam package, including REGEX pattern-matching blacklists and automatic comment thread closing. Help your readers get involved with a dynamic Sitemap and RSS/Atom feeds. Create draft items, sort items into categories that *you* define, and even give them custom text URLs that *mean* something: why link to a difficult ID number when you can link to a memorable name? Visit for a large-scale demonstration.<<less
Added: 2005-10-25 License: GPL Price: Free
1463 downloads
Pattern Matching in Regular Expressions

Pattern Matching in Regular Expressions


Regular expressions are all about matching the userâ??s input to the application requirements. Although the system could accept any data without regular expressions, it will not push through since it will never be authenticated. With smart usage of more>> <<less
Added: 2009-05-14 License: Freeware Price: $0.00USD
14 downloads
AbleLogger 1.00

AbleLogger 1.00


AbleLogger is a PHP4/MySQL program which provides a streamlined interface for logging visits to your website and tracking visitation patterns or specific users. AbleLogger is not intended to be an all-encompassing stats package, rather a tracking tool more>> AbleLogger is a PHP4/MySQL program which provides a streamlined interface for logging visits to your website and tracking visitation patterns or specific users. AbleLogger is not intended to be an all-encompassing stats package, rather a tracking tool to provide the level of useful analysis missing in many full-scale stats packages. AbleLogger is best used in conjunction with a full featured stats package that displays things like page views and bandwidth by month, top referers, browser stats, most popular pages, error pages, etc.<<less
Added: 2003-11-19 License: Freeware Price: $0.00USD
11 downloads
 
Other version of AbleLogger
AbleLoggerAbleDesign - interface for logging visits to your website and tracking visitation patterns or specific users. AbleLogger is not intended to be an all. AbleLogger is a PHP4
License:Freeware
Download
2166 downloads
Added: 2003-11-19
PCRE Cheat Sheet

PCRE Cheat Sheet


A printable PDF PCRE regular expressions cheat sheet. Featuring: functions and their arguments, base character classes, meta characters, quantifiers, pattern modifiers, point based assertions and subp more>> A printable PDF PCRE regular expressions cheat sheet. Featuring: functions and their arguments, base character classes, meta characters, quantifiers, pattern modifiers, point based assertions and subpattern modifiers and assertions.<<less
Added: 2006-03-14 License: Freeware Price: Free
1327 downloads
phpDataMapper Beta 0.5

phpDataMapper Beta 0.5


phpDataMapper is a project to add the power and flexibility of a full-featured DataMapper to any PHP project in a very easy and portable way. It is an implementation of the Data Mapper pattern written in object-oriented PHP5. Work with native PHP more>> phpDataMapper is a project to add the power and flexibility of a full-featured DataMapper to any PHP project in a very easy and portable way. It is an implementation of the Data Mapper pattern written in object-oriented PHP5. Work with native PHP objects as rows for saving updating, and displaying information. Easy finder methods, Simple and automated table relations, and much more.<<less
Added: 2009-02-19 License: Other Price: $0.00USD
10 downloads
JumpLoader 2.0.1

JumpLoader 2.0.1


PLEASE REVIEW AND EDIT CAREFULLY JumpLoader is a Java applet designed to upload files from the client to a server. more>> JumpLoader 2.0.1 is developed to be a Java application which can easily upload files from the client to a server and it is a valuable replacement for input type="file" rudiment of HTML. This is suitable tool for webmasters who wish to provide a better way for users to upload files to their websites. This could be photo galleries, web hosting providers or any kind of service that requires user files retrieval.

Major Features:

  1. Upload utilizing HTTP(S) protocol.
  2. Image thumbnail support.
  3. Integrated file system browser.
  4. Transparent proxy support.
  5. Browser cookie support.
  6. Unlimited file count.
  7. Unlimited file(s) length.
  8. Concurrent upload of multiple files.
  9. Upload progress monitor.
  10. Upload directories.
  11. Resume broken uploads.
  12. Internationalization.
  13. Custom attributes.
  14. Partitioned file upload.
  15. Configure constraints for files allowed to upload (file name pattern, file length, total length).
  16. Manage queue (add, remove, abort, retry files), even while uploading.
  17. Add files using preferred way: drag and drop, standard file dialog or integrated file system browser
  18. Custom version build with a kit.
  19. Customizable view.
  20. Configurable upload options (target URL, request parameters).
  21. Receive custom errors from server.
  22. JavaScript callbacks (notifications).
  23. Model interface for JavaScript.
  24. View interface for JavaScript.
<<less
Added: 2007-10-25 License: Freeware Price: Freeware
1 downloads
Use Asynchronous Execution Pattern in ASP.NET 1

Use Asynchronous Execution Pattern in ASP.NET 1


Asynchronous operations or execution pattern is another face of multithreading. Some operations are time consuming, take long time to complete, and block user interface waiting for their completion. This tutorial explains how to to create more>> Asynchronous operations or execution pattern is another face of multithreading. Some operations are time consuming, take long time to complete, and block user interface waiting for their completion. This tutorial explains how to to create asynchronous pages for long time consuming operations.<<less
Added: 2007-03-22 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Use Asynchronous Execution Pattern in ASP.NET
License:Freeware
Download
976 downloads
Added: 2007-03-22
phpTrafficA 2.2

phpTrafficA 2.2


phpTrafficA is a free and GPL statistical tool for website monitoring, written in php and mySQL. With phpTrafficA, you can follow - Global access to your domains - Individual page statistics - Referrers - Search engines - Countries - Operating more>> phpTrafficA is a free and GPL statistical tool for website monitoring, written in php and mySQL. With phpTrafficA, you can follow - Global access to your domains - Individual page statistics - Referrers - Search engines - Countries - Operating systems Screen resolutions - Web browsers - Visitor retention - Visitor path - Traffic patterns - and a lot more! It is a lightweight webstats program, with multi-site monitoring, real IP to country database, no need for admin rights on the server, and a user interface in 12 languages: English, French, Russian, Spanish, German, Dutch, Polish, Romanian, Italian, Korean, Lithuanian, and Swedish.<<less
Added: 2005-04-17 License: GPL Price: $0.00USD
10 downloads
 
Other version of phpTrafficA
phpTrafficAWeb browsers - Visitor retention - Visitor path - Traffic patterns - Map Location of Latest Visitors - and a lot more! It is a lightweight webstats program, with multi-site monitoring, real IP
License:GPL
Download
1661 downloads
Added: 2005-04-17
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
Writer's Block 3.8

Writer's Block 3.8


A free, flexible, elegant blogging/article publishing system that helps you maintain any web site you want, at any size you want, with no hassle and no restrictions. Blog with changeable dates and draft status, or make Mini Blogs independent from the more>> A free, flexible, elegant blogging/article publishing system that helps you maintain any web site you want, at any size you want, with no hassle and no restrictions. Blog with changeable dates and draft status, or make Mini Blogs independent from the main one. Create Anypages, blank dynamic pages that can hold anything from a list to an embedded application. Use special template tags in regular (X)HTML files to insert content exactly where you want it. Protect comments with a future-proof anti-spam package, including REGEX pattern-matching blacklists and automatic comment thread closing. Help your readers get involved with a dynamic Sitemap and RSS/Atom feeds. Create draft items, sort items into categories that *you* define, and even give them custom text URLs that *mean* something: why link to a difficult ID number when you can link to a memorable name? Writers Block runs the authors website, so visit for a large-scale demonstration.<<less
Added: 2005-10-25 License: GPL Price: $0.00USD
13 downloads
ArGender 1.0

ArGender 1.0


This class attempts to guess the gender of Arabic names. In Arabic, feminine names are formed by adding certain characters sequences at the end of the masculine names. This class analyses a names to see if it contains characters patterns at the more>> This class attempts to guess the gender of Arabic names. In Arabic, feminine names are formed by adding certain characters sequences at the end of the masculine names. This class analyses a names to see if it contains characters patterns at the end of the names that are typical of feminine names. The class can analyse names represented as strings encoded with the characters sets Windows-1256, ISO 8859-6, or UTF-8. This class is part of Khaled Al-Shamaa project for PHP and Arabic language: http://www.al-shamaa.com/ php/arabic/<<less
Added: 2007-09-19 License: GPL Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5