paradigm acceptance
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
Demo of Alternate Pagination Paradigm 0.1
This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages. Another feature is that it does not suffer the more>> This is a demo of a model for pagination that differs from others. It has many features that distinguish it from other methodologies, not the least of which is multiple selection of items in the pages. Another feature is that it does not suffer the limitations of html requests lengths, since it uses sessions. Also, it does not go to the database well for each page. Typically, for a given set of access parameters, it only accesses the database once, caching away the results in a session variable. Paging is thus more fluid. It also uses HTML form submit buttons, in conjunction with a select for page jumps, to page through the document as opposed to hyperlinks. This makes for cleaner code in general.<<less
Added: 2006-11-14 License: Freeware Price: $0.00USD
11 downloads
Other version of Demo of Alternate Pagination Paradigm
Price: FreeAdditionalInfoNoincorporationintocommercialproductwithoutexpressconsentofauthor
License:Freeware
License:Freeware
DITrack 0.7
DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X). DITrack is more>> DITrack is a free, open source, lightweight, distributed issue (bug, defect, ticket) tracking system using a Subversion repository instead of a backend database. It is written in Python and runs in UNIX environment (*BSD, Linux, MacOS X). DITrack is a major rethought of the issue tracking system paradigm. The main difference is that instead of sticking to the centralized model (one database, one web interface, one mail integration machinery), DITrack treats underlying Subversion storage as a versioned distributed file system which enables benefits of truly distributed operation mode.<<less
Added: 2007-08-30 License: BSD Price: $0.00USD
11 downloads
RIGEL 0.2.2
RIGEL is a lightweight evolutionary algorithms engine, capable of handling any user-defined genome. more>> RIGEL 0.2.2 offers you a helpful evolutionary algorithms engine that is able to handle any user-defined genome with both genetic-algorithm and evolutionary-strategy optimization paradigms.<<less
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
17 downloads
Easy Framework 0.3.0
Easy Framework implements the Model-View-Controller (MVC) design pattern, and encourages application design based on this paradigm. MVC allows the Web page (i.e. View) to be mostly separated from the internal application code (Controller/Model), making more>> Easy Framework implements the Model-View-Controller (MVC) design pattern, and encourages application design based on this paradigm. MVC allows the Web page (i.e. View) to be mostly separated from the internal application code (Controller/Model), making it easier for designers and programmers to maintain and organise their code. The Model contains the business logic for the application, whereas the Controller forwards the request to the appropriate View component. The view itself should not contain any further logic (apart from some design topics) or even database requests. Easy Framework is not a port of Jakarta Struts or anything else. It doesnt try to mimic anything (of the Java world), but is a collection of "best-practice" experience.<<less
Added: 2005-08-07 License: Other Price: $0.00USD
12 downloads
Aspect-oriented Software Development and PHP 2.0
Aspect Oriented Software Development (AOSD) is a methodology meant to implement new aspects in software component using external components, but without altering the code that implements the core functionality. The AOSD concept was applied originally by more>> Aspect Oriented Software Development (AOSD) is a methodology meant to implement new aspects in software component using external components, but without altering the code that implements the core functionality. The AOSD concept was applied originally by Java developers. They developed a compiler that implements the AOP (Aspect-Oriented Programming, an implementation of AOSD) white box approach, i.e. the compiler the merges the code that implements the software components core functionality with the necessary code alterations to implement the new aspects where necessary. This paper provides an introduction into the paradigm of aspect-oriented software development (AOSD). It includes a multitude of practical examples, provided with a view to objectify such abstract approach as AOSD, as well as to help the reader easily grasp its essence and advantages. The paper is primarily intended for programmers working with PHP. Its aim is to demonstrate a way of applying AOSD in PHP-based project<<less
Added: 2006-05-14 License: Free Non-Commercial Price: $0.00USD
14 downloads
Other version of Aspect-oriented Software Development and PHP
License:Free for non-commercial use
SAPID Gallery 1.0
If you need an open source web based photo album organizer and you have not time for a long study, you can use SAPID Gallery. It is simple but very flexible solution based on XML Sapiens (a paradigm of the managed sites building, a way for the more>> If you need an open source web based photo album organizer and you have not time for a long study, you can use SAPID Gallery. It is simple but very flexible solution based on XML Sapiens (a paradigm of the managed sites building, a way for the independent aspects? effective integration: data, design, and functionality). SAPID Gallery allows multimedia albums creation within your site. You by yourself specify unlimited number of page attributes for each album. Auto resize, thumbnails auto building, WYSIWYG and Ajax-based structure tree are under your control.<<less
Added: 2005-12-24 License: GPL Price: $0.00USD
12 downloads
Other version of SAPID Gallery
License:GPL
The easy way into Ajax with AHAH
AHAH (Asynchronous HTML and HTTP) is a subset of the popular Ajax web programming paradigm, which is easy to code and avoids the hassle of parsing XML or carrying out XSLT transformations. The source code of a generalised (but tiny) Javascript function more>> AHAH (Asynchronous HTML and HTTP) is a subset of the popular Ajax web programming paradigm, which is easy to code and avoids the hassle of parsing XML or carrying out XSLT transformations. The source code of a generalised (but tiny) Javascript function library is given, along with an example implementation in a simple project (a metatag grabber).<<less
Added: 2005-11-19 License: Freeware Price: $0.00USD
14 downloads
libnetdude 0.10
libnetdude is a library for manipulating libpcap/tcpdump trace files. more>> libnetdude 0.10 is known as a library for manipulating libpcap/tcpdump trace files.You may ask why this requires a new library.It provides abstractions on top of the libpcap paradigm that save developers a lot of time by focusing on the relevant parts of their applications.
Moreover, libnetdude supports plugins (dynamically loaded libraries) that can essentially do whatever the programmer desires.When developers write packet manipulation code as libnetdude plugins, this instantly allows other developers to use their tools.ibnetdude provides data types and APIs for the most common situations when dealing with libpcap trace files: trace files of arbitrary size, packets, network protocols, packet iterators, packet filters and more.
Requirements:
- libpcapnav
- tcpdump
- glib
Added: 2007-06-22 License: GPL - X11-style License Price: GPLX11styleLicense
14 downloads
Java Script Boxes (Part II)
As a continuation of the earlier section where we have seen alert box, we will see in section briefly about confirm box and prompt box.The confirm box is one that pops up with two buttons namely OK and Cancel. This box namely Confirm box is used to more>> As a continuation of the earlier section where we have seen alert box, we will see in section briefly about confirm box and prompt box.The confirm box is one that pops up with two buttons namely OK and Cancel. This box namely Confirm box is used to verify from the user for acceptance. If the user accepts then the user presses the Ok button and there by the confirm box returns with a value true and if the user rejects then the user presses the cancel button and there by the confirm box returns false value.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
10 downloads
Wasp 2.00
Wasp is an platform-independent HTML preprocessor. Its like PHP or ASP, except with the powerful Python language at your fingertips. You can add Python code to your pages, expand boiler-plate text, etc. Wasp may be run in three ways. In client mode, more>> Wasp is an platform-independent HTML preprocessor. Its like PHP or ASP, except with the powerful Python language at your fingertips. You can add Python code to your pages, expand boiler-plate text, etc. Wasp may be run in three ways. In client mode, your files are processed in a batch to produce HTML -- no server required. In CGI mode, you get a complete web application framework with cookie and session support, activity logging, error handling (with e-mail notification), a remote debugging utility and more. In server mode Wasp runs its own threaded web server with all the CGI features embedded. In all these cases you get the simplicity of the standard URL = file paradigm. You dont need to write page classes and the like unless you wish to. Your own Python routines can be easily installed as plugins. There are no dependencies on outside libraries. Wasp is designed to be fast, robust and extensible.<<less
Added: 2001-11-05 License: GPL Price: $0.00USD
36 downloads
Other version of Wasp
HoinP 0.4.49
The purpose of this library is to offer a structured way to generate XHTML markup from PHP, without the traditional interleaving of PHP chunks, HTML chunks and echo statements all over. It is an intermediate concept between templating systems (I more>> The purpose of this library is to offer a structured way to generate XHTML markup from PHP, without the traditional interleaving of PHP chunks, HTML chunks and echo statements all over. It is an intermediate concept between templating systems (I dont like the paradigm) and PHP DOM extensions (over complicated for the purpose). It will fit well in MVC designed applications.<<less
Added: 2007-09-18 License: LGPL Price: $0.00USD
13 downloads
LAMP, MySQL/PHP Database driven websites - Part II 1.0
Part II of III. Includes discussion of Many to Many relationships, OOP, PHP Documentor, using classes, and emitting Javascript with PHP. The series was originally titled: LAMP, MySQL/PHP Database driven website design and development, and the more>> Part II of III. Includes discussion of Many to Many relationships, OOP, PHP Documentor, using classes, and emitting Javascript with PHP. The series was originally titled: LAMP, MySQL/PHP Database driven website design and development, and the List-Detail-Post paradigm. Were shortening from here out.<<less
Added: 2005-04-25 License: GPL Price: $0.00USD
19 downloads
Other version of LAMP, MySQL/PHP Database driven websites - Part II
License:GPL
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above paradigm acceptance search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed