![]() |
Home | Resume | Portfolio | Links | Logs | Sitemap |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
Scripts |
Go to printable version of this résumé. |
||||||||
This scriptorium is actually a work in progress. This is some of my work that I can share with everyone. This, of course, is not the sum total of my work :-) . |
|||||||||
DBA Scripts: 1. Find which tablespaces are in backup mode This script will help you find which tablespaces are in backup mode. This will work with Oracle 8i and above. I've not tested it for lower versions. You can download the zip file here. 2. Generate a list of end tablespace statements This script will generate a list of end backup statements which can be furher used to bring tablespaces out of backup mode. You can download the zip file here 3. Display details of the connected users This script will show details of the connected users. You can download the zip file here C Scripts: Interest Calculation This is a tiny application in C language. It calculates Simple Interest or Compound Interest as per the details provided by the user. You can download the zip file here. Details: -- A ".c" file. -- Demo: Not available online. -- You will need Winzip to unzip this file. |
|||||||||
JavaScript Scripts: 1. Slide Show This is a simple slide show as used on this page. You can download the zip file here. Details: -- Browser: Created on IE 5.5 but also works with IE 5. Not tested on Netscape. -- Demo: As seen on this page -- You will need Winzip to unzip this file. |
To see the enlarged images please click here. |
||||||||
2. Form Validation I use this simple JavaScript form validator that I created. There is one function (formFilled()) that goes between the head tags of your HTML file. Then it is called from within a form with the "onSubmit" even handler. You can download the zip file here. You can see a demo here. Details: -- Browser: Created on IE 5.5 but also works with IE 5. Not tested on Netscape. -- Form: This is a dummy form and does not submit anywhere. -- To make it to submit to anything you will have to add "action='somescript'" to the <form> element. -- You will need Winzip to unzip this file. |
|||||||||
3. Date Function Today's date is: "". This is a simple and useful script to add date on your page. This script draws the client machine's date information and displays it on their screen. Here is the script: <script type="text/javascript"> thisdate = new Date(); This part goes on one line: document.write(thisdate.getDate() + "." + (thisdate.getMonth() + 1) + "." + thisdate.getFullYear()); </script> Details: -- Browser: Created on IE 5.5 but also works with IE 5. Not tested on Netscape. |
|||||||||
HTML Lessons: These are lessons I wrote when I myself began to learn HTML. Hope these will be helpful to those starting on it. You can download them here. Details: -- You will need Winzip to unzip these files. |
|||||||||
|
Home | Resume | Portfolio | Links | Logs | Sitemap | ||
(c) 1998-2004. All rights reserved. | Best viewed in Internet Explorer 5.x at 1024 x 768 resolution. |