Zinia Islam

    06-Sep-13 12:51:03 am

    Javascript tutorial lesson1 introduction is a scripting language a scripting language

    JavaScript Tutorial - Lesson:1 JavaScript Introduction JavaScript is a Scripting Language A scripting language is a lightweight programming language. JavaScript is programming code that can be inserted into HTML pages. JavaScript inserted into HTML pages, can be executed by all modern we...

    Read More


    Mohammad Towhidul Islam

    12-Aug-13 02:35:11 am

    Html 5 data attributes how to use them and why it

    HTML 5 data-* attributes, how to use them and why It is always tempting to add custom attributes in HTML so that you can use the data stored there to do X. But if you do that there is no way of knowing if your HTML attribute will not be overridden in the future and used for something else and ad...

    Read More


    Mohammad Towhidul Islam

    23-Jun-13 08:07:23 pm

    Here are some good notes when you using event on anchor tag

    Here are some good notes when you using event on anchor tag in JavaScript: JavaScript pseudo-protocol – Awful! <a href=”javascript:window.open(‘help.html’)”>contextual help</a> Pointless link – Bad! <a href=”#” onclick=”window.open(‘help.html’);...

    Read More


    Mohammad Towhidul Islam

    06-Jun-13 07:33:04 pm

    Json example doctype html body json object creation in javascript

    JSON Example <!DOCTYPE html> <html> <body>JSON Object Creation in JavaScript <p> Name: <span id="jname"></span><br /> Age: <span id="jage"></span><br /> Address: &...

    Read More


    Mohammad Towhidul Islam

    06-Jun-13 07:30:26 pm

    Why json for ajax applications is faster and easier than xml

    Why JSON? For AJAX applications, JSON is faster and easier than XMLUsing XML1Fetch an XML document2Use the XML DOM to loop through the document3Extract va...

    Read More


    Mohammad Towhidul Islam

    06-Jun-13 07:22:37 pm

    Converting a json text to javascript object one of the most common

    Converting a JSON Text to a JavaScript Object One of the most common use of JSON is to fetch JSON data from a web server (as a file or as an HttpRequest), convert the JSON data to a JavaScript object, and then it uses the data in a web page. For simplicity, this can be...

    Read More


    Mohammad Towhidul Islam

    06-Jun-13 07:02:43 pm

    Json syntax json syntax is a subset of javascript syntax rules the object

    JSON Syntax JSON syntax is a subset of JavaScript syntaxJSON Syntax Rules JSON syntax is a subset of the JavaScript object notation syntax: 1 Data is in name/value pairs 2Data is...

    Read More


    Mohammad Towhidul Islam

    06-Jun-13 06:35:16 pm

    Json javascript object notation 1json is lightweight text data interchange format

    JSON: JavaScript Object Notation.1JSON is lightweight text-data interchange format 2JSON is language independent * 3JSON is "self-describing" and easy to understand ...

    Read More


    Zinia Islam

    02-May-13 11:12:06 am

    Doctype html public w3c dtd xhtml 1 0 transitional en

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=u...

    Read More


    Mohammad Towhidul Islam

    02-May-13 10:56:54 am

    Doctype html public w3c dtd xhtml 1 0 transitional en

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=u...

    Read More


First6789Last
8 of 9 pages
Copyright © 2025. Powered by Intellect Software Ltd