Archive

Archive for March, 2009

Oscommerce – Authorize.net Fix

March 23rd, 2009 No comments

I have installed many oscommerce websites and easily integrated them into authorize.net, but this one is giving me a very hard time and I do not know why.

I would like for someone to make the authorize.net module work in this oscommerce website. I have all the information needed and the SSL has been installed.

Change Graphics On Miranda Im

March 23rd, 2009 No comments

Hi
I need someone to change the graphics on http://www.miranda-im.org/ to my own design. I have the .psds.
Here is the design I need:
http://i438.photobucket.com/albums/qq101/Du3nD/user.jpg
http://i438.photobucket.com/albums/qq101/Du3nD/add.jpg
http://i438.photobucket.com/albums/qq101/Du3nD/chat-box.jpg
http://i438.photobucket.com/albums/qq101/Du3nD/logo-1.jpg

Website Creation/design…

March 23rd, 2009 No comments

This should be very easy for somebody who knows what they’re doing…

I’m looking for the following:

-Install wordpress onto my servers (with all appropriate plugins like spam protection, SEO, drip feed, etc…).
-Tweak the theme to match the feel of 2 sites I’ll give you (mostly lead capture placement and color scheme for now).
-Integrate nanacast.com into the sequence (which should take care of paypal and aweber).
-Integrate a facebook-style “tell your friends script”
-Install a lead capture “pop up” that I believe is php.

Essentially the sequence of the website will go like this…

-Somebody lands on my blog.
-They enter their name and email address and are taken to the page with the “Tell Your Friends” script.
-They are then taken to their free report page.

That’s all I need for right now.

**MUST have previous experience with wordpress and plugins.

Thank you.

Extractor

March 23rd, 2009 No comments

Id extractor for a certain website

Categories: Programming Tags:

Simple Pass Variable

March 23rd, 2009 No comments

I need to pass variable from inbound link to hidden form field on html landing page.

Web Inventory Maintenance

March 23rd, 2009 No comments

A fatal crash has occurred on line 246 within my inventory at www.rust-freecars.com and I need it fixed. $25.00

Also I would like to make a copy of the site and transfer from current hosting company to GoDaddy if possible. $50.00

I want three cd copies made and sent to me before and after the work is completed. $25.00

Market Research

March 23rd, 2009 No comments

Looking for individuals that can do market research, competitive analysis/business intelligence on several sites. Need someone with programming background as well a great understanding of the business side. Will provide more details in PMB.

Project must be completed in 2 weeks. Will need to see first draft in order to critique and give feedback. Full payment to be rendered after project has been revised and accepted.

Import Data & Adjust Formulas

March 23rd, 2009 No comments

READ DESCRIPTION CAREFULLY. YOU MUST MSG ME SO THAT I CAN SEND LINK TO RRMILK.MDB FOR YOUR REVIEW. ASK ME QUESTIONS AS NEEDED BEFORE FINALIZING BIDS. I WANT TO COMMUNICATE BY SKYPE OR PHONE TO INSURE CLARITY PRIOR TO JOB BEING STARTED. FTL

I have a number of excel .dif files that need to be imported into a new table into an access db (I have access 2003) so that various reports can be created and I have an existing Access 2003 db that needs some formulas changed.

Note: Decision will be based on your programmer rating history, ability to directly communicate and price.

==== TOTALLY NEW PORTION ========

Specifics of job:

1. table name: tblEvents
2. Form name: frmImportEvents
3. Model form: frmImportHist
4. Add Field: Alpha (10 char) CowNo and populate with characters from file name prior to first “-”.
5. Add Field: Numeric (8 char) LactNo populate based on formula below.
6. This will link into the tblCombined by the cow number.

7. Field names

Excel into access
Date becomes Dt
Event becomes Event
Event Info stays Event Info
Comment becomes Event Comment

Additional fields:
CowNo comes from file name as described above
FileName is the file name for that imported record
ImportDt is the date this record was imported

8. Formula:

LactNo.
A. If exists, On Date where Event = Entry, LactNo = 1 (prior to this occurance LactNo is 0 and after follows rules below.)

