Archive

Archive for August, 2011

Custom Email Autoresponder

August 17th, 2011 Comments off

I need for a custom email auto responder created that will be installed in my oscommerce shopping cart. When an order is placed the system needs to automatically send an email to the specified vendor and email to the specific vendor an order request for the merchandise. The email should only list the products that are related to that specific vendor. For example an order is placed for product a and product b and product c. Product a and b come from vendor 1 and product c comes from vendor 2, the system will send an order request to vendor 1 for product a and b with my customer shipping information and specifying my account number. A separate email will be sent to vendor 2 for product c with the same shipping information. A copy of the email should be stored in the database accessible from the admin section.

Need Custom Field In Php Made

August 17th, 2011 Comments off

I have an oscommerce shopping cart I need when I add product there to be an option to specify the vendor. I need to beable to add vendors to a list so when I add the product I can select which vendor the product is assigned to. The vendor display should be hidden and only viewable to the admin in the order details. Testing, setup and configuration required. This must be completed in the agreed specified time frame or cancellation fo project and refund will be provided.

Alter Art Work Slightly

August 17th, 2011 Comments off

Hi guys

Im seeking a graphic artist to alter an image I have, this would need to be done twice, one in an Aqua color and one in a rainbow effect. I have attached the original.

Secondly I have a picture of a gang patch that is what Im looking at achiving with this image, it will look something like that.

THE FONT SHOULD BE ROCKWELL EXTRA BOLD OR SIMILAR. OUTLINED ONLY NOT FULL COLOR, BLACK OUTLINE WITH WHITE COLOR. BLOCK LETTERING.

So what I need
1. original artwork done in two different colors
2. lettering arced top and bottom
3. Both components as one vector image 30cm x 30cm

Thats it very easy

Vb6 – Vb.net Conversion In Vs2008 Sp1 2

August 17th, 2011 Comments off

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

Website Creation

August 17th, 2011 Comments off

Need a simple website created with landing page and a few other pages.

Developer must be available via skype and/or telephone between business hours Monday to Friday 8am to 6pm Eastern Daylight Time

Add A Customized Page To A Site With A Form

August 17th, 2011 Comments off

The site that will have the page added to it is:

http://goo.gl/ebNWY

The design will be consistent with one of the interior pages, keeping the header and footer currently being used.

The page that needs to be created will be functional similar to the following without the header and flash integration:

http://goo.gl/fHHBo

Basically, the page just needs to stay within the same style and incorporate a split of html text/images and an integrated web form that will mail out the required fields.

Preference to any coder I have worked with before and a minimum feedback of 9 to be considered for the project. If you require any further clarification just PM me with your specific questions.

Ecommerce Service Site

August 17th, 2011 Comments off

I need a website that can accept payments and create and collect membership information. The customer then needs to be able to upload a spreadsheet containing data in a specific format to be stored in a database for that member. The data is then analyzed using our proprietary algo and a report is generated and sent to the members email address.

Simple 12 Page Site Copied Over Onto WordPress Thesis

August 17th, 2011 Comments off

Hi, I am needing someone to rebuild a site in WordPress and Thesis. The current site has been built in Moon-fruit and is a flash site and therefore not cross- browser compatible.

The finished result must be 95% exactly the same and must be totally cross browser compatible.

I will supply all the images, naturally all the copy can be taken off the pages.

Here is the site

WordPress Plugin Simple:press Mod Needed

August 17th, 2011 Comments off

I have some problems with the WordPress plugin called Simple:Press in regards of double byte (specifically Japanese) support.

You must be familiar with:
– PHP
– WordPress
– Plugin called Simple:Press
– Double byle support

Please see attached pdf for the details.

Implement Phpbb3facebook Plugin To Live

August 17th, 2011 Comments off

A developer of mine has already tested this mod for facebook connect functionality which I have paid for in my test forum and I now need to carry out further testing before then promoting to live.

