Archive

Archive for May, 2009

Php Or Asp Website Programmer

May 20th, 2009 Comments off

on line catalog,
shopping kart,
search function,
i need php or asp programmer…………i will provide web design and do user fact gathering

E-comm Website

May 20th, 2009 Comments off

1.The website is for selling DVD’s with n shoping cart and this will involve in shipping only. there will be no
payment Gateway.There will be Tracking of orders facility.

the technolgy will be php/mysql.

2. designs should be similar to

http://www.theshef.com/ ( the clients like the designs)

3. There will be 6-7 video is the site in flash format.
which needs to play as demo.

4.There are a total 4 videos. 1) Promo 2) Sewing Home Decor for Beginners 3) Pinch Pleated Draperies 4) Upholstery for Beginners

5. The content of the site will be supplied by the client.

6.this will be a dyamic website and all the videos and the
content will be managed by the admin.

* these are Basic details the programmer who takes on the site
will be liable to complete the work , even if the specs differ a bit.

* please bid if you have done any site related to videos.

payment : 25 % in escrow aftre designs are approved

: 50% after admin and integration

:25% after testing

thanks

Article Writing

May 20th, 2009 Comments off

50 original high quality articles on various topics e.g. Web 2.0, social media, Internet marketing. Each article must be 500-600 words with perfect grammar and pass copyscape. For the right person there will be regular writing projects. Payment will be on review and acceptance of the articles. $100 USD for 50 articles. Required within 5 days.

Simple Flash Work

May 20th, 2009 Comments off

I have flash source files that need to have a hyperlink added. This is a very simple project, with more projects to follow if this is a success.

The site is working; yet one button needs a link to a URL that will be provided.

Small Custom Ecommerce Project

May 20th, 2009 Comments off

Please see attached for project brief. Any questions/clarifications please use PMB.

NOTE: Any programmer misusing the PMB (eg. for posting portfolios or links) WILL BE BANNED by us, from any future projects.

Window Decal 2 Postcards

May 20th, 2009 Comments off

Need three separate items designed, delivery in PSD format with appropriate resolutions:

1) Using our existing logo we need to just add a few things to it to create a window decal and banner. We want one large and one small size one. The large one will be about 24″ by 36″ or 2×3 feet. This size should include the following:

1) URL: “www.lightningmma.com”
2) Phone: “949-333-0598″
3) The following words around the logo: “Mixed Martial Arts” “Jiu Jitsu” “Kickboxing” “Wrestling” “Fitness”

The last two words are optional but would like to be there since there should be enough space

The smaller size:

Logo + URL “www.lightningmma.com” In this version the URL should be larger since this will be a smaller decal, perhaps 4×6 inches.

2) Postcard Promotional

Need a postcard, similar to the business card promotion that we made. This will require using the logo, creating a nice format, We will provide the text content. The design format can be similar to the business card but we will have more words on it due to the larger size. we will also want to add a few of the photos that were used in the header.

3) Leadbox Card

This card will be inserted into the lead box and will probably be similar to one of the sides on the postcard promotion. This will be a promotion that reads “Enter to Win 2 Weeks Free Training!” and will have content similar to the postcard above. Size may be different, will have to confirm this.

Spreadsheet Edited

May 20th, 2009 Comments off

I have a spreadsheet which i need this done. If you look at the attached file which is a spreadsheet you will see onve some one sells 30 items they can no longer add any more inforamtion i need the spreadsheet so if someone adds a new row the caculations still add up.

Text Reworded

May 20th, 2009 Comments off

Hi i need this text reworded which is attached. I need it to sound better.

Logo Design Paitner

May 20th, 2009 Comments off

I need logo for company NEW AGE PAINTERS.
(commercial and residential painting)

The designer must be able to provide a great modern logo.
I will expect to see at least one sample mockup before I choose you.
If we like yourwork, we have plenty of other work for you.

Same As Ping.eu Options

May 20th, 2009 Comments off

Hi ,
I need PHP /HTML /ajax script width ping.eu functionality;

1. Ping
2. Traceroute
3. Port check
4. Mail relaying
5. DNS lookup
6. Reverse lookup
7. Proxy checker

