Archive

Archive for January, 2010

Programming Project 1263884350

January 19th, 2010 Comments off

Requirements:

* email (send mass announcement)
* attendance (from course to class)
* time table (integrated)
* every user is able to change their theme they prefer
* incorporated facebook and twitter into Moodle

Moodle is an open source content management programme that also allows programmers to build 3rd party modules. You might want to find out more on:
http://moodle.org/

Live Webcam Stream On My Sit 2

January 19th, 2010 Comments off

I want someone to find a way for me to have live stream webcam using something that would cost me nothing a month. and integrate it to my site

will give site URL upon request

will escrow 30%

if you have read my requirement’s please bid

what my site looks like is attached

Italian And German Articles

January 19th, 2010 Comments off

Hi,

We are looking to get some italian and german articles and blogs.
We need 4-5 articles and 10-15 blogs every week. These are keyword based and articles are 500-550 words and blogs are 450-500 words. These are related to tourism industry

Please let us know some examples of your earlier work..

Best regards

Vince

Drupal Openpublish Setup 2

January 19th, 2010 Comments off

I am looking for someone how can set up my openpublish website.

The openpublish info website is here http://www.opensourceopenminds.com/openpublish

What I want is to set up a home building and repair information website.

I will need to transfer the articles from my other website www.buildingscoop.com with the pictures. Then I will need all the options that come with the openpublish setup. I will want people to be able to sign up for an account so they they can keep track of there comments and subscribe to news letters.

I want to make sure that I can write my own articles and add pictures and so on. But I want the website to be able to pull content from other sites so it is self contained but able to add my own content if i want.

I also want to have Google adsense to be injected into the middle of the articles.

I already have openpublish installed on my server you can go here to see it.
www.buildingscoop.com/openpublish

Thanks
agreater

Online Data Entry Project

January 19th, 2010 Comments off

Hi,
we have many type of project and we lunch new server now , so we need very hard and big team
if u have team or if u give me good out put i give u admin
new captcha server rate is 1$/k for admin
and 0.90/k for ids rate
if u hard worker pls bid on my project with own contact detail: http://cs.ijobs-100free.com

happy biding

http://LH.iJobs-100Free.com

Wp Theme Setup.

January 19th, 2010 Comments off

Please see PMB…………………………………….

Full Time Asp.net Programmer

January 19th, 2010 Comments off

I am owner of a small business. I need a full time dedicated asp.net programmer for a long term project urgently who can do all HTML, CSS and Sql Server Database stuff . the job type is usual website programming. Candidate must have to be available on phone and IM .
Knowledge of flash will be advantage.

WordPress Specialist

January 19th, 2010 Comments off

We are looking for WordPress Specialist for our customization projects.
If you have a great experience in PHP, MySQL and WordPress please bit for this task.