I can supply all the necessary docs and login details you’ll need in order to prepare for this work, as I mentioned already I have a sandbox site which isn’t a 100% clone of the live forum, but it’s pretty close.

I have already carried out the neccesary Facebook API work that this mod requires and as above, all details can be passed over.

I am looking to expand what limited developer resources I have available so as not to limit my site’s growth.

I’ve already carried out some intial testing within my test site and the three areas of concern are below:

1. The actual user-journey screens could be a little confusing. This new ‘connect’ experience needs to be as seemless as possible so that we engage more visitors, not actually turn potential visitors away.

2. Need to confirm that all the existing phpBB database updates for existing and new members who use FB connect still work as normal. I’m sure default avatar and posting information will be as normal but the customisedised areas of the site.

Preference will be given to freelancers who can show the following:

- Can clearly show a proven track record
- Have excellent communication skills
- Are fluent in English
- Are serious about their work
- A passion for working on rather large forums
- Can accept Paypal/Escrow
- Are contactable via GChat/AIM and check emails regularly
- Show willingness to build a relationship/looking for further work.

Look forward to speaking, and you working with me!

Regards,

Richard

Create A Dynamic Advert Box For A Web Page

August 17th, 2011 Comments off

Hi-

we need to create a highly professional square image ad box/widget to appear on web pages as a call-out. We will provide a main graphic (for brand consistency – see file “dineup logo.jpg”) that you would design around.

The ad will contain an embedded link that will redirect user to a new web site. The embedded link will be generated by code on the web site and its creation is not in-scope for this project. A sample link can be provided for testing.

Size is 190 w 90 h, and a style guide would be provided.

Ad must fit style-wise into the overall web page.

Placement is on right bar (see attached screen shots).

Integrate 6 Html / Css Pages

August 17th, 2011 Comments off

Project: An existing website has a current design. Integrate 6 new HTML / CSS pages into the existing design. These pages are from a daily coupon system and will be added to an existing HTML website.

Work Required:
1) Setup demo copy of website for working
2) Integrate 7 new pages into existing design
3) Test in chrome, IE and Firefox

Time Estimate: 4 Hours

Please let me know if you have any questions.

Thank you.

Complex Php And Mysql Communication

August 17th, 2011 Comments off

I have a website that displays client info. When a user logs in they go to their account status page to see the status of their order. Their info is stored in a MySQL Database and only the logged in user’s info is displayed to the user that is logged in. I need to encrypt some of the data in the database and decrypt it for display only when an authenticated user is logged in. My site is built on top of Drupal.

Quick Add Php Header And Footer To Script

August 17th, 2011 Comments off

I just had a script done that has a simple design i can design myself but it’s current stated the php code won’t make it easy. I need it edited to make the top portion a simple header.php file and the bottom a footer file so i can design templates for the code

File Keyword Search Program

August 17th, 2011 Comments off

I need a program written that will search files containing image documents. These imaged documents will need to be converted to a searchable document (by OCR) then searched for key word(‘s) and identified. It needs to be able to handle large file with multiple documents, isolate documents with the target words.

Android App Needed

August 17th, 2011 Comments off

Need a fairly simple android app.

will make a simple calculation
share results via facebook
sent text of results to specified person

will give full details via message board.

Balancing Motors In C

August 17th, 2011 Comments off

I have 2 fixed motors on a rotating stand with an IMU3000 from Sparkfun that attaches to a PIC18F6627. I simply need these motors to balance via PWM. Since there is only one angle (X) that rotates, the accelerometers and temp aren’t needed at all. I have already created the control circuit but can’t get the code to work. The PIC is already mounted to an SBC (link attached) for ease of connection.

http://invensense.com/mems/gyro/documents/PS-IMU-3000A-00-01-3.pdf

http://www.modtronix.com/products/sbc65ec/sbc65ecr3.pdf

Categories: C/C++ Tags: , , , ,

Microsoft In-house Server Configuration

August 17th, 2011 Comments off

Please see the attached file for details on this job.

Website