Important is processing to be real-time as in original site , Please see attached image for important zones. Script will be started only on Linux / Debian / server. Design isn’t necessary because scripts should be part of bigger project width own design.
Project is low cost. Maximum $80. $8-$10 per option .
I will chose when i see demo of one or more service – ping or traceroute 1:1 as ping.eu no exceptions.

Interactive Font Site Script

May 20th, 2009 Comments off

I need a php script to set up something like urbanfonts.com . I need it to be simple and well-commented enough so I can update the site myself. PHP and mysql only please. Hope to hear from you guys soon.

Cms Website Implementation

May 20th, 2009 Comments off

Need someone to build a website for me on a CMS platform such as Textpattern or similar (free CMS).

I already have the design done, so you will only focus on building the site in the CMS identical to the design. The CMS should enable users who are not web designers/developers to make updates to the site etc.

The site will feature some static pages and some where new content will be added. There is no e-commerce, payments etc. There will be some video content so you should be familiar with nice video player options etc.

I will prefer to work with someone who can show very strong examples of sites built before using the CMS platform you are proposing.

Vb Word Activex Tweaks

May 20th, 2009 Comments off

This project is to update our existing Visual Basic ActiveX control to interface with Word Document macros and fix several quirky Functions such as posting bookmarks automatically inside the current active word document when it gets loaded into IE.

The specs are as follows:

Below has the detail
MSWord IE (v6 /v7) ActiveX Component Control Requirements – Enhancements v 3.0.0

Environment: Visual Basic 6
Component Type: ActiveX Control (CAB)

1. REALTIME REQUEST: Create a new Function to make realtime HTTP request and anchoring the request result back. – NEW

Public Function ProcessRealtime_HTTPRequest(ByVal requestURL As Variant, ByVal sessionKey As String) As String

Where: sessionKey is the IE session identifier that tells the control what active word document it needs to use
requestURL is the HTTP request URL

2. MACROS: Create procedure that can execute a macro into a word document and anchoring any result values (if any) into the provided list of bookmarks. – NEW

Public Sub ProcessRealtime_WordMacro(ByVal sessionKey As String, ByVal macro As Variant, ByVal bookmarkNames As Collection)

Where: sessionKey is the IE session identifier that tells the control what active word document it needs to use
macro is word document macro that needs to execute inside the word document
bookmarkName anchor where if needed by the macro can to anchor its results (values) into.

3. BOOKMARKS: Enhance existing procedure to dynamically attach (anchor) value onto a Word bookmark to an active word document loaded on IE.

Public Sub InsertBookmark(ByVal sessionKey As String, ByVal sBookMark As Variant, ByVal sValue As Variant)

Where: sessionKey is the IE session identifier that tells the control what active word document it needs to use
sBookMark is the bookmark name used as word document anchor
sValue is the bookmark value

4. SERVER SAVE: Enhance existing procedure to do an http post sending encrypted parameter information and the word document content to a Servlet (URL).

Public Sub SendDocToServer(ByVal sessionKey As String, ByVal url As Variant, ByVal params As Variant)

Where: sessionKey is the IE session identifier that tells the control what active word document it needs to use
url is the http/s POST URL where the word document contents (binary) will sent.
params name / value pair that needs to be encrypted and send together with the URL POST

5. PROTECT / UNPROTECT: Enhance existing Protect (lock word document) and Unprotect (unlock word document) procedures. Should have the following options:
4.1 Protect All or Protect Form Only
4.2 Protect with password or Protect without password

Public Sub ProtectDocument(ByVal sessionKey As String, ByVal formProtectSwitch As Boolean, ByVal pwd as String)

Public Sub UnProtectDocument(ByVal sessionKey As String, ByVal formProtectSwitch As Boolean, ByVal pwd as String)

6. SAVE ON PROTECT: Need to do a “SERVER SAVE, see #4) on the word document ONLY on the very 1st time of loading.
The control should be able to recognize if a word document has been loaded on the same IE session (based on the sessionKey) before.
If its the first time loading then do a “SERVER SAVE, see #4. Else do nothing.

THIS NEEDS TO GET DONE IN 4-5 DAYS.
Step 4 needs to get done today.

Budget for this is $350 and a $150 bonus if you can do step 4 today and the rest in 4 days.

The files are attached below.

Will escrow any money only when you finish step 4.

Programming Project 1242803929

May 20th, 2009 Comments off

