CMS

Fix for TinyMCE Editor strips Flash embed code in Joomla

It has been a big misery for all those wanted to retain the inserted flash files... 

Read More Posts From This Category

DreamWeaver

Creating a database search application using Dreamweaver

This article describes how to create a search application using Dreamweaver.  This... 

Read More Posts From This Category

Scripts

Simple Ajax form tutorial – submit form using Ajax

This article briefly explains how to submit HTML  form using AJAX. This article is intended for  Ajax beginners. The word AJAX is the short form of   asynchronous JavaScript and XML. Ajax is widely used in  modern websites, web applications, etc. In this article, we assume the  basic knowledge of javaScript and HTML. [Read more of this review]  Read More →

Embed Flash in XHTML – Pass W3C Validation

Inserting flash(swf) files directly in XHTML causes w3c validation errors. This article explains how to embed flash in XHTML pages with out affecting the page Validation. The Usual method is to use “<object>” tag and “<embed>” tag to insert the flash files in web pages. This  causes errors while validating the page... [Read more of this review]

Finding the value of a radio button

Accessing the value of a radio button set is not an easy task. Values from text input fields can be easily retrieved easily by just making use of [document.formname.textinputfiledname.value]. But radio button set’s value cannot be retrieved using this method. This article shows how to get the value of a radio button set. [Read more of this review]  Read More →

A brief Note on JavaScript Objects – JavaScript articles

JavaScript is an Object Oriented Programming language (OOP). An Object is a special kind of data and acts like real –life objects. An object has properties and methods. A real-life example for object could be a music system. It has properties like, on, off, current volume, etc. The methods could be said as, turn on, turn off, increase volume, etc.... [Read more of this review]

JavaScript Basics – The Fundamentals of JavaScript

This article briefly explains the fundamentals of JavaScript.  The basic characteristics, features, usage, etc. have been explained in simple terms. Topics like,  What is JavaScript ?,  How can we use the JavaScript ? , Where to place a JavaScript code ?,  Characteristics of JavaScript,  JavaScript variables,  JavaScript operators, etc. are explained... [Read more of this review]

XML Parser using jsp

Learn how to parse an XML file and load dynamic data into a jsp page. This tutorial is on the DOM parser in JSP.  The parser loads the xml data into a jsp page using the DOM parser. [Read more of this review]  Read More →

Read More Posts From This Category