B. LactNo remains 1 until, Event = Calving (after an Event = Dry) then increment by 1 (ie. becomes 2).

C. LactNo remains the same until, Event = Calving (after an Event = Dry) then increment by 1.

===== REVISING EXISTING ACCESS PROGRAMMING IN RRMILK.MDB =========

Fixes in RRMilk Access db: [Contact me via PMB to get download link]

[ Overall - (CowNo + Date) is Unique in tblDaily, tblHist & tblCombined and use this as the linking field ]

O – Rename RRMilk for development purposes to RRMilk-dev [to be renamed back when finished.]

1. Add into the Combined Form a date field for “Use Hist today/prior:” [field A-date]

2. Add into the Combined Form a date field for “Initial Study Date:” [field S-date]

3. Add into the Combined Form a date field for “No. Missing Daily Days:” [field-M-Days]

4. Add into the Combined, Daily & Hist Tables an indexed alpha-numeric field for CowNo + date called COWDT

5. Removed field error tag and any formulas related to it.

6. Set Up Easy way to choose between 1 of 2 default sorts:
A. Day/Cow sort = 1st Dt Descending, 2nd CowNo Ascending
B. Cow/Day sort = 1st CowNo Ascending, 2nd Dt Descending

In combined table (formulas trigger by the Combined Form),

1. Cause the DailyYld to be the Milk field from tblHist for all dates less than or equal to A-Date ELSE use the DailyYld from tblDaily

2. Pull the 1st occurrence of a new LactNo (1,2,etc) from the tblEvents

3. Calculate the DIM by incrementing 1 per day from the initial number pulled in #2 above.

4. Add date field, placed left of ID, populate with date when Event = Birth from tblEvent

5. Add text field (10 char), “DataSrc”, populate with ‘Daily’ when any data on that date for that cow (ea cow should have 1 unique row for Cowno + date) comes from tblDaily for that cowno + date row else populate with ‘Hist’.

6. Change EntryDt formula – currently not correct – to the following:
A. For a given cow, the 1st date occurrence of Grp = 2 or 4 after S-Date

7. Change ExitDt formula – currently not correct – to the following
A. Based on Sort, 1-CowNo, 2-Dt then If EntryDt greater than 0 and the preceeding [M-Days] of records DataSrc = “Hist” then ExitDt = 1st Day DataSrc changes from Daily to Hist.
Ask me for an excel example if needed.

Change field widths in Combined table:
1. CowNo – add 4
2. DailyYld add 2
3. GynStatus add 12

Conditions to cover:

1. Existing data – in combined table.
– Zap and Recreate Combined table each time the form is run.

2. Cows in tblHist or tblDaily but not in tblEvent – Pull LactNo & DIM data from tblDaily for those dates ELSE leave blank.

In Formula in the tblDaily form:
1. Daily import – change the date imported (drawn from the file name) from the date in the file name to (date in the file name minus 1).

Gaf Clone

March 23rd, 2009 No comments

Looking for a GAF Clone

NOT one that is readily avaliable on the market

I a looking for one that you have built from scratch and that is bug free

Should have ALL the functionalities and power of GAF
Should NOT be encoded
Should be very powerful

Again I will say should not be one that is avaliable on the market

Please show me a demo
Best one wins

Need Fast .swf File Correction

March 23rd, 2009 No comments

I need a .swf expert to make a few small changes to my flash movie.

I have a small .swf movie that plays when someone visits my website. It has 2 people speaking so there is video and audio. Above the movie there is a graphic… and that’s the only change i need -I need someone to clean up and make the graphic match the website.

The changes are really simple because they are not even ‘within’ the movie they are on the graphic outside of the movie.

Only .swf flash experts that can do this ASAP. Thanks.

Xml Sitemaps

March 23rd, 2009 No comments

My site has approx. 75K+ pages and 24 sitemaps representing different product categories and needs to be updated. Would also like to have a script that can update our sitemaps monthly as new products are added or deleted.

Database is Microsoft running .asp

