WareSeeker Search Software

misc web authoring tools


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

Genesis Web Authoring System


script CGI Perl Free
View Detail
Download Genesis Web Authoring SystemDownload Genesis Web Authoring System
Multi-user browser-based web authoring system. Supports user accounts, delegated authoring privileges, template-based and HTML-source editing, multiple file uploads. Freeware and registered versions available with source.
2

Blu-ray video authoring tools 20070617-2301


linux Multimedia->Video Free
View Detail
Download Blu-ray video authoring tools 20070617-2301Download Blu-ray video authoring tools 20070617-2301
0.097 MB
Blu-ray video authoring tools package is a free open source suite of Blu-ray (BD-R and BD-RE) authoring tools that allow you to produce Blu-ray video discs.

mkudfiso (Blu-ray authoring tool set), a utility to create ISO images containing
a pure UDF filesystem, intended primarily for Blu-ray authoring but can be used
for any purpose (including CD-R and DVD-R). This tool can be used to author individual files larger than 4GB, which is a requirement for Blu-ray and other high-definition formats.

THIS TOOL DOES NOT GENERATE ISO 9660 STRUCTURES. Use "mkisofs" if you want ISO 9660, Joliet, Rock Ridge, etc. in the structure. This is a pure UDF generator.


3

DRAGRI Lite Web Video Authoring 1.0


windows Graphic Apps->Authoring Tools Free
View Detail
Download DRAGRI Lite Web Video Authoring 1.0Download DRAGRI Lite Web Video Authoring 1.0
1.2 MB
DRAGRI Lite is authoring software for interactive video. DRAGRI interactive video lets Web viewers to manipulate video object intuitively. From recorded AVI, MPEG, QuickTime video, live captured video through Webcam, or series of JPEG images, its wizard-based interface allows users to create dynamic interactive Web contents instantly. It generates all Web-ready files, including HTML file automatically.
4

SPG Web Tools 4 4.0


windows Graphic Apps->Editors $39.95
View Detail
Download SPG Web Tools 4 4.0Download SPG Web Tools 4 4.0
1904K
SPG Web Tools 4 PRO is an award-winning Web graphics plugin powersuite of 28 Web authoring tools for developers and Webmasters of all levels. Web Tools 4 will instantly upgrade your Adobe Photoshop, JASC Paint Shop Pro, Macromedia Fireworks, Corel Photo Paint and other plug-in compatible Web graphics and HTML editing programs. At a fraction of the cost, entry-level Web developers can now have the tools the pros use

5

License Package Authoring Tool 1.5


windows Audio Multimedia->Authoring Tools Free
View Detail
Download License Package Authoring Tool 1.5Download License Package Authoring Tool 1.5
227 KB
The LPK (License Package Authoring Tool) will enable you to author an LPK file.

Description: An HTML page with licensed ActiveX controls requires a license package that stores the run-time licenses for all of the controls used on the page.

The HTML page should point to a license package via a relative URL. Microsoft provides a freely-downloadable tool for generating the license package called LPK_Tool.

6

Beam Splash! Web Authoring 1.1b


windows Web Development->HTML Editors A G $49.95
View Detail
Download Beam Splash! Web Authoring 1.1bDownload Beam Splash! Web Authoring 1.1b
1,964K
A drag and drop environment and a full range of HTML-oriented features, SPLASH! gives you the ability to create web sites without any programming or HTML knowledge within minutes of installing the software. A java applet wizard, ftp client, site map, page statistics and much more.

7

eLearning Authoring Tool 1.1


windows Business Finance->Others $99
View Detail
Download eLearning Authoring Tool 1.1Download eLearning Authoring Tool 1.1
2.80 KB

HTML editors such as Dreamweaver and FrontPage are great tools for creating elearning course content. However, if you want to create test questions, bookmarks and support for SCORM you will spend several weeks programming with JavaScript. You can get documented source code for these essential eLearning capabilities right now with the eLearning Course Development Kit. It lets you use your favorite HTML editor to create elearning courses quickly and easily. The Kit also provides a dynamically created table of contents, rapid download, easy to use navigation and more.

