Posts Tagged ‘javascript’

TinyMCE Themes

Thursday, May 7th, 2009

TinyMCE is a free WYSIWYG editor with two visual components – themes and skins. TinyMCE themes are very complex to customize but you can make your own TinyMCE theme. If you just want to customize the look & feel a little bit, you’re better off creating a TinyMCE skin.

(more…)

Remote Data in a Firefox Extension or Add-on

Wednesday, April 22nd, 2009

Displaying remote data in your custom Firefox toolbar makes a lot of neat things possible. If your Firefox add-on needs to fetch some data from another URL, it can be done easily with XMLHttpRequest.

(more…)

What is XMLHttpRequest?

Tuesday, April 21st, 2009

What is XMLHttpRequest? The XMLHttpRequest object enables client-server requests in JavaScript. If you’re writing Ajax enabled scripts, fetching remote data in a Firefox extension, or pulling data from another URL in any JavaScript app then XMLHttpRequest is needed.

(more…)

Expected Indentifier, String or Number

Sunday, April 5th, 2009

Internet Explorer gives the JavaScript error “Expected indentifier, string or number” when it’s expecting another variable. Firefox and Safari don’t have such a problem, but it’s easy to fix the error in your JS code if you can find where it’s located.

(more…)

Creating a New TinyMCE Theme for 3.x

Friday, March 27th, 2009

Here are the steps I took to create a new theme for TinyMCE 3.x. It isn’t very hard to do, but the documentation is extremely out of date. You can tweak these all you want, but if you want to make a custom TinyMCE theme there isn’t much available.

(more…)

What is Ajax?

Tuesday, August 26th, 2008

The question is asked time and time again, and not always clear even to those who are working with Ajax! The term Ajax is short for Asynchronous JavaScript and XML. It was coined in 2005 by Jesse James Garrett. Ajax is not a specific programming language or technology. Ajax is a Web development technique. Ajax brings dynamic data interactivity to Web pages. For example, a Web client sorts a column of data, and the data is automatically changed with live server data without reloading the entire page.

(more…)


Intavant    Scriptalicious    Servermind

©2009 Gabriel Harper. Do not use, copy or re-publish any part of this blog.