Page 38 of 58

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 […]

How to animate a div using jQuery

Last updated on January 9th, 2023 at 10:19 amThis is a quick tutorial to simply animate div within browser window using jQuery. This is not a complex tutorial. We are just using the basic set of commands to animate a div. Get jQuery Load the jQuery by using the code below Add Style Simple div […]

« Older posts Newer posts »