Main > Free Download Search >

Free 2.8 script

2.8

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 26
Web2Cal Basic 1.2.8

Web2Cal Basic 1.2.8


Web2Cal Basic is created to be a useful ajax control to mimic google calendar or outlook calendar in your application. more>>

Web2Cal Basic 1.2.8 is created to be a useful ajax control to mimic google calendar or outlook calendar in your application. Provide a slick user interface to all your calendaring needs. The application fits almost any scheduling needs such as Health Clubs, Massage Therapists,Webmail
Medical Practices, Hair Salons, Manage Employees Time, Appointments, Meeting Rooms.

Major Features:

  1. Multiple Views: Choice of Week, Month, Day, WorkWeek, Agenda, Custom # of days Workshift views!
  2. Drag and Drop Interface: This Intuitive Drag and Drop interface enables you to provide an ultimate User Experience. And again, you don't have to worry about any complexities in supporting drag-drop.
  3. Quickly Toggle between Groups: Unclutter the Calendar with a simple click. See only the Items you want to see, with a simple click.
  4. Free Version Available: a free version provides adequate functionalities to most sites around to display events in a web 2.0 Calendar
  5. Quick Navigation via Mini Calendar:Use the minicalendar display to navigate to any date. Display the minicalendar on the left nav or as a popup, but just flipping the options flag
  6. Extremely Customizable: With over 35 options to customize, Make the calendar work for your site by just flipping flags.
  7. Templates in Plain HTML:No complex javascripting necessary. All complexities of a web 2 calendar Engine are hidden. You create the template which suits your needs with NO limitations. Calendar will invoke the right Template.
  8. Properties for each Event: You can mark individual Events to be resizable or movable.
  9. Control with Callback Methods: Calendar allows you to control all events with callback methods. Providing you all the information necessary to complete your task. This also allows you to interface with any back end system / Technology.
  10. Multiple Platforms/Browsers Support: Web Calendar is written and designed to be independent of the language you use to develop your applications. It also supports Multiple Browsers.
  11. Workshift view: is a very unique way of visually representing workshifts of employees working in different groups.
<<less
Added: 2009-07-30 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
downloads
OSWorkflow 2.8.0

OSWorkflow 2.8.0


This is a low level workflow implementation written in Java more>>

OSWorkflow 2.8.0 is considered as a smart and useful application that is known as a "low level" workflow implementation written in Java. It does not use a graphical tool for developing workflows, but can be configured by writing a xml file as the main conf file for the workflow process.

Graphical solutions dont provide the flexibility to properly fulfill all requirements in a full-blown application. In this way the programmer can go in and customize the OSWorkflow after his specific needs.

Situations like "loops" and "conditions" that might be represented by a graphical icon in other workflow systems must be "coded" in OSWorkflow.

Major Features:

Compiling from CSV: To get the latest version of OSWorkflow,it is recommend that the source via CSV is to be downloaded and compiled using the Jakarta Ant build script provided there. Compiling OSWorkflow from source is trivial with the following ant targets:

  1. jar (default) - compiles the library osworkflow.jar
  2. example-war - compiles and assembles osworkflow-2.8.0-example.war, which is configured to use memory persistence and should deploy without any configuration into most web containers.
  3. example-ear - compiled and assembles osworkflow-2.8.0-example.ear, which is a J2EE application that is configured to use osworkflow with the EJB persistence store. Some configuration of data sources is required, as well as a full J2EE application server.
  4. client-jar - compiled and assembles designer.jar, which is a Swing GUI workflow designer application that can be used to visually inspect and edit workflows.