August 17th, 2011 Comments off

Hello,

do you have skype or ICQ???
please give me your addy

One Page Psd To Xhtml Conversion

August 17th, 2011 Comments off

For project details visit:

https://docs.google.com/document/d/1MEAu2o0BCzEvO2PEWRmBz6IFvi2Yl7GoQuj3KXmuS4o/edit?hl=en_US

Create A Database And Website With Complete Design

August 17th, 2011 Comments off

Hello,

I am looking for a programmer to me for a purchase and sale can create page like this one: www.momox.de or www.rebuy.de (clone).

-
– Creation of a design
– Creating a database with links to the current Amazon prices.
– Inputting artist file – EAN code plus performers.
– Payment methods installed, Paypal, bank transfer etc.
– Reklamtionen
– Imprint
– Terms and Conditions
etc.

The site should be Profisionell Designed and extraordinary look.

Thank you for deals.

Sincerely,

sawirotti

Simple Random Generator/gamble Script

August 17th, 2011 Comments off

I am looking for a capable PHP/AJAX programmer who can create a very simple and straightforward PHP script that uses API for data retrieval and includes a straightforward affiliate program. You must have time to start on the project immediately.

Please view the attached txt file for detailed information regarding this script.

Please let me know if you have any questions. I have limited PHP knowledge so any suggestions to even make it simpler or better are appreciated.

Looking forward to your bids.

Thank you

vdto

Flash Page Work.

August 17th, 2011 Comments off

I am looking to have a site similar to these 2 sites.

http://www.baconorbeercan.com/
http://www.hairpieceorherpes.com/

When a person comes to my site, it needs to be a picture of a very UGLY, FAT lady.

The person will push a button and the lady will speak.
If you can design me a simple site like this, please bid.

Professional Typeset For A Resume

August 17th, 2011 Comments off

I require a professionally design resume including :

Including 2 samples ( Arial & Century Old Style ) Fonts
Bold and enlarge my name at the top.
Keep the sections lined up and consistent.
Font size should be 12pt, except for my Name and Headings.
Two-page resume: be sure to fill the second page at least halfway down the page.
Place

Tumblr Blog Title 2

August 17th, 2011 Comments off

My index(.html) page is currently integrated with the Tumblr API. I would like for the meta include file to be able to pull the blog post title in the same manner with as little coding or change to my site structure as possible but I’m not sure how to make that happen.

I am looking to hire whoever can keep my site framework in tact with as few modifications as possible.

Thanks!

Add Features To WordPress Rating Plugin

August 17th, 2011 Comments off

Hello everyone, I need a good programmer who can add features to wordpress rating plugin. The plugin is available here http://wordpress.org/extend/plugins/updownupdown-postcomment-voting/

Features to add…

-User points – users should be able to buy points using paypal.

-Users need points to rate posts up or down (when user clicks rate button an Ajax popup window opens asking the user to input amount of points he wants to rate the post. Points will be deducted from his/her points balance) a success message will be shown to him.

- Users can rate posts for or against (thumbs up or down) in which case users earn points if they are in the winning side. for example, if userA rates PostA 10 points up and UserB rates PostA 10 points down, the value of PostA is now 0 but if userC rates PostA 10 points down the value of the PostA is now -10. The rating will continue for a defined time, say 1 hour (admin should be able to set this). So when the timer finishes the up votes and down votes are substracted and UsersB and C will earn 10 profit points divided based on percentage of points they rated (equal in this example), while userA loses 10. If only one user rates a post and the timer finishes, he gets his points back.

Value of PostA will reset to 0 when the time finishes and when another rating begins the timer starts with value being the new rating. Users should not be able to rate the post more than once in a round and cannot edit rating.

-Users should be able to withdraw from the rating but only the amount they had left if the round had ended that moment.

- The plugin will have an activity page where it shows all the rating ctivity of the users. Example (UserA rated PostA for 10 points up)

