Archive

Archive for September, 2011

Only Top Programmer Fro B2b/export Recoding Modify

September 29th, 2011 Comments off

Had page made/modified 5 times now. If your
not in the top 50 for programming on
scriplance please do not reply.Need very
BEST possible script in the universe for
Import and Export site for the page called
OrbitSell.Even new thoughts for the page.
Also save present data on page uploaded.Site
need to re-code a lot,old developer used
javascript for even links so its hard for
search engines to crawl all pages.Script is
very bad,cant handle metatags from admin
area where they given options ,code in
index.php file. They put javascript links
for category so its very bad script Another
problem with the page.I was uploading
product/services to the page. So I decided
to register with a more genetic type name
and now I am unable to sign back into the
page after I registered.Need areas on the
page to make more positive cash flows to
make a PERMANMENT living for me and my
family do to illness and provide living for
family.Can provide with much more future
work once cash flows. I WANT A FAWLESS PAGE
WITH #1
CODING. Lately I found this article about
orbitsell which make be upset again. Here it
is:

http://www.woorank.com/en/www/orbitsell.com

P.S.

Another comapny setting up SEO.
It must succeed!

Simple Php Script

September 29th, 2011 Comments off

I require a simple PHP script coded based on my design.

Basically it is an admin page. There is 2 logins admin and user.

Admin can upload files (eg. PDF, imgaes, etc marketing materials) it will be saved based on these fields:
1. Product Type (drop down: Marketing Material, Sales Material etc)
2. Description (text description)
3. Language (English, Chinese, Hindi etc – standard languages will do)

User Login
By default will display all uploads there should be a small filter to display based on language filter.
Should have a download button for user to download.

That should be all.

Points to note: I NEED this today, i also need you work with a design i already have.

Thank you.

Landing Page / Squeeze Page

September 29th, 2011 Comments off

All I am needing is a designer to make you a simple squeeze page similar to link.com, but I want it to include my content and have different colors, etc.

This should be a very simple job for someone. I am also possibly considering including a simple thank you page as well.

The template should look something creatively like my friend’s landing page which I have attached. Where I can add my own colored text at the top, my own bullet content, etc. which I can provide at a later time. Photos and some graphics will also be provided.

Post To Craigsslist

September 29th, 2011 Comments off

I need someone who can take care of my posting/advertising on Craigslist. You must have your own accounts. I need to post to TWO ADS in computer services six(6) times each day at 9am, 12pm, 3pm, 6pm, 9pm, 12am. In there own time zones.

Each time you make a post you will email me the URL so I can verify it.

You will post in.

All English speaking countries

Total of 36 postings per day for TWO DIFFERENT articles.

These articles will have text, image, link in each.

Facebook Page

September 29th, 2011 Comments off

I would like custom Facebook page for two websites.
They need to resemble the sites.

WordPress – Correct Single Post Php Error

September 29th, 2011 Comments off

We are finishing up a wordpress blog and having a formatting error on the single post page:

<?php get_header(); ?>

