Page 36 of 56

How to Connect mysql database using JSP

Last updated on November 22nd, 2022 at 05:16 pmThis can be deployed in Apache tomcat and we will connect to MySQL to create table. Some prerequisite before we start Write JSP code We are going to have 2 JSP files 1. Hello_database_query.jsp just an plain HTML file with a create table hyperlink (not really required […]

How to Copy data from one MySQL table to another

Last updated on August 7th, 2022 at 06:58 pmThis code will help us copy content from one table to another, we can use single column or multiple according to your requirement. Let us assume the table with the name table_1 and we would like to copy column named email from that table to another table […]

How to calculate page load time using javascript

Last updated on February 11th, 2022 at 02:37 pmMeasuring web page load time has become very easy with the use of simple Javascript. Display time in milliseconds or seconds. Looking at the script one can see that there is a variable with the name startime where the current time gets loaded. Please take a look […]

Zoom or scale a webpage using css

Last updated on February 21st, 2022 at 04:13 pmThis css code will simply zoom the webpage automatically according to the values passed when the website loads, We can even say that this will scale the entire webpage without the user selecting the browsers zoom option. The CSS Zoom property will do the trick here and […]

« Older posts Newer posts »