Main > Free Download Search >

Free zero script

zero

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 49
PERMPOS

PERMPOS


PERMPOS - all possible permutations of M values in N positions more>>

PERMPOS is a convenient mathematical tool which contains all possible permutations of M values in N positions. B = PERMPOS(M,N) where M and N are non-negative integers produces a logical (N!/M!(N-M)!)-by-N matrix in which each row contains a unique permation of M trues and (N-M) falses. Note that each column will hence contain (N-1) trues.

B = PERMPOS(V,N) where V is a vector of length M produces a matrix where each row a contains the values of V in preserved order, but uniquely permuted at the N columns. The remaining positions are zero.

Examples:
permpos(2,4) % ->
% 1 1 0 0
% 1 0 1 0
% 1 0 0 1
% 0 1 1 0
% 0 1 0 1
% 0 0 1 1
permpos([-4 9 3],4) % >
% -4 9 3 0
% -4 9 0 3
% -4 0 9 3
% 0 -4 9 3
See also NCHOOSEK, PERMS, RANDPERM, TRUE, FALSE and COMBN, ALLCOMB, BALLATSQ, NONES (Matlab File Exchange)

Requirements:

  • MATLAB Release: R13
<<less
Added: 2007-10-15 License: Freeware Price: Freeware
12 downloads
INSERTROWS

INSERTROWS


INSERTROWS - Insert rows into a matrix at specific locations more>> INSERTROWS provides you a powerful mathematical tool which is able to insert rows into a matrix at specific locations.

C = INSERTROWS(A,B,IND) inserts the rows of matrix B into the matrix A at the positions IND. Row k of matrix B will be inserted after position IND(k)in the matrix A. If A is a N-by-X matrix and B is a M-by-X matrix, C will be a (N M)-by-X matrix. IND can contain non-integers.

If B is a 1-by-N matrix, B will be inserted for each insertion position specified by IND. If IND is a single value, the whole matrix B will be inserted at that position. If B is a single value, B is expanded to a row vector. In all other cases, the number of elements in IND should be equal to the number of rows in B, and the number of columns, planes etc should be the same for both matrices A and B. If any of the inputs are empty, C will return A.

Examples:
% the size of A,B, and IND all match
C = insertrows(rand(5,2),zeros(2,2),[1.5 3])
% the row vector B is inserted twice
C = insertrows(ones(4,3),1:3,[1 Inf])
% matrix B is expanded to a row vector and inserted twice (as in 2)
C = insertrows(ones(5,3),999,[2 4])
% the whole matrix B is inserted once
C = insertrows(ones(5,3),zeros(2,3),2)
[C, RA, RB] = INSERTROWS(...) will return the row indices RA and RB for which C
corresponds to the rows of either A and B.
[c,ra,rb] = insertrows([1:4].,99,[0 3]) ;
c. % -> [99 1 2 3 99 4] ;
c(ra). % -> [1 2 3 4] ;
c(rb). % -> [99 99] ;
To insert columns, planes, etc., you can permute the inputs and ipermute the result.
A = ones(4,3) ; B = zeros(4,1) ;
C = insertrows(permute(A,[2 1]), permute(B,[2 1]),1) ;
C = ipermute(C,[2 1]) ;
See also PERMUTE, IPERMUTE, RESHAPE, CAT

Requirements:

  • MATLAB Release: R13
<<less
Added: 2007-10-15 License: Freeware Price: Freeware
11 downloads
Izenda Ad Hoc 4.0

Izenda Ad Hoc 4.0