<div id=”columns”>
<div id=”centercol”>
<?php $urlHome = get_bloginfo(‘template_directory’); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”box post” id=”post-<?php the_ID(); ?>”>
<div class=”post-title”>
<h2><a href=”<?php the_permalink(); ?>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”>
<?php the_title(); ?>
</a></h2>
</div>
<!–/post-title –>
<div class=”content”>
<?php $postimageurl = get_post_meta($post->ID, ‘post-img’, true); if ($postimageurl) { ?>
<div class=”pic fl”><a href=”<?php the_permalink(); ?>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><img src=”<?php echo $postimageurl; ?>” alt=”<?php the_title_attribute(); ?>” /></a></div>
<?php } ?>
<!–/post-img –>
<div class=”post-date”>On
<?php the_time(‘M.d.y’); ?>
, In
<?php the_category(‘, ‘) ?>
, by
<?php the_author_posts_link(); ?>
</div>
<!–/post-date –>
<div class=”post-excerpt”>
<?php the_content(‘<p class=”serif”>Read the rest of this entry »</p>’); ?>
</div>
<!–/post-excerpt –>
</div>
<!–/content –>
<div class=”clr”></div>
</div>
<!–/box
<div class=”clr”></div>
<div class=”box post” style=”padding:10px;”>
<div class=”content border”>
<div class=”pic fl”><?php echo get_avatar(get_the_author_email(), $size = ’80′, $default = $urlHome . ‘/images/avatar.gif’ ); ?></div>
<div class=”post-author”>
<div class=”author-descr”>
<h3>
<?php the_author(); ?>
</h3>
<p>
<?php the_author_description(); ?>
</p>
<div class=”author-details”><a href=”<?php the_author_url(); ?>” target=”_blank”>Visit Authors Website</a>  |  <a href=”<?php bloginfo(‘url’); ?>/author/<?php echo strtolower(get_the_author_nickname()); ?>”>All Articles From This Author</a></div>
</div>
<!–/author-descr –>
</div>
<!–/post-author –>
<div class=”clr”></div>
</div>
<!–/content –>
<div class=”clr”></div>
</div>
<!–/box –>
<div id=”respond” class=”box”>
<div class=”content border”>
<div class=”fl”>If you enjoyed this article, please consider sharing it!</div>
<div class=”fr”><a href=”http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>” title=”Bookmark at Delicious” rel=”nofollow” target=”_blank”><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-soc1.gif” alt=”Icon” /></a> <a href=”http://www.mixx.com/submit?page_url=<?php the_permalink() ?>” title=”Bookmark at Mixx” rel=”nofollow” target=”_blank”><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-soc2.gif” alt=”Icon” /></a> <a href=”http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&title=<?php the_title(); ?>” title=”Bookmark at StumbleUpon” rel=”nofollow” target=”_blank”><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-soc3.gif” alt=”" /></a> <a href=”http://digg.com/submit?phase=2&url=<?php the_permalink() ?>&title=<?php the_title(); ?>” title=”Bookmark at Digg” rel=”nofollow” target=”_blank”><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-soc4.gif” alt=”Icon” /></a> </div>
<div class=”clr”></div>
</div>
<div class=”clr”></div>
</div>
<!–/box –>
<div class=”box post-rel”>
<div class=”content border”>
<div class=”subcols”>
<!–/<div class=”col1″>
<h2>Related Posts</h2>
<?php
$results = $wpdb->get_results(yarpp_sql(array(‘post’),array()));
foreach ( (array) $results as $_post ) :
$_post = get_post($_post->ID); ?>
<div class=”th fl”><a href=”<?php echo get_permalink($_post->ID); ?>”><img src=”<?php echo get_post_meta($_post->ID, ‘post-img’, true); ?>” alt=”" /></a></div>
<div><a href=”<?php echo get_permalink($_post->ID); ?>”><?php echo $_post->post_title; ?></a></div>
<div class=”hl2″></div>
<?php endforeach; ?>
</div> –>
<!–/col1 –>
<div class=”col2″>
<h2>Popular Posts</h2>
<?php
foreach ( (array) taccess_popular_posts() as $_post ) : ?>
<div class=”th fl”><a href=”<?php echo get_permalink($_post->ID); ?>”><img src=”<?php echo get_post_meta($_post->ID, ‘post-img’, true); ?>” alt=”" /></a></div>
<div><a href=”<?php echo get_permalink($_post->ID); ?>”><?php echo $_post->post_title; ?></a></div>
<div class=”hl2″></div>
<?php endforeach; ?>
</div>
<!–/col1 –>
</div>
<div class=”clr”></div>
<!–/subcols –>
</div>
<!–/content –>
</div>
<!–/box –>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
<!–/centercol –>
<?php get_sidebar(); ?>
<div class=”clr”></div>
</div>
<!–/columns –>
<?php get_footer(); ?>

Please let me know cost and turnaround time is ASAP. This should be low budget and quick turnaround project due to it being a minor issue.

PM and I will email the URL of the website.

Two Language Store With Pinnacle Cart Hosted Store.

September 29th, 2011 Comments off

I am the webmaster for a vitamin company.
They want their new Pinnacle Cart store to be in English and have a Spanish version in the same account.

I’ve already built the English part almost completely.

But, I’m having trouble with the Spanish section. I enabled
the Spanish and English language files and got the International link on the menu. This link lets you change the language of the cart.

My trouble is that I haven’t found a way make the Spanish
files. When I attempt to make them, they get linked on the
English section menu and push the links off. If I try
to change the text to Spanish, the English files get
changed to Spanish!

With other systems such as SearchFit I just create a
special Spanish template and that takes care of the
problem.

I’ not sure how to make such a template for the Pinnacle
cart. I guess I’d have to edit a copy of the enabled English template.

So I need someone to edit the English Php template and convert it
into a Spanish template. I can provide any Spanish translations needed.

Social Media Strategy And Management

September 29th, 2011 Comments off

