JavaScript, DHTML JavaScript, DHTML JavaScript DHTML Tooltips

Here is another useful JavaScript Cross Browser library – Tooltip. Using Tooltip you can add various tooltips on your web page even with URL or images (see image below). The library is full customizable and easy in use. Just download the library, place the file wz_tooltip.js somewhere in your web directory, load it: <script language=”JavaScript” type=”text/javascript” src=”wz_tooltip.js”></script> and add desired tooltip in HTML tag: <a […]

Read Me 1 Comment

Customize JavaScript core functions

I started to change my mind. It seems that JavaScript is a cool and power. It allows to do many things. One of them is a possibility to iverride easyly any core function. The simple and clear example is here. You can use stylish and infomative alerts instead of default boring window.alert. The same manner you can customize any others functions to meet your requirements.

Read Me 3 Comments

Web, Perl and Ajax

I don’t like JavaScript. I prefer server-side technologies because they give a confidence in the correct work on any client PC. You cannot have the same confidence with JavaScript functionality. It has dependences on browser type, set browser options and many others conditions on the client-side. Hovewer, web 2.0 brought the modern realisation of client technology based on JavaScript – Ajax. Using Ajax it’s possible […]

Read Me 2 Comments