Main > Free Download Search >

Free to throw up script

to throw up

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 512
TPCS Auto centering pop up v3

TPCS Auto centering pop up v3


This auto centering window Javascript will open a window (DHTML) and keep that pop up window centered on the visitors page. more>> This auto centering window Javascript will open a window (DHTML) and keep that pop up window centered on the visitors page.<<less
Added: 2008-03-16 License: Freeware Price: $0.00USD
14 downloads
ip to country

ip to country


ip2c determines a users origin country by his ip address. Since the ip2c table is pretty big, its recommended to store it in a seperate database. more>> ip2c determines a users origin country by his ip address. Since the ip2c table is pretty big, its recommended to store it in a seperate database.<<less
Added: 2005-08-22 License: GPL Price: $0.00USD
16 downloads
GMT to UTC

GMT to UTC


Does exactly what it says on the box - it converts a GMT date, entered by a user, in the format dd/mm/yyyy into UTC format and vice versa. A handy tool to have around when testing SQL date-based queri more>> Does exactly what it says on the box - it converts a GMT date, entered by a user, in the format dd/mm/yyyy into UTC format and vice versa. A handy tool to have around when testing SQL date-based queries where dates are stored in UTC format.<<less
Added: 2006-10-03 License: Free for non-commercial use Price: Free
1131 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
Tidy Up 1.3

Tidy Up 1.3


This WordPress plugin provides the ability to run HTML Tidy through all your posts, pages, and comments, generating a report on just how dirty your code is. more>> <<less
Added: 2009-07-07 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
16 downloads
RSS to HTML

RSS to HTML


RSS to HTML script will allow you to create webpages that will always display the most current information from your RSS feed. more>> <<less
Added: 2008-02-22 License: Freeware Price: Freeware
13 downloads
XML to array

XML to array


Just a simple few functions to help you convert a xml feed into an array to make it so much easier to handle. more>> Just a simple few functions to help you convert a xml feed into an array to make it so much easier to handle.<<less
Added: 2005-01-20 License: Not Specified Price: Free
1767 downloads
Up-down Image Slideshow Script

Up-down Image Slideshow Script


Up-down Image Slideshow Script offers you a beautiful and easy-to-use DHTML image slideshow which can scroll upwards, pausing between images. more>>
Up-down Image Slideshow Script offers you a beautiful and easy-to-use DHTML image slideshow which can scroll upwards, pausing between images. The images do not have to be of the same dimensions. Not only that, you can make each image hyperlinked, should you wish.
<<less
Added: 2007-06-13 License: Freeware Price: Freeware
1 downloads
Thumbs-Up 2.1

Thumbs-Up 2.1


Use this script to create thumbnails of JPG, PNG, and GIF images. It requires PHP incl. GD library and works also with ImageMagick. Thumbnails can be created from local files, MySQL databases and URLs and are cached to increase performance. more>> Use this script to create thumbnails of JPG, PNG, and GIF images. It requires PHP incl. GD library and works also with ImageMagick. Thumbnails can be created from local files, MySQL databases and URLs and are cached to increase performance.<<less
Added: 2005-08-12 License: Free Non-Commercial Price: $0.00USD
11 downloads
MySQL to JSON

MySQL to JSON


The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an ar more>> The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an array of a rows of query result data.<<less
Added: 2006-07-05 License: PHP License Price: Free
1251 downloads
LINQ to XML 1

LINQ to XML 1


This tutorial explains how to read, construct and write XML data by using LINQ to XML data provider. LINQ to XML is a built-in LINQ data provider that provides a clean programming model to read, construct and write XML data. more>> This tutorial explains how to read, construct and write XML data by using LINQ to XML data provider. LINQ to XML is a built-in LINQ data provider that provides a clean programming model to read, construct and write XML data.<<less
Added: 2008-11-26 License: Freeware Price: $0.00USD
13 downloads
Pop UP Message

Pop UP Message


PHP as a server script language with strong WEB orientation , lacks the ability of outputing message popup and alert as client script (such as JS) has.This class offer a simple / cross browser way of outputing popup Msg without any Scripting or special more>> PHP as a server script language with strong WEB orientation , lacks the ability of outputing message popup and alert as client script (such as JS) has.This class offer a simple / cross browser way of outputing popup Msg without any Scripting or special packages<<less
Added: 2007-10-01 License: GPL Price: $0.00USD
12 downloads
Free Pop up generator 1.0

Free Pop up generator 1.0


Now-a-days POP UP windows are the main tool for displaying advertisement and hot news. They also provide the webmaster some income.AJ Square provides you a top quality PHP script for generating POP UPs. more>> Now-a-days POP UP windows are the main tool for displaying advertisement and hot news. They also provide the webmaster some income.AJ Square provides you a top quality PHP script for generating POP UPs.<<less
Added: 2005-04-18 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Free Pop up generator
Free Pop up generatorNow-a-days POP UP windows are the main tool for displaying advertisement . Now-a-days POP UP windows are the main tool for displaying advertisement
License:Freeware
Download
1661 downloads
Added: 2005-04-18
Count up from any date

Count up from any date


