pausing-up-down-scroller
username avaiability in ajax and php using jQuery. Html Code : <div > User Name : <input name=”username” type=”text” id=”username” /> <span id=”msgbox” style=”display:none”></span> </div> As you can see the… read more →
With CSS (Cascading Style Sheets) you can add display information to an XML document. Displaying your XML Files with CSS? It is possible to use CSS to format an XML… read more →
TV Schedule DTD <!DOCTYPE TVSCHEDULE [ <!ELEMENT TVSCHEDULE (CHANNEL+)> <!ELEMENT CHANNEL (BANNER,DAY+)> <!ELEMENT BANNER (#PCDATA)> <!ELEMENT DAY (DATE,(HOLIDAY|PROGRAMSLOT+)+)> <!ELEMENT HOLIDAY (#PCDATA)> <!ELEMENT DATE (#PCDATA)> <!ELEMENT PROGRAMSLOT (TIME,TITLE,DESCRIPTION?)> <!ELEMENT TIME (#PCDATA)>… read more →
DTD, Document Type Definition A Document Type Definition (DTD) defines the legal building blocks of an XML document. It defines the document structure with a list of legal elements and… read more →
Form Validation using FORM <html> <head> <title>JavaScript Form Validation</title> <script language=”javascript” type=”text/javascript”> function frmValidation() { if(document.form1.fname.value==””) // checking whether the field fname in form1 has blank value in it or… read more →
HTTP: Hyper Text Transfer Protocol HTTP is a request/response standard between a client and a server. A client is the end-user, the server is the web site. The client making… read more →
HTML – Hyper Text Markup Language HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a… read more →