Archive

Posts Tagged ‘checkbox’

Web Form To Text Generator

October 16th, 2011 Comments off

Hi, I want a webpage with a javascript based form that shows particular pre-defined text whenever certain checkboxes are selected. The idea is for a user to be able to create a whole body of custom text at the bottom of the webpage that they can copy and paste into a word document based on which checkboxes they select.

e.g. Item
checkbox 1 – apple
checkbox 2 – orange
checkbox 3 – banana
checkbox 4 – pineapple

if checkbox 1, 3 and 4 are selected, the following text in a number list appears at the bottom of the webpage:

Task 1 – apple
Task 2 – banana
Task 3 – pineapple

Deliverable 1 – description of apple
Deliverable 2 – description of banana
Deliverable 3 – description of pineapple

The description of each item is predefined and not viewable until that particular checkbox is selected. The deliverable number is automatically generated based on the number of checkboxes selected and not the actual checkbox number.

The auto-generated text has the option to be overwritten inline on the fly in the webpage.

Form Copy Multi Checkbox Values To Single Textarea Using .js

October 10th, 2011 Comments off

Hi,

I have a site that currently I add search “tags” to each product by typing the search words into a textarea. I want to add tags to the textarea by checking boxes from a list of checkboxes and copying their values as text to the a “search tags” textarea on a form.

For example I go to a product page, and there is a list of tags:

Dog
Cat
Rabbit

I will then select “Cat” and “Rabbit” and those same texts would be copied into the textarea as:

Cat Rabbit

The textarea and checkboxes are already in place. Just need a few lines of javascript to copy the value of each “checked” checkbox text value to a single textarea.

Going offline now but I will select the CHEAPEST programmer who submits a working example with their bid. I have had to cancel too many projects due to programmers assuring me they are capable and they turn out not to be up to the job. Thank you.

Javascript Code For Checkbox

October 7th, 2011 Comments off

I would like to put a checkbox that would appear in the footer of an Aweber optin form that is on a squeeze page. The squeeze page has a free giveaway and requests people to subscribe to a new magazine.

The code will be inserted into an HTML Aweber optin webform.

optin form—Yes to free report–Checkbox Yes Subscribe–List 1
optin form—Yes to free report–Checkbox Does Not subscribe–List 2

Aweber assigns a name and a value to each list (example: Keylivingwell 1355523361 for List 1; Keylivingwund for list 2)

I will provide you with the HTML code for Aweber List 1

Timeline: ASAP

Php/mysql Work Order/invoice System

May 12th, 2011 Comments off

I need something like this

http://www.phpinvoicescript.com/demo/

I need to be able to input my own custom fields. This is to create work
order forms in pdf to print and save them to be looked up later on. Also i’d like to be
able to have it calculate the total due for the service below this can be added up by the service
type and number of rooms via hours.

First Name:
Last Name:
Address
Address 2
City
Zip
Phone
Email

[Drop down box]
Service Type:
>Move in and outs = (1 Hour = 28.00, 1/2 Hour = 14.00, 1/4 Hour = $7.00)
>One Time = (1 Hour = 24.00, 1/2 Hour = 12.00, 1/4 Hour = $6.00)
>Weekly = (1 Hour = 20.00, 1/2 Hour = 10.00, 1/4 Hour = $5.00)
>Bi-Weekly = (1 Hour = 22.00, 1/2 Hour = 11.00, 1/4 Hour = $5.00)
>Monthly = (1 Hour = 24.00, 1/2 Hour = 12.00, 1/4 Hour = $6.00)

How Did you hear about us:
PRomotional Code:
Number Of Pets:
Approx square feet:

