Friday, April 30, 2010

Javascript

Is the most popular scripting language used for
- Detects visitors browsers
- Form validation
- Add interactivity
-Set cookies
but most important i liked about jscript is it reduces server load.

To deal with those browsers who does not support javascript, write your jscript code in <-- tags//--> or use noscript tags.
When you want to call function from external jscript then first include that script file write another script tag in this tag you can call that function. You cant call function in first script tag.

Monday, March 1, 2010

DOCTYPE


This html tag should appear at the top of every valid html document.This tag tells the browser that what version of
html used to write html document.

Types od this type are as follows:

!DOCTYPE HTML PUBLIC "-//w3c// DTD html 4.01 //EN" "http://www.w3c.org/TR/html4/strict.dtd"
// This type of DTD includes all html elements & attributes but not deprecated elements & frameset are not allowed

!DOCTYPE HTML PUBLIC "-//w3c// DTD Transitional html 4.01//EN" "/http://www.w3c.org/TR/html4/transitional.dtd"
//This is DTD includes all html elements & attributes even deprecated elements but not framesets

!DOCTYPE HTML PUBLIC "-//w3c// Frameset 4.01//EN" "http://www.w3c.org/TR/html4/framseset.dtd"
// It contains all elements & attributes even deprecated & frameset also allowed

!DOCTYPE HTML PUBLIC "-//w3c//DTD XHTML 1.0 Strict//EN" "http://www.w3c.org/TR/xhtml1/DTD/xhtml1 - strict.dtd"
// It is like strict & markup must also be written as well-formed XML

!DOCTYPE HTML PUBLIC "-//w3c//DTD XHTML 1.0 Transitional//EN" "http://www.w3c.org/TR/xhtml1/DTD/xhtml1 - transitional.dtd"
// It is like transtional & markup must also be written as well-formed XML

!DOCTYPE HTML PUBLIC "-//w3c//DTD XHTML 1.0 Frameset//EN" "http://www.w3c.org/TR/xhtml1/DTD/xhtml1 - frameset.dtd"
// It is like framset & markup must also be written as well-formed XML

Saturday, February 27, 2010

JUMI

JUMI is the plugin used to add php code in joomla.For this first we have to install jumi & it is not bulit-in in joomla.
But one thing in joomla to boring when we want to work on several sites for each site we have to install joomla. However this is not case of Drupal.


Tuesday, February 23, 2010

Screens for CRM-SPA Project

I have created some screens for project. I have created my own webpages for this project.