I have a website I would like to increase traffic to through Forum postings. The service being offered is Virtual Private Server (VPN) server which is based on OpenVPN. All forums to be used must be able to allow free advertising or selling and must have high traffic ranking. I need about 500 or more. I will provide the note to be posted.

Cms Website Design

May 20th, 2009 Comments off

I am using the Jamroom cms system http://www.jamroom.net

with this skin http://mediapro.oinkba.com/

I would like a smarty programer to edit this skin to meet my design requirements and add new functions.

Jason

Need A Banner

May 20th, 2009 Comments off

hi there,
i need a Banner. will Give the details in PMB to whom i select.
No escrow. will see the work and then pay.

Banner Work

May 20th, 2009 Comments off

hi there,
i need a Banner. will Give the details in PMB to whom i select.
No escrow. will see the work and then pay.
this banner is for website . and i need this done within 10 hours.

Setup Aweber Newsletters

May 20th, 2009 Comments off

Simple job.
I need you to set up my aweber newsletters series.
I would like to emulate the layout of the following newsletter, http://www.aweber.com/b/nEhd

Please have skype so we can communicate.

Website Creation 2

May 20th, 2009 Comments off

I need a website with the same functionality and look feel of http://www.freedomdebtrelief.com/ and or http://www.creditsolutions.com/
http://www.netdebt.com/

I need it to be built so I can manage the site myself, add pages, do the seo work etc. Must be search engine friendly. Must have a forum and a blog on the site, and be able to accept input from customers, that will be sent to central location on the back end and notify us. Must not be a template based site, no cookie cutter sites. Needs to be an original design, high end look and feel.

Private Project Precioustech

May 20th, 2009 Comments off

private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ – private project precioustech “1241981832″ –

Need Scripter Asap

May 20th, 2009 Comments off

I have a site running with a swoopo clone, which consists of html, php, and a lot of tables for the design. I have a new design that i want to use, but it is all div tags and no tables. I need someone to integrate the template with the script.

So far I have the first page of the site’s new layout that i need installed, and of course the header and footer go on every page.

After the first page is done, my designer will have finished the other pages that you will need to install.

Remember, there needs to be changed on every page of the script from tables to div so the new design can work.

Thanks.

Need Scripter Asap

May 20th, 2009 Comments off

I have a site running with a swoopo clone, which consists of html, php, and a lot of tables for the design. I have a new design that i want to use, but it is all div tags and no tables. I need someone to integrate the template with the script.

So far I have the first page of the site’s new layout that i need installed, and of course the header and footer go on every page.

After the first page is done, my designer will have finished the other pages that you will need to install.

Remember, there needs to be changed on every page of the script from tables to div so the new design can work.

Thanks.

Need Scripter Asap

May 20th, 2009 Comments off

I have a site running with a swoopo clone, which consists of html, php, and a lot of tables for the design. I have a new design that i want to use, but it is all div tags and no tables. I need someone to integrate the template with the script.

So far I have the first page of the site’s new layout that i need installed, and of course the header and footer go on every page.

After the first page is done, my designer will have finished the other pages that you will need to install.

Remember, there needs to be changed on every page of the script from tables to div so the new design can work.

Thanks.

Joomla Site Needs Custom Codin

May 20th, 2009 Comments off

I need a site built with the same features as sherdog.com . I have already completed the graphical work and simply need someone familiar with Joomla to create all components and modules needed to mimick the same features as seen on Sherdog. I need:

Fighter search page with individual fighter bio pages.

I also need custom includes and modules for the homepage.

Please see the example posted here: mmawebdesigner.com/keith

That example will show you everything I need. This project needs to be completed FAST and ACCURATELY and if done correctly, I will have a LOT more work for you. References a must.

Joomla Site Needs Custom Codin

May 20th, 2009 Comments off

I need a site built with the same features as sherdog.com . I have already completed the graphical work and simply need someone familiar with Joomla to create all components and modules needed to mimick the same features as seen on Sherdog. I need:

Fighter search page with individual fighter bio pages.

I also need custom includes and modules for the homepage.

Please see the example posted here: mmawebdesigner.com/keith

That example will show you everything I need. This project needs to be completed FAST and ACCURATELY and if done correctly, I will have a LOT more work for you. References a must.

Joomla Site Needs Custom Codin

May 20th, 2009 Comments off

