Questions tagged [dhtml]

DHTML, short for Dynamic HyperText Markup Language, encompasses a variety of technologies that are combined to develop engaging and dynamic websites. This mixture includes static markup languages like HTML, client-side scripting languages such as JavaScript, presentation definition languages like CSS, and the Document Object Model (DOM).

Experience a seamless front/back DIV transition with a mouseover effect similar to the ones on USAT

Recently, I was tasked with creating a mouseover transition effect for a div similar to the one used on USAToday's website. The structure of the boxes on the site includes: <div class="asset"> <div class="front">'image and some t ...

Making lightbox/dhtml appear in front of flash

After extensive research, I have come across numerous posts highlighting the importance of modifying the embed-tag with wmode="opaque" in order to force lightbox and other dhtml elements above flash content. Simply adjusting the z-index of the desired elem ...

In search of the most efficient method for integrating an AJAX-powered TreeGrid feature

Can anyone recommend an Ajax/TreeGrid implementation that meets the following criteria: Must support server side sorting Should be able to load leaf nodes on demand, meaning only children of open nodes are loaded Needs to support paging so that nodes are ...

Displayed hours may not be complete on the Dhtmlx timeline

I'm experiencing an issue with the cell timeline feature in DHTMLX. I want to ensure that the cell size is consistent and displays the full hour, or horizontally scrolls if the hours extend beyond the device screen. Despite my efforts to consult the DHTML ...

Is the OpenLaszlo DHTML runtime in a state ready for production use?

After years of developing with Flex, I am considering using OpenLaszlo for my next application, which needs to work on the iPad. Even though OpenLaszlo offers a Flash and DHTML runtime, I haven't come across many real-world applications built with it ...

Integrate a Google Maps API Javascript into a Flex application

I'm trying to incorporate a Google Maps API JavaScript into my Flex Application, but I have been unsuccessful so far despite looking at various examples. If anyone has any tips or guidance on how to achieve this, I would be extremely grateful for you ...