We are looking for freelance who can provided different packages or solutions about social media marketing strategy and management.
Please provide different packages and ideas.

If you don’t fulfill these requirements please do NOT make any bid. Thank you.

1. To be able to work between 9 a.m. and 9 p.m. (UTC-06:00) Central Time
2.Great written English skills (English native speaker if possible)
3. To have a good quality work and attitude
4. To be able to sing a non compete non disclosure agreement
5. To be looking for a long term business relationship
6. To provide 3 samples of your work.
7. To be able to work using skype conference calls and chats (we do not work only by e-mail)

Project description:

We are looking for freelance who can provided different packages or solutions about social media marketing strategy and management.
Please provide different packages and ideas.

WordPress – Form With Integrated Protected Page Password Fld

September 29th, 2011 Comments off

Need form with the following information:

Name:
E-mail Address:
Telephone:
Password:

With the correct information entered (Password is not unique for each session) will allow someone to a WordPress password protected page whereas they can view the content. Must use html code compatible with mobile browsers including the iPhone.

This is a fast project. Lowest qualified bid with quickest turn around get’s it. If I see the right bid I will take you up on it and pick you.

Groupon Clone

September 29th, 2011 Comments off

Hi, I am looking for an assistant programmer to work with my full time programmer in completing our daily deal website. We are near completion, but need someone to assist in additional site functionality. I would also need someone for ongoing tech support. Please msg me for more details, and we can establish a quote. Thanks.

Need 200 Articles. Maxium Budget 5usd Per Article

September 29th, 2011 Comments off

Hello,
I am in need of good writer. Who can work with deadline. No time wasters allowed. I need 200×500 articles. Pay will be done after every 40×500 or equivalent work. You need to make sure you write good English. I can not pay milestone or daily basis. Terms are non negotiable. So people who will bid and will start to negotiate will be reported to scriptlance. Either you accept and bid or you just leave it, easy and straight.
My budget for 40×500 is $200. No higher bid accepted. Lowed bid will get more attention. Pay will be weekly. Per day minimum 6×500 or equivalent work needed. This can be an ongoing business for right candidate.
Happy bidding!

Categories: Article, Writing Tags: , , , , , ,

Yelp Help Http://www.berdanbenefits.com/

September 29th, 2011 Comments off

A client of mine got a negative review posted on his Yelp account. It was from another company he has never heard of. He needs to figure out a way to remove it and put the positive reviews that he has back. If you know how please respond. Thanks

Magento Shopping Cart Design Changes

September 29th, 2011 Comments off

Need a quick turnaround.

Need some design changes, including menus & navigation customization on an existing Magento Shopping cart with a template installed.

- home page images slider with links (easily update in admin)
- facebook, twitter integration
- category filter
- brand filter
- lightbox popup image viewer
- banners (easily update in admin)
- some design changes

Very Easy Fast Programing

September 29th, 2011 Comments off

I need smeone to do the html and programing stuff for the squeeze page attached.

1. HTML
2. Upload to my server
3. Configure the opt-in with my Icontact account.

The Idea is that from the given file you do all th necesary stuff for the squeeze page to runfine.

1. The idea is that the viewer cannot fast forth the video..

thank you,

Midas 7.

BIDS OVER us$30 WONT BE CONSIERED FOR THIS EASY TASK. nor will programmers with no or bad references. The task mut be ready for tonight.

Larger projects may come upon results

Auto Submit Of A Webform In Background

September 29th, 2011 Comments off

Hello,

i have this scenario:

a third party software is sending data to my php file. In this php file i have a form:

<form accept-charset=”UTF-8″ action=”https://g2g.infusionsoft.com/app/form/process/c61c8974a4a9b6dac07cb7f20cc82e5b” method=”POST” name=”ccc” id=”myForm” style=”height:100%; margin:0″ target=”">
<input name=”inf_form_xid” type=”hidden” value=”c61c8974a4a9b6dac07cb7f20cc82e5b” /><input name=”inf_form_name” type=”hidden” value=”test advertiser” /><input name=”infusionsoft_version” type=”hidden” value=”1.23.7.44″ />
<input class=”infusion-field-input” id=”inf_field_FirstName” name=”inf_field_FirstName” type=”text” value=”<?php echo $_GET['name'] ?>” />
<input class=”infusion-field-input” id=”inf_field_Email” name=”inf_field_Email” type=”text” value=”<?php echo $_GET['email'] ?>” />
<input style=”" type=”submit” value=”Submit” />

</form>

I need this form to be submitted automatically in background.