I need a site built with the same features as sherdog.com . I have already completed the graphical work and simply need someone familiar with Joomla to create all components and modules needed to mimick the same features as seen on Sherdog. I need:

Fighter search page with individual fighter bio pages.

I also need custom includes and modules for the homepage.

Please see the example posted here: mmawebdesigner.com/keith

That example will show you everything I need. This project needs to be completed FAST and ACCURATELY and if done correctly, I will have a LOT more work for you. References a must.

Put Realestate Site Up On Host

May 20th, 2009 Comments off

Hello,

I have downloaded this template http://joomla1.5.youjoomla.info/realtor/index.php I think I have ALL the files needed for the entire site to work. Here are the files so programmers can check if I’m correct http://rapidshare.com/files/235061958/Realtor_Site.rar

*View uploaded files first

This project requires:

1) Possible transfer of domain from Godaddy to new hosts.

2) I don’t have a host so winner of project will have to recommend a good/very cheap host.

3) Add Joomla template from the rapidshare link to site.

4) Add a MapQuest button automatically links with the address so when someone clicks the MapQuest button they will automatically go to the address on http://www.mapquest.com with out having to plug in the numbers themselves.

5) Must add Century 21 logo

6) May need to remove some buttons that come default with template.

Anything else will be added before I choose a winner so you can readjust your bid if necessary.

Put Realestate Site Up On Host

May 20th, 2009 Comments off

Hello,

I have downloaded this template http://joomla1.5.youjoomla.info/realtor/index.php I think I have ALL the files needed for the entire site to work. Here are the files so programmers can check if I’m correct http://rapidshare.com/files/235061958/Realtor_Site.rar

*View uploaded files first

This project requires:

1) Possible transfer of domain from Godaddy to new hosts.

2) I don’t have a host so winner of project will have to recommend a good/very cheap host.

3) Add Joomla template from the rapidshare link to site.

4) Add a MapQuest button automatically links with the address so when someone clicks the MapQuest button they will automatically go to the address on http://www.mapquest.com with out having to plug in the numbers themselves.

5) Must add Century 21 logo

6) May need to remove some buttons that come default with template.

Anything else will be added before I choose a winner so you can readjust your bid if necessary.

Programming Project 1242799946

May 20th, 2009 Comments off

Hello,

we have 1 boonex Dolphin site and need a developer who can work on this with me for long term basic.

more info will be given to suitable coders. we will escrow the money in SL if needed.

Regards,

Russian Romanian Or Eu Coder

May 20th, 2009 Comments off

Hi all,

I need an Russian, or Romanian or European coder to help me with my clipshare site, i need some modules developed there .

I will write here some of what include the document and i will send fully doc on PMB .

- advertising will be a bit touched (clipshare have advertising options, but i need something edited )

- search should be modified a bit, so only upgraded members to use the advanced search feature.

- a dropdown menu with three option normal, smaller or no ads next to every type of member option (non-member, member, premium member). The idea is that the admin can set to every type of memebers with a single click to see normal, smaller, or no advertisements.

- Admin mass upload feature

- New integrated billing system

- On the video page I want a button to download the video which is being watched. Only premium mebers can download video. If a non logged in user or a normal member tries to download it the script has to offer them to upgrade their account to a premium membership and after that they can download every video what they want.

Basically are not hard updates.

I am looking someone to start now.

Thanks

Ie 8 Login Logout Problem

May 20th, 2009 Comments off

Hello

in most of my websites, from recently, i get people complaining about the login and forced logout problems, this only happens in IE,

so i guess this is after IE 8 upgrade from the IE 7, cookie problem.

i like to know if there is anyone who knows a solution for this problem ?

thanks
m

Phpbb3 Script Installation

May 20th, 2009 Comments off

I need a few scripts installed.
I need a mod that will generate meta tags based on page content.
I need a mod that will generate friendly URLs

I believe that this link will provide all that I need

http://www.phpbb-seo.com/

- I am not a programmer, so it is up to you to assure me that it can be done WITHOUT disruption to my site.

If you are unfamiliar with these mods then please do not bid.

I would also like Portal3 installed.

If you know of any better mods please advise and I may decide to go with your advice.

My current forum is at www.stagedancers.co.uk

I would like to control these mods from ACP, but I am unsure if this is possible. This could be another reason for adopting a different script.