task#1. adding unique meta info for each page/post. it should be place position of this code.
<title><?php wp_title(‘

Sites Cloned Into WordPress

January 19th, 2010 Comments off

There are 3 simple html sites I want to copy the layout and design of.

Sites are:
cut.jaso nsripp edblog.com/lp /37
jess eisja cked.com/jess ie-is-jack ed/?t20 2id=4705&t202kw=
consume rnewsrepo rter.com/teeth whit ening/?sub=p3 60

Just remove the spaces

I want to keep the layouts, and just change some minor text in each header. I don’t need navigation. THESE ARE SIMPLE ONE PAGE LANDING PAGES!!! Bid accordingly.

The quote is a for simple copy of these layouts into a full functioning wordpress theme.

Programming Project 1263881934

January 19th, 2010 Comments off

Hello,

I got a really basic website that needs to be sliced (literally small and basic) butttt, what I need it to do is, people will go to my site “isitworksafe.com”, they then will have a place to enter their desired URL they want to see if its work safe, they enter it, and they hit, get info, they go to the next page and it will show a thumbnail of the site they want to view, the title of that page, the description of that.

Excel Macro Add-on #2 2

January 19th, 2010 Comments off

I have a working Excel macro script that currently processes data from one raw data text file, outputting the data to Excel via one process, and then via a second process outputting it to a .csv file (each of the two processes is executed via separate buttons from within the same Excel file). I have a second raw data text file, and I want to incorporate data from that file into the same output file that the existing script generates. So, I want to modify the script to process both raw data text files, and create one output file in Excel, which is again able to be exported to a .csv file via the second process. I need you to take my existing script and add the necessary code to do this.

Each record in the first raw data text file has a unique identifier associated with it. Think of this unique identifier as a username. This username is also present in each record in the second raw data file, however in the second raw data file there are some instances where there are multiple data records based on one username. So, the identifier/username is unique in the first raw data file, but not necessarily so in the second data file.

Here are 3 sample rows from the current output file based on the first raw data file, “|” is the field delimiter (this is saved as a .csv file):

00CCWD|Jones|Herbert|Jones Appraisal Group Inc|123 Pickfair Terr|Lake Mary|FL|32746|(800) 333-9393|(800) 333-7928||Seminole County|Florida|9

00D3J9|Carryway|Richard|Carryway and Company|2937 S. Stewie Ave, Suite C|Springfield|MO|65804|(800) 883-1777|(000) 000-0000||Greene County|Missouri|9

00DC5A|Wenze|Robin|Tucson Appraisal Masters, LLC|P.O. Box 359|Tucson|AZ|85751|(800) 433-0738|(800) 433-0737||Pima County|Arizona|9

The first field in the above is the unique identifier/username.

Now, here’s 4 sample rows from the second raw data file, matching the same usernames from above:

00CCWD FL FLRD1820 20101130 Y 3 *

00D3J9 MO MORA002723 20100630 Y 3 *

00DC5A AZ AZ21933 20100831 Y 3 *

00DC5A WA WA1702785 20100225 Y 3 *

The first two records above are for usernames that only have one record in the second raw data file. The third and fourth records above are for the same username.In the second raw data file, there may be several records based on the same username, and the script needs to be able to process all of them and incorporate the data into the final output file. The asterisk above simply identifies the end of a record in the raw data text file, and doesn’t need to be included in the output file.

Your job is to add the necessary code to my existing script in order to append the data from each record in the second raw data file to the record with the matching username in the current output file. For the usernames that have more than one record in the second raw data file, your script will need to append the multiple records from the second raw data file to the single record associated with that username in the output file. After doing this, you will also need to make sure that the .csv file generates correctly via the second process.

So, here is an example of how I would want the above records in the final output file to read:

00CCWD|Jones|Herbert|Jones Appraisal Group Inc|123 Pickfair Terr|Lake Mary|FL|32746|(800) 333-9393|(800) 333-7928||Seminole County|Florida|9|FL|FLRD1820|11/30/2010|Y|3|||||

00D3J9|Carryway|Richard|Carryway and Company|2937 S. Stewie Ave, Suite C|Springfield|MO|65804|(800) 883-1777|(000) 000-0000||Greene County|Missouri|9|MO|MORA002723|06/30/2010|Y|3|||||

00DC5A|Wenze|Robin|Tucson Appraisal Masters, LLC|P.O. Box 359|Tucson|AZ|85751|(800) 433-0738|(800) 433-0737||Pima County|Arizona|9|AZ|AZ21933|08/31/2010|Y|3|WA|WA1702785|02/25/2010|Y|3

The above is just my example, it is possible that there may be more than two records based on one username in the second raw data file. I don’t know the maximum number of records based on a single username, I’m guessing it’s probably around five, but theoretically could be as many as fifty. I can give you the entire second raw data file if you would like to check (although perhaps the script could just do an iterative process for as many records as there are based on a given username, with the ability to max out at fifty).

That’s it. I hope this is all clear, please ask if you have any questions. Thanks.

Flash Encrypting & Decrypting

January 19th, 2010 Comments off

Hi,

I need a programmer who is experienced in Flash, and encryption and decryption methods.

If you have this kind or experience please PM me and I will give you enough details so you can bid on the project.

Quick Php Website 3

January 19th, 2010 Comments off

5-8 page php website, very clean and good design, cms for management of a few of the pages, site is basically a lot of content and some photos to be managed via cms,

restrict access to site to users only that i control via cms, no sign up required, the admin will create and manage all of the users that have access to site, so no sign up etc

PLEASE SHOW ME YOUR PAST EXAMPLES

will show a few examples to help you, but also depend heavily on your design skills to make it looks great, thanks!

Get Clicks On Advertisements

January 19th, 2010 Comments off

Hello friend,

I have a blog with ads displaying on it. I want 3000 different clicks on that ads.
But without breaking rules.
If anybody can do this then please tell me.
Visit this site : http://paidtoblog.tk

So please sincere coders can apply so please bid considering all data.

Happy bidding.
Thank you

Need 100 Social Bookmarks

January 19th, 2010 Comments off

Hello,

I need 100 Social bookmarks:

-I will supply 5 keywords and urls, each will need 20 bookmarks.
-Must have good grammar and spelling for the descriptions.
-Do not use the same description more than 5 times.
-No more more than 10% of the links should have nofollow.

Please send completed report in an excel spreadsheet with two columns: the placement url and the link text used.

Thanks

Easy Script Install

January 19th, 2010 Comments off

I need wordpress managerDX installed.

High Quality Vehicle Images 2

January 19th, 2010 Comments off

I need a set of about 10 high quality vehicle images that will be used on a website to promote a rims and tires retail store. The images MUST be provided by the owner, or with permission from the owner to avoid any copyright issues.

The photos should have any mix of sports, luxury, exotic, and other high end vehicles. Photos must be clear, clean, with bright, brilliant colors.

See the attached file for the link to site with excellent examples of such photos.

Programming Project 1263878350

January 19th, 2010 Comments off

I need a simple scipt install. It’s WPManagerDX 3.0

Facebook Fbml

January 19th, 2010 Comments off

I am looking for an experienced Facebook designer to re-design a FBML page. The design is to be Web 2.0 look with rounded corners, graphically enhanced and visually appealing. The page is created but needs to be better to create more interest. I am willing to pay extra for a more graphically driven page. This project should also lead into more custom projects.

I want to have a featured wedding website section with find wedding websites by year and by US State (and 1 link outside US), a search feature, find websites by last name letter and finally a section to get brides/grooms to sign up for a free wedding website. I am very much open to ideas and what works.

The existing page is under Museum here: http://www.facebook.com/pages/WeddingMuseumcom/119159762865?v=app_7146470109. My existing site is WeddingMuseum.com.

Programmer must provide 3 examples of pages already created.

Iphone App For Website

January 19th, 2010 Comments off

We are looking for an experienced iphone app developer to develop an iphone app for a website with the following features. We will provide all the graphics and icons for the app. Below is an outline. It is similar to the $199 app that you can develop at appmakr.com.

Splash Screen (will provide graphics)

Menu icons at the the bottom once you pass the splash screen (we will provide the icons)

- Latest: The content will be pulled from RSS. (This will be the default page after the splash screen) . (will provide graphics)

- Forums: The content will be pulled from RSS. (will provide graphics)

- Connect: When a user clicks on this icon it will go to a page with 2 icons. Twitter and Face book. When they click on any of these the RSS feeds will come up for these networks. (will provide graphics)

- Subscribe: This will be a form for people to enter name and email address that will be send by email. (will provide graphics)

- About: This will be a page with a description about the site and how to contact us. (will provide graphics and content)

Again we will provide all graphics design for the app.

Need WordPress Header/logo Mad

January 19th, 2010 Comments off

I have a picture I am attaching and a sample Ill upload and show thru pms( got to find it lol)
I want the picture thumbed in the header and the words which I will give in pm to appear on the header
But I want it in black to match the wordpress I am having made it will be black with white/purple writing.
The words on the header I Want like a reflectin affect you will see more in the example I provide

I want the header a little thicker then the one i show though

Flash Fl4 Problem

January 18th, 2010 Comments off

Hi,

I created flash Fl4 files with swf. I cant seem to get them working on the web. I need to know how to convert the Fl4 files and get them on the web. I also have a video skin on the files.

T

Additions/mod For Php Website

January 18th, 2010 Comments off

Our Business Rating/Review Site is almost ready to go live. We have some additions to enhance the functions already working well.

You must be well versed in PHP/MYSQL along with Javascript, JAVA, Ajax and be comfortable with an interactive site.

These additions are to complete area’s that already have programming in place, we just wish to enhance that function so we feel the programming needed should be somewhat minimal for most of the requests with only about 3 of the requests needing more work.

Additions/Mods

1. Add another Info field in the Admin Section.
2. Display Newest to oldest on Latest Rants page.
3. Copy same Color/font/thumbnails to second pages of the Promotions.
4. Show “Sub Categories” for business listings on Home Page
Programming in place, just not displaying.
5. Add

Website Clone

January 18th, 2010 Comments off

Hi,
I need a clone for the website http://turnkeyforms.com/ I would need you to load it with the same product’s,which would allow me to sell the turnkey websites.The website would need a paypal link.The layout and graphics of the clone,would be a little different.I need you to explain to me how the process of selling turnkey websites online works.For example do I need to buy a reseller license,etc.
The site would have to have a complete content management system,so I could edit text,make other small changes to the website.
I’m not a technical person,so you need patience working with me.
Please give me a basic layout of what you can do,and the process involved.
I would pay after all work is done through Scriptlance escrow.
Thank you.

Ecommerce/database Site

January 18th, 2010 Comments off

We are looking for a programmer/team to help us complete a 4 part website project. A nearly complete technical spec can be found attached to this posting – please read it fully to understand the full scope of the project before bidding.

All graphics, CSS and initial HTML work will be completed by us, with the winning bid being responsible for all of the programming connecting all of the different parts.

The finished website project will consist of 4 parts pulling off of one database. These parts are:
- A front-end main website, where a user can input a specific code and be returned a dynamic page with the results from the database
- Integrated product/shopping page powered by Magento on main website
- Unique backend client site for managing their account/details
- Magento backend with some light customization

Again, all HTML, CSS and graphic work will be done and given over to the programmers to tie all together. There will be a few pieces besides the PHP work, such as correctly applying the jQuery libraries for modal windows. Detailed project requirements all listed in the spec.

We will expect a bug-free product upon completion, as well as basic maintenance for error-free operation of the system.

Please bid accordingly, and feel free to ask any questions so that you can more accurately bid on the project.

We require a programmer that has experience with Magento, and can show us examples of custom work. All interested parties need to submit urls of past work. Graphic/HTML/CSS work isnt a necessity since we will be providing the templates for you.

Thanks, and we look forward to working with you!

Facebook Application Dev.

January 18th, 2010 Comments off

Hello,

Please bid only if you have developed a Facebook Application in the past and show me the sample!

I will describe you the appkication needed via message board here.

This project is urgent!!!

J

Php Fox Maintenance Items

January 18th, 2010 Comments off

I have an existing phpFox site that needs some fixes/updates:

1.

Backup By Fax ™

January 18th, 2010 Comments off

I would like to enable anyone with a standard fax machine (paper) to have their important documents faxed, then archived into a secure database. This is a program and service for people that don’t know how to scan or don’t have a computer.

I need assistance with ALL of the steps below:

Flow is like this:

1) Client calls toll-free number (I can take care of getting the number), or signs up online (I need a website for this), to receive a free fax cover page with unique barcode (the barcode is their account information. I don’t have a barcode generation sotware).
2) The uniquely barcoded cover page has categories, as follows:
(Addresses, Banking, Credit Accounts, Educational Records, Employment Records, Health Records, Housing Records, Insurance, Inventories, Transportation, Personal, Taxes). They will also have sub-categories, of which I will provide later.
3) The client receives a toll-free fax number where they send the cover page and accompanying document(s).
4) Once received by the server at a data center (I need the server software written), the fax is automatically routed into a database and “filed” under the customer’s account, then the sub-category they chose on the fax cover page.
5) The client can review their stored faxes via the web or by calling a toll-free 800 number.

