Found a total of 10000 related content
Beginners Guide to DHTML
Article Introduction:Core points
Dynamic HTML (DHTML) is not an independent programming language, but an HTML enhancement technology. It combines HTML, JavaScript and CSS to make web pages dynamic.
The main function of DHTML is to dynamically change the appearance and content of a web page without reloading the page, which relies on built-in features of the fourth generation browser.
The implementation of DHTML varies greatly from browser to browser; for example, Netscape Navigator 4 uses tags, while Internet Explorer 4 relies on style objects associated with standard HTML tags (such as and).
In order to achieve cross-browser compatibility, DHTML needs to be used according to the browser
2025-03-09
comment 0
609
DHTML Utopia: Modern Web Design Using JavaScript & DOM
Article Introduction:Unlock the charm of dynamic web pages: Deep into the world of DHTML
This article is excerpted from SitePoint's new book "DHTML Utopia: Modern Web Design Using JavaScript & DOM", which explores DHTML technology in-depth, teaching you how to create a rich user experience without sacrificing usability and standard compatibility. Author Stuart Langridge uses web standards and separates code and tags to build engaging, practical and interactive DHTML applications.
This book covers more than 300 pages of DHTML skills, including document object model (DOM), remote scripts, Ajax, XM
2025-03-09
comment 0
545
dhtmled.ocx - What is dhtmled.ocx?
Article Introduction:What is dhtmled.ocx doing on my computer?
dhtmled.ocx is a Microsoft (R) Dynamic HTML Editing Control from Microsoft Corporation belonging to DHTML Editing Component . This module is used for DHTML editing. IMPORTANT: Please vist Microsoft(R) Se
2024-10-30
comment 0
956
Build a Dynamic Menu in JavaScript Article
Article Introduction:Here, we’re not talking about DHTML drop-down/pull-down menus. Here, we’re talking about a simple navigation menu using Javascript. It identifies the active page, and accordingly displays that link differently from the other links, making it easy for
2025-03-11
comment 0
329
Quick tip: XMLHttpRequest and innerHTML
Article Introduction:Quick tips for XMLHttpRequest and innerHTML
XMLHttpRequest is one of the best secrets for modern DHTML. If you have never encountered it before, it is a way to issue HTTP calls to a hosted web server without refreshing the entire page—an enhanced remote script. It was originally an extension of Microsoft and has been adopted by the Mozilla browser series and (starting with version 1.2) Safari. The Sarissa library discussed earlier provides abstraction layers for different browsers, or for a lighter approach, from this generation of jibbering.com
2025-03-07
comment 0
687
cssQuery(): query the DOM with CSS selectors
Article Introduction:(From Planet Web 2.0) cssQuery() is a new JavaScript library developed by Dean Edwards, a well-known developer of IE7 scripts. It is based on the Document Object Model (DOM) and allows you to use the CSS selector syntax to get references to document elements. DOM is a powerful and efficient API for reading, writing, and modifying HTML and XML documents. When used in conjunction with JavaScript, it is the basis for the DHTML effect. However, sometimes it can require a lot of code. Consider this little snippet, which comes from the table sorting foot we use on SitePoint
2025-03-07
comment 0
1064
Dave The Diver: How To Catch Spider Crabs
Article Introduction:In Dave The Diver, there are some creatures that are not easy to catch. Or, catch alive that is. The spider crab is one of those very species, making it seem like the only way to bring these crustaceans back up to land is to viciously crack them up w
2025-01-10
comment 0
777
Prepare for Interview Like a Pro with Interview Questions CLI
Article Introduction:Prepare for Interview Like a Pro with Interview Questions CLI
What is the Interview Questions CLI?
The Interview Questions CLI is a command-line tool designed for JavaScript learners and developers who want to enhance their interview
2025-01-10
comment 0
1408
Soft Deletes in Databases: To Use or Not to Use?
Article Introduction:Soft Deletes: A Question of DesignThe topic of soft deletes, a mechanism that "flags" records as deleted instead of physically removing them, has...
2025-01-10
comment 0
1026
Terraria: How To Make A Loom
Article Introduction:There are a lot of crafting stations that you can make in Terraria. This ranges from simple anvils to unique stations meant for one specific type of resource. Early into the game, you'll be able to make your own Loom, which is primarily used to make
2025-01-10
comment 0
1302