HOME PHP Javascript HTML SetBkMode Display Web Development today getElementById file_exists PHP Time Calculation Exit Code XHTML Firefox Tweak formatted date Substring Responsive Design Referrer Frontend Development URLEncode iframe auto resize moveBy File Attributes Bootstrap Regular Expression Tester DragQueryFile Collapsible Table IPX Network Number Image Viewer Browser Compatibility innerHTML innerHTML.replace Internet Explorer IPX IPX Address IPX Enabled HTML Resource Loading ISO 8601 ISO 8601 Format Javascript Dialog javascript include in javascript Javascript Photo Viewer Javascript query parser Bitmap Image Loading Get Browser Version file download File Size file transfer Expand Table FindFirstFileEx ExitCode exit() Delphi Pointer Card Layout Compare Table COM Collapse Table GetProcesses GIF Image Loading Grid Layout Client-side application

WEB (HTML/JAVASCRIPT) ( 1 / 3 )

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...

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)   116  

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

Copy text to clipboard in Javascript   (created at May 07, 2013)   896  

Below is the example can copy text to clipboard in javascript. It's all tested in Microsoft Internet Explorer.

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: