Main > Free Download Search >

Free js software for mac

js

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
AK JS Editor

AK JS Editor


Free and open source JavaScript-made JavaScript editor more>> SafariSorter is our original, legacy Safari bookmarks alphabetizer which is still available for users of Mac OS 10.2.8 to 10.3.8. SafariSorter does not work under Mac OS 10.3.9. and does not work under Mac OS 10.4. SafariSorter is freeware.<<less
Download (1.7MB)
Added: 2008-09-27 License: GPL Price: FREE
181 downloads
Shih 1.3

Shih 1.3


Shih - Puzzle game widget more>>
Players move across and alter the arrangement of a hexagonal board comprised of 96 triangles, each of which has a wall attached.
By re-orienting walls in such a way as they enclose one or more enemy pieces and no empty spaces or friendly pieces, a player captures the enclosed pieces.
The rules are simple enough to learn, but it takes time to master the use of tempo.
Enhancements:
- More detailed information on widgets back.
- Now prevents the use of a Power Spin when rotating a space that may legally be affected by a Spin move.
- Cleaner HTML and Javascript files, including more detailed JS comments.
<<less
Download (78KB)
Added: 2006-02-24 License: Freeware Price:
1403 downloads
Fresh 2.1

Fresh 2.1


A free RSS reader application for your Mac more>>
Fresh 2.1 offers you a free, user-friendly and skinnable RSS reader built entirely using AJAX running on Adobe AIR. The Fresh reader features offline RSS reading, multiple panels within a single window, tabbed browsing, and basic browser integration. Fresh is based on the YUI-Ext / Ext JS library and RSS Feed Viewer sample by Jack Slocum.

Requirements: Adobe AIR

<<less
Download (747KB)
Added: 2009-06-12 License: Freeware Price: FREE
13 downloads
Safire 1.1

Safire 1.1


Safire - iPhone Web Application Framework. more>> Safire - iPhone Web Application Framework.

Safire is an open source framework written in HTML/CSS/JS. Safire has the incredible talent to make porting and building applications to the iPhone ridiculously easy.
System requirements:
- iPhone

<<less
Download (394KB)
Added: 2008-06-21 License: Freeware Price: FREE
197 downloads
Sandvox 1.6.4

Sandvox 1.6.4


Sandvox is designed to be a new and effective pioneering website creation utility for Mac OS X (version 10.4.11 and above). more>>

Sandvox 1.6.4 is designed to be a new and effective pioneering website creation utility for Mac OS X (version 10.4.11 and above). From Karelia Software - the developer of Watson.

Instant Gratification. Sandvox makes website creation elegant, intuitive, and fun. It's the Macintosh way--the way it should be: Drag and drop content, watch your site take shape as you create it, and publish. Sandvox makes it easy to keep in touch with friends, family and customers via the Web.

Express Yourself. Sandvox will help you be more creative on the Web. Parents, share your experiences in bringing up baby. Small business owners, show your customers your latest products and services. Authors, publish your stories. Photographers, share your libraries with the world. Families, keep your friends up to date with more than just a holiday letter.

Major Features:

  1. Live, Rich Text Editing: No 'Preview' Necessary
  2. Drag and Drop Website Assembly
  3. Stylish Designs (over 40)
  4. Build and Publish Your Own Weblog
  5. Innovative Pagelets Provide Micro-content on Your Pages
  6. Share Your Photos Online
  7. Make Yourself Heard: Publish Your Audio as a Podcast
  8. Publish Your Site on Any Provider--or On Your Own Mac
  9. Raw HTML and Advanced Features (Pro Edition)

Enhancements:

  • Full Snow Leopard compatibility
  • Brazilian Portuguese localization
  • Bug Fixes
    • Snow Leopard compatibility tweaks to both Sandvox and iMedia Browser
    • Compatibility update to Amazon List page/pagelet; Amazon changed requirements for applications to retrieve data
    • Fixed issue with Sandvox hanging while opening registration window if Firefox is currently running
    • Fixed issue with JS-Kit/Echo where sometimes an extra "0" would appear at ... see all new features.
<<less
Download (27.2MB)
Added: 2009-09-14 License: update/patch Price: $57.00
downloads
ESXX 0.9.20090521

ESXX 0.9.20090521


Free, easy-to-install, easy-to-use, no-nonsense JavaScript/ECMAscript application server more>> Free, easy-to-install, easy-to-use, no-nonsense JavaScript/ECMAscript application server

ESXX, pronounced Essex, is a web application server that executes web applications written in JavaScript (a.k.a. ECMAscript) on the server-side.
Its written in Java and has no external dependencies except for J2SE 6.0, everything else thats required is packaged in one single, executable JAR file, ready to be tested in Mac OS X,Linux, Solaris, Windows or any other platform where Java 6