I have a US Patent Pending on the previously mentioned flow but I’m looking for a reliable and affordable programmer to help me get it done.

Thank you very much.

Categories: Programming, SQL Tags: , , , , , ,

Ez Talk Md Iphone Integration

January 18th, 2010 Comments off

We are looking for someone to work with us to develop an integration between our product and the Apple iPhone. Presently, we are supporting any PDA/Smartphone with Windows Mobile and the ability to record audio. We are currently adapting our application and have partnered with Vianix Corp. to utilize their proprietary voice compression technology. We do not require any deployment/testing personnel or production hours spent post initial creation. We can take it from there. Our total budget to make this integration happen is 5k. Please do not respond if you cannot do it for 5k or less. In this economy, to us, this job is worth 5k. Period. Not one penny more. Please visit www.eztalkmd.com

Seo Website French

January 18th, 2010 Comments off

I need a programmer for min. 3months for seo
modify website, for better rank,
put the website on top 10 for 2-3 words
the website sale a recap windows (reusinage de fenetre)
need french knowledge (vous devez comprendre le francais)

Vbulletin Design Integration

January 18th, 2010 Comments off

I have a psd of a new design that i need ported into the latest version of vbulletin 4.0.x

it must be valid xhtml/css and optimized to load quick. Only bid if you are familiar with vb 4.0.x and can do this job, i leave negative feedback for incapable programmers if they decide to cancel.

