Redesign Sales Page On Wp

Redesign Sales Page On Wp
I have a sales page created that I need changed around and redesigned. The “purchase now” button on the sales page needs to go to an upsale page and then a thank you page.

I have two pages already created on different products to use as examples.

Please ask any and all questions before bidding. The site must also be submitted and approved to clickbank (I submit it, but sometimes they require some tweaks).

Joe

Introduction Writer 150 Words

Introduction Writer 150 Words
Hey Folks,

I am looking for a talented writer to write 50 X Short 150 Word Synopsis Introductions for a bunch of College Book Titles.

The idea behind this is to tell a story of the entire Book in 150 Words to prompt a buyer to purchase as they read the cover.

Payment is: $1.50 per title or $0.01 Cents per word.

Payment in Paypal

This project needs an experienced MOTHER TONGUE ENGLISH WRITER

Please send details of your offer for immediate review and selection

Thank You

Articles Needed + Distributed

Articles Needed + Distributed
14 Articles + Distributed to 15 Article distribution sites a day.

I need 14 original articles( I will check with copyscape) written for my golf related website with a minimum of 350-400 words per article.

Basically I want one every day, and then distributed across 15 differnet article distribution sites.. I will supply the sites…

The right person…:

• Writes FLUENT English – this is very important, native writers preferred, non natives don’t waste your time, don’t try to lie me your are a native because I can tell if your are not from your writing style

I then need every day the list of the urls for the links sent over…..

I want quality content, and is important that the articles are distributed.. 1 every day for 2 weeks.

I Need 10 Articles

I Need 10 Articles
I need 10 original articles( I will check with copyscape) written for my diet related website with a minimum of 350-400 words per article.

The right person…:

• Writes FLUENT English – this is very important, native writers preferred, non natives don’t waste your time, don’t try to lie me your are a native because I can tell if your are not from your writing style.

I want quality articles… I repeat, please do not bid unless you can provide quality articles.

If the successful bidder performs an excellent job with this
I will likely employ them for similar projects in the future.

Note: Topics for the articles are already chosen.

Php Form

Php Form
Hi. I need a duplicate of this site:

https://www.lowermybills.com/lending/home-refinance/index.loan

There are four pages, plus a confirmation page.

The confirmation page matches people up with lenders.

So… I need all leads sent to my email. I would like the form to be created with PHP, since I can get cheaper hosting. But, if you want to do it in ASP and you are not too expensive, I’ll take the ASP.

The only tricky part is that I also need a very basic “back end.”

I want to be able to click a button that says: Add a lender.

Then, I will choose one of fifty states from the dropdown menu.

I want to upload a logo or photograph.

I want to input lender name.

I want to input a short description.

That’s it. You can take everything from this example:

https://www.lowermybills.com/lending/home-refinance/index.loan

Don’t worry about copyrights, I will change all of the graphics. I just need somebody to write the code.

Thank you!

Calendar With Private Rss-feed

Calendar With Private Rss-feed
We want a calendar with 10 input rows per day.
Every row have to have a private rss-feed that is constant every day.

An option would be to have the time stamp of when the input occur, not default. Different color of each row for identification.

Another option is to get the RSS-feeds for tomorrow and for yesterday.

Simple GUI for user input of calendar/row value. PHP/Python/Mysql usage.

WordPress tip: allow upload of more file types

WordPress tip: allow upload of more file types

Simply paste the following code on your functions.php file. If needed, you can add more file types by adding them on line 4, separated by a pipe (|)

<?php
function addUploadMimes($mimes) {
    $mimes = array_merge($mimes, array(
        'tmbundle|tmCommand|tmDragCommand|tmSnippet|tmLanguage|tmPreferences' => 'application/octet-stream'
    ));

    return $mimes;
}
?>

add_filter('upload_mimes', 'addUploadMimes');

Thanks to Pioupioum for this great piece of code!

By the way, I’m running a contest at CatsWhoBlog where you can win premium WordPress themes. Click here to join!

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

WordPress tip: allow upload of more file types

10 examples of futuristic CSS3 techniques

10 examples of futuristic CSS3 techniques

Pure CSS speech bubbles

In a design, bubbles can be great to illustrate a quote. In this article, talented designer Nicolas Gallagher will show you what he built with CSS3: Text bubbles, with no Javascript or images.

Source: http://nicolasgallagher.com/demo/pure-css-speech-bubbles/bubbles.html

Super Awesome Buttons with CSS3 and RGBA

CSS has always been great to enhance buttons; but using CSS3, the RGBa property, and of course a lot of creativity, you can create modern and clean buttons. The folks at Zurb will show you how in this great tutorial. Note that I enjoyed that technique so much that I used it on my own comment form!

Source: http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba

Classy photo frame using CSS3

As I recently said on my other blog Cats Who Blog, images are very important in blogging, and in the Internet media in general.
In order to enhance your images and give them a unique look and feel, the box-shadow CSS3 property is a must. Here is the code used in the example below:


Source: http://www.change.org/actions/view/tell_the_senate_protect_polar_bears_from_global_warming

Easily Turn Your Images Into Polaroids with CSS3

Although this technique can be considered as experimental only (It doesn’t work on IE, as you can expect…), I have to admit that I was surprised to see that this demo only uses CSS3 and no Javascript at all.
The tutorial will show you how to use CSS3 to transform a simple image into a Polaroid.

Source: http://www.zurb.com/article/305/easily-turn-your-images-into-polaroids-wi

Fancy web form with field hints using only CSS3