Categories: Background, HTML, Javascript, PHP Tags: , , , , , ,

Edit Facebook Type Wall

September 29th, 2011 Comments off

I have a Facebook type wall on website. However, I would like to add a feature to it so when a user has a status update or reply to status update that a LIKE button is available that copies and pastes the comment to their facebook page.

Poker Portal

September 29th, 2011 Comments off

I am working on new site something like poker portal for our country. That’s site for some basic information about us and some info about game itself. Beside this site we are working on poker software where people from our country will play. I hope that you are familiar with words texas hold’em :) . So on this site we will have option to download poker client. Beside that we will need option to have real time info about our tournaments that are held on our poker software (time, buy in and stuff like that). Poker software in development we are making is application that will need design too off course to fit in with that site with colors and design. So we need someone to design that too we will give you info and dimensions to fit in. So if you are interested and able to do job can you please respond on this mail so we can make a deal and see how much time do this take and how much money would that cost.

Categories: Game, Poker, Portal Tags: , , , , , ,

Need Logos – Simple

September 29th, 2011 Comments off

I need you to be creative on these simple logo . I want 3 samples of each to pick from then we will work them until I am happy.

First company is Hi Viz HQ . Please see the attached picture to get an idea of what we are selling ..

Second company is FRC Coveralls Direct … Use a pair of coveralls in the name or something ..

Be creative . If you win this job I want it completed in 72 hrs please.

Html To Joomla/ixxocart Skin

September 29th, 2011 Comments off

We need a reskin of Joomla and IXXO cart to match a new WordPress website.

Software Company Brochure & Business Card Design

September 29th, 2011 Comments off

My need professional software company brochure & business card design. So, show me some sample or your portfolio….

It’s very urgent, winner programmer must be complete 1-2 days…

Details discuss PMB. Only experience programmer bid…

Modify Api Script

September 29th, 2011 Comments off

The script displays search results by API tool from YouTube and put them in the database in the form of pages and

each page automatically adds tags and categories (demo : pussyvideo.tk ). The script must be modified to take videos

using the API Tool from RedTube.com ( http://api.redtube.com/docs/ ) and do the same.

C++ Trees And Binary Search Trees

September 29th, 2011 Comments off

Please see the attachments for instructions. Also please notice the two additional assignments. All must be complete no later than Sunday, October the 2nd, 1:00p.m. central standard time.

WordPress Buddypress Plugin Needed

September 29th, 2011 Comments off

I would like to hire someone to make a BP plugin so that in my profile fields I can chain selections (select dropdown option 1, and show a dropdown a… select dropdown option 2, and show dropdown b)

Single Page 4 Includes Composition Like Mini Cms

September 29th, 2011 Comments off

Help create a single page with 4-6 includes that is easy to manage –
start with cloning a top section of another page, integrate and create the header, footer, main columns and special section includes of the layout I already have, page needs lightbox script, and run embedded vimeo/youtube clips, be overall SEO friendly and crash-free.

as a second phase I need more work done, prove you skills on this project with extreme accuracy and attention to detail and plenty more work will be available in the coming days. must be able to start now
and ready to FOCUS!

Xml Integration For Php Site

September 29th, 2011 Comments off

We need to pull in and map data from content files sent over from the provider. Then we need to be able to submit queries and obtain responses from the provider (sample SOAP requests and responses are provided by the provider.)

We have a website up and running already. It is written in php on a symfony framework. The server is a cloud server with an OS of Debian Linux. There is no CPanel.

We have a set up that uses Unfuddle as the source code repository, TortoiseGit and PuTTY so the ability to use these products would be beneficial.

A lot of the groundwork in terms of mapped fields, field characteristics has already been completed.

Freelancer.com Backend System

September 29th, 2011 Comments off

Hello,

We are in need of freelancer.com’s backend admin system. We have the full website downloaded via httrack and need a management system that is an EXACT replica of freelancer.com’s system.

Writing For A Help Section Of Website

September 29th, 2011 Comments off

I have an auto parts website and I need someone to write the copy for the help section. The help section will be similar to the link below.

http://www.aliexpress.com/help/home.html?tracelog=ws_topbar#centerparts

I need you to use to go through the website on my testing server and write questions and answers for a help section. Please show writing samples via pm.

Escort Directory

September 29th, 2011 Comments off

Hello!

I search somebody to build my cms to escrot directory website with some features

Pictures uploaded control hide or show for guests members

Escorts create and manage they profile

Create 2 profiles type escort and user

Ability to pay with some gateways

News/article publishing

Banners for advertissement

Reviews

Google maps

Send messages between customers

Control from those features by membership level or profile types.

Template based in CSS/images

Thank’s for any information about the possibilities to build this cms for me.

Oscommerce Work

September 29th, 2011 Comments off

I need modules installing and configuring that do the following

1) Automatically create page meta tags using the content of the page *product listing* for SEO purposes.