Website Repair

March 23rd, 2009 No comments

Need to have my Website realigned. Adding and taking away from informtion as well as linking a database to it

Inventory Program Part 1

March 23rd, 2009 No comments

Part 1

Choose a product that lends itself to an inventory (for example, products at your workplace, office supplies, music CDs, DVD movies, or software).

Create a product class that holds the item number, the name of the product, the number of units in stock, and the price of each unit.

Create a Java application that displays the product number, the name of the product, the number of units in stock, the price of each unit, and the value of the inventory (the number of units in stock multiplied by the price of each unit). Pay attention to the good programming practices in the text to ensure your source code is readable and well documented.

Company Website Design

March 23rd, 2009 No comments

We are looking for a corporate website. We have a Joomla template ready and all the content needed for the site.
What we will need is a customized graphic layout with new images. The template will need to be configured to look good and express a top notch professional image.

We are also looking for a refit of our logo to fit with the website design that also expresses a professional image.

Small Java Project

March 23rd, 2009 No comments

Project Deadline Friday Mar 27th 2009
Please Do not change the name of the methods or classes and the parameters.
All the code must be written in JAVA.
See the Attached document for the details.

Artworks On Leather Chairs

March 23rd, 2009 No comments

Hello every one! We are a furniture company specialized in designing and producing leather chairs www.dakdesign.eu At this point we want to produce some small series of models with printed artwork on the leather pieces. It can be anything from flowers, fruits to abstract shapes and compositions. The technique for printing alow us to use no more then 2 colors, ideal 1 color. So please choose a theme, and make 6 diferent mockups. I need a family of 6 composition, because this will be the job. I attached some pictures with the chairs (there are 2 models) in different colors (the color of the leather doesn’t matter you can even change it). You can choose one model and one theme and wrap your artwork only on the leather piece to give me an idea of how the final product will look like. After I choose the winner I will give him an AI file with the leather pieces unwraped so he can put his artwork on it. Before he starts the work he will have half of the amount in escrow. We already have some simulations done, check this out http://www.dakdesign.eu/dakdesign.php?c=detail&id=28&p=1&g=3 Happy biding!

Viral Video Production Needed

March 23rd, 2009 No comments

Looking for someone who can produce funny, cute and captivation Viral Video for our show. Duration needed around 60seconds.

We will provide you the actual video for you to work on. All we need is creative, funny and targeting our mailing campaign to attract more viewers.

Before bidding, please show us your samples so that we can gauge on the quality of your work. And you must agree to our terms:

(1) You are not allowed to post this work on your portfolio or any of the web presence.
(2) You must not show it to any of your client about this work
(3) You must be able to meet deadline: approx 3-4 workings

Self Running Enhanced Cd

March 23rd, 2009 No comments

Self Running CD

Have a pdf file, an audio file and five minutes of video that I wish to put on a self-running CD. Once the CD is inserted in the computer I would like a splash page to come up that gives the option of which file to open. Plus, the splash page must work as part of a flash intro on a wordpress website and be able to play in a CD and DVD player.

Two Flash Banners With Input F

March 23rd, 2009 No comments

I need two flash banners that display items from this RSS feed:
http://925.nl/rss

Two banner sizes:
1. 300 x 250 (banner1v2.jpg)
- The logo should link to 925.nl
- It should capture the last 5 items from the RSS feed
- It should display the post times
- The posts should link to the articles

2. 468 x 60 (banner2v2.jpg)
- The logo should link to 925.nl
- It should capture the last 3 items from the RSS feed
- The posts should link to the articles

I will provide the PSD’s
You will provide the .fla files, .swf files and scripts if needed

Fantasy Football Manager Clone

March 23rd, 2009 No comments

Hi
1. I want a clone of http://drommeholdet.dk/da/pl0901 try google translator for the english language … I don’t want the same color.
Plus I don’t want it to be base on the premier league because I don’t want to pay for the license.
2. 2 languages english and french (I will help you for the french part).
3. paypal module insert.
4. Profil,forum, and instant post.
5. Logo and flyers template.

