Archive

Posts Tagged ‘checked’

Remove Checked Option From Wp Ecommerce Admin

January 11th, 2012 Comments off

Hello,
I have wordpress with wp ecommerce installed. The shop is for shirts, so it has two variations: colours and size. When we add a product, if we select colour it show all colour option. Same for size. The problem is that every colour/ every size is checked by default, and become a problem with many combinations. See the attached.
The goal: make all theese options unchecked by default, so we could select only colour and size available.
I can show you the file I think to be edited (for tho…

Saving Child Options In K2mart Does Not Stay Checked

November 27th, 2011 Comments off

In my website, joomla, virtuemart, k2 and k2mart. In Virtuemart child products are setup in. K2mart (bridge between K2 and Virtuemart) the option of the child products does not stay checked.

Need Website Checked For Errors

October 4th, 2011 Comments off

Hello,

Need my website www.colortradeprint.com checked for:

IE Errors
Spell Checked
Chrome Errors
Firefox Errors
Any other errors

Will need a report for my programmer to fix.

Thanks

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’
/>

Need A Prog2 Unbulk Yahoo&aol

October 18th, 2009 Comments off

Rogram Requirements

The primary function of the program is to log into a list of AOL and Yahoo email accounts and read the emails that are in the inbox and delete them and/or check the spam box and mark a random percentage of the emails as

Need Ajax Fix

October 2nd, 2009 Comments off

I have 3 pages which require to be ajaxed and conditions checked. The conditions are already present are being checked in the next page using php. There are several conditions which need to be checked. an example of what we are looking for would be

http://www.pariscityrama.com/visit-paris-by-day/visit-paris-half-day-tours/visit-montmartre-and-the-louvre/28A111.html

click on book now and the following screens are exactly what we want as far as flow process and design. We have all the php code but need someone to make it check on the same page.

NEED IT COMPLETED BY SUNDAY.

Need A Program To Unbulk Yahoo

September 25th, 2009 Comments off

Program Requirements

The primary function of the program is to log into a list of AOL and Yahoo email accounts and read the emails that are in the inbox and delete them and/or check the spam box and mark a random percentage of the emails as

Debug Perl Scripts

September 22nd, 2009 Comments off

Recently our all the web pages, text databases, templates and perl scripts were transfered to a new server. The perl scripts were editted with the new server paths andthen uploaded to the new server. When you execute a perl script you receive a blank white page. This usually indicates that the script can not find a database or template to open or print to.

The chosen programer will have to debug the scripts in the Customer Login Area. This is where customers upload information, pictures, as well as request edits to their uploaded information and pictures by the Site Admin.

The scripts have not been checked in this section, but it is suspected that there may be errors since the Customer Signup Script displays a blank white page currently. The Customer Login Area contains about 5 to 6 scripts which need to be checked and may need to be debugged. One of the scripts were previously checked before moving the site and was working properly.

All the error logs will be activated and access will be provided to them.

Need A Program To Unbulk Yahoo

September 12th, 2009 Comments off

Program Requirements

The primary function of the program is to log into a list of AOL and Yahoo email accounts and read the emails that are in the inbox and delete them and/or check the spam box and mark a random percentage of the emails as

Oscomm 2 Mods

July 15th, 2009 Comments off

hi,

1. i installed a oscomm contrib called giftwrap. the admin is working great, but the giftwrap/nogiftwrap option does not show up on the checkout_shiping.php page as it is supposed to. the prob is that i have instlled the fec contrib and i could not do the final step in the instructions. the problem is that the docs say to find

<?php
if (tep_count_shipping_modules() > 0) {
?>

in checkout_shiping and then add this above it:

<!–BOF osc_Giftwrap –>
<?php
if (tep_count_giftwrap_modules() > 0) {
?>
<tr>
<td><table border=”0″ width=”100%” cellspacing=”0″ cellpadding=”2″>
<tr>
<td class=”main”><b><?php echo TABLE_HEADING_GIFTWRAP_METHOD; ?></b></td>
</tr>
</table></td>
</tr>
<tr>
<td><table border=”0″ width=”100%” cellspacing=”1″ cellpadding=”2″ class=”infoBox”>
<tr class=”infoBoxContents”>
<td><table border=”0″ width=”100%” cellspacing=”0″ cellpadding=”2″>
<?php
$quotes1_size = sizeof($quotes1);

if ($quotes1_size > 1) {
?>
<tr>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td class=”main” width=”50%” valign=”top”><?php echo TEXT_CHOOSE_GIFTWRAP_METHOD; ?></td>
<td class=”main” width=”50%” valign=”top” align=”right”><?php echo ‘<b>’ . TITLE_PLEASE_SELECT . ‘</b><br>’ . tep_image(DIR_WS_IMAGES . ‘arrow_east_south.gif’); ?></td>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
} else {
?>
<tr>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td class=”main” width=”100%” colspan=”2″><?php echo TEXT_ENTER_GIFTWRAP_INFORMATION; ?></td>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
}

$radio_buttons = 0;
for ($i=0; $i<$quotes1_size; $i++) {
?>
<tr>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td colspan=”2″><table border=”0″ width=”100%” cellspacing=”0″ cellpadding=”2″>
<?php
if (isset($quotes1[$i]['error'])) {
?>
<tr>
<td width=”10″><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td class=”main” colspan=”3″><?php echo $quotes1[$i]['error']; ?></td>
<td width=”10″><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
} else {
$size = sizeof($quotes1[$i]['methods']);
for ($j=0, $n2=$size; $j<$n2; $j++) {
// set the radio button to be checked if it is the method chosen
$checked = (($quotes1[$i]['id'] . ‘_’ . $quotes1[$i]['methods'][$j]['id'] == $giftwrap_info['id']) ? true : false);

if ( ($quotes1[$i]['id'] . ‘_’ . $quotes1[$i]['methods'][$j]['id'] == $giftwrap_info['id']) || (tep_count_giftwrap_modules() == (int)1) ) {
echo ‘ <tr id=”defaultSelectedGift” class=”moduleRowSelected” onmouseover=”rowOverEffectGift(this)” onmouseout=”rowOutEffect(this)” onclick=”selectRowEffectGift(this, ‘ . $radio_buttons . ‘)”>’ . “n”;
} else {
echo ‘ <tr class=”moduleRow” onmouseover=”rowOverEffectGift(this)” onmouseout=”rowOutEffectGift(this)” onclick=”selectRowEffectGift(this, ‘ . $radio_buttons . ‘)”>’ . “n”;
}

?>
<td width=”10″><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td class=”main” width=”75%”><?php echo $quotes1[$i]['methods'][$j]['title']; ?></td>
<?php
if ( ($quotes1_size > 1) || ($n2 > 1) ) {

if (DISPLAY_PRICE_WITH_TAX == ‘true’) {
$gift_tax_rate_tmp = tep_get_tax_rate(MODULE_ORDER_TOTAL_GIFTWRAP_TAX_CLASS);
$gift_tax_amt_tmp = $quotes1[$i]['methods'][$j]['cost'];
$gift_tax_amt_tmp += tep_calculate_tax($quotes1[$i]['methods'][$j]['cost'], $gift_tax_rate_tmp);
?>
<td class=”main”><?php echo $currencies->format($gift_tax_amt_tmp); ?></td>
<?php
} else {
?>
<td class=”main”><?php echo $currencies->format($quotes1[$i]['methods'][$j]['cost']); ?></td>
<?php
}
?>
<td class=”main” align=”right”><?php echo tep_draw_radio_field(‘giftwrap’, $quotes1[$i]['id'] . ‘_’ . $quotes1[$i]['methods'][$j]['id'], $checked); ?></td>
<?php
} else {
?>
<td class=”main” align=”right” colspan=”2″><?php echo $currencies->format($quotes1[$i]['methods'][$j]['cost']) . tep_draw_hidden_field(‘giftwrap’, $quotes1[$i]['id'] . ‘_’ . $quotes1[$i]['methods'][$j]['id']); ?></td>
<?php
}
?>
<td width=”10″><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
$radio_buttons++;
}
}
?>
</table></td>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
}
?>
</table></td>
</tr>
</table></td>
</tr>
<?php
}
?>
<!–EOF osc_Giftwrap–>

my file has been modified with th fec install and i think i am placing this in the wrong place. i have placed it in includes/fec/shipping_box.php

2. i have created a ctergory which will be used for selling gift certificates http://www.babybow.co.za/index.php?cPath=45. now when a person purchases a certificate they then must enter a email address for the recipient i.e the person who will receive the gift cetificate. this email field must go on the product details page so when they add it to the cart, the email address is recorded. e.g http://www.babybow.co.za/product_info.php?cPath=45&products_id=150

Nine Websites Needing Content

June 24th, 2009 Comments off

Attention all writers:

This project requires fresh content to be written for 9 websites. We’re looking for a talented writer that can write freely about any topic, writes with a sense of humor, has an opinion but is non-biased.

This contract is for 3 weeks maximum.
9 websites/topics, a minimum of 3 complete websites/topics to be submitted to us each week (7 days).
Keep in mind that as a website is completed, it is to be sent to us via email (address will be provided to the winning candidate).

These websites contain 13 – 28 pages, for a total of 189 articles.
74 pages/articles are full-blown approximately 600 word count articles.
The remaining 115 have a 250-word count (approximately) per subject or topic.
You will be provided the information for each website listing which topics are to be 600 words and which ones are to be 250 words.
Each article is to have catchy titles and subtitles.
We require that you submit full websites to us via email once completed – each website content that you write will be verified for originality and must conform to the requirements below.

Requirements:

- English a must, content must be readable, grammar &amp;amp; spelling checked. Looking for great content-rich articles, it is important for the article to flow for the reader and be engaging. See attached example of the writing style that we want to achieve for this project.

- Original content is a must and this will be checked for each and every article/page

- Files are to be sent to us using Word preferably, but if you don’t have Word, you can submit as .txt.

- Daily updates on progress a must – submit one website as it is completed so that it can be checked – a minimum of 3 websites to be completed weekly (7 days).

Open contract – this benefits both parties. If you decide that you will not be able to satisfy the terms of the contract, you can leave the project, in turn we can also cancel the project with you if all the requirements aren’t met or if the content isn’t satisfactory.

All works will become our property, including rights to publish and reprint in any shape or form, and original author is to sign a non-disclosure agreement.

Payment method – we pay on a weekly basis (7 days), provided that you have completed three websites’ content and that content checks out when verified. Payment will be made on the 8th day to ensure that your last works for the week are checked.

Final note: Don’t bother bidding unless you can accomplish the above and attached requirements. Also no need to bid if you don’t have the ability to write to the standards outlined above &amp;amp; attached; you will be wasting your time and ours also.

Happy Bidding!
Looking forward to welcoming you to our team.

Five Uk Tv Show Articles

June 22nd, 2009 Comments off

Hello-

I need 5 articles (500 words) about UK TV shows. Titles will be given to the winning bidder.

I’m looking for someone who can write informative articles that are logically organized, and grammatically correct using U.S or UK English. Please do not bid if you are not a native English speaker.

Articles must be 100 percent original, and will be checked, double checked, and then checked again for plagiarism. So if you simply plan to cut and paste information from other websites, don’t bother bidding. Also, any information contained in the articles must be accurate.

Once the articles are paid for, all copyrights will belong to me.
I need the articles in 3 days.

Thanks

Content Writer Required

June 15th, 2009 Comments off

Attention all writers:

This project requires fresh content to be written for 12 websites. We’re looking for a talented writer that can write freely about any topic, writes with a sense of humor, has an opinion but is non-biased. See the attached example for a good understanding of what we are tying to achieve.

This contract is for 3 weeks.
12 websites/topics, a minimum of 4 complete websites/topics to be submitted to us each week (7 days).
Keep in mind that as a website is completed, it is to be sent to us via email (address will be provided to the winning candidate).

These websites contain 15 – 27 pages, for a total of 237 articles.
96 pages/articles are full-blown approximately 600 word count articles.
The remaining 141 have a 250-word count (approximately) per subject or topic.
You will be provided the information for each website listing which topics are to be 600 words and which ones are to be 250 words.
Each article is to have catchy titles &amp; subtitles.
We require that you submit full websites to us via email once completed – each website content that you write will be verified for originality and must conform to the requirements below.

Requirements:

- English a must, content must be readable, grammar &amp; spelling checked. Looking for great content-rich articles, it is important for the article to flow for the reader and be engaging. See attached example of the writing style that we want to achieve for this project.

- Original content is a must and this will be checked for each and every article/page

- Files are to be sent to us using Word preferably, but if you don’t have Word, you can submit as .txt.

- Daily updates on progress a must – submit one website as it is completed so that it can be checked – a minimum of 4 websites to be completed weekly (7 days).

Open contract – this benefits both parties. If you decide that you will not be able to satisfy the terms of the contract, you can leave the project, in turn we can also cancel the project with you if all the requirements aren’t met or if the content isn’t satisfactory.

All works will become our property, including rights to publish and reprint in any shape or form, and original author is to sign a non-disclosure agreement.

Payment method – we pay on a weekly basis (7 days), provided that you have completed four websites’ s content and that content checks out when verified. Payment will be made on the 8th day to ensure that your last works for the week are checked.

Final note: Don’t bother bidding unless you can accomplish the above and attached requirements. Also no need to bid if you don’t have the ability to write to the standards outlined above &amp; attached; you will be wasting your time and ours also.

Happy Bidding!
Looking forward to welcoming you to our team.

New Crm Vtiger Sugercrm Ect

June 12th, 2009 Comments off

We need a CRM and are open to which software depending on which company can match it to our needs. We currently have a 5 user license with Microsoft dynamics but do not feel it’s a good fit. In the limited research that we have done we think vtiger with the outlook add-on or sugercrm might be a good fit, (we utilize Microsoft office and have exchange running) We would like to see all emails with clients in CRM but not a 100% requirement.

The biggest problem is we have very different sales paths (automation and statuses) that depend on 2 main divisions and 3 main product types. WE were thinking we may need 2 different crms setup and keep these separate. That is not a preference as there is cross selling between them and would like to see if clients have other services. If needed for statuses and ease of use it is a option to have 2 separate systems. If it is possible to setup different automations dependent on which products are ordered that would better.

However there is a issues even if there is 2 crms and in the division one we can have both products happing simultaneous and how would that work with the sales statuses.

Example a simple lead pr opportunity may have a merchant account which is in phase

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: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Multi Item Quick Price

April 29th, 2009 Comments off

In need of javascript to perform 20 different item pricing. Not on 20 different pages. Not on 20 different lines. But Drop down menu. The item cost will be by base price plus add on price of 3 cost structures times quantity given by clients. All 20 items will have diffent costing structures.

Example

Item 1:
Base cost: $87
Customer choses quantity (Example) 1,000
The quantity will need to be multiplied by per piece price
1,000 x’s .034
Which will be added to the base price, which will show only a total of $121. The item will also have 2 check boxes which will multiply a possibility of 2 add on items. (Example) 1,000 x’s .015 Gumballs If checked (Example) 1,000 x’s .032 Dried Fruit if checked.

the Grant total will show price (which can not be changed by customer)$168

Item 2:
Base cost: $94
Customer choses quantity (Example) 2,400
The quantity will need to be multiplied by per piece price
2,400 x’s .0304
Which will be added to the base price, which will show only a total of $166.96 The item will also have 2 check boxes which will multiply a possibility of 2 add on items. (Example) 2,400 x’s .025 Hot balls If checked (Example) 2,400 x’s .025 Dried Fruit if checked.

the Grant total will show price (which can not be changed by customer)$286

Twenty items to choose from.

Example of a script that was start is attached.

Create script to transfer purchase information to a quote page/purchase page.

Multi Item Quick Price

April 27th, 2009 Comments off

In need of javascript to perform 20 different item pricing. Not on 20 different pages. Not on 20 different lines. But Drop down menu. The item cost will be by base price plus add on price of 3 cost structures times quantity given by clients. All 20 items will have diffent costing structures.

Example

Item 1:
Base cost: $87
Customer choses quantity (Example) 1,000
The quantity will need to be multiplied by per piece price
1,000 x’s .034
Which will be added to the base price, which will show only a total of $121. The item will also have 2 check boxes which will multiply a possibility of 2 add on items. (Example) 1,000 x’s .015 Gumballs If checked (Example) 1,000 x’s .032 Dried Fruit if checked.

the Grant total will show price (which can not be changed by customer)$168

Item 2:
Base cost: $94
Customer choses quantity (Example) 2,400
The quantity will need to be multiplied by per piece price
2,400 x’s .0304
Which will be added to the base price, which will show only a total of $166.96 The item will also have 2 check boxes which will multiply a possibility of 2 add on items. (Example) 2,400 x’s .025 Hot balls If checked (Example) 2,400 x’s .025 Dried Fruit if checked.

the Grant total will show price (which can not be changed by customer)$286

Twenty items to choose from.

Adobe Air App

April 4th, 2009 Comments off

*This is Adobe Air Project Only*

I need Adobe Air application which will check Google page rank for a list of URLs.

The result will be presented in a sortable table containing the URL and Page Rank. Double click will open the page in browser.

There are two ways to obtain a list of URLs.

One is to type a starting URL.

For example www.site.com

Application will then follow all links on that page. It will then check the PR for all links on the page and then follow all links on those pages and so on until all pages on the site are checked with this rules:

- Links that leave the domain will not be followed/checked
- User should be able to select base URL, and only URLs that contain this base URL will be checked

For example: if the base URL is site.com/base then site.com/base/example will be checked but site.com/example will not be checked

- User can specify list of keywords, comma separated. If the URL contains any of these keywords, application will not follow into that page to check for links (it will still retrieve PR for it)

Second method is that user can specify full list of URLs. There is no page processing in this case, only PR is checked for them.

User can load the list of URLs through by specifying one URL per line or alternately submit the URL of a XML sitemap file.

The results should be appear in real time as they are retrieved so the user can sort the URLs while app is still working.

The application should support Tor proxy network API (on Windows it can connect to Vidalia app for example)

Application will use multiple threads to speed up the results.

Options should be to set number of threads.

Finally results can be exported as CSV or saved as a project. Project can be loaded at later time to continue scanning or recheck PR of previously discovered URLs.

Bear