2) Automatically submit my products to the google product search when they are added to the site, and update any changes made to the description, price on the google product search when they happen on the site.

NOTES

Oscommerce 2.3.1

You must not enable SEO friendly URLS in oscommerce

You must not directly edit any code in the pages that may cause the site to break, as this is a live site that customers use.

Provide details of the things you plan on doing before you do them.

Have oscommerce experience.

Be contactable and have a good understanding of English.

Gavin

Joomla Simple Project

September 29th, 2011 Comments off

Hello all
this is small simple joomla project

details
1. i need the same graphical view of http://www.novaxa.it/download
(pic1.jpg) in http://dev.leaderitalia.it/download (pic2.jpg) (only of the
download page, managed by joomdoc module)

2. I need a better look & feel of events & courses section
http://dev.leaderitalia.it/en/events (pic3.jpg) and
http://dev.leaderitalia.it/en/courses (pic4.jpg) -> i don’t want all the
header (images with dancing girls) and the footer (Eventlist powered by..)

3. I need to insert a new field in the event list module. The field name is
“Relator” and it is a text (255) so u have to modify code e db for this

4. I want that the visibile fields in the table (pic5.jpg) are:
a) Date (only days, hours not visible)
b) Titolo (no change)
c) Sede (no change)
d) Citt

Coloring Book For Iphone

September 29th, 2011 Comments off

Hi I need to have a coloring book application for the iPhone created with the following functionality:

- Color sections of a vector graphic
- Allow to select up to 20 (hopefully) different colors
- Email the finished colored image
- Second button allows to reset the image to its original state