Assuming that I have suitable bids I would like to get the project started in the next 24 hours – ESCROW is fine

Fix Php/mssql Search

May 20th, 2009 Comments off

We are currently rebuilding a site currently active which searches through an SQL database of video and audio clips. The main method of searching the system is via keyword. We need to have it modified so that the results are displayed based on relevancy, similar to Google.

To clarify, currently in the system if a user searches using the entry ‘holiday toys’ the system provides results of ALL assets containing either one of the search words (holiday OR toys in this case). Instead, what SHOULD happen is first in the results should be any commercial containing BOTH words, then afterwards, spots should be listed containing just one or the other.

Essentially we want to use the Google approach, where the results are listed based on relevancy to the search.

Quick example: 3 keywords searched:

Results listing in order:
1.Results containing all 3 keywords
2.Results containing any 2 of the 3 keywords
3.Results containing any 1 of the 3 keywords

Each asset has multiple attribues in the DB (director, agency, category, etc. The system is correctly searching all of these fields. The search needs to utilize all field when doing the relevancy ranking.

Looking for a developer who can do this right away, and has experience in RELAVANCY based searching.

Note: This system is Windows 2008 server, PHP with MSSQL 2008, NOT mySQL.

Thanks, and please leave any questions in PMB

Auto Parts Sales Website

May 20th, 2009 Comments off

I need a fully running and installed on my server auto parts” sales website. pay modules and carts done.

Ideas?

CLONE:

http://www.autopartswarehouse.com/

Adding A Chat To My Site

May 20th, 2009 Comments off

Hi would like someone to install a video chat to my site .
Have all the details to add but don’t know how .
chat has been paid for and install instruction are there .
and would need to link up with my chat room space which has been made on my site .For the address and more information send me a message

Surround Sound Controller

May 20th, 2009 Comments off

Surround Sound Controller

background:

Surround Sound is what puts sound effects and ambiance noise in the rear channels in a movie theater, like stereo but with a left and right rear. Surround Sound often includes a subwoofer which is designated as a .x with x being the number of subs; usually one.

Product:

The product that needs a program is a half dome carbon fiber foot pedal. The hardware includes an accelerometer. The accelerometer is a tilt sensor and in this case will cover both left/right and front/back tilt. The name accelerometer comes from the sensing of the acceleration due to change in direction/inertia or G (gravity)

Program:

This is where you come in. I will send a prototype to you upon winning the bid via priority mail. The prototype hooks up to the computer with a mini usb. The firmware of the sensor outputs as a mouse. So you’ve basically got the worlds most awkward mouse to use as a starting place for the control program. That’s where it starts.
1.)

From there the pedal needs a calibration program to run smoothly. The mouse usually scroll up slower than down. To do that will be like calibrating a joystick but a lot different. Because the extremes of how far its tilting only show up in how fast the mouse moves not how far it moves it has to be different than a joystick where you show it all the corners of the screen. It scroll up slower than down. There needs to be a way to fix that. This may be a really heavy task. You may have to get into the very essence of what mice do on a computer. Dig deep and you should find it. After all they were invented by a couple guys in a garage as far as this is concerned. (2 days to trick out the input from the mouse)

2. The next big step is to learn about encoding surround sound. There are many ways to do it. If a open source site says they can help you with DTS than go ahead and pick that, if you find something that will help you encode in Dolby Surround 5.1 then go for it. It does however need to be in a common format. (2 day to research it and get a program ready to encode it)

3. Now we need to make it encode to which ever speakers the mouse is in on the screen. Top of the screen: front channel, bottom: rear channels, bottom left: rear left. That easy, but the tough part is the middle is all of them; so further down is more isolated toward the rear. To do this you will need to think of it as a grid. O,O is the center of the imaginary grid. Negative X is left, negative y is down, just like math class. You will need to be good at graphs and algebra to complete the project. If it were 10 +- in all directions then -5 for x and 5 for y would be a mix of the left speakers and front speakers or the left. All the way to the top or 0 for x and 10 for y would put it in the center channel. 0,0 or the middle of the screen is all of the speakers at once. It should smoothly transition this way just like the THX intro. Full back (bottom screen with the mouse) to full forward (top of the screen with the mouse) will actually do that effect. Doesn’t need to be super elaborate. If the computer gives you pixels or what not just cut it into 5+- in each axis. No biggy wouldn’t help make it any cooler. (2 days for this part)