-The plugin will have widgets that show
1. Points balance and Paypal top-up option widget
2. the top rated posts at each round with thumbnail widget,
3. lowest rated posts at each round with thumbnail widget
4. Widget that shows users with top points with avatar.

- When viewing full single post, the plugin displays history of recent rating rounds (say last 5 or 10 rounds) below the article.

-Plugin should use ajax interface. Display thumbs up or down even when users are not logged in, if a guest clicks rating button, he should see an ajax message promting him to login. If no rating, show buttons and 0 infront of them.

- Admin should be able to define Point Packages that users can buy from Paypal (ex. 200 points for 10$) and also exchange rate for points to US dollar.

- Ability to see users who rated particular post up or down in each rating round under respective buttons up or down.

- Opt-in E-mail notifications for activities and end of rating rounds.

- It should be compatible with the latest WordPress version and should have robust security.

- Admin should be able to configure everything from the Admin Panel.

- I want you to style the rating buttons as you see from the picture i attached. I can give you the theme you can integrate with or even access to WP installation.

- I need a programmer that will offer support for at least 1 month

If there is anything that is unclear. Please do ask me.

Create Logo For Deejay

August 17th, 2011 Comments off

Need to create original, cool and creative logo for deejay (DJ).

Hiring Seo Full Time Till February 2012…

August 17th, 2011 Comments off

Dear SEO Experts,

Greetings!

We are in need of 2 – 3 employees on a FULL TIME basis, must have Skype and other means to communicate with us. The job would be set number of hours. Remunerations will be PAID every Fortnight (2 weeks) with a set monthly salary.

1 – 2 employees:
Business & Marketing Specialists:
*All aspects of Online Web marketing tools
*Market Trends
*Market research
*Social Media

You shall be expected to work up to 50 hours per week.

We will supply further information to the selected candidate(s).

You would need to send us your SEO Plans and Marketing tools in PDF format for each month from September 2011 till February 2012.

SEO must commence by September 1st 2011.

Many thanks for stopping by and Bidding for our project.

Team The Auction Site

David Smith
Seychelles.

Fixing A Php Script That Works With Joomla.

August 17th, 2011 Comments off

There are two things needed.

1. A php script, containing a number of string variables is being used to generate one large string. I can’t seem to follow the logic myself as to how the particular final string is ending up as it is and not what I want it to be. I think this should be a pretty easy fix for anyone who knows PHP well.

2. I need a little subfunction written that checks to see if an item is in the database before executing a particular command. Again this should be a piece of cake for anyone that knows PHP and SQL.

Xml Feed Php File Modification

August 17th, 2011 Comments off

Hi

i have a search website and i need o modify the xml feed because is pointing to an old domain and need to make the right correction to display the results.

The old source is searchfeed.com (now owned by miva) and need to make the modifications in the attached file to communicate with miva servers. i will provide a document with instructions for xml feed and with the new xml link

Apply only if you worked before with miva xml feed or similar feeds.

thank you

Corporate Identity Design / Logo / Business Cards /

August 17th, 2011 Comments off

If you don’t fulfill these requirements please do NOT make any bid. Thank you.

1. To be able to work between 9 a.m. and 9 p.m. (UTC-06:00) Central Time
2. To be able to understand instructions in English
3. To have a good quality work and attitude


4. To be able to sing a non compete non disclosure agreement
5. To be looking for a long term business relationship
6. To provide 3 samples of your work.

Project description:

Desing a corporate identity including

1. Logo (provide at least 5 options)
2. Business card (2 sides – provide at least 2 options)
3. Letterhead (1 sides – - provide at least 2 options)

Adult Store Website

August 17th, 2011 Comments off

Hey i am looking for something simple…

I have a domain, a hosting, all I need is a template…

I am looking to open an adult store. I do not want to spend much money on it.
I will be adding product myself, and everyhting i just want it to work right.