WordPress Temaplte Tweak

March 23rd, 2009 No comments

change the default worpdress template width from 760 to 988 px and drop in my new logo.

Coldfusion – Immediate Work

March 23rd, 2009 No comments

Looking for a Cold Fusion Pro for manipulating large, complex Livecycle PDF forms with Cold Fusion 8.

Must be pro with Joomla/PHP and Ajax. Part of job is moving existing Joomla 1.59 site to new server that supports Cold Fusion 8.

Microsoft SQL server is used to store PDF variables parsed with Cold Fusion.

Provide a quote for 1 days work. I have many 1 day projects so I know what your daily rate is.

Provide links to Cold Fusion projects you have completed.

Must be available to start immediately and devote 100% of time towards this project until completed.

Help With Following Pages

March 23rd, 2009 No comments

the following pages are not showing up put they are there !
http://www.ewrealestate.org/admin/system/miscellaneous/logout/
And another page is showing but not correctly it comes with a smarty template system and i believe that is were the problem is!

I Need Writing Sites Links

March 23rd, 2009 No comments

Im trying to start a community of writing sites to put on my links page of my site anyone interest lets start exchanging link illput you on my link page and you put mine on yours . My site is ranked on google 2nd page on the top sometimes im on the first page when you type how to write an essay , were on first page when you type how to write a comparative essay and first page wehn you type how to write a persuasive essay and first page when you type how to write a comparison essay we are only 3 months old so we are experiencing growth.

Joomla Programmer Needed

March 23rd, 2009 No comments

I need a programmer to work on various Joomla projects. Please PMB me with samples.

T Icketsnapper

March 23rd, 2009 No comments

I am looking for someone who has or can redevelop the t icketsnapper. Please PM me and we can look at the project.

Turn My Image To A Web Page

March 23rd, 2009 No comments

I have an image http://mob45.com/temp_folder/sales_lead_form_1/image.jpg
That I need turned into a web page. I need the form set up also.
I have the original .png file that you can take the content and text from to create the web page.

If you can help me please let me know.

Thanks,
Mike

Categories: PHP, XHTML Tags: , , ,

Clone Site

March 23rd, 2009 No comments