Payment will be escrowed and released upon completion.

Lost WordPress Login

January 18th, 2010 Comments off

Hello,

I had a website template installed, backed by WordPress to handle the admin functions.

I can’t remember my login information to WordPress and the “lost password” link doesn’t work. Can you access through the FTP and change the password so I can log back on?

In addition, I have a contact page on my website that is currently set up as “cforms contact form by delicious:days”. However, the form doesn’t work so I am looking for somebody to set up a contact form that sends messages directly to an email address I will provide.

Please let me know how soon you can do it and for how much.

Thanks!

Logo Design For Simc

January 18th, 2010 Comments off

I need a high quality logo designer. Mock-up preferred with watermark to it before I will consider . This design is for

WordPress Password Plugin

January 18th, 2010 Comments off

I am looking for someone to create a very simple plugin for wordpress. I want it to enable password protecting an entire category. It should integrate into the categories section and let you add a password for each category. I want to be able to add and manage the passwords from the wordpress admin. This should not make use of .htaccess files. Each category should be able to have an independent password.

Then, when a visitor comes to my site and they want to look at posts in a particular category, they will be asked for the password.

I am using my wordpress site as a photography portfolio. I will be shooting ten weddings and want to have a category for each wedding. I will then give out a password to each bride so she can see her photos. The password for her wedding/category should be different from another bride’s wedding/category. It should also work for child categories. That way I could have a category of “weddings” and then child categories of wedding one and wedding two etc.