Agile Reporting for ASP.NET * Intuitive and Completely Web-Based AJAX Report Designer. Zero Footprint. No client software to install. * Instant Availability. Izenda Ad Hoc can be up and running in about an hour without any coding. * Integrated more>> Agile Reporting for ASP.NET * Intuitive and Completely Web-Based AJAX Report Designer. Zero Footprint. No client software to install. * Instant Availability. Izenda Ad Hoc can be up and running in about an hour without any coding. * Integrated Charting. Pie, bar, scatterplot and trend charts. * Easy Sharing and Exporting. Share, email or export to PDF, Excel and more in one click.<<less
Added: 2006-07-12 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Izenda Ad Hoc
Izenda Ad HocSanjay Bhatia - Zero Footprint. No client software to install. * Instant Availability. Izenda Ad Hoc can be up and running in abo. Agile Reporting for ASP.NET * Intuitive
License:Freeware
Download
1210 downloads
Added: 2006-07-12
spiderCount 1.2

spiderCount 1.2


spiderCount v1.2 is a simple image-based hit counter. This script increments a hit count every time it is called. The hit count is stored in a plain text file. It then outputs the count as a PNG image. The PNG image is generated using images of the more>> spiderCount v1.2 is a simple image-based hit counter. This script increments a hit count every time it is called. The hit count is stored in a plain text file. It then outputs the count as a PNG image. The PNG image is generated using images of the digits 0-9. The user can begin the counter at any number. The user can also specify the minimum number of digits to display. The script will append leading zeroes until that number is reached. spiderCount is hard-coded to support the PNG image format only. However, it is easy to modify the script to work with another format. spiderCount includes sets of plain and fancy digit images. spiderCount also includes a file which outputs the current hit count without incrementing it.<<less
Added: 2001-07-17 License: Freeware Price: $0.00USD
12 downloads
Telefon Rehberi 1.0

Telefon Rehberi 1.0


40 hours to build from zero knowledge. I hope you can start it in your localhost. I didnt like making lots of settings so i left this project. VB.NET&MSSQL project base on telephone guide in Turkish. You need to create "dtname" database and tables: more>> 40 hours to build from zero knowledge. I hope you can start it in your localhost. I didnt like making lots of settings so i left this project. VB.NET&MSSQL project base on telephone guide in Turkish. You need to create "dtname" database and tables: kullanicis and tablo1. I would like to give their SQL statements, but not now. Anyway you try to catch something useful... I think .NET has a better programming IDE then PHP for now. VB is simple, but its help is a little itchy<<less
Added: 2005-08-10 License: Other Price: $0.00USD
18 downloads
 
Other version of Telefon Rehberi
License:Other Free / Open Source License
Download
1545 downloads
Added: 2005-08-10
jQuery.SerialScroll 1.2.1

jQuery.SerialScroll 1.2.1


jQuery.SerialScroll 1.2.1 is a smart plugin that allows you to animate any series of elements, by sequentially scrolling them more>>

jQuery.SerialScroll 1.2.1 is a smart plugin that allows you to animate any series of elements, by sequentially scrolling them. This plugin allows you to easily animate any series of elements, by sequentially scrolling them.

It uses jQuery.ScrollTo to achieve the scrolling animation. It is a very unrestricted plugin, that lets you customize pretty much everything from outside. You can use horizontal or vertical scroll, also combined.

jQuery.SerialScroll doesnt have one definite purpose. Its generic and adaptable. You can certainly use it as a screen slider. That is, to sequentially navigate a group of screens.

This plugin can also animate a text scroller in no time. It can definitely handle slideshows, the high customizability of the scrolling effect lets you create beautiful animations. You can even build an automatic news ticker!