I would like to clone this site as it has some interesting elements: click on the left side and it changes the right side treatments on this page.(http://www.oceancosmeticmedicine.com/our-services.html)

Please read this carefully… I want this changing menu on the home page as I am updating my site. www.greatskinkc.com

So I will use the look and feel of (greatskin) but the functionality of http://www.oceancosmeticmedicine.com/our-services.html

Sort of blending both sites together. Open to all coding styles… I prefer Divs and Styles. I have more work and would like to develop a long term relationship with a programmer.

THX

Logo Edit / Template Joomla

March 23rd, 2009 No comments

I currently have an illustrative logo for a website created in adobe illustrator. The logo is illustrative, meaning it has a drawing of a person in it. I am looking to modify the face of the character, add a hat to him and make him look more like a photograph of a person. The logo also has a misspelling in it and needs a small edit in the apple.

Once the logo is approved, I would like it integrated into a template I purchased which can be seen here:

http://www.templateplazza.com/club-joomla-templates/comuna3-plazza.html

Basically integrating the logo into the “connect and share” page and also placing the logo at the top and the apple in the logo at the bottom.

Because Joomla is fairly easy to install (but for some reason I am having trouble with the quickstart package) I would like for the quickstart package from templateplazza installed into the site (fresh install of Joomla) so that in the end I am left with the template above and the sample data included in it but with my redesigned logo in place of it.

Oh, and once the logo is completed I would like both an AI and PSD of the logo, the small apple and the large logo.

Not having seen the whole template, also integration of the logo in any other area as needed.

Volusion Api

March 23rd, 2009 No comments

We need a code who can work with Volusion API and build the connection from our sql server database to voulsion api for updating stock and prices and also for adding new products that are not on the system all ready direct from the api.

Please only bid if you can work with Volusion API.

Scale Out In Mt4

March 23rd, 2009 No comments

Has anyone already programmed an expert advisor in MT4, to scale out of a multiple lot trade, without having to enter/close multiple single lot trades?

Categories: mSQL Tags: , ,

Classified Script Redesign

March 23rd, 2009 No comments

Checkout classified section at www.yalladubai.com.

I am looking for expert programmers who can edit this module, the requirement is as follows

1. Insert new fields for submitting the ads
2. Change the way the listing appears ( it should be in a excel sheet format with rows and coloums – see atachment )
3. Add user rating module ( Like Ebay – Positive, Negative , Neutral )

Timeframe 2 – 3 Days

Kindly do not bid if u cannot complete the task in given time frame

Swoopo Script/design

March 23rd, 2009 No comments

Hello,

i’m looking for someone who owns a pennyauction script and sells it to me with following design
http://pennyauction-ver3.auctionwebsitescript.com/.

Lowest bid wins, its urgent so i will choose within the next 4 hours.

Regards

Mp3 Store Design

March 23rd, 2009 No comments

We need a design for our new mp3 download store. The design should be glossy, cool, modern, something out of the ordinary, not a regular design, with a LEFT SIDEBAR.

The design you will use will be up to you, but you must use the following color palette attached.

Our logo will be 100×100 px so you should take that into account also.

As for some designs for your inspiration, I have attached a file with a design we like, and you can check out mp3va.com (we like that too).

As for the design, you can use an existing template and modify it to meet all the required features, but please use the color palette i have provided (also you can use white, grey and light grey, but no black)

Since this is a pretty urgent job we will require mockups of your design. Submit them here, so we can choose the winner asap.

Budget will be 55$ but if your design is great we can give 75$.

Joomla Library Pro Custom Dev

March 23rd, 2009 No comments

Hi

We need an extension like the library pro shop, but with a few additional things added. I If you could quote the design & development individually(We can also do the designs ourselfs)

Anyway, wheres what i need. Please Quote the following items seperately, if development costs are too high we might need to hold up on some of them until we have enough funds.

1)We want to add a recruitment/referral option into the component, where users recruit people to join the site. If a user is recruited then registers his “master” should be the guy that recruited him, theres no special advantages for the masters.

So when you view someones profile their should be a field “Recruiter”: (and then the recruiters name) + in the next line the number of recruits he has done.

2)Comparison plugin or extension, where the book can be bought from 5 different places and prices should be able to compare with each other from the different online book stores.

3)Lending out the Book, it should keep track on the book page itself where/then the book has been lend out, when returned, basically a whole history where the book has been.

4)Module for Related Books. Otherwise Books in Same Catagory Module.

5)We will also need a forum and get it intergrated with the library extension.

The Frontend

Users Registration: (Fields Needed)

Name
Username
Surname
Email
Cell number
Website
Business
Avatar (125px x 125px)

User Profile Display

Name
Username
Amount of Recruits
Amount of books passed on
Amount of Books Contributed/given
Website
Avatar
Slogon/Signiture
Add Book (additional Option)(Users should be able to create or upload a book themselfs)

Book Page Display

Very much the same as it is now but with the following things added and changed.