Count up from any date script counts up the time passed from a given date. more>> Count up from any date offers you a powerful application which is able to count up the time passed from a given data. It has a user friendly interface and very easy to use. Download to enjoy it now.<<less
Added: 2007-06-01 License: Freeware Price: Freeware
13 downloads
Kentico CMS 3.1a

Kentico CMS 3.1a


This is a Content Management System designed for ASP.NET developers. more>>
Kentico CMS 3.1a brings a useful program for ASP.NET developers to set up community and corporate web sites or on-line stores. It is easy to use. And it has many other features such as Blogs, Workflow , Forum.

Major Features:

  1. International Support
  2. E-commerce
  3. Advanced Security
  4. Event Calendar and Booking System
  5. Rapid Development
  6. Newsletter
  7. Open API a Extensibility
  8. Image Gallery
  9. Easy Deployment and Content Staging
  10. On-line Forms
  11. Friendly URLs and SEO
  12. Private Messaging
  13. Full-text Search
  14. Polls
  15. Web Analytics
  16. Wiki
  17. Reporting
  18. Geomapping

Enhancements:

  1. New:
    • Administration UI: HTML editor is used for editing invoice.
    • Administration UI: Link to an existing document can be created from the context menu.
    • Administration UI: New macro selector control is used to insert all possible macros to the text.
    • Administration UI: Color picker control now includes preview of the selected color.
    • Administration UI: Section summary for the pages of administration UI.
    • Administration UI: Minor improvements in all UI.
    • General: Improved output filter functionality.
    • General: All regular expressions for validation and macro resolving were optimized.
    • General: Performance optimizations for amount of data and memory consumption.
    • General: Configurable selection between standard and session authentication cookies.
    • Ecommerce: Product price can be optionally displayed with or without tax.
    • Ecommerce: Product option list can be now paged.
    • Ecommerce: User account can be created at the same time as customer account from CMSDesk.
    • Ecommerce: All currency related values can be now recalculated when changing main currency.
    • Ecommerce: Tax class details can be edited when selecting tax classes for specified product.
    • Ecommerce: Shopping cart process step indexes can be now optionally hidden or visible.
    • Ecommerce: My Account web part tabs can be now displayed either in horizontal or vertical layout.
    • Ecommerce: Shipping options are now displayed with their charge in the checkout process.
    • Ecommerce: All errors while loading payment provider, payment form or checkout process step are now logged.
    • Event log: Event details can be exported to the file.
    • Event log: Events can be optionally logged to the file now.
    • Modules: Module description field was added.
    • Modules: Module permission description field was added.
    • Modules: New Display permission for all modules. Module is now hidden in tools menu when user is not granted with module display permission.
    • Newsletter: Imported users can be optionally subscribed / unsubscribed to the selected newsletters.
    • Newsletter: Email queue can be now deleted at once.
    • Scheduler: User can see how many times each task was executed.
    • Settings: Settings can be exported to the file.
    • Staging: Reject task is now generated for synchronization with target server when document is rejected.
    • Staging: Update doc task is now generated for synchronization with target server when document is moved up or down in the content tree.
    • System: Testing e-mails can be sent with attachments.
    • Web farms: Web farm synchronization tasks can be now filtered by server.
    • Web farms: Servers can be now disabled to avoid tasks logging for them.
    • Web farms: MachineName field was added to the web farm tasks.
    • Web parts: Improved scrolling text web part.
    • Web parts: Improved current user web part.
  2. Changes:
    • General: XHTML output filter is now turned off by default on all sample web sites.
    • Web parts: Properties NestedRepeaterID and NestedDataListID were replaced by NestedControlsID property.
  3. Bug fixes:
    • Administration UI: RTL languages layout was completely reviewed and fixed.
    • Administration UI: Some pages werent properly handled for cross-site scripting.
    • Administration UI: Minor fixes for IE7 and FF3.
    • Administration UI: Security fixes for some UI pages
    • BizForms: Incorrect security check was applied in permission dialog.
    • BizForms: Administration of BizForm layout used too strict permissions.
    • Booking module: Event allowed negative capacity.
    • CMSDesk: Select file dialog couldn't upload file on Windows Vista.
    • CMSDesk: Document links with workflow could cause inconsistency in document tree if the document was moved.
    • CMSDesk: Notify when leaving page wasn't applied in some cases.
    • CMSDesk: Spell checker didn't work for words with some culture-specific characters.
    • CMSDesk: Published information in document properties wasnt evaluated properly.
    • CMSDesk: The document wasn't inserted on the correct position when the default order was changed from alphabetical to first.
    • Content: Metadata content wasn't properly encoded to the output HTML.
    • Content: When the image caching was on, original image could be returned instead of the resized image.
    • Content: Cached attachment wasn't removed from the cache if the attachment was updated from API.
    • Content: ASPX editable controls were losing the content with specific workflow operations.
    • Content: Copying of published document didn't include the published attachments.
    • Content: Rollback to the oldest version in version history could lose the version attachments.
    • Content: File field could lose the attachment when copying the culture version from specific language.
    • Content: When the attachment field of the document type was removed, attachments weren't deleted.
    • Content: Allowed extensions for upload fields didn't have the same format in all settings.
    • Content: Uploaded files allowed "+" sign in the file name, which couldn't be correctly processed by IIS7.
    • Content: GetFile script didn't handle the permissions correctly.
    • Controls: Editable image could cause null reference exception in specific scenarios.
    • Controls: Radiobutton list form control didn't apply some settings correctly.
    • Controls: Form control text area didn't validate the field length properly.
    • Controls: Property UseImagePath for editable image control didn't work properly.
    • Controls: Radio button list form control couldn't have empty default value.
    • Controls: Change password control didn't handle the Visible property correctly.
    • Documentation: Minor fixes in the documentation.
    • ECommerce: Payment methods and Shipping options weren't displayed properly in their selection.
    • ECommerce: Available amount validation could not work correctly in specific scenarios.
    • E-mails: Some e-mails contained multiple Content-Type headers.
    • E-mails: GetEmail Templates method threw an exception.
    • File import: Files couldn't be imported to the location covered by workflow process.
    • General: Automatic import of Windows authenticated users wasn't working correctly for non-existing users.
    • General: Changing the code name of the web site could cause problems with live site if the application wasn't restarted.
    • General: Application couldn't properly start in Integrated mode of IIS7.
    • General: Culture of the live site wasn't changed correctly in some cases with full page caching configuration.
    • General: Uzbek cultures weren't defined properly.
    • General: Changing the order of items didn't clear the cached objects properly.
    • General: Localized transformations werent cached.
    • General: Float number validation and conversion couldnt handle small numbers with exponent.
    • General: Param tag of the object element could cause incorrect HTML code when processed by output filter.
    • Import/Export: Forum posts weren't properly imported from old version package.
    • Import/Export: Custom web part categories couldnt be handled by import process in some specific cases.
    • Import/Export: Some delete tasks couldn't be processed correctly on import.
    • Import/Export: Existing site was deleted if import fails because of the existing site with the same name.
    • Import/Export: Process log couldn't work in specific scenarios.
    • Import/Export: Pre-selection of objects wasn't working properly when repeated.
    • Import/Export: Next button wasn't disabled in FF3.
    • Import/Export: Document fields with only field length changed weren't updated on import.
    • Newsletter: Some e-mails could use different culture for unsubscription link and for other newsletter content.
    • Newsletter: Newsletter module couldn't handle large amount of e-mails in specific scenarios.
    • Newsletter: Some e-mails were duplicated in specific scenarios.
    • Newsletter: Resend functionality wasn't working properly.
    • Newsletter: Scheduled task for the newsletter wasn't rescheduled if configuration changed.
    • Newsletter: New issue couldn't be placed to the Newsletter archive
    • Newsletter: Generation of the e-mail queue was using too many database queries.
    • Newsletter: Some newsletter pages didn't check all required permissions.
    • Newsletter: Newsletter archive didn't resolve the macros properly.
    • Output filter: Button text containing tag characters could damage the output HTML code.
    • Polls: Multiple polls couldn't work properly on the same page.
    • Polls: Incorrect security check was applied in permission dialog.
    • Portal engine: Some pages could be displayed with wrong page template in heavy load.
    • Portal engine: If the CSS stylesheet of the site wasn't set, the page generated an empty stylesheet tag.
    • Sample web sites: Minor fixes in design and HTML code of the page templates and stylesheets.
    • Scheduler: Some tasks could run two times under specific conditions.
    • SiteManager: Some Administration pages could be accessed from CMSDesk in SiteManager context.
    • SiteManager: User couldn't be deleted when he was allowed to be forum moderator.
    • SiteManager: Site culture couldn't be changed in license editions without multilingual support.
    • SiteManager: Localized transformation name couldn't be entered in transformation properties.
    • SiteManager: Document type editing pages didn't have the same length.
    • Staging: Document task didn't contain product information when the product was created from the new document dialog.
    • URL Rewriting: Some URLs weren't resolved correctly for cookieless configuration.
    • URL Rewriting: Messaging pages weren't properly excluded from URL rewriting and were logged as not existing content pages.
    • URL Rewriting: Page wasn't properly redirected in specific cases with FF browser.
    • Web analytics: Log processing couldn't handle large amount of data at once.
    • Web analytics: Returning visitors were logged only on the second visit.
    • Web farms: Too many web farm tasks or too much web farm task data could kill the application on its start.
    • Web parts: Clone web part couldn't work with some specific web part settings.
    • Web parts: Content slider wasn't working properly if the delay time was 0.
    • Web parts: Google maps web part couldn't handle API key for both domains with and without www.
    • Web parts: Query repeater web part didn't use the Item separator property correctly.
    • Web parts: User contribution web part couldn't resolve the path properties.
    • Web parts: Language selector didn't display culture names in ASPX page templates.
    • Web parts: Date and time web part couldn't handle some format expressions.
    • Web parts: Contact and ignore list didn't use the Zero rows text property properly.
    • Web parts: Video web part wasn't working properly in FF3.
Requirements: none
<<less
Added: 2009-01-13 License: Freeware - multiple limitations Price: Freewaremultiplelimitations
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5