Main features:
- JavaScript 1.7, provided by Rhino. Modern JavaScript really is a fantastic language. Well be tracking Rhino releases, so expect 1.8 and 2.0 in the future.
- E4X extensions, meaning unparallelled ease of use when working with XML documents.
- XSLT 2.0, provided by Saxon 9, for state-of-the-art XML transformations with access to user-defined JavaScript and Java extension functions directly from the XSLT templates.
- Embedded SQL database (H2), for quick prototyping or situations where a non-distributed web application is simply good enough.
- Built-in web server, suitable for development and small-scale deployments.
- Secure by default: ESXX is designed to make the applications immune to SQL injection or XSS attacks.
- Encourages layer separation and state-less design, resulting in highly scalable, easily maintainable web applications.
- Ready for the multi-core era: supports multithreaded JavaScript applications with easy-to-use fork/join and parallel array primitives.
- A RESTful mindset that encourages good-looking URIs and exposes web services/resources, local files, LDAP directories and SQL databases using the same API.
- Full access to J2SE 6: Thats thousands of useful classes and arguably one of the best runtime environments on the planet. Naturally, you can plug in your own or 3rd party Java code too, as well as native JNI modules.
- Standards-based: JavaScript, XML, XSLT, SQL, Java. This is stuff you probably already know, so youll be productive in no time.

Enhancements
- Added the XKCD example from the Wiki.
- Fixed apps in examples to use req.scriptURI instead of the web-server dependent CGI variable SCRIPT_NAME.
- Added DOCUMENT_ROOT CGI variable in HTTP mode.
- Added Java EE Servlet support: ESXX can now run inside a J2EE application server, such as Glassfish or Tomcat.
- XSLT parameters may now be specified via the property params in the ESXX.Response object.
- A build.xml file is now included in esxx.war, so it can easily be rebuilt with custom content.
- Added esxx.host, which refers to a host object that can be set when ESXX is embedded. For instance, If ESXX is deployed as a Servlet, esxx.host will refer to that Servlet.
- Added HTTP filter support. And there was much rejoicing.
- Property requestMethod is now available on the ESXX.Request object.
- Upgraded to Rhino 1.7 release 2 + patch for bug #477233.
- Added command line option --db-console to start H2s database console.
- Added the "Hello world" and "The Ajax Blog" tutorials to the examples.
- All-new look of error messages and file listings. No more references to esxx.org resources, everything is now embedded.
- Updated to Saxon 9.0.0.8.
- Added an uninstall script for OSX.
- Removed utility file esxx/Object.js. Use Function.bind() from esxx/harmony.js instead of Object.$(). Hey, its still alpha!
- Well, actually its not. Hello, beta!

<<less
Download (4.9MB)
Added: 2009-05-24 License: GPL Price: FREE
196 downloads
stickleback 1.10.0

stickleback 1.10.0


Allows developers to build and extend PHP command-line and gui applications more>> Allows developers to build and extend PHP command-line and gui applications

stickleback is a general purpose plug-in framework. stickleback ships with tools that allow developers to build and extend PHP command-line and gui applications.
stickleback is the framework that forms the basis of r3, a web app customization and localization engine.
NOTE: stickleback is licensed and distributed under the terms of the BSD License.

Enhancements
- sbcli: support for magic --help argument
- sbcli: sbcli_flag classes are automatically invoked pre- and post- command invocation
- sbcli: flag arguments can be given names so that usage messages are more useful
- sbgui: components can now be associated with js and css on a granular basis
- sbgui: in_section param associates a page with a primary module so that multiple pages can be associated with a section in primary navigation
- sbgui: viewlet render files are acquired by class hierarchy (allowing template inheritance)
- sbgui: Added default values for request->get
- sbgui: export variables into template space
- stickleback: sbplugin param values can now be inherited

<<less
Download (61KB)
Added: 2009-05-12 License: Freeware Price: FREE
205 downloads
Widget Tester 8.2.1

Widget Tester 8.2.1


Free Yahoo! widget tester for your Mac more>> Free Yahoo! widget tester for your Mac

Widget Tester is a free Yahoo! widget that provides a workbench for testing JavaScript code.
Code may be entered into a multi-line text area or by dragging a text string or a text file onto the JS button. Simple commands may be entered directly into the command line. The Widget executes (i.e. evaluates) the code and displays any results in the debug window.
Widget Testert can be used to examine and set global variables, and to execute
expressions and functions.

System requirements:
-

Enhancements
- New dock and security graphics.

<<less
Download (308KB)
Added: 2009-05-10 License: Freeware Price: FREE
201 downloads
Advanced Snake Widget 1.0

Advanced Snake Widget 1.0


Advanced Snake Widget - Snake game widget more>>
Advanced Snake Widget - The classic game of snake. As a Dashboard widget! Three difficulty settings, and (currently) 10 levels, its a very good, very addictive, very small little game.
If you dont have 10.4 and Dashboard, dont fret - you can still play it, just open up the widget after unzipping it - its a folder - and double click on snake.html.
Its also distributed under the GPL, so if you look at our code (snake-pronto.js) and think "URG!" please tell us how to improve!
Enhancements:
- Version 1.0: First public release
- fixed status message
- fixed NaN bugs
- fixed lots of other small things.
- Next release will contain more levels, saving of games (part way through a level), and the fixing of any bugs that might be discovered :).
<<less
Download (231KB)
Added: 2005-11-29 License: Freeware Price:
808 downloads
Aptana Studio 1.2 RC / 1.1

