A little about Vernon...

Hey there everybody, I’m Vernon. I’ve been a full-time freelance web designer since 2002 and can honestly say it’s been a great journey.

If you’re interested, take a look at my services site and let me help you with your project.

You are currently browsing the archives of the Javascript category.

0

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

I got my first look at TinyMCE 3.0 today and I’m highly impressed.  There’s times when certain dialogs didn’t load for me, but overall it’s a great improvement.  This new version is a complete rewrite of the TinmyMCE core.  Keep in mind that this is an Alpha version and there are several known issues with this version, and “we still suggest you get the 2.1.2 version if stability is your major concern.”

From a pure feature point of view, this release might not be very impressive, but if you are interested in JavaScript and do a lot of custom development, this is the release you have been waiting for. One of the main focuses for the new 3.x branch is to produce a more powerful API and also make it output valid XHTML code by default.

Some of the more notable changes are:

  • Rewrote the core and most of the plugins and themes from scratch.
  • Reduced the over all script size by 33% and the number of files/requests by 75% so it loads a lot faster.
  • Added new and improved serialization engine, faster and more powerful.
  • Added new inlinepopups plugin, the dialogs are now skinnable and uses clearlooks2 as default.
  • Added new contextmenu plugin, context menus can now have submenus and plugins can add items on the fly.
  • Added new skin support for the simple and advanced themes you can alter the whole UI using CSS.
  • Added new o2k7 skin for the simple and advanced themes.
  • Added new JSON parser/serializer and JSON-RPC class to the core API.
  • Added new cookie utility class to the core API.
  • Added new Unit testing class to the core API only available in dev mode.
  • Added new Safari plugin, fixes lots compatibility of issues with Safari 3.x.
  • Added new on demand loading of plugins and themes. Enables you to load and init TinyMCE at any time.
  • Added new unit tests in the dev package of TinyMCE. Runs tests on the core API, commands and settings of the editor.
  • Removed all button images and replaced them with CSS sprite images. Reduces the number of requests needed.
  • Removed lots of language files and merged them into the base language files. Reduces the number of requests needed.
  • Removed lots of unnecessary files and merged many of them together to reduce requests and improve loading speed.
  • Fixed so convert_fonts_to_spans are enabled by default. So no more font tags.
  • Fixed so all classes from @import stylesheets gets imported into the editor.

Thats right, its now 33% smaller and loads even quicker than before! The fastest loading editor just got even faster!

Check out the complete changelog.

A new example of the alternative Office2k7 skin can be seen here:
http://tinymce.moxiecode.com/example_sk … ample=true

The Spellchecker and Compressor for TinyMCE 3.0 Alpha has also been updated.

The Alpha version is live on this server and the Wiki example pages. If you wish to try it out yourself, go to the download page.

TinyMCE Forum / TinyMCE 3.0 Alpha 1 Released

Tags: , , ,

0

MooTools 1.1 Released
May 8th, 2007

MooTools version 1.1 has been released “with crazy optimizations for speed, compatibility, flexibility, and all around greatness.”

New features include:

  • Custom Events: A brand-new API to define custom events. The events ‘mouseenter’, and ‘mouseleave’, and ‘domready’ have been added as custom events.
  • Enhanced Element(): New methods, and enhancements such as an improved way to add HTML
  • Element Filters: $(’myElement’).getChildren().filterByClass(’myClass’);
  • Perfecting Ajax: Ajax::cancel allows running requests to be aborted, Ajax::evalScripts has been enhanced to include global eval and automated evaluation of responses with a JavaScript Content-Type
  • Hash.Cookie is an extended Hash Class that can automatically and manually save and load Hash values using JSON in a Cookie.
  • Generics have been added for native prototypes, Element, and Elements.
  • Advanced Garbage Collection: $(’content’).empty().setHTML(newText);

To learn more you can check out:

0

jQPie is a jQuery PHP interface extension that provides a lightweight PHP interface to jQuery. The interface gives you multiple ways to interact and supports XML, HTML and JSON Handlers.

What can jQPie do?

  • Easily request and process data from php using $.getJSON
  • Inject php generated html into elements using $.(element).load
  • Call php functions directly from your web pages using $.jqpie
  • Call jQuery from php in respond to $.jqpie calls
  • Advanced autocomplete using jqpie_complete

Check out examples as well as the advanced autocomplete example.

jquery php autocomplete example