jQuery.SerialScroll gives you access to a lot of options. These are:

  • target: The element to scroll, its relative to the matched element.
    • If you dont specify this option, the scrolled element is the one you called serialScroll on.
  • event: on which event to react (click by default).
  • start: first element of the series (zero-based index, 0 by default).
  • step: how many elements to scroll each time. Use a negative number to go on the other way.
  • lock: if true(default), the plugin will ignore events if already animating. Then animations cant be queued.
  • cycle: if true, the first element will be shown after going over the last, and the other way around.
  • stop: if true, the plugin will stop any previous animations of the element, to avoid queuing.
  • force: if true, an initial scroll will be forced on start.
  • jump: if true, the specified event can be triggered on the items, and the container will scroll to them.
  • items: selector to the items(relative to the scrolled element).
  • prev: (optional)selector to the previous button.
  • next: (optional)selector to the next button.
  • lazy: if true, the items are collected each time, allowing dynamic content(AJAX, AHAH, jQuery manipulation, etc).
  • interval: If you specify a number, the plugin will add auto scrolling with that interval.
  • constant: Should the speed remain constant, no matter how many items we scroll at once ? (true by default).
  • navigation: Optionally, a selector to a group of elements, that allow scrolling to specific elements by index. Can be less than the amount of items.
  • exclude new: If you want the plugin, to stop scrolling before the actual last element, set this to a number, and that amount of items is ignored counting from the end.

This is useful if you show many items simultaneously, in that case, you probably want to set this option to the amount of visible items 1.

onBeforeA function to be called before each scrolling. It receives the following arguments: event object, targeted element, element to be scrolled, collection of items and position of the targeted element in the collection.

The scope(this) will point to the element that got the event. If the function returns false, the event is ignored.

<<less
Added: 2008-04-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
1 downloads
Countdown Timers

Countdown Timers


There are 3 scripts included in this package. The first countsdown in minutes to zero and alerts the user / redirects. The second does the same thing but can count down hours as well. The last one contains multiple countdowns which can be setup with more>> There are 3 scripts included in this package. The first countsdown in minutes to zero and alerts the user / redirects. The second does the same thing but can count down hours as well. The last one contains multiple countdowns which can be setup with different times, set to start at the same of different times. This is particularly useful if you are writing an online test as you can determine the current time and what happens when the timer runs out. It is cross platform and has been tested using Opera 9, Netscape Navigator 8.1, Mozilla Firefox 1.5.0.4 and Internet Explorer 6 SP2.<<less
Added: 2006-07-30 License: Freeware Price: 0.00GBP
17 downloads
FrontMailer Beta

FrontMailer Beta


FrontMailer is a mail form program which lets your website visitors to send contact and suggestion emails directly from your website. Unlike other existing scripts, FrontMailer is very easy to install through a click and install wizard, requiring more>> FrontMailer is a mail form program which lets your website visitors to send contact and suggestion emails directly from your website. Unlike other existing scripts, FrontMailer is very easy to install through a click and install wizard, requiring ZERO manual configuration. Plus, super EASY to customize page header,body,and footer with the WYSIWYG editor and more than 20 different skins to choose. Therefore, NO HTML, NO Programming, NO database required. Only one PHP file is used. Anit-spam,email injection protection features are included for security.<<less
Added: 2006-03-16 License: Freeware Price: $0.00USD
15 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
PHPSlideShow 0.9.9

PHPSlideShow 0.9.9


PHPSlideShow is the easiest way to create a slide show with your images. Setup is easy, just put phpslideshow.php in a directory containing your images and point your browser to it for a show. Features include: - Automatic thumbnail creation. - Zero more>> PHPSlideShow is the easiest way to create a slide show with your images. Setup is easy, just put phpslideshow.php in a directory containing your images and point your browser to it for a show. Features include: - Automatic thumbnail creation. - Zero Configuration Setup for beginners. - CSS/XHTML templates for advanced users. - Thumbnail support. - EXIF comment support. - Automatic slideshow option. - Easy integration into your site. - Multi directory support and much more. Over 120,000 downloads and still free!<<less
Added: 2000-09-03 License: GPL Price: $0.00USD
11 downloads
FCKeditor 2.6.4 Beta

FCKeditor 2.6.4 Beta