Rooms to service:
Kitchen [checkbox] (1 Hour Service)
# of full bathrooms: (1/2 Hour)
# of half bathrooms: (1/4 Hour)
# of bedrooms: (1/2 Hour)
Living Room [checkbox] (1/2 Hour)
Family Room [checkbox] (1/2 Hour)
Dining Room [checkbox] (1/2 Hour)
Foyer [checkbox] (1/2 Hour)
Office [checkbox] (1/2 Hour)
Laundry Room [checkbox] (1/4 Hour)
Inside Kitchen Cabinets [checkbox] (1/2 Hour)
Inside Bathroom Cabinets [checkbox] (1/4 Hour)
Inside Oven [checkbox] (1/4 Hour)

Other: Rate: base on service type [Drop down box to select hour)

Total: [Calc total]

I have an excel sheet i use right now to calc all this up but i’d like to have it done in php with
an admin login panel that will use all this info about and store the data in a mysql database for later
on also be able to convert the info into a pdf and print it out.

-If need be to save some money i’ll write out the input forms in html.

Checkbox To Email

May 10th, 2011 Comments off

Hello everyone,

Need a checkbox to email contact form attached is sample data and image of what the form should look like. Item’s that have been checked should be passed to the contact form if no item’s have been checked it will just say no item’s selected. Mandatory fields with get a error mesg below input the box (see attached) email adress should also be validated.

need

Name
Email address
phone number
company
address
suburb
state
postcode
items of interest (seleted from sample.html checkbox)
comments
captcha image

rest / send

Checkbox Alignment And Sorting

February 18th, 2010 Comments off

On the following page http://www.metronewyorkapartments.com/search.html the checkboxes are misaligned (after the first 2 they get pushed to the left) and they are not sorted alphabetically.

For this project I need you to just look at the code and tell me what needs to get done to fix it. The checkboxes should be sorted alphabetically and aligned in one column.

I believe the issue is with the javascript and the styles.

Need Checkbox To Change Css

January 6th, 2010 Comments off

Need to change the style of text inside a table depending on if a checkbox is checked or not. The background color of the table must changed as well.

when it is checked:
the text in the table must be Arial, 12px, grey, and the table background color must be #FFFFCC.

When it is unchecked:
the text in the table must be Arial, 12px, black, have strike-through, and the table background color must be #CCCCCC.

Custom Css Form(s)

December 16th, 2009 Comments off

Require the following forms created using css(external) and any required javascript (all components to be included and funtioning on our test site)

examples of the layouts/styles are included in the links below

http://designshack.co.uk/tutorials/10-css-form-examples (form #5)
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ (radio+checkbox buttons)

all below forms to be color stylized to our website colours to be determined later and be considered fluid css coding, we will provide the background images to replace the ones displayed on the examples

Items considered TEXT BOXES unless otherwise noted

FORM=contact_us
- Contact Us (will be the wrapper text)
- Name (40characters) (Required)
- Phone Number (40characters) (Required)
- Email Address (40characters) (Required)
- Comments (textarea= 6-rows, 300characters) (Required)
- Submit (button)

FORM=login
- Login (will be the wrapper text)
- User Name (15characters) (Required)
- Password (15characters) (Required)
- Login (button)

FORM=registration
- Registration (will be the wrapper text)
- First Name (30characters) (Required)
- Last Name (40characters) (Required)
- User Name (15characters) (Required)
- Password (15characters) (Required)
————–space———-
- Address + Contact (will be the wrapper text)
- Address (40characters) (Required)
- City (40characters) (Required)
- Prov/State (40characters) (Required)
- Postal/Zip Code (15characters) (Required)
- Country (Select Name= insert countries USA+Canada first) (Required)
- Phone Number (40characters) (Required)
- Email Address (40characters) (Required)
————–space———-
- Preferences (will be the wrapper text)
- Newsletter (Checkbox Yes-No, with YES checked by default) (Required)
- Date of Birth (Use the Date.js component as in example)
- Gender (Checkbox Male-Female)
- Register (button)