Donor(the guy that contributed the book
possibility to compare prices
possibiltity for guests to comment with capatcha
Comments should grab the users avatar with the Username on top of the Avatar and recruiters username below the avatar.

Search Option

Be able to serach by: author, donor, isbn number, title.

PS: The main things are comparison, lending option + history & the recruitment/referral option.

If you plan on using other extensions to intergrate into the booklibrary Component, please let me which ones you have in mind.

Please let me know as soon as possible as we would like to get this site live in the next two weeks.

Regards

Need 20 Articles + 12 Reviews

March 23rd, 2009 No comments

Hi,

PLEAS READ EVERY WORD CAREFULLY BEFORE BID

I’m in the process of building a review site about weight loss pills and treatments,just completed the design and now i need some HQ content … so this is what i need :

-a small multipargraph site introduction and i want it to include how effective weight loss pills and treatments can be if you used the right ones and some facts about weight loose pills such as the amount of people using them in the U.S. and in the world. and i want you to talk about the scams out there and how time consuming is searching for the right product online and also say that we have picked all the products in the site and reviewed them carefully to suit with your needs . i want you to use your writing skills here to add some sort of nice call to action to encourage people to take action on the offers on the site or just to read the reviews and back to the site again or to pass it to their friends, other words : i don’t want my visitor to say “pff an other scamer or aah all of them say the same thing or close the site after reading the first line” i want this part of the sit to be as attractive as possible and exiting and short !!! i’ll show you some examples when we have a deal.

– 20 keyword targeted articles of approximately 400 words about diet and weight loss and pills and and different treatments and things to do to loos weight and daily healthy tasks and tips about how to loose weight [ and for sure you have to mentioned in 1/3 articles or 1/2 articles that pills can be one of the most effective ways to loose weight but don’t mention it directly and don’t say read our site to see great reviews … NO!! just say it and include it in the article nicely and i’ll give you a list of keywords that i want you to include in the articles and build the content around them naturally and if you are a professional SEO writer you will know what i mean
I’m looking for a consistent individual. Articles must be free of grammatical errors.Articles must be 100% original. No “cut and paste” or plagiarism.

– and lastly i’ll provide you with 12 weight loss pills and treatments websites and i want you to do little small research just in google about each product and write a professional review about each one in an average of 300 to 400 words each,and i want you to write a realistic and reasonable reviews so don’t keep saying “this is the best or you will be slim in 1 week with this product …” say some benefits and some useful information and statistics about the product and in the same time try to act like you have been try it your self,you know what i mean ? and don’t forget that this is a review site so don’t make all products look perfect and in some reviews say for example that this is not for everybody and if you are suffering from such and such it may not be the one for you . and it’s going to be awesome if you can add some chemistry and scientific benefits of the product and some quotes of famous websites or maybe famous people who have say something good about it … and i’ll give you an example of some good reviews or maybe websites of some competitors to get a better picture about exactly what i want!! and by the way my site review style is stars and all reviews going to be from 3-5 stars and i want YOU to specify how much starts i will give to each product and i want you to say it in the review as well and as an example : “and because of such and such and also for the lack of such and such we going to give this product 4 stars” and you can get as creative as you want in this part

I want all this content to get build around the keywords i’ll provide you to help my site to get the highest results in the search engings so i want some profissionel SEO work

Note: this is just for the lunch of the site and if i like your job i’ll do business with you at least once or twice a month in the future to keep my site on the same writing style which is YOURS :P . i have attached a .txt file with the 12 sites that i want you to review

Sorry for my very bad english but if you don’t understand something just PM me ;)

Joomla Admin Login Problem

March 23rd, 2009 No comments

I have a very strange problem with logging in a client’s Joomla administrator.

It suddenly stopped working, no administrator or super administrator can login to site now. Nobody has changed it or logged in Joomla for some time.

I tried to reset one admin’s password with hash md5 encoding and nothing works. So I am lost on what to do. Maybe it was some server update?

I need to reset one admin and super admin password and be able to login as before. Nobody touched anything.

I have ftp and cpanel access, so this should be an easy task

Submit Articles To Website

March 23rd, 2009 No comments

The project details are simple. Submit articles to http://www.articlemarketer.com
There are approx. 60 articles at http://www.conquerms.com that need to be submitted.
I’m letting you set the budget.
But it must be under $100

Small Translation Project

March 23rd, 2009 No comments

Hello.

I need to translate the following from english to portuguese

we used Magenta for creating the shop portion of our site http://shop.msena.com/

I just need to make sure we also have the Portuguese version so that when a person is navigating the Portuguese version of the site and goes to the shop, the get the Portugeuse text instead of the English text.

Make sure you check an interior project page like this one: http://shop.msena.com/blue.html

There really isn’t a lot of text…probably only a couple hundred words (give or take 50 or so..not sure). However make sure you navigate the pages on that portion to get a good word count

Php Mysql Ajax Expert Part3

March 23rd, 2009 No comments

Artist Backend tracking of DJ downloads

Bear