Purchase the Kit today for only $99. You will be able to download the eLearning Course Development Kit right after you complete your online purchase.

The Kit lets you create test questions using HTML-based storyboards. You can create true-false, multiple choice, multiple choice with images and order-text questions. The test questions are automatically graded and recorded. Optional feedback can be provided for correct and incorrect answers.

The Kit fully supports SCORM 1.2, the latest elearning standard for packaging, launching, bookmarking and tracking a course. The Kit reports the overall score (raw, minimum and maximum), the course status (incomplete, completed, passed or failed) and the results of individual interactions. The Kit saves and restores bookmarks and all of the state data so a learner can take the course in multiple sessions. Courses developed with the Kit will pass the SCORM conformance test.

Courses created with the Kit can be delivered from a Learning Management Server (LMS), web server and CD-ROM.

The Kit uses only 8 kilobytes of JavaScript to provide all of the elearning features. The small size guarantees that your courses will download and start running quickly

Languages: The Kit can be used to create content in multiple languages. We have customers from more than 30 countries.


8

Web author scripting software. 3.0


windows Web Development->HTML Editors A G $29.00
View Detail
Download Web author scripting software. 3.0Download Web author scripting software. 3.0
2803K
Web author is an easy to use authoring tool for Windows that allows you to create professional looking Web pages using simple scripting commands instead of HTML. Web author is the perfect authoring tool for both professional and beginners. Simply use the integrated development environment to enter your commands and create your Web pages with the minimum of fuss.

9

Swing XML Authoring Tool 0.5.5


linux Programming->Libraries Free
View Detail
Download Swing XML Authoring Tool 0.5.5Download Swing XML Authoring Tool 0.5.5
3.7 MB
Swing XML Authoring Tool is a Swing-based authoring tool for the quick and easy development of GUI Java applications.

It implements out-of-box a true MVC framework and uses XML to define the view (SwiXml is used as the XUL engine), BeanShell as a scripting language for the controller, and JXPath as the binding mechanism between the view and model.

Swing XML Authoring Tool provides a complete environment in which it is possible to almost write an entire Java Swing application without writing Java compiled code. The use of XPath makes it very simple to traverse the object tree of the applications business model.

It takes a lot of work to develop a Swing application, laying out and configuring GUI components, and then integrating them with the application functionality. SwiXAT addresses both of these issues by providing a framework based on a complete implementation of the MVC architectural pattern.

The benefits obtained by a such framework are the followings:

· Architectural Correctness: By adopting a true MVC (Model View Controller) based framework, it is very easy to correctly implement any UI application. Its not difficult to write a Java/Swing application, but whats very difficult is to build a good, well designed Swing application, where the adoption of the MVC paradigm permits to reduce the maintenance costs, thanks to the clean separation between the view and the application logic.
· Development Speed: The adoption of a framework reduces the development cost by providing out-of-box, well integrated and easy to use common features, like wizards, plugins, support for MDI interfaces, etc. Moreover, the use of XML to define the user interface, as well as the adoption of an interpreted scripting language, permits to implement the Code&Test development style, where the compilation time is reduced to zero.
· Code Reuse: The net separation between the view and the control logic permits to write reusable modules that can be combined in several manners. The developer is naturally induced to modularize the application and write reusable code, minimizing the effort of building new applications or adding new functionality to existing ones.
SwiXAT is all the above, and we hope youll appreciate our effort.


10

Web Tools


script CGI Perl Free
View Detail
Download Web ToolsDownload Web Tools
Using this Perl script engine you will be able easly create professional web site. This engine allows: To use embedded Perl, Buffered/non-buffered output, To manage cookies, Full featured sessions, To use pure Perl mail client, To use Attached variables, Universal functions for MySQL,Access,Flat SQL DB access, SQL access to Flat DB, Download/Upload via webtools script, To use global variables, To handle: signals, events and errors, and more.
11

Web Author 2.1


windows Web Development->Web Design Tools $31
View Detail
Download Web Author 2.1Download Web Author 2.1
2.66 MB
Web author scripting software is a web development utility that will allow you to create professional looking Web pages using simple scripting commands instead of HTML..