I need Shopping Cart, English Language, for it to take Paypal, and other forms of payment.
I want to have catagories. and a place where I can add facebook share, twitter share, myspace share, and RSS.
I want it to be simple so I can just add my product and information of the product, with stock, product id, pricing, and maybe I can add on sale stuff.
I want it to look sexy and good.

Here are a few examples:

http://templatesellers.info/livedemo-476.html
http://templatesellers.info/livedemo-522.html
http://templatesellers.info/livedemo-459.html
http://templatesellers.info/livedemo-1121.html
http://web-experiment.info/magento14/sex/

I said I do not want to pay much… but i want it nice…

Send me some work you have done, and maybe give it a go…

Please Please, you have to be able to get paid threw paypal…. Thanks….

I am ready to start TODAY

Directory Submission For Longterm Basis

August 17th, 2011 Comments off

I need expert submitter who can complete 1000 submission in a month for some website links.
for bidding please provide me your best directory submission list.
about 1000
i will choose person who will submitt right directory list in a excel file.payment is not a problem but i need quality full work.
so happy bidding
it will be ongoing project if it has done well by the selected programmer.

Logo And Web Design

August 17th, 2011 Comments off

I need a designer to design a logo and site for a new website. This site has seven (7) internal pages I would also like you to layout for me under my direction. I have a website that you can see as far as my vision on what it will look like.

I would like to get this done ASAP. I need both graphic skills and all pages to be in HTML Coding. I will need to be able to write the information into each web page. I Am looking for a long term relationship, if you think you are the right person and have outstanding skills please bid.
Tags:
Programming, Graphic Design, Logo Design, Design, Website Design, HTML, Long Term, Websites
Post Similar Project

Article Submission

August 17th, 2011 Comments off

Submit a single adult article to business related blogs, directories, etc, anywhere.

Make your offer, quality and speed matters.

Project has to be done in 24 hours

Add Fields To Pdf Forms For Digital Editing-quick Delivery

August 17th, 2011 Comments off

We need to have the fields added to the forms attached that will allow a user to fill in the fields and also check the correct boxes. The forms need to be filled completely and the form fields created need to match the forms accurately. We tried to use the Acrobat automated process and it didn’t create the fields accurately.

The forms do NOT need to submit, but do need to print on the users local computer upon completion.

Project must be delivered within 12 hours from accepted date, which will be selected ASAP.

Need Log Book Script

August 17th, 2011 Comments off

Hello sir,

My web site is talking about flying and aviation.

http://www.flyingway.com/safety/ You can see allot of scripts in my website

But I need a stand alone script to store and calculate flying Hours and flight data for my team,

Every thing explained in this MS word file:

http://www.flyingway.com/SIM-flights-Table-en.doc

could you give me you estimate if you can program this script, plus could I see some of you previous work.

Regards
Abdulrahman

Php For Forms W/autoresponder

August 17th, 2011 Comments off

Simple Project

Drupal 6 Site: http://bit.ly/pnJmjh

Brief: I need two forms to post to database with autoresponder and error handlers. You can see the 2nd form if you click “STAY INFORMED” . I need that form to post to separate tables in the SAME database.

1. Check that required fields are filled out
2. Post content to database
3. Send autoresponder email to user who filled it out
4. Send alert to admin email that someone new filled it out
5. If user selects mail kit they go to a thank you page. If they select download it takes them to a download page ( i will specify URLs)

Simple Edit Style.css And/or Html Page

August 17th, 2011 Comments off

I have an easy projetc not worth much. All my pages line up except for one so I’m sure it could be fixed in the stylesheet

Page with error is at http://www.jbrwebdesign.com/DBBits/history.html.
The footer won’t line up in the center like the rest of the pages after I added a picture to the page.

Categories: CSS, Editing, HTML, Simple Tags: , , , , , ,

Psd To Joomla Design

August 17th, 2011 Comments off

Hi guys,

Need a PSD 2 Joomla design… Please note the Joomla template must be Joomla 1.5.23 and it MUST look exactly as the PSD design.

Have a look at the 2 ZIP files for more information.

Bear