FORM=bussiness_review
- Location (will be the wrapper text)
- Country (Select Name= insert countries USA+Canada first) (Required)
- Prov/State (40characters) (Required)
————–space———-
- Review (will be the wrapper text)
- Company Name (Select Name= companies read from database – OR choose “Optional” below) (Required)
- Optional (40characters)
- Category (Select Name= categories read from database) (Required)
- Date of Visit (Use the Date.js component as in example) (Required)
- Date of Review (Use the Date.js component as in example) (Required)
- Review Title (40characters) (Required)
————–space———-
- Ratings (will be the wrapper text) (may have to make two columns)
- Ease of Access (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Ample Parking (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Pleasant Greeting on Arrival (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Friendliness of Staff (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- No Pressure Visit (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Knowledgable Staff (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Quality and Value for Price paid (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Business Environment (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Wheelchair Acessability (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Cleanliness of washrooms (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Rate Your Overall Experience (Checkbox 1 poor, 2 below avarage, 3 average, 4 above average, 5 excellent)
- Comments (textarea= 6-rows, 300characters)
- Submit (button)

FORM=business_login
- Business Login (will be the wrapper text)
- Business User Name (15characters) (Required)
- Password (15characters) (Required)
- Login (button)

FORM=business_register
- Business Registration (will be the wrapper text)
- Company Name (30characters) (Required)
- User Name (15characters) (Required)
- Password (15characters) (Required)
————–space———-
- Address + Contact (will be the wrapper text)
- First Name (30characters) (Required)
- Last Name (40characters) (Required)
- Address (40characters) (Required)
- City (40characters) (Required)
- Prov/State (40characters) (Required)
- Postal/Zip Code (15characters) (Required)
- Country (Select Name= insert countries USA+Canada first) (Required)
- Phone Number (40characters) (Required)
- Fax Number (40characters)
- Email Address (40characters)
- Website (70characters)

————–space———-
- Particulars (will be the wrapper text)
- Bussiness Type (Select Name= categories read from database) (Required)
- Header Text (200characters)
- Tagline (200characters)
- Description_1(textarea= 6-rows, 300characters)
- Description_2(textarea= 6-rows, 300characters)
- Logo Image (Browse button)
- Image_2 (Browse button)
- Save and Continue (button)

DELIVERABLES
-working CSS files (external) file
-any Javscript components
-HTML pages containing forms

As3 Datagrid Checkbox Multisel

November 30th, 2009 Comments off

I need some code developed for a flash project I am working on. This needs to be as3 I need to use the flash components datagrid and checkbox . I need a datagrid with two columns one is a a text/string column. the second column is a check box. I need to be able to check multiple items. and have a item selected but not check, have multible items checked. I have some code already written but its not working correct. the code currently only allows you to multiselect using control button but you cant multi select using checkbox. this piece will ultimate display an image and some other data when a item in the grid is selected. when the item is checked it will store that item or items to a list to be used later. this should just use the datargid component and checkbox component and itemreneders should be an easy project for a good as3 person. attached is two as files one is my custom checkbox cellrenderer and the other is the code I use to instantiate the grid and renderer.

Categories: Flash Tags: , , , , , ,

Minor Php Script Repair

October 22nd, 2009 Comments off

I made the mistake of paying and reviewing Scriptlance programmer unclearbit before thoroughly checking out the work. Now I discovered a major flaw. This was the project http://www.scriptlance.com/projects/1256020580.shtml

The part that needs to be fixed is adding names to the DB. If a name already exists in the DB, the script needs to only update the fields that a checkbox was selected and ignore any fields without a checkbox selected.

Example:

Already in DB: Joe,0,0,1,0,0,1
I add Joe again but this time I select the checkbox 1
The result in the DB should be: Joe,1,0,1,0,0,1
What the script is doing now: Joe,1,0,0,0,0,0
Wiping out fields 3 and 6.

Change Hidden Field W/checkbox

October 19th, 2009 Comments off

I have a form that I’m using and it’s within a system that I have limited control over, so I need some javascript that will pass the value of a checkbox to a hidden field. When the checkbox is checked, the hidden field should have the value of the checkbox, and when it’s unchecked it should have no value.

The script needs to be able to place the initial checkbox value in the hidden field and also toggle that value if the checkbox changes.

Here is the code that is being used for the checkbox. I don’t have any control over this code. But I can add other javascript functions to the page. Note: the page is using Prototype, so any javascript can either utilize that library or else it needs to not conflict with it. I can make the hidden input field be whatever I need it to be. Here is the checkbox code:

<input
type=’checkbox’
id=’subscription’
name=’subscription’
onclick=”LPG.updatePaymentOptions(this,’product’);if( LPG.subscriptionOnClick!=undefined){LPG.subscriptionOnClick(this)};”
checked=’checked’
/>

Project Management Script

September 19th, 2009 Comments off

Hi,

I am looking for someone who could make me a project management script.

It is very important that when the user is logged in , if he or she is linked to multple project, she first have to choose a project.
And files linked to project a, cannot be seen by users only acced to project Q.

I want the script to have these features:
- Dashboard page with that person’s tickets,news sectionand project details
- An account page where the user can edit his or hers account
- A calendar, where the admin can place items in.
- Files page, before downloading he or she have to accept license checkbox
- Online pdf viewer
- online pdf viewer (but this one’s pdf depends on user-type)
(the bold section is only isible for the higher user types)
- Files download page, but also folders to have the files organized
- Files upload page, but also the option to set the settings for the upload, because some files are ment for everybody (the first File page) and some only for the higher user levels (the bold file download page).
- “Product” page, html to pdf, after html form is completed, a pdf file will be added to the table, and with an download link.
- Forms page (html to pdf also) after html form is completed, a pdf file will be added to the table, and with an download link.
- A photo gallery, where users can add photos
- A Important date page, where higher user levels can add dates that are important to the team
- A video page, just a simple page where videos (added by the admin) can be seen

The admin should have to be able to create, edit, delete, link users.

There have to be 6 usertypes, and with every upload or page the admin has to be able to checkbox pages something like this:

This page has to be | readable | editable |
usertype 1 | checkbox | checkbox |
usertype 2 | checkbox | checkbox |
usertype 3 | checkbox | checkbox |
usertype 4 | checkbox | checkbox |
etc.

Very important, i already have a template!

Webcrawler (java Or Whatever)

September 5th, 2009 Comments off

Hi,

First: I need a webcrawler, but it’s not necessary that it is written in java, I only want to use it in windows and I want that the crawler is really fast, really really fast!

I have a list with needed features (I even have a sketch of the wished surface):

- The crawler should extract all links from a website
-> Needed specification: If I want, the crawler only should extract links which include a parameter, given by a textfield (if I write “web” in the field, it only should extract links including the word “web”)
-> Needed specification: If I want, the crawler only should extract intern links (on this site, no outter links)

- If I want the crawler should extract the text of the html tags (activated by a checkbox)
-> Checkbox: title (extracts the text of the titel tag)
-> Checkbox: description (extracts the text of the meta tag description)
-> Checkbox: keywords (extracts the text of the meta tag description)
-> Checkbox: Body (extracts all text between the body tags)
-> Checkbox: Body only text (extracts ONLY text, all html tags will be stripped)
-> Checkbox: H1 Tag
-> Checkbox: H2 Tag
-> Checkbox: H3 Tag
-> Checkbox: b (for bold) tag

- The crawler should get the links by:
-> A text field in the crawler surface
-> or by a txt file
- The crawler should write the extracted links and maybe the tags and so on (like title,description,keywords,h1….) in:
-> A txt file
-> or a html file

- I want to set the linkdepth by a textfield
- I want to add own html tags for extraction (besides h1,h2,h3,title,description) like: p,tr,div and so on so it should extract the text of this tags – I want to add this tags manually by a textfield
- I want a statistic in the crawler with:
-> Runtime (how long does the crawler runs since I’ve presse dthe start button?)
-> URLs indexed
-> how many sites does the crawler index per second?

- The crawler even should:
-> read the status codes of a website (like 400,404,200….)

I want two more features but I don’t want to descripte them now – more if you will get the job.

I hope someone can help me!

Chronoform & Acajoom Checkbox

August 13th, 2009 Comments off

I would like to use a checkbox to allow a ChronoForms Contact form user to opt in to an Acajoom newsletter.

I have the code for signing up for the newsletter. I just need a php function to submit the code when a checkbox is selected.

Chronoform Acajoom Checkbox

August 13th, 2009 Comments off

I would like to use a checkbox to allow a ChronoForms Contact form user to opt in to an Acajoom newsletter.

I have the code for signing up for the newsletter. I just need a php function to submit the code when a checkbox is selected.

Dynamic Checkbox Search

August 12th, 2009 Comments off

have a zip code lookup script for the United States a client purchases from code322.com. It works great, however they are wanting some dynamic checkboxes that are pulled from a mySQL database. We are needing the form to work with the checkbox criteria and the zip code lookup to find specific dining restaurants that are entered in a database.

A very raw mockup is located at:
http://dev.techguyshosting.com

The user selections the options, then enters zip code, then it takes them to a listing where they can click on the dining establishment to get detailed info.

We already have the database for diners, zip code lookup (from code322.com).

We are just needing the dynamic checkbox array to work fully with the zip code lookup located at dev.techguyshosting.com. You can enter a US zip code and see it brings up results, we just need the results to be filtered with the checkbox options. Zip Code lookup was purchased at code322.com

Enlarged Checkbox

July 2nd, 2009 Comments off

I’m writng a web page to display on a PDA browser. I need to figure out how to make the checkbox square object [ ] larger than it is by default, so it renders larger on the PDA browser.

I’ve discovered how to do this for the textbox (by increasing the font size) but this does not work for the checkbox, radio buttons and textarea HTML components.

I have a small test2.html file attached where I have all of these components. I’m looking for an HTML programmer with some CSS knowledge who can figure out how to enlarge the checkbox, radio button and textarea objects.

Note: I want these components enlarged, not just their fonts.

Thank you…

Google Keyword Tool

June 4th, 2009 Comments off

We would like program for Google Keyword Research tool.

Google Keyword Research tool: https://adwords.google.com/select/KeywordToolExternal

This program should display searched keyword along with

Domain Checker- Google Keyword

June 1st, 2009 Comments off

I am looking for a
1. bulk domain availability checker
plus
2. domain suggestion generator

1. BULK DOMAIN UNAVAILABILITY CHECKER – has a field where you enter a list of domain names to check for availability of each. The names can be entered in with or without extensions included. There will be a checkbox for each of the major TLDs(.com,.net,.info, etc). These checkboxes can be used if extensions were not included on the end of the end domain names entered in with the results showing available or not available for each.

With the results, there will be a column added with links to maybe the top-five domain registrars that can be clicked on so my website visitor can then register the domain(s) that they want. The links will be affiliate links. The link should be redirects from my website so as not to have the ugly looking affiliate code attached in the status bar when hovered over.

I have a couple of examples of open source bulk domain availability checkers that can be used as a foundation. Check the attached images and files.

2. DOMAIN SUGGESTION GENERATOR + CHECKER – has a field where you enter a keyword or phrase, searches the keyword(s) using Google’s keyword suggestion tool while also searching for domain availability of each of the keywords suggested for the TLD(.com,.net,.info, etc) that is selected with the results showing available or not available for each along with showing the stats from Google’s keyword tool for each. only one extension can be selected per search (.com,.net,.info, etc), because I think this generator will create many names to check.

This tool will also have the option of including hyphens “-” (by checking a checkbox) between words when a keyword returned from google’s keyword tool is a phrase rather than a single word. If this option is selected, it would check domain availability WITH AND WITHOUT hyphens. If the option is not selected, it searches by default only, with no hyphens.

Something else I would like to add to the domain suggestion generator – I already have a misspelling function (generates misspellings of a keyword that is entered in) that I would like to integrate into the script, to generate misspellings of the keyword entered, and check Google’s keyword tool and show the results – I don’t know if this will be a very productive function or not, but I think it would be for Internet users who type a domain name directly in their browser’s address bar. Again, this option could be selected by checking a checkbox.

2 other options – an “add prefix” and “add suffix” checkboxes. I could enter in a list of prefixes and a list of suffixes for the script to use, from the admin page. The domain names generated with these prefixes or suffixes SHOULD NOT BE checked with Google’s keyword tool for stats, as they’ll not be popular search terms, I do not think.

So, the page that the script is on would basically show two options(I guess divided into the right have been left half of the page):

#1. The bulk domain availability checker where users can paste in many domain names to have checked. The field in which they enter the domain names should be relatively tall vertically.

#2. On the right-hand side of the page will be the domain suggestion generator that has a single line field where a keyword or keyword phrase is entered in. It will also have a checkbox to search for misspellings, another checkbox that when selected will add prefixes, and another checkbox that when selected will add suffixes to the keyword entered.
****Any domain name generated with the prefixes or suffixes should NOT be checked for Google’s stats.

The attached files should give you a better understanding.

This script should be able to handle up to 1000 domains (hopefully, or more?, can be configured on the admin page) at once, without getting banned or whatever, for both the bulk checker as well as the google’s keyword tool retriever/checker tools.

So, you tell me if some sort of proxy support needs to be integrated? Can JavaScript be used so that my website visitors IP address will get credit for the searches rather than my website’s IP address?

Obviously the script needs to work well.

Here are some videos explaining what I want, if the description above isn’t good enough.

http://www.buyitnearby.com/vids/bulkcheck.html
http://www.buyitnearby.com/vids/bulkcheck2.html
http://www.buyitnearby.com/vids/dogen12.html
http://www.buyitnearby.com/vids/dogen3.html
http://www.buyitnearby.com/vids/mispresuff.html

http://www.buyitnearby.com/vids/adminpanel.html

Repair Script – Ad Submission

May 1st, 2009 Comments off

The project described below the ****** was completed in 2008. Errors have started to occur recently in the script and must be fixed immediately. The form that is processed by the script is http://www.newburyportmothers.com/submission.php.

Briefly, when a form containing the ad data is submitted two emails should be generated. One email is sent to the email address entered on the form with only the data from the form. This email is OK.

A second email is sent to the site owner with an attachment. This email is not being generated. This project is to debug the script to fix this problem.

This project is urgent and needs to be completed by May 3. I will provide all server login info immediately upon accepting a bid.

Below are the original project requirements:

*******************************************************
GENERAL : We are developing a website for a social group that sells ads for its newsletter. After payment is approved, the ad data is submitted via a form to a mySQL database. The ad copy is an image file that may be submitted with the form to the server. Emails to the submitter and administrator are generated after form data are successfully received. To manage the data, an administrator page allows a standard data base report to be generated for a given month/year and a second report to be generated for a range of months/years.
The development project is in two parts. The workflow below is described to give programmers a better understanding of the project requirements.
Part 1 – AD SALES
The site owner will provide a draft of the ad submission page with the sales form. The programmer will modify the form as needed, create the mySQL data base, develop the data base queries and develop the email processing on the server to implement the features that follow.
1. To submit and pay for an ad the user navigates from other site pages to a landing page that displays Terms and Conditions and the user must select an “I Agree” checkbox to proceed to the submission page. The programmer will not work on this page. The user clicks Next to go the submission form. A validation check is performed on the checkbox to allow the submission page to open. Most of the data entries on the submission form will require validation before the data can be sent.
a. The submission form contains text boxes to enter the required business information. The form also contains selectors for the ad’s size and the starting date and frequency the ad will appear. The programmer will need to ensure that only allowed sizes and frequencies are chosen and that the member discount is applied for pricing of the ad.
b. The form will have a yes/no checkbox to either submit the ad copy with the form or to submit it at a later time. This yes/no data must also be passed to the database.
c. The ad is normally submitted as an attachment to the form. Ads are image files. The form will have a file selector to browse and attach the file from the local disk. The programmer will make this file selector inactive by default so that the user has to choose the yes/no option. When the yes option is selected, the file selector is activated and the user can navigate on the local disk to select the ad file. The file extension is checked to confirm it has an EPS, JPEG or PDF extension. If validation fails, an error box pops open and the form cannot be submitted until the error is corrected.
d. The user chooses the ad size from a drop down menu or radio button list on the form.
e. Ad frequencies include standard half-year (5 months) and full-year (10 month) blocks and single months. Each block or single month plan has a standard price for each ad size. For the half and full year blocks only, both consecutive and non-consecutive, multiple month blocks are a frequency option that the programmer will have to implement. Block prices will be discounted for group members so there will have to be a selector form Members (non-members will be the default).
f. A start month/year will be selected.
f. The existing form will have selectors for all of the above options, but the programmer may have to develop logic to calculate the final price of the ad. The programmer will develop logic to display the final cost of the ad. The cost display should update dynamically when the ad size and/or frequency or member/non-member status is changed.
g. The user clicks on the Pay button and is sent to Paypal with the cost data. The form data is NOT SAVED on the mySQL server UNTIL the payment in step 2 below is completed.
2. The Paypal page is pre-populated with the correct payment amount calculated on the form. After payment is completed the user is returned to the site for further processing of the ad submission.
3. The user is returned to a thank you page on the website. When the page opens the following takes place:
a. All form data are saved to a mySQL database at the web host and the attached image file (if sent) is saved to a folder on server.
b. The programmer creates a server-side script to generate two emails after the data are saved:
– A formatted thank you email is sent to the submitter showing the ad cost, size, frequency and months that the ad will be in the newsletter.
– A formatted notification email is sent to the site owner with all form data as text (field name: data), including the image file if sent.
Part 2 – REPORT GENERATION (programmer to design web page interface and all code):
1. The site administrator securely logs in to the report page.
2. On this page are 2 report generation forms.
a. General Historical Report – the administrator selects the range of month/year dates from a starting date – ending date menu and clicks on the Generate Historical Report button. An Excel style report page is generated that shows all fields for each record. The order of the columns is the same as the submission form. The administrator clicks on the Send Report button and the report is sent as a CSV file attached to an email to the administrator.

b. Monthly Report – This is a standard report for a selected month/year that is similar to the General Report but shows all ads that should run for the selected month (example: an advertiser places a 5 month ad for Jan-May. In March, the Report is run to see what ads should be included in the April newsletter, the administrator needs to see all ads that were submitted for print for that month, regardless of when the ad was originally submitted). The browser displays the report as rows of data with column headings. The administrator clicks on the Send Report button and the report data is sent to the site administrator as a CSV file attached to an email.

– Note: This a an revision of a project that was recently posted. To avoid confusion while the requirements were changing I decided to cancel and resubmit the project –

GENERAL : We are developing a website for a social group that sells ads for its newsletter. After payment is approved, the ad data is submitted via a form to a mySQL data base. The ad copy is an image file that may be submitted with the form to the server. Emails to the submitter and administrator are generated after form data are successfully received. To manage the data, an administrator page allows a standard data base report to be generated for a given month/year and a second report to be generated for a range of months/years.

The development project is in two parts. Here is the workflow we want to implement for both parts:

SALES { NOTE- A draft of the sales page form will be provided to the developer

Categories: mSQL, PHP Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Pdf Checkbox Demonstration

April 11th, 2009 Comments off

I need to be able to create an eBook with Acrobat 8 that has checklists the reader checks off. I would prefer that they not be able to edit the PDF but that the checklist state would be stored each time they close it. For example, the reader opens the file, checks off steps 1, 2, and 3, and closes the file. Later, they open the file, see that 1, 2, and 3 are checked off, then check off steps 4 and 5, and so on. I would like the winning bidder to create a sample document (if possible, I would like black square checkboxes with big green checks…but this is not critical) and an explanation of how I can do it. What the heck…why not make a check list description of how to do it for me!

I am curious also if it is possible for these documents to send the check actions to a server, but that is just a curiosity. In other words, could one monitor the checking off remotely? This is not really part of this project…just want to know.

Php Development With Forms

March 27th, 2009 No comments

I need someone to build a Php-based mod that is similar to what you can find at Broadjam.com (we don’t need all of their functionality – please see the link below) or Taxi.com. Basically, we need Business accounts on our website to be given the ability to upload entertainment opportunities for our users. The way it works is that the business will log into their account and have a link that they can use to post an opportunity. You will create the pages that the link is linking to. They will be taken to a page, which you will create, which will be similar to a form. The form will have the following information:

Short Description of type of song (small text box)
Genre (drop down list)
Format (drop down list)
Tv show/Film (Checkbox)
Explicit Lyrics Accepted (Checkbox)
Instrumentals Accepted (Checkbox)
Submission deadline (Date format)
Description of the opportunity (Text box)
Where to submit song(text box)

When the business clicks the SUBMIT button, the form will post to an email address.

It will also create a description of the listing on another page. It will include the date the listing was posted and the other relevant information except for “Where to submit the song”. The listing will have a link that allows the subscriber to submit for the listing.. It will first check to see if the member is a subscriber. If the member is a subscriber, it will ask for a $5 fee or 500 activity points (which will be processed using the ecommerce module). It will then allow the user to upload 1 song for each $5 fee (or 500 activity points) with a short description of the song and the title.

The song will be uploaded to our server with the ID for the opportunity and the other subscriber-submitted information for us to review the songs. We will review the songs on another page that is only accessible to the admin. This page will have the uploaded songs for us to review and will include a link to send a review back to the subscriber for their submission (The review will be another form). We will send a review back to the subscriber via their online mail account. You can see a sample of this in action at http://www.broadjam.com/delivery/index.php? or at http://www.taxi.com/industry.php.

Phpfox Mod

March 26th, 2009 No comments

I need someone to build a PhpFox mod that is similar to what you can find at Broadjam.com or Taxi.com. Basically, we need to set up Business accounts on our website (this is already done) that will have the ability to upload entertainment opportunities for our users. The way it works is that the business will log into their account and have a link that they can use to post an opportunity. They will be taken to a page, which you will create, which will be similar to a form. The form will have the following information:

Short Description of type of song (small text box)
Genre (drop down list)
Format (drop down list)
Tv show/Film (Checkbox)
Explicit Lyrics Accepted (Checkbox)
Instrumentals Accepted (Checkbox)
Submission deadline (Date format)
Description of the opportunity (Text box)
Where to submit song(text box)

When the business clicks the SUBMIT button, the form will post to an email address.

It will also create a description of the listing on another page. It will include the date the listing was posted and the other relevant information except for “Where to submit the song”. The listing will have a link that allows the subscriber to submit for the listing.. It will first check to see if the member is a subscriber. If the member is a subscriber, it will ask for a $5 fee or 500 activity points (which will be processed using the ecommerce module). It will then allow the user to upload 1 song for each $5 fee (or 500 activity points) with a short description of the song and the title.

The song will be uploaded to our server with the ID for the opportunity and the other subscriber-submitted information for us to review the songs. We will review the songs on another page that is only accessible to the admin. This page will have the uploaded songs for us to review and will include a link to send a review back to the subscriber for their submission (The review will be another form). We will send a review back to the subscriber via their online mail account. You can see a sample of this in action at http://www.broadjam.com/delivery/index.php? or at http://www.taxi.com/industry.php.

Bear