Web author is the perfect authoring tool for both professional and beginners. Simply use the integrated development environment to enter your commands and create your Web pages with the minimum of fuss.

Benefits
· No Html programming needed.
· All Hypertext tags built automatically.
· Easy to use Web page editor.
· Ideal for business, education and entertainment.
· Free tech support for registered users.
· Ready to use Web author templates.
· Program example files

Here are some key features of "Web author":

· No HTML programming needed
· Over 130 built in scripting commands.
· Integrated editor and compiler.
· Easy to use Windows environment.
· Syntax checker.
· Support for dynamic Web design.
· Ready to use JavaScript and CSS library files.
· Free technical support for registered users.
· On line help for all scripting commands.
· Web author user manual.
· Program example files.



12

COCKTAIL98 Multimedia Authoring Tool 98


windows Graphic Apps->Presentation Tools Free
View Detail
Download COCKTAIL98 Multimedia Authoring Tool 98Download COCKTAIL98 Multimedia Authoring Tool 98
12K
A multimedia authoring tool that lets you incorporate sound, photos, music, animations, text and video into corporate presentations or personal greetings. You can create business presentations or customize photo albums containing voices, animation and music for your personal enjoyment.

13

SPG Web Tools 4 PRO 4.009


windows Graphic Apps->Other $39.95
View Detail
Download SPG Web Tools 4 PRO 4.009Download SPG Web Tools 4 PRO 4.009
1.86 MB

SPG Web Tools 4 PRO is an award-winning Web graphics plugin powersuite of 28 Web authoring tools for developers and Webmasters of all levels. Web Tools 4 will instantly upgrade your Adobe Photoshop, JASC Paint Shop Pro, Macromedia Fireworks, Corel Photo Paint and other plug-in compatible Web graphics and HTML editing programs. At a fraction of the cost, entry-level Web developers can now have the tools the pros use including many features not available with any other Web graphics and HTML text animation plugins.

Requirements: PC - 15MB minimum free hard disk drive space, a 16-bit/65K-color video adapter.

Whats new in this version: Added scroll bar behavior to the WEB Image Cutter. Scroll Bars now can be used to navigate and operate on an image that is larger than the cutter window. Enhanced the Auto-Update feature to use an alternate HTTP FT method if the default FTP fails.


14

MagicHelp Help Authoring Tool 1.3


windows Software Development->Help File Tools $169
View Detail
Download MagicHelp Help Authoring Tool 1.3Download MagicHelp Help Authoring Tool 1.3
17.23MB

MagicHelp is multi-user help systems and documentation tool,it is the fastest, easiest way to create professional Help systems and documentation.authoring dvd pinacle

Support export format:CHM,MsHelp2.x,Word,WebHelp,JavaHelp,OracleHelp,EclipseHelp...
Support import format:COM TypeLib,FileSystem...
Team Working feature makes develop-team works more orderly, efficiently, and cost savely, the quality of software document will be increased. MagicTopic feature enables you extending MagicHelp to other fields, such as project management, requirement management and transaction assistance. One can develop different kinds of extensions to extend application of MagicHelp, e.g. database tables design.

A VB Add-ins included, which can help you setting HelpContextID of Window and Widget in VB IDE easily, and enable you bring out the Context-Sensitive Help in less time.
15

Blueframe Web - Authoring Software and Flash Templates


script Flash $44.95
View Detail
Download Blueframe Web - Authoring Software and Flash TemplatesDownload Blueframe Web - Authoring Software and Flash Templates
For individuals and companies wanting to quickly create a professional website presence. Be online in minutes. Blueframe Web is a unique WYSIWYG authoring software which also includes 30 website and PocketPC Flash templates. No complicated programming languages or software to learn. Easily change images, change color, text, template size and music files, or record a voiceover plus much more. You can also easily create PayPal e-commerce links and be selling products online in minutes. Create search engine meta tags and use the inbuilt ftp program to easily upload your files. Just point and click. Extensive user manual also included. The websites run on any server and the editor software installs on Windows from 98 to XP. You can also add the BlueCard Addon program so you can easily burn to CD and create electronic business cards and presentations using the Blueframe templates. Developers version also available so you can easily build and resell websites to your customers.
16