Web forms are very important because this is the main way for your visitor to get in touch with you. But styling web forms isn’t easy, and in most web sites, forms are boring and quite ugly.
The following post will show you how to use CSS3 to create a stylish web form with field hints. And no, it does not require any Javascript.

Source: http://www.skyrocketlabs.com/articles/css3-web-form-hints.php

CSS3 Drop down Menu

Ah, drop down menus. Those are extremely popular and every designer or developer had to work with at least one in his career. So what about using the power of CSS3 to enhance drop downs? In this article, talented web designer Nick La will show you how to proceed. And I must say that the result is absolutely fantastic.

Source: http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/

CSS 3 selectors explained

CSS3 has lots of exiting properties, such as box-shadow and border-radius. But CSS3 also introduces new selectors, which can definitely make your life easier.
Although there’s nothing hard with these new selectors, it is important to learn what new selectors are available and how they work, so you can use them in your websites. The following tutorial is simple to follow and extremely efficient; a must read for anyone who works with cascading style-sheets!

Source: http://www.456bereastreet.com/archive/200601/css_3_selectors_explained/

Recreate Mac OSX interface using CSS3

Wow! This one totally rocks. As you can see in the screenshot below, the folks from CSS3.info had fun recreating Mac OSX user interface using CSS3 and some jQuery. Unfortunately, the method they used is not detailed, but you can still view the source and learn by the example.

Source: http://www.css3.info/wp-content/uploads/2007/08/colormoduletest.html

Letterpress Text Effect Using Photoshop and CSS

Typography is definitely something that can either make a design great, or totally ruin it. CSS3 introduced some really interesting properties to enhance the texts and titles of your designs.
In this post, you’ll learn how to create a “Letterpress” effect using CSS3 and Photoshop.

Source: http://acrisdesign.com/2010/03/letterpress-text-effect-using-photoshop-and-css/

Creating a Polaroid photo viewer with CSS3 and jQuery

Seems that Polaroid’s are popular again: After the Zurb example I shown you earlier, here is another really cool way to create a gallery, using CSS3 and jQuery. The tutorial is easy to follow and the result is quite nice.

Source: http://www.marcofolio.net/webdesign/creating_a_polaroid_photo_viewer_with_css3_and_jquery.html

Any other really cool example of the power of CSS3? Let me know in a comment!

Have you checked out the highly recommended Digging into WordPress book by Chris Coyier and Jeff Starr?

10 examples of futuristic CSS3 techniques

Logo Site Creation.

Logo Site Creation.
Looking to have a website created to function just as this example website: http://www.freelogoservices.com

Need to have a backend customized CMS database created, and for a fresh, edgy, and professional looking front-end. Back-end, needs to allow for me to be able to login, view orders, handle payments and so forth. Will need to implement E-commerce capabilities such as paypal.

Website will be the start of my new company.

For more details, please inquire. Looking for the PROFESSIONAL, EXPERIENCED DESIGNERS with Strong Work Ethic. BIDS are OPEN and best Qualified Bid with lowest BID will obtain the project. Good Luck.

Python Client/server App Mod.

Python Client/server App Mod.
I require an EXPERT in Client/Server applications using Python. The basic outline of the GUI is already done. What is left is creating the Authentication with a PHP server and login. There are some other tasks too which deal with receiving data from the server and formatting it in a listbox. This will be a user-paid subscription service using a username and password for verification. If you have PHP skills, that is a plus. EXCELLENT Python skills in networking (urllib2 and urllib) are a must.

Please DO NOT RESPOND to this request IF you are not willing or can’t prioritize this task.
Please DO NOT RESPOND if you don’t respond to emails or Skype chat.

I require this project be completed relatively soon. Please, if you don’t have time…don’t apply.

Please include your hrlyrate. I will be sending source code and documentation to the providers most suited for a final quote. If you are proficient in Python for networking, this should take less than 8 hrs.

Templating Php Website

Templating Php Website
I have made a psd for my website myself, which needs to be converted into my existing php website.

I want the website completly browser compatible an abolutly no tables , so only using divs
furthermore i need some modifications to the css for that , and also for enhancing the forms and other pages than the mainpage to a nice clean layout fitting the template.

The website needs to have some extra new functions and easy forms like ioffer.com

flash on the homepage, loaded from dynamic xml

do not bid if you have knowledge of ajax or jquery, and be realistic in your bid.

idiot high bids wil be banned

Oscommerce Work

Oscommerce Work
need a few things done to an oscommerce site:

1. product id changes – need to re-assign database product numbers to all products and categories. current site data was scraped from another oscommerce site, so i need to remove as much of the tracks of duplication as possible. this part should be easy for any experienced with oscommerce & mysql/phpmyadmin

you can add a random four digit number to all products, categories, etc – i don’t really care how you do it, as long as it makes the database numbering completely different than the cloned site so that it minimizes the ease of figuring out this site was cloned.

2. static url changes – there are some url’s listed in the current product descriptions that will need to be changed to match the new url’s created from the work done in step #1. this is probably nothing more than a find/replace command in the database.

3. product images renamed to something new according to product name –
i need a script that i can run to rename all images to match the name used in the seo header tags contribution that is already installed. you should initially run this script to change the current images, then have it installed on the server so i can run it in the future when new products are added.

4. Template install – i have a template from templatemonster i need installed. this is an oscommerce ready template and should be installed to work with current installed contributions. no template/design changes are needed.

please provide complete bid for all work and timeframe for completion. please ask any questions you have and i will do my best to answer them.

would like to get this taken care of asap.