4. At this point we’ve taken the mouse input and tricked it out to run smoothly like a Ferrari. We’ve done the prep to get the sound encoded into 5.1. Now we need to interface with I/O’s and there software. This part is overwhelming at first but there are only about 3 popular brands of I/Os. Oops an I/o is an input output for audio and computers. They take keyboard, mic, guitar inputs and give them to the computer for it’s programs. They also output and in this case we will use a surround sound receiver ( check one out at Buy.com if you are unfamiliar) but often times they output to headphones or the computer speakers.
The sound will come in through the I/O after the mic, guitar, etc. Then we need to encode it with the pedal and send it right back out with the I/O to the surround sound receiver. == Hey what if I want to use cubase? or garage band. The answer is to keep it simple this go around and be sure it works. If the program is tight, they have a good computer and a smart I/O it should be possible to loop it back around again. It may take two computers but I suspect not. So you can’t use you computer for effects, and synth. Not the worst compromise and something for future consideration.
(2 days it really needs to work at this point and all bugs need to be out)

That’s the project, I need it in eight working days (weekends not included which gets you a break if it’s racking your brain)

Wait what language:

It needs to run on a Mac or a PC. Many music users use Macs. I know they don’t have the majority, despite making very nice computers, yet due to the nature of the customer it needs to work on a mac, no exceptions. And a real stand alone program, not a web app. This isn’t happening online, and I know many of you great web designers may hate that but I am sure if you are as good as your reputations than you are ready to translate.

My Background:

I am a total novice in programing. I can not offer more than theoretical help. I programed in Basic back in elementary school. This is my first company and my first product. If you work in a group fine I really don’t mind. I need it in 8 working days.

Checkups:

Write me to let me know how you are doing. Don’t be afraid to tell me the neat stuff you learn in the process. I love all kinds of knowledge and really wish I knew how to program. You have my utmost respect. So please share. You also need to make progress reports to me, but that doesn’t mean I don’t care about you or don’t like you. It doesn’t mean I don’t want you to have a life. But I do need the work as promised.

Data Base Of Wheel Sizes

May 20th, 2009 Comments off

i need a database that tells me what size of wheels will fit on a vehicle based on the make/model/year of the vehicle.(car,truck,van ALL) the more makes and models the better. like the one used here http://myboltpattern.com/

i need to be able to tell if the set of Wheels (rims) fits on which vehicle for ALL vehicles.

please give me a qoute

Membership Site

May 20th, 2009 Comments off

This project should be a piece of cake for someone that has done membership sites before. This membership site must emulate(clone) http://course.launchtree.com/login/member/ (that’s the begining) The only thing that will be different is the colors and the name of the site. It will be called (Leading Online Marketing).

If you email me, I will give you the user name and password to the inside of the site. Exactly the same, except for the colors and logo(name). I also need and administration section so I can I request that I have unlimited revisions, and if possible I would like to see some examples of your work before I hire you.

I’m about to find out if you’re serious about working the job. When you write back put the word pink elephant in your reply. This will allow me to weed out those just cutting and pasting their prices and standards replies.

Once hired you must have an open dialogue whereby you send me regular updates on the development of the website. This way I can prevent you from going in the wrong direction. I have skype access as well to communicate.

Hope this helps you guys,
Supply

Convert Ai File To Dreamweaver

May 20th, 2009 Comments off

I am looking for a designer who can convert an AI file to Dreamweaver so it can be uploaded to my server. It has to be optimized for W3C Web Standard and be browser optimized for Internet Explorer 6 and 7, Mozilla Firefox 2 and 3, Safari (Mac and PC) and Google Chrome .I will provide the Keywords and Page Descriptors. I am looking for a quick turnaround but quality work. Thanks.

Convert Ai File To Dreamweaver

May 20th, 2009 Comments off

I am looking for a designer who can convert an AI file to Dreamweaver so it can be uploaded to my server. It has to be optimized for W3C Web Standard and be browser optimized for Internet Explorer 6 and 7, Mozilla Firefox 2 and 3, Safari (Mac and PC) and Google Chrome .I will provide the Keywords and Page Descriptors. I am looking for a quick turnaround but quality work. Thanks.

Bear