Engineering Tools for the Estimation of Dredging-Induced Sediment Resuspension and Coastal Environmental Management

Dredging activities are widely used in estuarine and coastal areas to maintain or improve the designed depth of navigation channels or basins (i.e. ports and harbours), for the creation or…

senseadmin

Geological Evolution of Coastal and Marine Environments off the Campania Continental Shelf Through Marine Geological Mapping – The Example of the Cilento Promontory

The geological evolution of coastal and marine environments in selected areas of the Tyrrhenian offshore (Cilento Promontory and Naples Bay, Campania, Italy) is highlighted through the construction of marine geological…

senseadmin

JavaScript – Animation

You can use JavaScript to create a complex animation having, but not limited to, the following elements − Fireworks Fade Effect Roll-in or Roll-out Page-in or Page-out Object movements You…

Boomi Nathan

JavaScript – Form Validation

Form validation normally used to occur at the server, after the client had entered all the necessary data and then pressed the Submit button. If the data entered by a…

Boomi Nathan

JavaScript – Functions

A function is a group of reusable code which can be called anywhere in your program. This eliminates the need of writing the same code again and again. It helps…

Boomi Nathan

JavaScript – Syntax

JavaScript can be implemented using JavaScript statements that are placed within the <script>... </script> HTML tags in a web page. You can place the <script> tags, containing your JavaScript, anywhere within your web page,…

Boomi Nathan

Coastal and Marine Environment Concepts and Significances

Oceanography is the investigation of features found in coastal water. It extends from shallow estuaries to deep oceans, everywhere sea water can be found. This involves a broad scope of…

senseadmin

JavaScript JSON Parsing

What is JSON JSON stands for JavaScript Object Notation. JSON is extremely lightweight data-interchange format for data exchange between server and client which is quick and easy to parse and generate. Like XML,…

Boomi Nathan

Event Handling

Introduction to Event Handling ·         Event Handling is a software routine that processes actions, such as keystrokes and mouse movements. ·         It is the receipt of an event at some event handler…

Boomi Nathan

Built-in Objects

·         Built-in objects are not related to any Window or DOM object model. ·         These objects are used for simple data processing in the JavaScript. Math Object ·         Math object is a built-in…

Boomi Nathan