Posts Tagged ‘javascript’
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…)
Tags: javascript, scripts, software, tinymce, wysiwyg
Posted in Software & Scripts | 1 Comment »
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…)
Tags: firefox, javascript, xml, XMLHttpRequest
Posted in Development | No Comments »
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…)
Tags: ajax, javascript, scripts, software, xml, XMLHttpRequest
Posted in Development | 2 Comments »
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…)
Tags: javascript
Posted in Web Design | 2 Comments »
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…)
Tags: javascript, scripts, software, tinymce, wysiwyg
Posted in Software & Scripts | 3 Comments »
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…)
Tags: ajax, javascript, Web 2.0
Posted in Development, Software & Scripts | 1 Comment »
©2009 Gabriel Harper. Do not use, copy or re-publish any part of this blog.