Enhancements

  • AbstractWorkflow.getVariablesFromMaps unsafe use of PropertySet
  • transientVars currentSteps list not updated soon enough after step transition for post-functions
  • Tutorials code snippets
  • AbstractWorkflow fails to load XML configuration after redeployment on BEA Weblogic 7.0.2
  • The test case should not depend on mckoi lib
  • Actions tag shoukld alow just only common-action
  • No results at all from designer
  • Bug with Websphere Application Server 5.1..0.4, error creating new workflow instance
  • Exception orrured when invoking getAvailableActions() and doAction()
  • Common actions written out as duplicates
  • NPE in initial action if conditionalResult is not empty
  • Cant use input parameters in workflow
  • Creating Trigger Functions via API does not work
  • Order of results from Workflow.getHistorySteps(long) is variable
  • Multiple evaluations of action restrict-to conditions
  • Cant get the tutorial to work. Please help !
  • (Conditional)ResultDescriptor does not write due-date to xml
  • canModifyEntryState dont manage COMPLETED entry state
  • Workflow does not escape XML entities when saving itself
  • null getAction of initial-action
  • getAvailableActions return false on exception
  • Scheduled workflow doesnt get the right config
  • Designer can not display join condition editor
  • moveToHistory bug in implicit finish step
  • Broken compatibility with previous versions
  • Documentation or DefaultConfigurator error
  • CreateNewStep even actions finish attribute is set to true
  • Bug in cache management
  • AbstractWorkflow NPE: cache.put(action, result);
  • HibernateWorkflowStore/SpringHibernateWorkflowStore problem
  • JDBCWorkflowFactory: getWorkflow(name) doesnt work unless in debug mode
  • com.opensymphony.workflow.designer.WorkflowGraphModel has classcastexception
  • Persistence JDBCStore with Mysql fail
  • Cannot KILL a Workflow instance
  • Defining a conditional-result in an initial-action causes an NPE
  • Problems with doAction
  • Manifest entry in latest OSWorkflow violates spec
  • Join transition failure
  • Inconsistency between MemoryWorkflowStore & JDBCWorkflowStore w.r.t step functions
  • Selecting the Conditions Type throws a NoSuchMethodException
  • beanshell condition can not access transientVars
  • Duplicate entry constraint with MySQLWorkflowStore
  • Patch to SpringTypeResolver.setFunctions
  • Inconsistent transientVars behaviour
  • Unable to compile OSWorkflow from Ant script
  • ClassCastException in LocalEJBCondition
  • Incorrect javadoc for the com.opensymphony.workflow.util.Caller class.
  • Incorrect javadoc for the com.opensymphony.workflow.util.MostRecentOwner class.
  • The value of the attribute "auto" of the element "action" is being checked ONLY for the value "true".
  • Implicit calls cannot update the transientVars Map
  • Due date does not supported in queries (HibernateStore+Spring)
  • XMLWorkflowFactory.WorkflowConfig doesnt implement Serializable interface
  • New load signatures on WorkflowLoader break compatibility with code complied with 2.7
  • Actions within workflow descriptior should escape invalid characters.
  • Designer doesn`t show the join ID
  • Improve javadocs for Configuration
  • WorkflowException does not show stack trace of inner exception
  • Eclipse project classpath fix
  • Add isModifiable() method to AbstractWorkflowFactory
  • Add "createdStep" to transientVars
  • Query OS_CURRENTSTEP instead of OS_WFENTRY in JDBCWorkflowStore.java
  • Query Speed w/ JDBCWorkflowStore.java can be abysmal
  • Mangled stacktraces from BSH scripts
  • AbstractWorkflow private methods could be protected
  • Due Date Queries and Duplicate Code Reduction
  • MemoryWorkflowStore fixes to work with Due Date
  • Persistence Updates for Due Date
  • Role/Group attribute for result
  • Separate Thread to execute auto actions in transitionWorkflow
  • currentSteps is empty for pre-functions at the first step
  • Interface WorkflowFactory instead of class AbstractWorkflowFactory
  • Pluggable ScriptVariableParser
  • Consolidation of three identical Conditions
  • Conditions and condition xml element order in Workflow description
  • Limitation while inheriting MySQLWorkflowStore
  • Visibility of the inner class com.opensymphony.workflow.loader.XMLWorkflowFactory.WorkflowConfig
  • Adding version into jar manifest
  • The inner com.opensymphony.workflow.JoinNodes$DummyStep class should be made private.
  • The attribute "step" of both the elements "result" and "unconditional-result" could be made #REQUIRED instead of #IMPLIED.
  • There should exist a mechanism that allows removing of all the info about unnecessary workflow entry from the store.
  • Add setter for beanProvider to DefaultVariableResolver.
  • Request for global actions that do not change workflow step.
  • Plugin model for fucntion and condition (Spring/BeanShell).
  • Global condition/function.
  • Dynamic number of split states.
  • actionId in getAvailableActions.
  • Display a live graph.
  • Function and Conditions to be displayed on the Edge(Action).
  • Type base -> Instance base.
  • BSF doesnt work with new Jakarta package.
  • SQL Script for OSWorkflow for DB2 Databases.
  • Hibernate 3 support.
  • TransientVars supplied to conditions in external-permission.

Requirements:

  • OSCore 2.0.1+.
  • PropertySet 1.2+.
  • Jakarta commons-logging.
  • BeanShell (optional).
  • BSF (optional).
  • EJB interfaces.
  • XML parser (Not required for JDK 1.4).
<<less
Added: 2009-06-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
12 downloads
MySQL 5.1.31 Improved Extension for PHP 5.2.8 Win32 (MySQLi) 5.1.31 / 5.2.8

MySQL 5.1.31 Improved Extension for PHP 5.2.8 Win32 (MySQLi) 5.1.31 / 5.2.8


For Windows 32-bit Threadsafe PHP ONLY! Includes: PHP Version: 5.2.8 MySQL Improved Client API version : 5.1.31 more>> For Windows 32-bit Threadsafe PHP ONLY! Includes: PHP Version: 5.2.8 MySQL Improved Client API version : 5.1.31<<less
Added: 2009-03-01 License: PHP Price: $0.00USD
11 downloads
MySQL 5.1.31 Improved Client Extension for PHP 5.2.8-NTS Win32 (MySQLi) 5.1.31 / 5.2.8

MySQL 5.1.31 Improved Client Extension for PHP 5.2.8-NTS Win32 (MySQLi) 5.1.31 / 5.2.8


*** For Windows 32-bit Non-Threadsafe PHP ONLY! *** Includes: PHP Version: 5.2.8-nts MySQL Improved Client API version : 5.1.31 more>> *** For Windows 32-bit Non-Threadsafe PHP ONLY! *** Includes: PHP Version: 5.2.8-nts MySQL Improved Client API version : 5.1.31<<less
Added: 2009-03-01 License: PHP Price: $0.00USD
12 downloads
MySQL 5.1.31 Client Extension for PHP 5.2.8 Win32 5.1.31 / 5.2.8

MySQL 5.1.31 Client Extension for PHP 5.2.8 Win32 5.1.31 / 5.2.8


For Windows 32-bit Threadsafe PHP ONLY! Includes: PHP Version: 5.2.8 MySQL Client API version : 5.1.31 more>> For Windows 32-bit Threadsafe PHP ONLY! Includes: PHP Version: 5.2.8 MySQL Client API version : 5.1.31<<less
Added: 2009-02-22 License: PHP Price: $0.00USD
12 downloads
MySQL 5.1.31 Client Extension for PHP 5.2.8-NTS Win32 5.1.31 / 5.2.8

MySQL 5.1.31 Client Extension for PHP 5.2.8-NTS Win32 5.1.31 / 5.2.8


*** For Windows 32-bit Non-Threadsafe PHP ONLY! *** Includes: PHP Version: 5.2.8-nts MySQL Client API version : 5.1.31 more>> *** For Windows 32-bit Non-Threadsafe PHP ONLY! *** Includes: PHP Version: 5.2.8-nts MySQL Client API version : 5.1.31<<less
Added: 2009-02-22 License: PHP Price: $0.00USD
15 downloads
EWS : Easy Web Server 2.00

EWS : Easy Web Server 2.00


EWS is a package of open source applications configured for instant web publishing or development. In a near future, EWS will have the ability to auto update his components directly from component web sites. It was made first for French WDScript CGI more>> EWS is a package of open source applications configured for instant web publishing or development. In a near future, EWS will have the ability to auto update his components directly from component web sites. It was made first for French WDScript CGI but i think it can be helpful for most of php developers too. English and French - EWS Manager 2.00 - WDScript 2.4.3-12 - Apache 2.2.9 - PHP4Apache22 5.2.6 - eAccelerator 0.9.5.3 - MySQL 5.0.51a - PHPMyAdmin 2.11.6 - Webalizer 2.01 XT - Mini Perl 5.8.3 - Smarty 2.6.19 - SQLite 2.8.14 - SQLiteManager 1.2.0 - SlimFTPd 3.16 - PHPsFTPd 0.5 http://e.w.s.free.fr/inde x_us.php<<less
Added: 2008-07-27 License: LGPL Price: $0.00USD
98 downloads
Cooking Recipe Portal 2.8

Cooking Recipe Portal 2.8


World Recipe V2.8 is an ASP.NET 2.0 C# N-Tier application and SQL 2005 Database with stored procedure to contain and display recipes in a wide variety of categories, also allow your visitors to post their favorite recipes, rate recipe and add comment. more>> World Recipe V2.8 is an ASP.NET 2.0 C# N-Tier application and SQL 2005 Database with stored procedure to contain and display recipes in a wide variety of categories, also allow your visitors to post their favorite recipes, rate recipe and add comment. You can edit/delete recipes or comments in a password protected admin recipe manager area. Features: Cooking Blog/Article RichText Editor Recipe of the Day Last Viewed Recipe in the last 4 Hours Configure SMTP server address and Webmaster email Enabled/Disabled Comment Through the Admin Page Send to a Friend Email in HTML Format Cross browser compatibility Search capability Email notifications Advanced Admin Management Extremely extensible RSS Feeds Link ratings Link reviews<<less
Added: 2008-06-18 License: GPL Price: $0.00USD
14 downloads
DansGuardian 2.8.0.0

DansGuardian 2.8.0.0


DansGuardian is an award winning Open Source web content filter. more>> DansGuardian 2.8.0.0 brings you a wonderful Open Source web content filter tool which currently runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and Solaris.

It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering. It does not purely filter based on a banned list of sites like lesser totally commercial filters.
DansGuardian is designed to be completely flexible and allows you to tailor the filtering to your exact needs. It can be as draconian or as unobstructive as you want.

The default settings are geared towards what a primary school might want but DansGuardian puts you in control of what you want to block.

The content phrase filtering will check for pages that contain profanities and phrases often associated with pornography and other undesirable content. The POST filtering allows you to block or limit web upload. The URL and domain filtering is able to handle huge lists and is significantly faster than squidGuard.

The filtering has configurable domain, user and source ip exception lists. SSL Tunneling is supported.
The configurable logging produces a log in an easy to read format which has the option to only log the text-based pages, thus significantly reducing redundant information such as every image on a page.

All parts of DansGuardian are configurable thus giving the end administrator user total control over what is filtered and not some third-party company.

Major Features:

  1. Significantly cheaper than IGear (one of the best commercial filters).
  2. Can block adverts by the use of an advert URL block list.
  3. Can filter text and HTML pages for obscene (sexual, racial, violent, etc) content.
  4. Uses an advanced phrase weighting system to reduce over or under blocking.
  5. Can filter sites using the PICS labeling system.
  6. Can filter according to MIME type and file extension.
  7. Can filter according to URLs including Regular Expression URLs.
  8. URL filtering is compatible with squidGuard black lists.
  9. The URL filtering is able to filter https requests.
  10. Can work in a whitelist mode where all sites except those listed are blocked.
  11. Can block all IP based URLs.
  12. Is able to block sites when users try using the IP address of the site instead.
  13. Produces a log in a very human readable format.
  14. Optionally produces a log in CSV format for easy import into databases etc.
  15. Is able to log the username using either Ident or basic proxy authentication.
  16. It has the ability to switch off filtering for specified sites, parts of sites, browser IPs and usernames.
  17. Can block specified source IPs and usernames.
  18. Can block or limit web uploading (e.g. attachments in Hotmail).
  19. Has the ability to work in a stealth mode where it logs sites that would have been blocked, but does not block them. This allows you to monitor your users without them knowing.
  20. Uses a very intelligent algorithm to match phrases in web pages mixed in with HTML code and white space.
  21. Big5, Unicode and top-bit set characters can be used in search phrases.
  22. DansGuardian 2.4.0 is over 6 times faster than DansGuardian 1.x.x.
  23. URL filtering is significantly faster than squidGuard.
  24. The configuration lists use the same incredibly fast code that allows them all to be hundreds of thousands of entries long.
  25. 100% C and can compile on GCC 3.
  26. Can be made to re-read config files with a HUP signal.
  27. Works perfectly in conjunction with Squid and Oops.
  28. Has no 3rd party library requirements (no nb as was used in version 1) so can be installed much easier and so is also provided as an RPM.
  29. Supports (adds) the squid X-Forwarded-For header line.
  30. Supports compressed (Content-Encoding gzip and deflate) HTML.
  31. Can be made to only listen on 1 IP.

Requirements:

  • GNU C++
<<less
Added: 2008-06-11 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
24 downloads
CImg Library 1.2.8

CImg Library 1.2.8


CImg Library is an open source C toolkit for image processing. more>> CImg Library 1.2.8 is a program which appears as an open source C toolkit for image processing. It supports classes and functions to load, save, process and display images in your own C code.

Major Features:

  1. Consist only of a single header file CImg.h that must be included in your C program source.
  2. Contain useful image processing algorithms for image loading/saving, displaying, resizing/rotating, filtering, object drawing (text, lines, faces, curves, ellipses, 3D objects, ..), etc...
  3. The main image class can represent images up to 4-dimension wide (x,y,z,v) (from 1-D scalar signals to 3-D multi-channel volumes), with template pixel types.
  4. Depend on a minimal number of libraries : you can compile it only with standard C libraries. No need for exotic libraries and complex dependencies.
  5. Additional features appear with the use of ImageMagick, libpng, libjpeg or XMedCon. Install the Image-Magick package or link your code with libpng and libjpeg to be able to load and save standard compressed image formats (GIF,BMP,TIF,JPG,PNG,...).
<<less
Added: 2008-06-04 License: GPL - GNU Public License Price: GPLGNUPublicLicense
15 downloads
IMP Webmail Client 4.2

IMP Webmail Client 4.2


IMP Webmail Client is a set of PHP scripts that implement an IMAP based webmail system. more>>

IMP Webmail Client 4.2 is created as a set of PHP scripts that implement an IMAP based webmail system. Assuming you have an account on a server that supports IMAP, you can use an installation of IMP to check your mail from anywhere that you have web access.

It is written in PHP and provides webmail access to IMAP and POP3 accounts.There are several current branches of IMP. IMP 4.1.x is the current production version of the stable branch. It requires PHP 4.3.0 and version 3.x of the Horde framework. It adds new features like crypting support, flexible charset handling, virtual folders for saved searches, a WYSIWYG editor for creating HTML messages, improved MIME message handling, and many more.

IMP 3.2.8 is the latest production version of the previous stable branch. It requires PHP 4.1.0 and version 2.0 of the Horde framework. It adds advanced features such as searching multiple mailboxes, identities, and a hierarchical mailbox navigator, as well as a cleaner, redesigned user interface. As with IMP 2.2 before it, it passes the "MIME Torture Test" that UW makes available.

Major Features:

  1. Spell checking
  2. Mail filtering (must install ingo module)
  3. Message searching
  4. Many Mime viewers (over ?)
  5. Encrypting, signing, decrypting and verifying of signed and encrypted messages (PGP/GPG and S/MIME)
  6. Robust/comprehensive/easy-to-use UI
  7. Full charset support in folders, mailbox, message and compose views
  8. Mail folders in the left menu
  9. Preview of attachments in compose view
  10. Send attachments as links
  11. Option to not save attachments with sent mail
  12. Navigation through message and mailbox views with arrow keys
  13. View all messages of a thread
  14. HTML message composition with a cross-browser WYSIWIG editor
  15. Fetching mails from other email accounts to view with IMP
  16. Message previews in mailbox view
  17. Management of shared IMAP folders
  18. Priority settings for composed messages
  19. User management for supported IMAP servers
  20. Integrated quota support
  21. Support for mailing list headers
  22. Ability to forward multiple messages at once
  23. Downloading of all attachments from a message as a single ZIP file
  24. Stripping individual attachments from messages
  25. Alias and "tied to" addresses in user identities
  26. Graphical emoticons and country flags in message view
  27. IMAP mailbox subscription support
  28. Available in many languages

Requirements: PHP 4.3.0 or later

<<less
Added: 2008-05-28 License: GPL - GNU Public License Price: GPLGNUPublicLicense
13 downloads
Flash MP3 Player for your site 2.8

Flash MP3 Player for your site 2.8


This is a real simple flash mp3 player. The music is loaded to the music directory and the php scripts do the rest. The scripts read the id3 tags of the mp3 files and display them in the play list. No matter how many files it will read the entire more>> This is a real simple flash mp3 player. The music is loaded to the music directory and the php scripts do the rest. The scripts read the id3 tags of the mp3 files and display them in the play list. No matter how many files it will read the entire directory.<<less
Added: 2008-04-07 License: GPL Price: $9.95USD
13 downloads
HtmlBox 2.8

HtmlBox 2.8


Cross-browser interactive open-source HTML textarea built on top of the jQuery library. Tested with Mozilla Firefox, Inrernet Explorer, Opera, Netscape and Safari. HtmlBox makes possible to convert any textarea and transform it into an easy to use more>> Cross-browser interactive open-source HTML textarea built on top of the jQuery library. Tested with Mozilla Firefox, Inrernet Explorer, Opera, Netscape and Safari. HtmlBox makes possible to convert any textarea and transform it into an easy to use HTML editor. The intuitive interface makes it easy to build small HtmlBoxes with just several buttons, or large full featured and nice looking HtmlBox editors. Since version 1.2 XHTML output is enabled. The size of just 11 kb and outstanding performance makes HtmlBox a must have tool in the box of every JavaScript developer. The easy integrability puts HtmlBox ahead of the crowd and the preferred choice, when a rich text interface is considered for Content Management Systems, Buletting Boards, Forums, Guest Books, and others.<<less
Added: 2008-03-25 License: Other Price: $0.00USD
12 downloads
Sigsiu Online Business Index 2 (SOBI2) RC 2.8.4

Sigsiu Online Business Index 2 (SOBI2) RC 2.8.4


SOBI 2 - Sigsiu Online Business Index 2 is a directory component for the WCMS Mambo and Joomla! to show entries of companies, clubs, persons, shops, products, aso. The entries are divided into categories, which can contain subcategories. One entry can more>> SOBI 2 - Sigsiu Online Business Index 2 is a directory component for the WCMS Mambo and Joomla! to show entries of companies, clubs, persons, shops, products, aso. The entries are divided into categories, which can contain subcategories. One entry can be entered in up to five categories. The companies/clubs/persons enter themselves in the index. A security code (security image) is available for spam protection. Registered users can modify or delete their entries. Using the integrated Category&Entry Manager in the back-end all categories and entries can be managed comfortably. Entries and categories can be deleted, unpublished and moved. A Field Manager can be used to configure each field entirely. This concerns the ordering, obligatory fields, fees, field length (width of field and number of characters), field type (textfield, textarea, checkbox, checkbox group, select list, text code or calendar), search methods, in which view a field should be shown (cards view and/or Details Vi<<less
Added: 2007-11-20 License: LGPL Price: $0.00USD
15 downloads
WP e-Commerce 2.8

WP e-Commerce 2.8


A nice elegant approach to online shopping. WP e-Commerce is full of nice web 2.0 goodies and is perfect for 99% of your online shopping needs. more>> A nice elegant approach to online shopping. WP e-Commerce is full of nice web 2.0 goodies and is perfect for 99% of your online shopping needs.<<less
Added: 2006-10-30 License: Free Non-Commercial Price: $0.00USD
15 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2