Archive

Archive for October, 2011

Php Work For Techwelfare 2

October 20th, 2011 Comments off

More details of the project will be provided to programmer I’m interested in.

Professional Designer For Urgent Design Project 2

October 20th, 2011 Comments off

You must be professional designer with good html & CSS skills

We have a website need to be launched very quickly.

The site has all the content, layout design and texts etc.

All we need is inner design to be improved and add images related to the text.

You must be professional designer with good html & CSS skills

The site has about 8 pages to fix

Domain Registration + Website Registration

October 20th, 2011 Comments off

Hi,
I need a domain registered and a simple, basic website to come along with it ( basic, not more than 4 pages. I’m trying to beat a deadline here so anything that’ll keep me running would be awesome. Should be simple, considering I have the text for the website ready and some photos. The artwork is very light.

Thanks for the interest guys.

Bush.

Va For Data Collection Photoshop Html

October 20th, 2011 Comments off

Need Virtual Assistant for simple data collection and formatting job in excel.The Job requires basic knowledge of html and photoshop so that the data collected from the source can be cleaned up.The job is to pull about 500 product images along with all product data such as product name part number weight quantity , etc for each product and prepare for excel. All product images will require them to be photoshopped and have the same white background and same size.
Basic html knowlege needed
Basic photoshop such as cleanup and to crop scale the source files to specific size white background etc.

Easy Design And Easy Convert

October 20th, 2011 Comments off

I have a customer who wants to convert his side from a “locked” “template” company.
As has 7 sub-pages, written in Swedish and you need a form for ordering. Very simple and straightforward site. This job can easily be done in an hour. This is a page for a company that sells two products. All text and images are clear on the website and order form.
Bid, this is an urgentproject.

The site is extremely basic

Facebook Likes

October 20th, 2011 Comments off

My client wants 10,000 likes / fans on his fan site. Desirable that it be made a little design work to get the page to look better and make it more easily integrating with their service. It is therefore desirable to have references and refer to similar projects.

Facebook Fans Needed

October 20th, 2011 Comments off

Hello,

im in need for Facebook Fans for my page

Tell us how many fans can u provide and at what price

Also tell us if u can provide us fans related to websites, web dev, designs, freelancers …

Regards

Programming Project 1319112534

October 20th, 2011 Comments off

We are developing a site where users will login to their account and create legal forms from data they enter into our site. We need to develop the following modules for our site using LAMP platform:

1. Secure area where users can create new accounts with username and password. Must have email authentication so user has to verify email address before his account his created.

2. Secure area where user fills out forms (5 to 6 forms which also must be developed) and date from those forms automatically populate the legal forms on our site.

3. Secure area where users forms are stored.

4. Script to convert all forms into PDF files. The forms stored in user account must be in PDF format and must have watermark foot note with our company data that user is UNABLE to remove when forms are printed.

5. System must also be able to have a place where users can log their contact with their mortgage companies. This should be simple database where they can keep notes that are time and date stamped, and should be searchable in case user needs to find a particular word or phrase in their message database.

6. User must be able to send and receive email from within their account while logged into our system.

7. System must also have spell and grammar check for when user is creating a document.

Cusomised Facebok Pages 2

October 20th, 2011 Comments off

I looking for someone who can do a customise facebook page/fan page/likepage as the name goes. I want a landing page and vertical lift sidebar banner.

please note. There is a possible of doing two different pages.
Unless I get o see a simple or some of your work, don’t waste your time and mine and I know your time is valuable. Turn around once both we are happy is a 3 days max!!!

Need Flash File Changed (fla)

October 20th, 2011 Comments off

Our original works flash file perfectly but we had to take out reference to a past year (2009) and change it to 20011. It now works perfectly except right at the end it doesn’t display the words from the db correctly. It misses some letters out e.g.
abcdefghijklmnopqrstuvwxyz will be exactly like this is the mysql db but when displayed via actionscript it reads
adefhiklmnopurtuwy

http://www.halloween-2011.com/retrieve.php?cid=179

<u>This is an urgent project and please do not apply unless you can do this today.</u>

I will provide you with all files you will need including the php files, swf and fla. Also a copy of the db if needed.

Logo

October 20th, 2011 Comments off

Need a logo for business. Logo should work on a web site too. Our company name is The Coffee Couple. We roast an sell coffee. So we need to encompass coffee and romance, but keep it simple and brilliant.

Nivo Slider Theme

October 20th, 2011 Comments off

Hello programmers

I need custom theme for nivo slider

I’ll provide design and how slider need to work

please bid only if you have experience with nivo slider and you are capable to deliver this in short time period.

my budget is not over 30USD

when you bid add [NIVO] to your bid, bid without this will be ignored

thanks for your time

Logo Creation

October 20th, 2011 Comments off

Want to create a logo… for a new company… would like to see a few designs… once a winner is selected, i will provide you with the website and other info to help you in creating a great logo.

Changes (2) On The Navigation Menu Of A Prestashop Webshop

October 20th, 2011 Comments off

1/ When you click on a cms category in the navigation menu I will see the first CMS page and not an overview of all my pages of that CMS category.

For example

If I click on the first cms category in my navigation menu I become:

http://www.maselection.eu/cms.php?id_cms_category=3

The thing I want is the obtain the first cms page, in this case ‘Qui est Marie Melodie’

http://www.maselection.eu/cms.php?id_cms=23

This my code of the blockcategories.tpl

<ul id=”main-nav”>
{foreach from=$cms_titles.categories item=cms_category}
<li><a class=”main-link” href=”{$cms_category.link}”>{$cms_category.name}</a>
<ul class=”sub-links”>
{foreach from=$cms_titles.cms item=cms_page}
{if $cms_category.id_cms_category eq $cms_page.id_cms_category}
<li><a href=”{$cms_page.link}”>{$cms_page.meta_title}</a></li>
{/if}
{/foreach}
</ul>
</li>
{/foreach}
{foreach from=$blockCategTree.children item=child name=blockCategTree}
<li><a class=”main-link” href=”{$child.link}”>{$child.name}</a>
{if count($child.children) gt 0}
<ul class=”sub-links”>
{foreach from=$child.children item=sub_child}
<li><a href=”{$sub_child.link}”>{$sub_child.name}</a></li>
{/foreach}
</ul>
{/if}
</li>
{/foreach}
<li><a class=”main-link” href=”{$base_dir}stores.php”>{l s=’Magasins’}</a></li>
<li><a class=”main-link” href=”{$base_dir}blog”>{l s=’Blog-Creation’ module=’blockcategories’}</a></li>

2/ When I click on a category or a subcategory in the navigation menu, the subcategory navigation menu must stay visible. Actually it doesn’t stay visible

For example:

When I click on ’boutique en ligne’ in the navigation menu http://www.maselection.eu
I can’t see the subcategories anymore, the must stay visible even when I go to productdetails.

Recover Wp-admin Password On A WordPress Site

October 20th, 2011 Comments off

This is the site: http://www.personalmagnetism.info/smoke/
is based on wordpress
Someone changed my wp-admin panel and now I cant nomore login

Csv Help

October 20th, 2011 Comments off

Need immediate help from csv expert.

Few minor changes to fields.

Categories: CSV Tags: ,

Website Intergration To Ebay

October 20th, 2011 Comments off

We have several projects in our hands, all centring around 1 php/mysql website.

Amongst the skills required, we need strong MySQL, AJAX, Javascript, eBay API / SOAP, XSLT, DHTMLX experience.

LAMP experience would be highly regarded.

What we are looking for is a programmer ( NOT A TEAM )that can be trusted and is responsible.

We require excellent English and communication skills.

This project is for a module on our main program. The Job requires
the integration of The EBay API to our Backend and some work on displaying and editing data in our database. – Displayed via DHTMLX.

http://dhtmlx.com/

Please bid posting your availability, Experience and Hour rate for this initial small project.

Some other details of this project are:

We need to have category data dynamically downloaded and displayed via an XSLT style sheet.

Data is to be downloaded dynamically from eBay via the provided PHP eBay SDK (eBatNS), and translated to the systems internally accepted format.

You will be provided a full development server environment and access to the all current code of the program current code base.

The programmer who initially built and designed the system is also available for advice; however the main goal is for the chosen programmer to take over our ongoing Needs.

All future jobs will be posted on Script lance with preference given to the Programmer/s we have relationships with.

We have enough projects for the right people who

Thanks in advance.
Stephen

Microsoft Office 2010 Expert

October 20th, 2011 Comments off

We are looking for an expert in Microsoft Office 2010, here especially in the creation of templates. We do have various templates (Word/Powerpoint) which need to be reviewed, enhanced and migrated to office 2010. We would also implement some VBA Macros in Word to update status information, etc.

We would start with one template and if we are happy will continue step by step with more.

We are also looking for someone with experience at other clients who can consult us in the usage of Office 2010 templates, enhance features, etc.

Please show us examples of your work. and only apply if you are an advanced Microsoft Office 2010 user.

Rating Plugin Incl. Badge For Sobi2 (joomla)

October 20th, 2011 Comments off

For my Joomla website (SOBI2) I need a rating plugin. Visitors can rate a company on several points. These points (numbers) lead to a total score. These ratings (incl. comments) are displayed on my website. In addition, this rating needs to be displayed through a badge on the company ‘s website. My sobi2 installation already uses the reviews and ratings plugin: http://www.sigsiu.net/latest_news/sobi_reviews_and_ratings_plugin_rc_2_available.html

so that plugin could possibly be the basis

edit: listing owners should be able to respond to placed reviews.
edit2:users can give only one rating depending on ip and email adress

Manually Set Resolution Linux (lucid)

October 20th, 2011 Comments off

Hello,

- I want to set resolution 1920×1080 but can only select 1280×1024.

- I know the resolution works – since it works with Windows.

- Need a Linux professional who can help me get 1920×1080 resolution to work.

Thanks for help,

Best regards,
Johan

Html And Jquery Expert Needed

October 20th, 2011 Comments off

Simple site, convert design to html. Have only tab like structure. Roll over will pop-up contents, one slideshow. Very simple and can be done by an expert in 1 day.

People who can complete the work by 21st Oct can only apply.

Lowest bid and good reviews with examples of jquery wins the job.

More html projects to the right one.

The recommended provider will provide a job that:
*Use only DIV’s
*SEO friendly
*Proper coding methods
*Cross browser compatible
*High quality work
*Fast turnaround

Thanks and look forward to your quotes.

Need Icons And Logo

October 20th, 2011 Comments off

I’m developing a MeeGo application and I need an icon/logo to be designed as well as a couple of icons. The result would be about 4 icons in total.

1. Application Icon
I’m looking for something similar to the Bundesliga logo (man kicking a football) but with a different pose. It should retain a similar red theme and should look glossy. It should also look like the icons for apps on the Nokia N9. You can have a look at the Bundesliga logo at http://upload.wikimedia.org/wikipedia/en/thumb/3/3e/Bundesliga-Logo-2010.png/250px-Bundesliga-Logo-2010.png
Required Formats: .svg and .png
Size: 512×512 and should be scalable to 80×80 and 64×64 without losing quality.

2. Logo
This will be embedded in the titles for pages in a mobile application. It should be based on the application icon, but the background on the right hand side should be transparent. Basically, you take the icon, you created, crop it to the height of the silhouette and remove the background towards the right of the silhouette.
Required Format: .png
Size: 256×256

3. Other Icons
http://cdn3.livescore.com/img/goal.gif
http://cdn3.livescore.com/img/nogoal.gif
http://cdn3.livescore.com/img/yellow.gif
http://cdn3.livescore.com/img/red.gif

They should be based on these icons but should look glossy. Please note that the yellow and red cards are rectangular, so adjust your designs accordingly.

Required Format: .png and .gif
Size: 32×32 each

I will select the winning bidder based on a sample design of the application icon (just provide a 50×50 version of this). Budget is $50. If you have any further questions, please let me know in the PMB.

Thanks and good luck!

Custom Money Cycler Script

October 20th, 2011 Comments off

Deliver custom Money Cycler Script according to agreement.

These modules will be added:

1. next line entry module
2. rev share plan with cycling upon down line purchase
3. stats net to be paid recent payout etc

Revenue share percentage, number of positions that will be paid when a new position is bought and number of referral positions needed to cycle out (for members who recruit) should be variable so I can set that of course because it all depends on how you configure the lines (how much they earn when they cycle out and how many positions needed to cycle).

delivery time of the script will be 13 working days (i.e Monday – Saturday) will take Sunday off.

Video

October 20th, 2011 Comments off

We need a powerpoint presentation converted to video with voiceover that can be uploaded to a website. We would like it in Flash Format

I will do the PowerPoint Presentation and supply you with the PPP and the Voice over files

Web Hosting Table

October 20th, 2011 Comments off

Hello

i need web hosting table like http://www.fasthosts.co.uk/reseller-hosting/ 1 page html+psd
after finish please show to me working html
please pm me

my budget 20$

Need An Android Market Developer Account

October 20th, 2011 Comments off

Need an android market developer account,to publish free app.
In my country ,google not allow to register.So I want to buy one.

Copy Of An Existing Website Plus Add-ons

October 20th, 2011 Comments off

We need a complete copy of the existing website http://www.textbroker.com/

- multilingual
- developed with the php model-view-controller (MVC) framework symfony http://www.symfony-project.org/
- you deliver the programming and the webdesign

Please register at http://www.textbroker.com/ as an client and author to get a feeling how much work is to do.

Also, please review 2xcycle.com to get a feel for that system as I would like to incorporate the 2.

If you feel comfortable with both processes please bid and we can talk to discuss the specifics.

Domain Registration + Webdesign

October 20th, 2011 Comments off

Hi,
I would like to register a domain name and have a simple website up and running. The website is very simple and basic ( not more than 4 pages ) though it should glossy with colors that pop. This project is urgent, and I would like to beat the deadline.

Only For An English Native Writer

October 20th, 2011 Comments off

Please, if you are not English Native, Do not apply, I wont consider you application.

I need 4 article 600 words about services. No fluff within the article.

You can find the samples within the programmers resumes in various freelance sites

Catchy Title with Keyword included in it

First 160 Characters Well-Optimized Description with the main Keyword included in it.

I need the Optimized description to copy paste it to the meta description box field.

Catchy sub-headers within the body of the content rather than the usual boring block of texts.

Main Keyword in the last sentence of the last paragraph.Catchy Title with Keyword included in it

Main Keyword in the last sentence of the last paragraph.

Total Budget $6 per article

Joomla Website Css Issue

October 20th, 2011 Comments off

Hi there…

I need a small fix on my clients website. I am attaching the image with the URL and the problem.

Basicall the bullet points were working fine before, but have recently got an error in the way they display. It seems to unecssary add an extra bullet point for the 1st bullet point, and then add background images underneath (after about 4th bullet point).

This is affecting all pages with bullet points, so assume it just needs a small tweak of the code.

Secondly, the “News & Views” page has bullet points for no reason at all.

This is an urgent fix which needs to be done within the next few hours.

Categories: CSS, Fix, Joomla, Tweaks Tags: , , , , , ,

Needed Upgrade On WordPress Website

October 20th, 2011 Comments off

Here is a few thinks we need to fix at www.EventsMaster.net

1- When we click on an event, on the bottom, there is a facebook like button, when we click that button, instead the current photo on the event show on facebook add, it shows up the toolbar photo that you will see on the right side.

2- When a visitor come to the site and create a new user account, they cannot login with the username and password they just created, but I would like after creating the account for them to login automatically.

3- I want a plugin that visitors can login on my wordpress website using they social network account, I found this

Quality Ringtone To Create

October 20th, 2011 Comments off

Hi,

This project is to create a Ringtone for a video calling program.

The ringtone must be really good to hear, and unique. This ringtone will represent the brand of the video calling application.

I attached 2 ringtones to this project that are very professional (one is Skype), and we want to beat them!

Quality Articles Required: 75 In Total 2 ( 3

October 20th, 2011 Comments off

I need 75 quality articles.

Essentials:

* Should be written by Native writers
* 100% Original & Unique
* 100% Error free
* Well researched and Informative

Word Count: 500 words per article
Total cost: $75($1 per article of 500 word)

Articles-50 Articles Required-and 20 Needed In 48 Hrs 2

October 20th, 2011 Comments off

I need 50 quality articles.

Out of 50, 20 articles are required in the next 48 hrs

Essentials:

* Should be written by Native writers
* 100% Original & Unique
* 100% Error free
* Well researched and Informative

Word Count: 500 words per article
Total cost: $50($1 per article of 500 word)

Logo Design Company Selling Gas&co Detectors-alarms

October 20th, 2011 Comments off

We are company from Croatia (Europe) and we are starting with distribution of gas and CO detectors-alarms for home use.
We are looking for a professional logo that will represent our business.
It has to be

Needed Changes In Design Reposted

October 20th, 2011 Comments off

Hi earlier bidder please bid on this project

what i needed

needed changes in my site

Changes needed to be done

you needed to add one attached photo in changing banner …

the lower banner should be curved as like upper banner

check this site intronis.com in that you see the dots over the photos when you keep your mouse pointer over the dots it display preview photos of same photos i needed that in my site too

Remove the number which is displaying downward at photos and put dots with preview option as above explained

and also the site is not displaying in full screen of computer if we scroll than only see other right button so needed to fix that too so i can see the site in full display screen without scrolling right side

Add some pages instead of SOS put SOV my site name

needed to add one speed compare button beside home button

you just needed to copy the content and style from this site

http://www.sosonlinebackup.com/speedtest.htm i had taken permission from the site owner so don’t worry

and also one page of terms and condition also you can copy from sosonlinebackup.com upper site .. they terms and condition just rename SOS with SOV that its

so this changes needed to be done let me know you

you can check site at here
www.gcck.edu.pk/web2/index.php

More project after this

Budget $20 Fixed
Thanks
vegeta

Categories: PHP Tags: , , , , , ,

Joomla Site – Ja Template Already Installed To Customize 2

October 20th, 2011 Comments off

Site is
www.imperial.it/test2/
template is JoomlArt Portfolio
you have to clean it from demo content.
add new logo
add menu right name
add some sample text in new pages that i will change with final text
This is very urgent! 1 day max
PROGRAMMER WILL BE ONLINE FOR REAL TIME CHAT AND UPDATES TOMORROW 10/14/2011 FROM 8am ITALY TIME FOR A COUPLE OF HOURS

After that i need to customize a product catalog (K2 Module is alteady installed)
this will have a tree of category and sub category and product pages with photos, desciption, color option etc. i will provide excel file with framework of catalog

to finalize will be installed italian language for back and front end.

Website Design Project

October 20th, 2011 Comments off

I need a website designed that is based off of another website. The other website is large and has almost 400K pages indexed in google. It is an affiliate site. I will need help with the overall design. The content and design needs to be unique. I can outsource the content to another provider if necessary. The website needs to be wordpress based since I understand wordpress. The URL’s need to be properly SEO’ed. I understand SEO myself so I can help in this process. Send me a PM and if I like your credentials I will send you the site that I want my site based on.

The budget for this project is $10,000 and most of that will go to the unique content that we will outsource. I can allow maybe $1000-$2000 for the website design.

Reverse Hacking Of Websites By 4li

October 20th, 2011 Comments off

Hi, All my sites have been hacked by 4li and the home pages are now hate campaigns.

Need someone to reverse the damage.

15 sites to be fixed to begin with.

Don’t know if that’s one server fix or what….

Example:

carlirwinchiropractic.co.uk

Thanks.

Create Logo

October 20th, 2011 Comments off

I need a logo similar to this:http://www.caregiversamerica.com/wp-content/uploads/2010/06/10-NAHC_Logo.jpg

It needs to reflect the company name: National Home Health Services. Also, it needs to have something national ( like the logo in the link). Also, I need it to feature the phone number:
866-978-3555

Bear