HOME Javascript HTML DateTime Web Development today getElementById file_exists PHP Time Calculation Exit Code Regular Expression Tester File Attributes Firefox Tweak formatted date Frontend Development Substring URLEncode XHTML iframe auto resize moveBy Linked List Responsive Design Bootstrap Collapsible Table Browser Close HTML Resource Loading Image Viewer img tag Browser Capability innerHTML.replace Internet Explorer IPX IPX Address IPX Enabled IPX Network Number ISO 8601 ISO 8601 Format java.util javascript clipboard Javascript Dialog javascript include in javascript Javascript Photo Viewer Bitmap Image Loading Get Flash Information ExitCode file download file transfer exit() FindFirstFileEx Diagnostics FromFile Delphi Pointer Compare Table iframe Get Flash Installation Status Collapse Table Client-side application Card Layout GIF Image Loading Grid Layout Browser Compatibility

JAVASCRIPT.ZIP

Creating a Pinterest-Style Card Layout with Bootstrap and Masonry   (created at Apr 24, 2024)   56  

Pinterest's card layout has become quite popular due to its visually appealing and responsive nature. In this tutorial, we'll create a similar layout using Bootstrap 5 and Masonry.PrerequisitesBefore we start, make sure you have Bootstrap and Masonry inclu...

Equal Height Blocks in Bootstrap with JavaScript   (created at Apr 22, 2024)   44  

In web design, aligning elements of varying heights can be a challenge, especially when you want them to maintain a uniform appearance. One common scenario is aligning blocks with different content heights in a row. Fortunately, with Bootstrap and a bit of...

How to know the browser name in Javascript ?   (updated at Mar 10, 2024)   138  

There are two objects often used for this, the navigator.appName and navigator.appVersion objects. The first one returns the name of the browser, the second returns the version of the browser. Isn't it simple ?

To compare two HTML tables on web page in real time   (updated at Mar 10, 2024)   153  

When you need to compare two tables on web page, you can simply read the content with innerHTML tag easily. But you need to analyze the table content. Following is the simple example to analyze two table content.  

To get web browser capability   (updated at Mar 10, 2024)   135  

Now a days, there are four major web browsers: Microsoft Internet Explorer, Mozilla Firefox, Safari, and Opera. But they have the different features not compatible with other browsers. So programmers should pay attention when implement javascript applicati...

Shake your browser window by Javascript   (updated at Mar 10, 2024)   148  

Below code is the example can shake your browser window by javascript You can execute this code in the browser's developer console or incorporate it into an HTML document. However, note that browser security settings may prevent scripts from moving wi...

Basic Date Display   (created at Aug 30, 2007)   108  

Use this code snippet to display today's date on your Web page 

Pop Up Window On Top   (created at Sep 04, 2007)   120  

Allow a pop up window to stay on top of other windows 

Confirm The Link Clicked   (created at Sep 03, 2007)   117  

Allows user to confirm whether to proceed to the link that was clicked.  

To block copy & paste on your blog content   (created at Mar 03, 2013)   208  

Following javascript code will be very helpful to block copy & paste when people browse your website. In addition, I recommend you to add below tags to your blog body tag. If you add above codes, then your browser will not show popup menu when user click m...

Photoshop script programming in Javascript   (created at Sep 14, 2009)   167  

Adobe Photoshop provides the strong functions as javascript function for extension. In case of developing web based photo editing application, you can use it with javascript easily.Follwing is the first step to use photoshop scripting: