java toolkit image
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2488
JsDoc Toolkit 2.0.1
JsDoc Toolkit is an application, written in JavaScript, for automatically generating template-formatted, multi-page HTML (or XML, JSON, or any other text-based) documentation from commented JavaScript source code. more>> JsDoc Toolkit 2.0.1 provides you a convenient and easy to use application which is written in JavaScript, for automatically generating template-formatted, multi-page HTML (or XML, JSON, or any other text-based) documentation from commented JavaScript source code. JsDoc Toolkit is the most flexible documentation publishing tool for JavaScript available.
Usage:
On Windows:
- > java -jar jsrun.jar appun.js -a -t=templatesjsdoc mycode.js
- On Mac OS X or Linux the same command would look like this:
- $ java -jar jsrun.jar app/run.js -a -t=templates/jsdoc mycode.js
Requirements:
- Java version "1.6.0_03" Java(TM) SE Runtime Environment (build 1.6.0_03-b05) for Windows XP
- Java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-241) for Mac OS X 10.4.
Added: 2008-07-11 License: Other Free / Open Source License - MIT License. Price: OtherFreeOpenSourceLicenseMITLicense.
17 downloads
Java Script Math Object
We saw in previous sections the String and Date Objects of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Math Object. more>> We saw in previous sections the String and Date Objects of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Math Object.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
16 downloads
DHTMLX Ajax Toolkit 2.1
DHTMLX is a JavaScript library of more than 15 Ajax-enabled user interface components, including full-featured datagrid, treeview, combobox, tabbar, menu, layout, etc. The toolkit supports the main types of functionality required for development of more>> DHTMLX is a JavaScript library of more than 15 Ajax-enabled user interface components, including full-featured datagrid, treeview, combobox, tabbar, menu, layout, etc. The toolkit supports the main types of functionality required for development of advanced web applications: cross-browser compatibility, drag-n-drop, in-line editing, clipboard operations, special techniques for handling large datasets. With the help of dhtmlxLayout the components can be easily combined into a common user interface. This JavaScript control provides an easy way to configure an interface structure and effortlessly integrate DHTMLX components, or other HTML objects, into its panels. DHTMLX suite of UI components enables developers to create rich and high-performing web applications with less efforts and time.<<less
Added: 2008-01-02 License: GPL Price: $466.00USD
15 downloads
Java full screen image viewer
This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it. more>> This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it.<<less
Added: 2007-01-25 License: Other Price: $0.00USD
17 downloads
Cool image effect
This tutorial will teach you how to create a cool image effect in flash with no Action Script. more>> This tutorial will teach you how to create a cool image effect in flash with no Action Script.<<less
Added: 2007-03-30 License: Freeware Price: Free
953 downloads
Java Script String Object
As we have seen in earlier section String object is a widely used object in Java Script. Let us see in this section what the String Object is used for, how to use that in Java Script, some of the methods used in String Object in brief. more>> As we have seen in earlier section String object is a widely used object in Java Script. Let us see in this section what the String Object is used for, how to use that in Java Script, some of the methods used in String Object in brief.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
12 downloads
Java Online Course
Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises. more>> Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises.<<less
Added: 2006-04-30 License: Freeware Price: $0.00USD
11 downloads
PHP Video Toolkit 0.1.5
This class allows PHP developers to manipulate and convert video files in any easy to use object oriented way more>>
PHP Video Toolkit 0.1.5 is a professional tool that allows PHP developers to manipulate and convert video files in any easy to use object oriented way
Major Features:
- Wrap around FFmpeg, FLVTools2 and Mencoder applications.
- Currently provides FFmpeg-PHP emulation in pure PHP, making compiling and installing the module unnecessary.
- It isn't intended as a FFmpeg-PHP replacement, but only as an alternative solution.
- Be recommended, if heavy use of the FFmpeg-PHP functionality is required, to install the module, as it is more efficient.
- Perform several types of manipulation operations that include video format conversion, extract video frames into separate image files, assemble a video stream from a set of separate video images, extract audio from video, watermark videos and extracted frames.
- Several parameters can also be configured like the output video file format (which can be Flash video or any other supported by ffmpeg), video and audio bit rate and sample rate, video dimensions and aspect ratio.
- Retrieve information about the media file, such as duration, bitrate, framerate, format, dimensions, display aspect ratio, pixel aspect ratio, audio stereo, audio frequency and audio format, without any other additional library such as ffmpeg-php.
Requirements:
- PHP 5.0 or higher
Added: 2009-06-25 License: BSD - BSD License Price: BSDBSDLicense
14 downloads
Java Script Date Object
We saw in previous section the String Object of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Date Object. more>> We saw in previous section the String Object of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Date Object.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
Gurt Java Table
Gurt Java Table is extremely fast and small Java applet, just the best free solution to present your table data in a compact attractive way, with sorting and sort ordering options and even in differen more>> Gurt Java Table is extremely fast and small Java applet, just the best free solution to present your table data in a compact attractive way, with sorting and sort ordering options and even in different languages. And dont care of number of rows, the applet is ready to receive data from even big DB tables on your server. No knowledge of Java programming is required, everything is simply adjusted with HTML parameters.<<less
Added: 2005-12-10 License: Freeware Price: FreeAdditionalInfoFreetouseifGurtomheadlinesremainunchanged
1419 downloads
PHP digg toolkit 1.0
a php library that simplifies access to the digg api. Also works with php 4. more>> a php library that simplifies access to the digg api. Also works with php 4.<<less
Added: 2007-08-22 License: Freeware Price: $0.00USD
13 downloads
Java Threads
A thread, by definition is a light weight process. They are used to increase functionality and performance by performing multiple tasks at the same time, i.e. concurrently... more>> A thread, by definition is a light weight process. They are used to increase functionality and performance by performing multiple tasks at the same time, i.e. concurrently...<<less
Added: 2006-02-11 License: Freeware Price: $0.00USD
14 downloads
JavaScript Font Resize Toolkit B.0.0.2
This is a font resize toolkit that allows a web sites text to be resized on the fly by the end user. Support both EM and PX font sizes with a revert to original size call. Full configuration from number of font size changes to allow down to the elements more>> This is a font resize toolkit that allows a web sites text to be resized on the fly by the end user. Support both EM and PX font sizes with a revert to original size call. Full configuration from number of font size changes to allow down to the elements to include/exclude from the tool. This is a beta release and will have minimal support.<<less
Added: 2008-03-07 License: Other Price: $0.00USD
14 downloads
Java Detector
This handy script detects whether the browser has a Java plugin enabled and redirects accordingly. It works with will main browser manufacturers and has been tested in Opera 9, Netscape Navigator 8.1, Mozilla Firefox 1.5.0.4 and Internet Explorer 6 SP2. more>> This handy script detects whether the browser has a Java plugin enabled and redirects accordingly. It works with will main browser manufacturers and has been tested in Opera 9, Netscape Navigator 8.1, Mozilla Firefox 1.5.0.4 and Internet Explorer 6 SP2. It is particularly useful if you intend to run a Java applet as it can redirect non Java users to an alternate page, so they are not staring at a blank page.<<less
Added: 2006-07-30 License: Freeware Price: 0.00GBP
15 downloads
Java Content Management Systems 1.1c
Overview of Java content management systems. JSP based CMS products that are available for download. more>> Overview of Java content management systems. JSP based CMS products that are available for download.<<less
Added: 2005-04-06 License: Freeware Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above java toolkit image search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed