Top Web Related Interview Questions :: ALLInterview.com http://www.allinterview.com Top Web Related Interview Questions en-us Difference between HTML and DHTML? http://www.allinterview.com/showanswers/5017.html DHML used events, methods, properties to insulate dynamism in HTML Pages. Difference between XML and HTML? http://www.allinterview.com/showanswers/3792.html XML was designed to describe data and to focus on what data is.HTML was designed to display data and to focus on how data looks. XML allows the author to define his own tags and his own document structure. The tags used to markup HTML documen what are the different design patterns available in flash? http://www.allinterview.com/showanswers/27775.html caringorm what is the other way of using Inheritance in flash? http://www.allinterview.com/showanswers/27776.html _visible=flase; What is SOAP and why it is required ? http://www.allinterview.com/showanswers/20616.html SOAP stands for simple object Access protocol . SOAP structures a message into two main parts: the headers and the body. SOAP is more than just a sender-receiver protocol, although that, too, is certainly the dominant use today. SOAP suppor what is use of preloader? What are the diff var use for creating prel http://www.allinterview.com/showanswers/27771.html preloader are used to know how much time a flash movie will take to load itself in a flash player. What is the difference between _root and parent? http://www.allinterview.com/showanswers/67574.html The super parent for all the movieClip is _root but using the _parent you can get particular MovieClip's parent. For example you are having one Movie Called MovieHolder_mc and MovieHolder2_mc on Stage, and inner1_mc inside the MovieHolder_ difference between _root and _level http://www.allinterview.com/showanswers/27769.html They are same, which denotes the parent stage Is it possible to create document or folder from flash? if yes then http://www.allinterview.com/showanswers/27772.html To create document or folder from flash needs a other language like asp.net, php, vb.net etc. How to download Flash object embeded in HTML Page? http://www.allinterview.com/showanswers/57533.html There are two ways to download the (.swf) file, 1. First we want to know the file name of .swf, we can get it by Right click the mouse View Source and Enter the key word .swf in find option. we can get DOM & SAX parsers explanation and difference ? http://www.allinterview.com/showanswers/4799.html DOM Parser is nothing but, Document Object Model Parser, It loads the entire XML file into the primary memory and represents in a Tree structured manner. It traverses from Root Node to Child Node. SAX Parser is nothing but, Simple API for X How do you access elements in XML document? http://www.allinterview.com/showanswers/33038.html Creating Object for XML we can Access the Elements... Microsoft Provider.... what is the use of depth? how many methods for depth are available? http://www.allinterview.com/showanswers/27770.html In flash there is one method is used to know the depth i.e. getNextHighestDepth(). Difference b/w XML and HTML. http://www.allinterview.com/showanswers/3146.html XML is Extensible Markup Language HTML is Hyper Text Markup Language XML is basically used to describe some data.There are no fixed set,i.e pre-defined TAGS used in XML. The tags are user defined. It is used for Data description and streaming. What is an ESB? http://www.allinterview.com/showanswers/15329.html An Enterprise Service Bus (ESB) is a standards-based, Service Oriented Architecture (SOA) backbone, capable of connecting applications through service interfaces. By combining Messaging, Web Services, XML, Data Transformation and Management,