Web Tools (WT)


script PHP Free
View Detail
Download Web Tools (WT)Download Web Tools (WT)
This software is a collection of web host management tools. It has been designed to remain simple and flexible yet to accept additional features. The system is mainly a structure for plugins. Plugins are very easy to code, and can just be dropped in the plugins directory. You can then instanciate plugins as many times you want. You already have plugins to backup files and databases, to edit files, to edit .htpassword files, to check space quotas, etc... WT can be used on a Apache server, with PHP4+ and on shared hosting. The design is purely CSS based and allows extensive customization. WT is already used in critical situations with success.
17

Page Edit Web authoring software 4.5


windows Software Development->File Editors $25.50
View Detail
Download Page Edit Web authoring software 4.5Download Page Edit Web authoring software 4.5
1.69 MB

Page Edit from Ovectra software is an easy to use Web page editor that allows you to create professional looking Web pages using Plain English scripting commands instead of HTML. You dont have to be an expert programmer to use Page Edit the Hypertext compiler does all the coding for you. Simply use the Web page editor to enter your commands compile your program and view your Web page all within an integrated Windows environment.

Requirements: Pentium 300 MHz or higher processor. 3Mb free hard drive space. Internet Explore

Whats new in this version: New toolbar added to the editor. Startup manager added to the editor. Show Startup manager command added to editors Options menu. Tools command added editors menu. Ovectra Web site command added to editors Help menu.


18

e-Learning Authoring Tool 1.1


windows Business Finance->E Commerce $99
View Detail
Download e-Learning Authoring Tool 1.1Download e-Learning Authoring Tool 1.1
3KB
HTML editors such as Dreamweaver and FrontPage are great tools for creating e-learning course content. However, if you want to create test questions, bookmarks and support for SCORM you will spend several weeks programming with JavaScript. You can get documented source code for these essential e-Learning capabilities right now with the e-Learning Course Development Kit. It lets you use your favorite HTML editor to create e-learning courses quickly and easily. The Kit also provides a dynamically created table of contents, rapid download, easy to use navigation and more.

Purchase the Kit today for only $99. You will be able to download the e-Learning Course Development Kit right after you complete your online purchase.

The Kit lets you create test questions using HTML-based storyboards. You can create true-false, multiple choice, multiple choice with images and order-text questions. The test questions are automatically graded and recorded. Optional feedback can be provided for correct and incorrect answers.

The Kit fully supports SCORM 1.2, the latest e-learning standard for packaging, launching, bookmarking and tracking a course. The Kit reports the overall score (raw, minimum and maximum), the course status (incomplete, completed, passed or failed) and the results of individual interactions. The Kit saves and restores bookmarks and all of the state data so a learner can take the course in multiple sessions. Courses developed with the Kit will pass the SCORM conformance test.

Courses created with the Kit can be delivered from a Learning Management Server (LMS), web server and CD-ROM.

The Kit uses only 8 kilobytes of JavaScript to provide all of the e-learning features. The small size guarantees that your courses will download and start running quickly

Languages: The Kit can be used to create content in multiple languages. We have customers from more than 30 countries.
19

Page Edit Web authoring software 4.2


windows Web Development->HTML Editors H P $25.50
View Detail
Download Page Edit Web authoring software 4.2Download Page Edit Web authoring software 4.2
1989KB
Page Edit from Ovectra software is an easy to use Web page editor that allows you to create professional looking Web pages using Plain English scripting commands instead of HTML. You dont have to be an expert programmer to use Page Edit the Hypertext compiler does all the coding for you. Simply use the Web page editor to enter your commands compile your program and view your Web page all within an integrated Windows environment.

20

Web author scripting software. 2.0


windows Web Development->Web Design Tools $25.50
View Detail
Download Web author scripting software. 2.0Download Web author scripting software. 2.0
1.68MB
Web author is an easy to use programming language for Windows that allows you to create professional looking Web pages using simple scripting commands instead of HTML. Web author is the perfect authoring tool for both professional and beginners. Simply use the integrated development environment to enter your commands and create your Web pages with the minimum of fuss.

My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket




Related Search