This is an HTML text editor which brings to the web much of the power of desktop editors like MS Word. more>>
FCKeditor 2.6.4 Beta is a powerful tool that can be integrated into any Web site through JavaScript, AFP, ASP, ASP.NET, ColdFusion, Java, PHP, Python, as well as other languages. It is fully compatible with Internet Explorer 5.5+, Firefox 1.5+, Safari 3.0+, Opera 9.5+, Netscape 7.1+ and Camino 1.0+.

Installation:

  1. Download the latest version of the editor.
  2. Extract (decompress) the file to a directory called "fckeditor" in the root of your web site.
  3. Point your browser to the //_samples/default.html to run the test sample.

Major Features:

  1. Multi browser compatibility
  2. Outputs XHTML 1.0
  3. CSS support for better integration with your web site
  4. Font formatting: type, size, color, style, bold, italic, etc
  5. Text formatting: alignment, indentation, bullets list, etc
  6. Cut, Paste, and Paste as Plain Text, Undo and Redo
  7. Paste from Word cleanup with auto detection
  8. Link and anchors support
  9. Image insertion, with upload and server browsing support
  10. Table creation and editing (add, delete rows, etc) one of the best systems on the market.
  11. Table cells editing (size, colors, etc)
  12. Form fields
  13. Right click context menus support
  14. Complete toolbar customization
  15. Skins support
  16. Plugins support
  17. Spell checker
  18. Multi-language support with automatic user language detection. Including Right to Left scripting.
  19. Complete page editing or just contents.
  20. Lightweight and fast
  21. Automatic browser detection and customization
  22. Integration with ASP, ASP.NET, Java, ColdFusion, Perl, PHP, JavaScript and more.
  23. Image and file links upload and server repository browser
  24. For web developers it is easy to install and customize

Enhancements:

  • New Features and Improvements:
    • Integration with "WebSpellChecker", a zero installation and free spell checker. This is now the default spell checker in the editor (requires internet connection). All previous spell checking solutions are still available.
    • In the table dialog its possible to create header cells in the first row (included in a thead element) or the first column of the table.
    • The table cell dialog allows switching between normal data cells or header cells (TD vs. TH).
    • New language file for Icelandic.
  • Fixed Bugs:
    • Protected the editor from duplicate iframes
    • Fixed the issue with table commands plugin and undefined tagName.
    • The > character inside text wasn't encoded in Opera and Safari.
    • Fixed JavaScript error with the fit window command in source mode.
    • Splitting a TH will create a two TH, not a TH and a TD.
    • Removed unnecessary name attributes in dialogs.
    • If an image was placed inside a container with dimensions or floating it wasnt possible to edit its properties from the toolbar or context menu.
    • Submenus in IE7 now are shown properly.
    • Using the Paste dialogs in IE might insert the content at the start of the editor.
    • Fixed RTL dialog layout in Internet Explorer.
    • Fixed the issue where email links in IE would take the browser to a new page in addition to calling up the email client.
    • Fixed race condition at registering the FCKeditorAPI object in multiple editor scenarios.
    • Fixed JavaScript error in Google Chrome when StartupShowBlocks is set to true.
    • Language file updates for the following languages: Dutch, Basque, Danish and German.
    • The ENTER key will properly scroll to the cursor position when breaking long paragraphs.
    • The type name in configurations for the ASP connector are now case sensitive.
    • DL, DT and DD where missing the formatting in the generated HTML.
    • Replaced the extension AddItem of Array with the standard "push" method.
    • Vertically splitting cell with colspan > 1 breaks table layout.
    • Fixed the issue where dropping contents from outside of the editor doesn't work in Safari.
    • Fixed the issue where FCK.InsertHtml() is no longer removing selected contents after content insertion in Firefox.
    • Fixed the issue where the Div container command and the blockquote command would break lists.
    • Fixed a minor issue where FCK.SetData() may cause the editor to become unresponsive to the first click after being defocused.
    • Fixed an extra slash on quickupload of the asp connector.
    • Fixed another situation where new elements were inserted at the beginning of the content in IE.
    • Fixed two obsolete references to Array: AddItem() instances still in the code.
    • Fixed infinite loop problems with FCKDomRangeIterator class which causes some commands to hang when applied to certain document structures.
    • Fixed a JavaScript error in IE when user tries to search with the "Match whole word" option enabled and the matched word is at exactly the end of document.
    • Changed the EMailProtection to "none" for better compatibility.
    • The ForcePasteAsPlainText configuration option didn't work correctly in Safari and Chrome.
    • Fixed non-working autogrow plugin.
    • Fixed occasional exceptions in the drager size table plugin with IE.
    • Enable undo of changes to tables and table cells.
    • The context menu is now working properly over the last row in a table with thead.