Aptana Studio 1.2 RC / 1.1


Robust, JavaScript-focused environment for building dynamic web applications. more>> Robust, JavaScript-focused environment for building dynamic web applications.

Aptana Studio is a robust, JavaScript-focused environment for building dynamic web applications. Aptana Studio 1.1 also includes an embedded version of Aptanas new Ajax Server, Jaxer.
Studio is Aptanas free, open source Ajax development environment. With over a million downloads, developers all over the world are discovering why Aptana Studio is the leading choice of web professionals everywhere. Studio offers free plugins for PHP, Adobe AIR, Ruby on Rails, and even Apple iPhone development.
Of course Studio also includes rich support for development of Jaxer-based Ajax applications. In fact, as of Studio 1.1, Jaxer is fully integrated so that development of end-to-end Ajax applications requires no further installations or server setup.
Just create a new HTML document and you can build fully realized client/server applications rich with database access, network access, and much more.

Main features:>
- JavaScript debugging.
- HTML/CSS/JS content assist.
- FTP support.
- Code assist profiles.
- Visual ScriptDoc.
- Ajax/JS library support.
- Integrated samples.
- Message center.

System requirements:
- 512 MB RAM.
- G5 or Intel-based machine.
-

Enhancements:
- Updated smart synchronization utility and a brand new database perspective plus numerous bug fixes and UI enhancements with performance boosts throughout.
- A new Aptana ID system provides single-sign on the forums, the bug database (ASAP), Aptana Cloud, and soon more.
- And theres a new My Aptana start page with quick links to your recent files and core features.

<<less
Download (126.6MB)
Added: 2008-10-06 License: GPL Price: FREE
562 downloads
Wired Server Status Daemon 1.0

Wired Server Status Daemon 1.0


Wired Server Status Daemon is a product that is firstly started for Wired server. more>>
Wired Server Status Daemon 1.0 is a product that is firstly started for Wired server. Checks the status of the specified server ("online" or "offline") at a specified frequency. Outputs a JavaScript .js file with the status and server address. Auto-upload to a web server (via FTP) option is available.

Enhancements:

  • Completely configurable
  • New check method

Requirements:

  • Mac OS X 10.1 or later.
<<less
Download (947K)
Added: 2004-10-05 License: Free Price:
downloads
Safari Lithuanian Localization 2.0

Safari Lithuanian Localization 2.0


Safari Lithuanian Localization is an advanced program which satisfies you with localization into Lithuanian language. more>>

Safari Lithuanian Localization 2.0 is an advanced program which satisfies you with localization into Lithuanian language.

Enhancements:
  • Apple Safari 2.0 with English and Lithuanian resources.

Requirements: Mac OS X 10.4.


<<less
Download (1.3MB)
Added: 2005-05-04 License: Free Price:
downloads
Telescope Basecamp Widget 2.0.2

Telescope Basecamp Widget 2.0.2


Telescope Basecamp Widget 2.0.2 brings you a useful Mac OS Dashboard Widget designed for quick access to projects managed with 37signals Basecamp web-based project management application more>> Telescope Basecamp Widget 2.0.2 brings you a useful Mac OS Dashboard Widget designed for quick access to projects managed with 37signals Basecamp web-based project management application. It is a useful Widget for people managing projects with Basecamp.

Enhancements:
  • Converted all network requests to prototype.js library
  • Added display of author of change
  • Added display of responsible person to change list
  • Additional connection error handling enhancements
Requirements:
  • Mac OS X 10.4 or later, and a current Basecamp account with API enabled.
<<less
Download (264K)
Added: 2006-10-19 License: Free Price:
downloads
Uber Uploader 6.7.2

Uber Uploader 6.7.2


Free and open source upload status displayer more>>
Uber Uploader 6.7.2 provides you with a professional, yet free and open source upload status displayer. Uber-Uploader is a group of programs written in Perl, PHP and Javascript. Uber-Uploader is intended to present a graphical representation of the status of a web based file upload in the form of a progress bar.

Enhancements:

  • ubr_file_upload.js - Added highlightFileLabel function
  • ubr_file_upload.js - Added clearFileLabels function
  • ubr_file_upload.js - Re-wrote checkDuplicateFileCount function
<<less
Download (86KB)
Added: 2009-05-26 License: Freeware Price: FREE
13 downloads
QuickHTML 0.2

QuickHTML 0.2


QuickHTML - Create a website template with the click of a button more>>
QuickHTML quickly creates an index.html file with linked CSS and JS files. Choose between a 2 column or 3 column layout, with or without JS drop down menus, and let the script create the necessary DIVs for header, nav, body and module columns, and the JS for the dropdowns.

The script creates the styles for you, all you need to do is add your images, add your content and set your font and color attributes.
<<less
Download (64KB)
Added: 2006-05-10 License: Freeware Price:
1263 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3