Email Contacts Extraction Manually

I am re-posting this project as the last provider was not able to complete the project on time.

Need excel file with:

1. Company name or contact name
2. first email address
3. second email address(if any)
4. Country
4. City

Region: NO china,pakistan and india.
Only need from USA,Canada,Uk,Germany .

* Beware of falsely generated email addresses. List will be checked.No use of automated software.

I will give some bonus if I find the work 100% quality.

Magento Problems 2

Need help to error search and fix a problem with magento bundled products.
Here is the goal:
I have a store that sells sheet music.
Every piece of music is available as a physical product as well as for download.
Every product occurs three times in the database: as bundled, simple (shipped) and downloadable. Only the bundled products should be searchable in the front end. Simple and downloadable are not visible individually.
When searching for “Product A” customer finds the bundled product called “Product A”. When clicking on that he gets the choice between the two bundled items: download, shipped or both.

But, I seem to be having random database problems.

1. When searching for bundle items under the main product “Add selection” sometimes the product I am searching for is simply not showing up in the search list. Sometimes it is.

2. Sometimes, after adding a bundle item it shows in the back end but not in the front end.

3. Sometimes it is impossible to make the bundled product itself visible in the front end.

I have tried moving the entire installation to a second server with no change.

Need Excel Spreadsheet Turned Into A Php Calculator 2

I need the attached excel spreadsheet turned into a working calculator. Basically, exactly the way it works in the spreadsheet is how it needs to work.

I do not know the mathematical formulas and everything that goes into the spreadsheet- so don’t bother bidding if you can’t figure that out.

You can do it in javascript, ajax, php, whatever you want to use. I don’t care as long as it works as an online tool (no flash, though).

I WOULD LIKE TO GET THIS DONE TODAY IF POSSIBLE.

PLEASE RESPOND WITH 1-2-3-4 IN

Api Work

I would like to create 2 simple/minimalist webpages using Bing’s Developer API.

1st Webpage – Home Page contains:
-Search box on the middle of homepage allowing users to enter keywords for searching (ex. web, news, images, and videos).

2nd Webpage – Results Page contains:
-Search box at the top.
-Spelling Suggestions **if any** (part of API “Spelling” Sourcetype) under Search box.
-Related search keywords under Search Box (part of API “Related Search” Sourcetype).
-Web, news, images, and videos results depending on what the user choose to search. Keywords highlighted in the results (part of API “Highlight” Sourcetype).
-Related search keywords under Search Box (part of API Sourcetype).
– Next pages links
-Search box at the bottom.

Documentation and Sample Code:
-Bing API Documentation is here: http://msdn.microsoft.com/en-us/library/dd251056.aspx
– I found sample code and this nice CSS template that can be used for the results page here (Do NOT want instant search): http://www.9lessons.info/2011/02/bing-instant-search-with-jquery-and.html
– Users browser should NOT to communicate with Bing’s API directly. The users browser only communicates with my website.
– Nothing fancy so works on Internet Explorer, Firefox, Chrome, Safari.

Payment:
Escrow only. Ready to start.

Need 5 Image Icons Designed And Created For Ecommerce Store

Hello Fellow Scriptlancers,
I need 5 Image Icons Designed and created for my eCommerce store. I will then make the icons clickable images on my storefront, and they will click through to corresponding pages on the site. These are going to be, a free shipping icon, a no sales tax icon, a safe and secure shopping icon, a 100% satisfaction guarantee, and a lowest price guarantee icon (all leading to descriptions of those services on corresponding pages respectively). I have provided some sample icon images (that are attached to this job listing) of these respective categories. These icons are simply taken off the internet, I don’t own them, and therefore, they might be copyrighted. So in lieu of this fact, you MUST keep in mind that these sample images are only to be used to give you a loose idea of the type of design I am looking for, and nothing more. When you create the icons, you must create them from scratch, they must be 100% authentic, and your own work. You cannot copy, edit, rehash, or recreate the sample icons to even the smallest degree! I hope this is very clear, if I see similarities between your work and any one of these images, you will have to redo the work. Aside from 100% authentic work, I am looking for smooth, glossy, professional designs with very deep colors. Also, the color schemes of these icons have to complement the color scheme of the rest of the website. I will provide the website url by PMB.

And remember, I am only providing these sample images to make it easier on you to grasp the kind of work I need, that is all.

I will not award to outrageous bidders. You must have a good reputation, and sample works is a must!

Thank You,
TransWealth

Icon/logo Designer

Hi
I am looking for a designer to design small distinct symbols that represent different categories of a business, ie. restaurants, cafes, bars. I already have a theme of the type of design, you will continue the theme so your designs look like mine. I also have existing designs that need to be edited. Please show examples of your work.

Vb6 – Vb.net Conversion In Vs2008 Sp1

Hi all

The objective
*************

I would like my vb6 code (which works!) to compile successfully in Vb.net.

44 critical errors are identified in the automated conversion once I include a missing reference and 10 are unique. The 10 unique errors are shown below.

The deal
********

I will send the source vb6 code and the vs2008 code to the winner. I will not be posting it to bidders . You must demonstrate the compiled vb.net code and send the completed code before the project is finished.

I will own the copyright to the code at all times.

The issues
**********

I have converted a vb6 project to Vb.net in VS2008 SP1. I have only a few unique errors although some of these occur multiple times:

1) name “commondialog1” is not declared

Sub PrintGraph_Click()

PrintBW.Visible = False
CloseButton.Visible = False