That’s a lot of details for a rather simple request. I hope its clear.

Adjust My Red 5

January 18th, 2010 Comments off

Hello i have moved my site. i need some one to adjust red 5 to work on my site the problem is that. swap memory this is what my hosting told me
The virtulisation technology that we use in our servers are parallels ” virtuzzo ” which does not have SWAP partitions for the VPS’s. However you will be able to utilize burstable RAM instead of SWAP. So burstable memory is what matters when it comes to ” virtuzo”. Hope this clarifies.

i meet all red 5 requirement on my vps except swap memory

Categories: Programming Tags: , , ,

Logo Design Template Blog

January 18th, 2010 Comments off

I a looking for a person that can design a logo and design a template for a blog site that I launched.

This blog is a wordpress one and will need a designer that has this type of knowledge.

Thank you

Small WordPress Project(2) 2

January 18th, 2010 Comments off

I need to implement the attached jpg designs(psds available) to WP
the gallery should work like on profilsystemer.dk

if you go to http://www.profilsystemer.dk/?page_id=13
you can see 4 links to galleries
and how the gallery works
on A4E the gallery should work the same way
the 5 top pictures are fixed menus
leading to 5 sub-projects with 1-99 galleries; displayed with the numbers 1-8 and then arrows
when clicking on an image in header a set of galleries / numbers load

Please let me know if you are always available on chat that will be a plus.

NOTE: The gallery code which you see http://www.profilsystemer.dk/?page_id=13 will be provided.

Thanks

Create 20 Article-affiliates

January 18th, 2010 Comments off

I need 20 original and unique articles that are structurally and grammatically correct. I will provide a phrase/keyword that each article should cover.

All of the 20 articles will be about Affiliate Marketing, CLickbank and adwords for quick promotion. The articles need to be at least 400 words in length and have at least four paragraphs.

The articles MUST be unique. I will not pay for nor accept articles copied from somewhere else. I will confirm this using copyscape.com,articlecon.com and my own software. So if you feel that you can not write grammatically correct articles in English that are original, please do not bid. Poorly written articles will always be rejected and the project cancelled, wasting both of our times. So do not bid if you can only write in broken English.

The project guidelines need to be followed exactly.

In your bids, please place the TOTAL cost that you expect to be paid for the project and the TOTAL time you expect it will take , not the cost per letter or time per article.

Please put a sensible “delivery within” time, as overtly optimistic timescales suggests that you do not understand what is required.

Blog Traffic

January 18th, 2010 Comments off

I have a blog but I need to get traffic to it. So I need someone that can help me with driving traffic to my blog.

Need Excel Macro

January 18th, 2010 Comments off

I need an Excel Macro written for 2007. I need it to do the following:

1.) There is a column of keywords:

round widgets
round widgets
round widgets
round red widgets
round red widgets
round red widgets
round red widgets
round blue widget

2.) I want the macro to combine / remove the duplicates rows BUT count the number of duplicates and put the number in the adjacent column to the right. If there is only 1, no number should be entered. Capitalization shouldn’t matter (NOT case sensitive). Spacing DOES matter and should be considered different rows.

Continuing our example, the above text after the macro run should be like this:

round widgets 3
round red widgets 4
round blue widget

Ready to pay

Bear