Archive

Posts Tagged ‘capture script’

Webcam Video Capture Script

February 22nd, 2012 Comments off

Hi
We need a script to capture a video using a Web Cam.

More Details in PM.

Form Data Capture Script

August 22nd, 2009 Comments off

I have student registration form that captures data in about 8-9 pages. The scripts has 2 pages that capture education details and employment details. These 2 are repeats, i.e., the student can enter as many as education details he wants.

What I have
1. All the 8-9 pages
2. Database tables – there are 3 tables.
1. Student Details
2. Education Details
3. Employment Details
Student -> Education ===> one to many relationship.
Student -> Employment ===> one to many relationship.

What I need
1. Script to store the data in database
2. Add prev/next functionality
3. Provide a list and viewer page (for admin) to view the student details. No need of login functionality.
4. Option to download the student data in pdf or any format in the viewer page.
5. Just fix the layout little bit but not much.
6. Send email to student with confirmation and to admin after form completion.

Screen Scraping Capture Script

March 16th, 2009 No comments

I am in need of a script to be developed that will scrape a pre-determined website domain and loop through about 1 million parameters that can be dynamically instered into the website parameter chain. We have the 1 million parameters that we seek to rotate / insert in hand. The website domain that we desire to scrape has definitive markers around the data to be captured. We are seeking to capture 6-8 elements on each page and have them posted into a data table or csv file.

Bear