‘UPGRADE_ISSUE: Constant cdlPDReturnDC was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”55B59875-9A95-4B71-9D6A-7C294BF7139D”‘
‘UPGRADE_ISSUE: MSComDlg.CommonDialog property CommonDialog1.Flags was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
CommonDialog1.Flags = MSComDlg.PrinterConstants.cdlPDReturnDC

2) Current x is not a member of system.windows.forms.panel and
3) Current y is not a member of system.windows.forms.panel

Sub DrawBar(ByRef Trait As String, ByRef Relat As String, ByRef PercentScore As Object, ByRef R As Short, ByRef G As Short, ByRef B As Short)

If Trait = “Emotional” Then
If Relat = “” Or Relat = “C” Then
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentX = 0
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentY = 50

4) Line is not a member of system.windows.forms.panel

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

5) End of statement expected

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

‘[Step] (x1, 1) [Step] (x2, y2), [color], [B][F]

End Sub

6) As any is not supported in declare statements

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Private Declare Function SendMessage Lib “user32” Alias “SendMessageA”(ByVal hwnd As Integer, ByVal Msg As Integer, ByVal wp As Integer, ByRef lp As Any) As Integer

Private Declare Function CreateDC Lib “gdi32” Alias “CreateDCA”(ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As Integer, ByVal lpInitData As Integer) As Integer

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Declare Function OSWinHelp Lib “user32” Alias “WinHelpA”(ByVal hwnd As Integer, ByVal HelpFile As String, ByVal wCommand As Short, ByRef dwData As Any) As Short

7) Hdc is not a member of microsoft.visualbasic.powerpacks.printing.compatibility.vb6.printer

Public Function WYSIWYG_RTF(ByRef RTF As System.Windows.Forms.RichTextBox, ByRef LeftMarginWidth As Integer, ByRef RightMarginWidth As Integer) As Integer
Dim Printer As New Printer

Dim LeftMargin, LeftOffset, RightMargin As Integer
Dim LineWidth As Integer
Dim PrinterhDC As Integer
Dim R As Integer
‘ Start a print job to initialize printer object

‘Printer.Print Space(1)
‘Printer.ScaleMode = vbTwips

‘ Get the offset to the printable area on the page in twips

‘UPGRADE_ISSUE: Printer property Printer.hdc was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
LeftOffset = Printer.ScaleX(GetDeviceCaps(Printer.hdc, PHYSICALOFFSETX), ScaleModeConstants.vbPixels, ScaleModeConstants.vbTwips)

8) Drivername is not a member of microsoft.visualbasic.powerpacks.printing.compatability.vb6.printer

‘UPGRADE_ISSUE: Printer property Printer.DriverName was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
PrinterhDC = CreateDC(Printer.DriverName, Printer.DeviceName, 0, 0)

9) Update_click is not a member of sis.keydisplay

KeyDisplay.Update_Click(Nothing, New System.EventArgs())

10) Newindex is not a member of system.windows.forms.combobox

For x = 0 To MainForm.ClientData.NewIndex

Simple Cgi Upload Script

I need a simple upload script to do the following:

1. User will already have password (provided from another source)
2. After user correctly enters password he browses his local computer (if possible, at root C:\ directory) for a file named catalog.txt.
3. Script will only allow file named catalog.txt to be uploaded – any other filename will result in error message.
4. Script should have Captcha code for security.
5. catalog.txt file after being selected from user’s local computer should be uploaded to same folder where this cgi script is located.
6. An Email should be sent to me upon successful upload ( Subject: catalog.txt upload; Body of email: upload at www.usersdomain.com/thiscript )
7. Programmer should provide instructions how I install script on each user’s domain, change user password, change url for user to be taken to after upload, and change my email (if necessary).

The catalog.txt file is generated by a program on user’s computer at C:\catalog.txt. I have a cgi script already in place for visitors to view the contents of catalog.txt file online. I just need a simple,inexpensive, foolproof, secure means for users to be able to upload that one file to each user’s web site.

Matching Software

Programmers,

I would like to create a matching website that will match borrowers’ needs with lenders that can satisfy those needs.

We need borrowers to complete fields of a form online and the software to march lenders providing similar services.

We need you to tweak any type of matching software and customize the fields to fit what our market is searching for.

We will not spend a ton of money creating this software from scratch.

The project requires you
1. find available match-maker software that is customizable
2. customize it for our logo and colors, custom search fields
3. install it, tweak it until it’s right
4. give us 90 days maintenance

Thank you!

Add Recaptcha Code To Existing Subscription Form

I need to have my reCAPTCHA code added to an existing subscription form so it works. An exact example of the existing html page and code can be viewed here, (view the source of the page):
http://www.riversongs.com/free_greetingsNEW.html

You should be able to test the new form completely yourself to assure it works.

For those who do not understand what I need, (who would then not be qualified for this job), you may review the following link:
http://code.google.com/apis/recaptcha/docs/display.html

Note: To a qualified programmer, I would be open to using a captcha
that is more readable, such as from this link:
http://www.hellocaptcha.com/

Please be honest with yourself, if you do not have experience in adding reCAPTCHA code to an existing form, then you should NOT submit a bid. To be clear, the current form works and functions properly, you should test it by using your own email address to see how it
works, (to include checking your email for an automated response), prior to altering any code whatsoever on the page. The form must function as it currently does now, but with the reCAPTCHA code added to the form to protect it from spam. You should test it in Internet explorer and in Firefox prior to sending it to me for final approval.

You can obtain the current code, as any qualified tech should know, by going to view and then source from your browser window, simply copy and paste the entire code. WARNING: If you do not know what you are doing it will come up, I will not pay anyone who is unable to complete the job to my satisfaction.