JavaScript
JavaScript is an object-oriented, cross-platform scripting language widely used to control dynamic components on Webpages.
JavaScript is often used for executing code on a Web page when events are triggered, such as the mouse moving over a page element, or a form being submitted. This code can manipulate variables as well as page elements allowing animated text, popup windows, and form validation.
Whether the JavaScript code can be run properly depends on which browser the page is being viewed with, and whether they have JavaScript enabled, although all the popular version 4+ browsers support it.
View projects in our portfolio that use this technology
For more information visit: http://developer.mozilla.org/en/docs/JavaScript/
AJAX
Asynchronous JavaScript and XML (AJAX), is a group of interrelated Web development techniques used to create interactive Web applications or rich Internet applications. AJAX is using a number of existing technologies together, including: XHTML, CSS, JavaScript, The Document Object Model, XML, XSLT, and the XMLHttpRequest object.
With AJAX, Web applications can retrieve data from the server asynchronously in the background without reloading the entire browser page. The use of AJAX has led to an increase in interactive animation on Web pages.
View projects in our portfolio that use this technology
For more information visit: http://developer.mozilla.org/en/AJAX/
TinyMCE
TinyMCE, also known as the Tiny Moxiecode Content Editor, is a platform-independent web-based JavaScript/HTML WYSIWYG editor control, released as open source software under the LGPL by Moxiecode Systems AB. It has the ability to convert HTML textarea fields or other HTML elements to editor instances. TinyMCE is designed to easily integrate with content management systems.
TinyMCE is easy to integrate and extend with custom code or plugins. It also supports International languages and multiple Internet browsers. TinyMCE is one of the most used WYSIWYG editors on the Internet.
View projects in our portfolio that use this technology
For more information visit: http://tinymce.moxiecode.com
jQuery
jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 by John Resig and licensed under the MIT License and the GNU General Public License. jQuery is free and open source software. jQuery exists as a single JavaScript file, containing all the common DOM, Events, Effects, and AJAX functions.
View projects in our portfolio that use this technology
For more information visit: http://jquery.com/