<<less
Added: 2009-01-16 License: GPL Price: GPL
17 downloads
wFAQ - Easy FAQ Script 1.0

wFAQ - Easy FAQ Script 1.0


We have designed wFAQ to be the easiest PHP FAQ script available. It requires virtually zero configuration and no knowledge of coding. The setup process is very simple, and should be easy for both novice and advanced webmasters. wFAQ includes all the more>> We have designed wFAQ to be the easiest PHP FAQ script available. It requires virtually zero configuration and no knowledge of coding. The setup process is very simple, and should be easy for both novice and advanced webmasters. wFAQ includes all the features you need to create a simple, user-friendly FAQ page on your website.<<less
Added: 2005-05-23 License: Freeware Price: $0.00USD
13 downloads
 
Other version of wFAQ - Easy FAQ Script
wFAQ - Easy FAQ ScriptWebligo - It requires virtually zero configuration and no knowledge of coding. The setup process is very simple, and should be easy for both nov. We have
License:Freeware
Download
1636 downloads
Added: 2005-05-23
phpE-mail

phpE-mail


phpE-mail is an almost zero config application which allows your web site users to send emails marketing your site or product to their friends or colleagues without having to leave your web site. phpE more>> phpE-mail is an almost zero config application which allows your web site users to send emails marketing your site or product to their friends or colleagues without having to leave your web site. phpE-mail consists of only 3 files which need to be uploaded to your web server and a few lines of code that need to be placed in each web page you publish. I have never had to alter any of the code within the scripts to allow installation to work successfully.<<less
Added: 2006-04-28 License: Freeware Price: FreeAdditionalInfoFreetousesolongasyoukeepthelinkbacktomysite.
1274 downloads
ArticleTrader Post plugin for Wordpress 1

ArticleTrader Post plugin for Wordpress 1


Post any articles at http://www.articletrader. com to your wordpress blog with almost zero effort. This is an easy way to get quality, relevant content to your blog. more>> Post any articles at http://www.articletrader. com to your wordpress blog with almost zero effort. This is an easy way to get quality, relevant content to your blog.<<less
Added: 2006-03-03 License: Freeware Price: $0.00USD
12 downloads
 
Other version of ArticleTrader Post plugin for Wordpress
ArticleTrader Post plugin for WordpressArticleTrader - com to your wordpress blog with almost zero effort. This is an easy way to get quality, relevant content to your blog. ArticleTrader Post
License:Freeware
Download
1345 downloads
Added: 2006-03-03
AJAX e-mail address collection form 1

AJAX e-mail address collection form 1


This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yourself for integration with a database or whatever else. more>> This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yourself for integration with a database or whatever else. Features include but arent limited to: Dynamically submits e-mails, Checks if e-mails are in the correct format, stores in an easy to read text document, parses the e-mail address for better storage, Sleek and simple design, Easy to edit and easy to implement, Shows message if someone has already entered an e-mailSimply upload the files as is and it should work from the get-go! For implementation into a design just simply copy the HTML and stick it anywhere in the page! You can view the e-mail addresses that have been entered by going to the file.txt in the same directory as your write.php file. You can protect people from viewing it with their web browser by CHMODing the read writes to zero.<<less
Added: 2006-11-12 License: GPL Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4