It’s only one image that can be colored. The concept is similar to what you see here (http://www.coloring.com/online/dog-and-cat-fourth-of-july) except that it is for iOS.

The basic UI designs are already done for the app. The source code is required at the end of the project. The application has to run on the iPhone and iPad.

Banner Creation

September 29th, 2011 Comments off

I need a header banner created for my site at responsivemobilemedia.com

It must have the company name:
Responsive Mobile Media

It must have the tagline:
Canada’s Premier Mobile Marketing Immediate Customer Contact Solution

It must have the contact info:
1-888-519-6235
Sales & Support

It should be 920 pixels wide by 100 pixels high

Watch the video on the main page to get a feel for what the business is about. I was thinking a picture of someone texting or something like that as the background for the banner. But I am open to anything.

You must have a portfolio for my top look at before you start.

Need A Professional Writer

September 29th, 2011 Comments off

Need a professional writer to write 10 quality English articles in a computer related field (mostly IT, computer technology related). Will provide the detail in PMB.
Articles requirements:

1. All articles must show the insight of the author, not just putting together info available on the web.
2. All articles must 100% unique and must pass copyscape check. No spinned articles. Not copied or translated from other articles.
3. All articles must have No spelling and grammar error.
4. All articles shall target on US/Canadian audience or English speaking people.
5. All articles must be between 400 to 800 words.
6. All articles must fit into the categories described above.
7. All articles should reflect with CURRENT events and happenings.
8. All articles submitted must have titles and SEO friendly and SEO friendly keywords.
9. All articles must be well researched and informative.
10. Must be able to rewrite as request to get satisfaction results.
11. By accepting this writing assignment you agree that I will own copyright, the full right of the articles written, approved and paid. And you will not redistribute this.

I expect articles to be submitted as they are completed, one by one, not all at the end.

I will need more articles in the related field in the future so I hope to build longer term relationship.
Lower price with quality skills will be considered.

Please reply with

In Design Layout/ Virtual Assistant

September 29th, 2011 Comments off

We are looking for the right individual or company that can handle our weekly layout of our magazine. The basic design of the magazine does not change every week. New content has to be inputed. Research for new content, editing is a must. The magazine is printed weekly. We will also provide content. The main tasks would be to layout the magazine to include adding new advertisements we provide and some that needs to be designed by the you. This project has hard deadlines that cannot be missed. Please take a look at the complete layout of the magazine by going to www.whatofacebook.com. All work will be done through drop box. A commanding knowledge of english editing is a must. The bid for this job is for a two week period with the potential for more work.

New Website Required

September 29th, 2011 Comments off

I am looking for designer to build me a new website, the website will be to replace my existing www.aqualine-bathrooms.co.uk to something a little more professional.

The site should be be in html and I am not a fan of wordpress and also contain some kind of flash video or banner rotaion containg bathroom images, I really like the look and feel of the following site http://www.tescofinestbathrooms.com/ (please note I DONT want a direct copy of this site) I like the way there is a slide show of images and the page acts like a squeeze page.

The site should contain similar headings to this so I can build the site out more myself once you have created the basic design and programming.

Facebook Id Scraper

September 29th, 2011 Comments off

I need a script that will scrape facebook IDs from a page and store the list of IDs in a text file

Create WordPress Zingiri Webshop Theme 2

September 29th, 2011 Comments off

Hi All,

I have a clean installation of wordpress with zingiri webshop plugin.
I want to have a new theme created for the webshop from 3 sample designs (i added as attachments)

It is a project for a client that has the webshop, but the theme is badly programmed for use with zingiri and we need to recreate it.

Preferable someone with zingiri experience or extensive wordpress plugin experience. this is required.

So the creation of a wordpress webshop theme for zingiri webshop.
if you dont know the plugin, google it and do extensive research if you can do this!

If you are familiar with the plugin and can make the themes for a reasonable prices i have more zingiri projects for you

Php Symfony And Some Mysql.

September 29th, 2011 Comments off

I have a Symfony membership script with over 150,000 members. It has a few bugs that I need worked out. First – it has a “sendall” email function that sends admin emails to all members. It should send ONLY to active members but it sends it to all – both active and inactive. That is one problem. Second – it is getting bogged down with logs. I want useless logs deleted but need someone to be absolutely sure that these logs (the ones you will delete) will NOT affect mysql db. And last, the db has 155,000 active members who receive advertising emails. There is something in the script that changes the “active” members from “receiving emails” to “not receiving emails”. I need that fixed as all active members should receive emails. Nothing that major for someone proficient in Symfony. Please have necessary expertise.

Categories: Bug, MySQL, PHP Tags: , , , , , ,

Video Online Site Using WordPress

September 29th, 2011 Comments off

We need a developer to create a website using wordpress with a unique style. It will have a theatrical vibe with a HD window to play videos within the design.
Like for example: http://tinyurl.com/3h3lca5

However, the player would reside in the opened curtain.

If you have limited skills, this is not for YOU!

This website will use jwplayer licensed version within it. Therefore, you would integrate the wordpress plugin within the website.

Please show samples of work to show that you are capable of doing this type of work.

New Project WordPress – Joomla

September 29th, 2011 Comments off

Here are the breakdowns:
A. website structure and functionality
duration: 4 weeks

1. Existing site (www.silvamethod.com.au ) will be migrated (cloned/copied) to another server with JOOMLA or Word press

The new website to have a feel and look like this one: (http://www.silvalifesystem.com/index-2)

2. Part of this website http://www.silvalifesystem.com/seminars/silva-360 site to be cloned (copied) and inserted into the new website.

3. The new site will include all features of advanced portal site
-membership login, purchase, invoicing, payment gateway (using PayPal, worldpay and bank transfer)
-unlimited addition of new pages and new tabs (choices under menu)
-unlimited addition of videos and images to the site (under menu)
- free unlimited CHAT sessions (automated to serve customers – details to be provided by the client)
-free messenger sessions between customers

- Home Page
1- Reflect professional training environment
2- Menu Bar
3- Special Offer Tab
4- Social Media links: Facebook, Linkedin, Twitter, Youtube
5- Email to Friend
6- Courses Tabs � on click PDF open/download for course detail
7- Testimonials from previous students (controllable from admin)

- Book a Course: Online booking option to cover following;
1- Display courses in tabular form showing;
a- Course name with link to open course detail in PDF format
b- Duration and Fee
c- Button to choose mode
d- Schedule Dates (Students can select date from three available dates. For more dates, calendar should open with highlighted dates in red for available schedule. Admin have option to limit the number of students registrations. After the completion of registrations, date should disappear and next available date appears on the table/calendar)

8- Choose payment method
9- Completed Form should email to Admin and Students given email in PDF format. On completion of registration, student can download the form as well for record keeping.
Automatic serial/reference number generation on form for record keeping

- Payment integration: Paypall, Credit Card/Debit Card
- Contact Us form with Google map to show location
- Some other pages like: FAQ, Terms & Conditions, Privacy Policy, etc

Bear