Archive

Posts Tagged ‘strong’

Website Maintenance And Html Styling 2

January 6th, 2012 Comments off

A STRONG GRASP ON THE ENGLISH LANGUAGE IS A MUST!

Developer seeks someone with a strong knowledge of CSS and HTML to assist with ongoing projects. You will be tasked with data entry, product description styling, Image procurement as well as some minor textual editing for SEO.

A STRONG GRASP ON THE ENGLISH LANGUAGE IS A MUST! If you cannot type fluent English, then you cannot help with editing, so please save both of our time and do not apply.

You will be working via a CMS system to man…

Website Maintenance And Html Styling

January 5th, 2012 Comments off

A STRONG GRASP ON THE ENGLISH LANGUAGE IS A MUST!

Developer seeks someone with a strong knowledge of CSS and HTML to assist with ongoing projects. You will be tasked with data entry, product description styling, Image procurement as well as some minor textual editing for SEO.

A STRONG GRASP ON THE ENGLISH LANGUAGE IS A MUST! If you cannot type fluent English, then you cannot help with editing, so please save both of our time and do not apply.

You will be working via a CMS system to man…

New Php/asp Website With Shopping Cart + Mysql

January 2nd, 2012 Comments off

We are looking for a robust budget designed online shop with strong back office.In the style of www.matchesfashion.com

1. The coder or developer should be able to demonstrate a strong e-commerce background and have a high level of activity here on FL.
2. Strong English in spoken and written terms
3. ideally a ISO award
4. Willingness to question and make recommendations outside the features of this bid to add value, based on experiance
5. Strong SEO abilities and Google page rank analytic…

Write Strong Contents For Our Website

September 10th, 2011 Comments off

We have launched a website for our IT consulting Business. We would like someone to write strong contents for our site. We will provide contents tips.

Form Submit Added To Existing Button Link

August 14th, 2011 Comments off

Our coupon website allows clients to post their coupons. When they create an online coupon in their admin page…the site generates a “button” which links back to the page which has their coupon. Our clients put this button on their web sites so visitors can click on it to view and print their coupon from our server.
We need to add a form submit to the generated code for the button.
We need Email, Full Name, Address, City, State, Zip, Phone.

View an example with one of our clients here:
www.westchestersmiledesign.com
Click on the yellow “Get discount coupon here” button on the top.
THis takes you to a page where you’re required to fill out the form before continuing to the coupon page.
It also sends the date to our email.

Only here the submit page is built into our clients web site.
We Do NOt Need THis.

We need a botton that generates it’s own form submit (perhaps with our logo from wheresthatcoupon.com on the top) then onto the coupon page

Here’s the code from that build (you can also see using view source at www.westchestersmiledesign.com)

<div id=”eMail”><p class=”eMail”>Email: <a href=”mailto:info@caliandentistry.com”>info@caliandentistry.com</a></p>
<p><a href=”http://www.caliandentistry.com/coupons.php”><img alt=”" src=”http://www.wheresthatcoupon.com/images/webcoupon_button.jpg” height=”33″ width=”88″ border=”0″> </a></p></div>
</div>

</div>

<p>Please fill the form to be taken to your free coupon print page.</p>

<script type=”text/javascript” src=”jquery.js”></script>
<script type=”text/javascript” src=”validator.js”></script>
<form action=”mail.php” method=”post” onsubmit=”return validation();”>
<table cellpadding=”0″ cellspacing=”0″ border=”0″ class=”form”>
<tr>
<td class=”left”><strong>* Email: </strong></td>
<td><input type=”text” class=”text” name=”email” id=”email” /></td>
</tr>
<tr>
<td class=”left”><strong>* Full Name:</strong> </td>
<td><input type=”text” class=”text” name=”name” id=”name” /></td>
</tr>
<tr>
<td class=”left”><strong>* Mailing adress:</strong> </td>
<td><input type=”text” class=”text” name=”address” id=”address” /></td>
</tr>
<tr>
<td class=”left”><strong>* City:</strong> </td>
<td><input type=”text” class=”text” name=”city” id=”city” /></td>
</tr>
<tr>
<td class=”left”><strong>* State:</strong> </td>
<td><select name=”state” id=”state”>
<option value=”Select” selected=”selected”>Please select</option>
<option value=”Alabama”>Alabama</option>
<option value=”Alaska”>Alaska</option>
<option value=”Arizona”>Arizona</option>
<option value=”Arkansas”>Arkansas</option>
<option value=”California”>California</option>
<option value=”Colorado”>Colorado</option>
<option value=”Connecticut”>Connecticut</option>
<option value=”Delaware”>Delaware</option>
<option value=”District Of Columbia”>District Of Columbia</option>
<option value=”Florida”>Florida</option>
<option value=”Georgia”>Georgia</option>
<option value=”Hawaii”>Hawaii</option>
<option value=”Idaho”>Idaho</option>
<option value=”Illinois”>Illinois</option>
<option value=”Indiana”>Indiana</option>
<option value=”Iowa”>Iowa</option>
<option value=”Kansas”>Kansas</option>
<option value=”Kentucky”>Kentucky</option>
<option value=”Louisiana”>Louisiana</option>
<option value=”Maine”>Maine</option>
<option value=”Maryland”>Maryland</option>
<option value=”Massachusetts”>Massachusetts</option>
<option value=”Michigan”>Michigan</option>
<option value=”Minnesota”>Minnesota</option>
<option value=”Mississippi”>Mississippi</option>
<option value=”Missouri”>Missouri</option>
<option value=”Montana”>Montana</option>
<option value=”Nebraska”>Nebraska</option>
<option value=”Nevada”>Nevada</option>
<option value=”Ohio”>New Hampshire</option>
<option value=”Ohio”>New Jersey</option>
<option value=”New Mexico”>New Mexico</option>
<option value=”New York”>New York</option>
<option value=”North Carolina”>North Carolina</option>
<option value=”North Dakota”>North Dakota</option>
<option value=”Ohio”>Ohio</option>
<option value=”Oklahoma”>Oklahoma</option>
<option value=”Oregon”>Oregon</option>
<option value=”Pennsylvania”>Pennsylvania</option>
<option value=”Puerto Rico”>Puerto Rico</option>
<option value=”Rhode Island”>Rhode Island</option>
<option value=”South Carolina”>South Carolina</option>
<option value=”South Dakota”>South Dakota</option>
<option value=”Tennessee”>Tennessee</option>
<option value=”Texas”>Texas</option>
<option value=”Utah”>Utah</option>
<option value=”Vermont”>Vermont</option>
<option value=”Virginia”>Virginia</option>
<option value=”Washington”>Washington</option>
<option value=”West Virginia”>West Virginia</option>
<option value=”Wisconsin”>Wisconsin</option>
<option value=”Wyoming”>Wyoming</option>
</select></td>
</tr>
<tr>
<td class=”left”><strong>* Zip code: </strong></td>
<td><input type=”text” class=”text” name=”zip” id=”zip” /></td>
</tr>
<tr>
<td class=”left”><strong>* Phone number:</strong> </td>
<td><input type=”text” class=”text” name=”phone” id=”phone” /></td>
</tr>
<tr>
<td class=”left”><strong>* Verification code:</strong> </td>
<td><img src=”antibot.php” alt=”captcha” id=”captcha” />
<input type=”text” class=”text” name=”sec_code” id=”sec_code” /></td>
</tr>
<tr>
<td class=”left”> </td>
<td><input type=”submit” class=”submit” value=”Submit” /></td>
</tr>
<tr>
<td class=”left”><span>*</span> required field </td>
<td> </td>
</tr>
</table>
</form>

</div>
</div>
<div class=”clear”></div>
</div>

We do not need the resulting form submit page to live on our clients site…but rather an middle page for the info submit then onto our link for them

Here’s the original link that our site generates for a coupon:

<a target=”_blank” href=”http://www.wheresthatcoupon.com/cpncreate.cfm?couponid=243&location=223″><img alt=”" src=”http://www.wheresthatcoupon.com/images/webcoupon_button.jpg” height=”33″ width=”88″ border=”0″>

Now we need to add the submit form page to this code and placed on our site so any new or existing coupons built in the admin section will generate the link code for the button now with the submit page as well.

This should not take much time…1 day. This should not cost too much. Any bids awarded it is expressely understood that work done on our site is “work for Hire” status granting ownership to the work done to us.

We have many fixes and need for code changes on our sites…there plenty more to come.

We will give access to our files and site at www.wheresthatcoupon.com upon your bid being accepted.

Need Expert WordPress Developer With Strong Graphic Design

July 14th, 2011 Comments off

I manage a WordPress blog (http://bit.ly/h0DSB9). I have a new design for the home page and need someone to either upload new theme for the site, or just redesign the home page leaving interior pages as is. This is the theme – http://www.gabfirethemes.com/demos/transcript/. The website is an online magazine with thousands of posts and hundreds of users. It’s a massive site with heavy customization. I need someone with strong WordPress expertise as well as someone who is good at graphic design.

We are very price sensitive, so please bid accordingly. If someone bids the right amount and can finish quickly, I will likely end bidding early (perhaps within hours), so please be ready to start immediately and work until the project is completed. When bidding, please include the word “lightning” in your bid comments, so I know that you read and understand these requirements, and that you speak English. If this project goes well, a strong possibility exists that we will want to continue the relationship and have you do additional programming for us for many years. Thank you, and I look forward to working with you.

Adult Site Needs Strong Php Programmer

July 13th, 2011 Comments off

Our adult site needs a VERY strong PHP programmer to help up wrap up. There are 10 or less final task that need to be handled.

PLEASE READ CAREFULLY! DO NOT COPY AND PASTE YOUR SITE LIST!

We need an EXPERT with proven PHP/MYSQL database projects. If you have worked with SNetworks Classifieds Scripts this is a huge plus.

The chosen programmer should be very strong in these areas:

*BE A PHP EXPERT
*Implement pagination controls of data results
*Form validating and posting
*Integration of Paypal (AlertPay a plus)into site and admin
*PHP Mail/SMTP implementation and troubleshooting
*Create an admin accessible email list in our admin of all registered users.
*STRONG FEEDBACK REQUIRED 10+ POSITIVE!DO NOT BID IF YOU HAVE LESS THAN 10 POSITIVE FEEDBACK! Sorry we only want professionals on this project. If you bid and have less than 10 we will delete your bid and any message board post without reading them.
*Must have a good understanding of English and available via Yahoo Messenger during US hours.

PLEASE DO NOT COPY AND PASTE YOUR LIST OF SITES! DO THIS INSTEAD.

Instead, post your PHP/Database projects you have worked on. Please include a demo username and password information. If you’re going to send a list of your sites ONLY INCLUDE DATABASE PROJECTS WE CAN VERIFY.

We are not interested in looking through tons of sites that prove nothing to us!

Again, please only post if you have 10+ feedback and are an extremely strong PHP programmer.

Web Designer Needed Strong Css Skills Required

June 26th, 2011 Comments off

Graphic designer needed with strong CSS skill and a keen eye for design to make modifications to colors / fonts / background / buttons of site. Please only send us a link to 4 of your very BEST design projects, we will review then get back to you with the details so that you can provide us with an accurate quote. We are looking for someone with a unique style and great communicator.

C++ And Visualization Toolkit (vtk) Strong Knowledge

April 13th, 2011 Comments off

I am interested in securing a remote tutor to help me on upper division college computational courses. Knowing C++ and VTk is a must. I am willing to p-a-y $10 p-e-r hr.

There are two large projects I have and need someone to help me over the next several weeks or months.
The Visualization ToolKit (VTK)

Awaiting for thoughts

jack

Strong Seo Experience Needed For Web Hosting Site

April 12th, 2011 Comments off

Looking for someone that has very strong SEO experience and has a track record of positive SEO results from past clients.

The ‘Approximate Budget’ has just been set to $500-$1000 but I am open to your best quote after we have spoken about what my plans are with what I need done.

As the title suggests, I need high quality SEO done on one of my web hosting review websites, I will not list it here as I need it to stay private.

I was reading about “reverse engineering steps to beat your competition in seo” and I found another web hosting review site that sold and it had a lot of details about it, I’d like you to ‘reverse engineering’ what they did and do it better with my site.

If you can prove you have done quality SEO with past clients moving their sites up to first pages on Google/Yahoo/Bing then please Private Message me so I can send you all the details about my website and the other site I am referring to.

Thanks.

Html Bot

April 9th, 2011 Comments off

Hello,

I need a html bot to make my writing easier.
The problem is i have to do the html formating every single time and it is time consuming.
so i am looking for a bot whereby,
i can specify, HEAD <h6> tag
then sub head <strong> tag
and then for list and bullet point, include this <ul> & <li> tags.

here is a typical html from my site.
<h6>Reasons to buy Hiphone N800</h6>
<ul class=”disc” style=”margin-bottom: 15px;”>
<li>High Speed WiFi 802.11b/g – Surf on the move.</li>
<li>Dual SIM Dual Standby – Connect to two separate networks at once. Easy switch between 2 phone numbers. <br/>Ability to use (2 GSM Sim Cards) or (1 GSM & 1 CDMA Sim Card).</li>
<li>Dual Cameras with Flash Lamp</li>
<li>3.5-inch Touch Screen</li>
<li>Built-in Java Technology – Get the latest Java Apps. It provides a great platform for Java-based applications.<br />** Please note that China Phones are unable to run Apple Apps & itunes.</li>
<li>Expandable memory upto 32GB</li>
<li>Handshaking Function – Change song and wallpaper by shaking.</li>
</ul>

<h6>Reasons to buy from SaraMobi.com</h6>
<ul class=”disc” style=”margin-bottom: 15px;”>
<li>1 Year Warranty on ALL PHONES. </li>
<li>We check every phone to ensure QUALITY. </li>
<li>We are a Verified & Registered Business. </li>
<li>We offer UNBEATABLE No-Frills Low Prices. </li>
<li>All phones are UNLOCKED & ready for usage.</li>
</ul>

<h6>Technical Specs – Everything about Hiphone N800</h6>
<div class=”col2-set”>
<div class=”col-1″><strong>Size & Weight </strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>Height: 115mm</li>
<li>Width: 60mm</li>
<li>Depth: 10mm</li>
<li>Weight: 123g (Phone + Battery)</li>
</ul>

<strong>Network</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>GSM (850, 900, 1800, 1900 Mhz)</li>
<li>WiFi 802.11b/g</li>
<li>Bluetooth</li>
<li>GPRS – MMS</li>
<li>WAP</li>
</ul>

<strong>Power & Battery</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>1800mAh Rechargeable Lithium-ion battery <br />** We include 2 batteries.</li>
<li>Charging via USB to computer system or power adapter<br />** Free Car Charger worth $15 USD.</li>
<li>Talk Time: About 3-4 Hours</li>
<li>Standby Time: About 350-450 Hours</li>
<li>Internet use: 5 hours</li>
<li>Video Playback: 5 hours</li>
<li>Audio Playback: 40 hours</li>
</ul>

<strong>Capacity</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>81.9MB Internal Memory</li>
<li>Expendable Memory – Upto 16GB TF Memory Card.<br />**  <a title=”Memory Cards” href=”http://saramobi.com/memory-card.html” target=”_blank”>Buy a suitable TF Memory Card</a>. FREE SHIPPING on memory cards!</li>
<li>1000 Contacts Storage</li>
</ul>

<strong>Color</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>Black</li>
</ul>

<strong>Display</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>HVGA Display</li>
<li>3.5-inch (diagonal) Touch display</li>
<li>320-by-480-pixel resolution</li>
</ul>
</div>

<div class=”col-2″><strong>Audio Playback</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>Frequency response: 20Hz to 20,000Hz</li>
<li>Audio formats supported: MP3, WAV, AMR, AWB</li>
<li>Video formats supported:  3GP, MP4</li>
</ul>

<strong>Languages</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>English, Simplified Chinese, Traditional Chinese</li>
</ul>

<strong>Camera, photos, and video</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>Video recording</li>
<li>2.0-megapixel still dual cameras</li>
<li>VGA-quality photos and video</li>
<li>Flash Lamp</li>
</ul>

<strong>In the box</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>Hiphone N800</li>
<li>2 X Batteries (1800mAh)</li>
<li>Earphone</li>
<li>Charger</li>
<li>Data USB Cable</li>
<li>Car Charger</li>
</ul>

<strong>Apps</strong>
<ul class=”square” style=”margin-bottom: 15px;”>
<li>Browser</li>
<li>FM Radio</li>
<li>E-Book Reader</li>
<li>Bluetooth File Transfer</li>
<li>U-Disk</li>
<li>Voice Recorder</li>
<li>Calendar</li>
<li>Organzier</li>
<li>Alarm</li>
<li>World Clock</li>
<li>Stopwatch</li>
<li>MMS Transceive</li>
<li>Caller Picture, Caller Ring Tone, Caller Video</li>
<li>On/Off phone automatically as per schedule</li>
<li>Common Java Games</li>
</ul>
</div>
</div>

so i want to simply thgs with a bot.
possible?

Strong Visual Business Card

April 7th, 2011 Comments off

I need a strong visual designer to design a visually striking business card for me.

Good Examples would be

http://www.tasteofink.com/
http://dzineblog.com/2010/07/150-best-creative-business-card-designs.html
http://www.1stwebdesigner.com/inspiration/minimal-business-cards/
http://www.webdesignerdepot.com/2009/05/100-really-creative-business-cards/

The cards will be printed in 4 color process, I will provide text to the winning bidder.

Card can be either horizontal( 3.5 inches x 2 inches ) or vertical ( 2 inches x 3.5 inches)

BE CREATIVE ! This card should stand out in a crowd

I will be choosing a provider on April 8 My budget is 20.00 US

Symfony Php Web 2.0 Developmen

March 3rd, 2010 Comments off

ABOUT US
We are building out a new, Web 2.0-based concept, with e-commerce and social networking aspects. We’ve partially developed the website in-house and are looking to have someone else take over development responsibilities.

ROLE
We’re seeking an experienced & responsible web development “ninja”, either an individual or a shop, who are quick & seasoned, with a good sense of technical prowess, usability & web design, for a short-term contract of at most 2 months long once knowledge transfer is predominantly completed. The candidate may choose to either build on top of our existing codebase, or start from scratch. It’s your discretion. We only ask that you must meet the 2-month timeline.

The candidate will be the only web developer reporting to the project lead and needs to work independently & remotely.

Responsibilities
- Understand & analyze business direction & requirements
- Use sound usability & web design sense to translate business & technical requirements into solutions
- Execute all development activities: analysis, design, implementation, testing, deployment
- Develop web functionalities leveraging existing code base as part of a small yet highly knowledgeable team.
- Adhere to project timelines, meetings, and deadlines
- Ensure completion of coding assignments, following industry guidelines &standards and best practices
- Periodically report status to team (small touchpoints every few days, weekly status meeting)
- Work independently with potentially little direct supervision
- Must be able to host a publicly accessible work-in-progress version of the website
- Must be able to efficiently manage and respond to change requests, performance & bug reports
- Produce documentation

Requirements
HARD SKILLS

WHAT WE EXPECT IN YOUR INITIAL EMAIL TO US (NO EXCEPTIONS, OR ELSE WE’LL AUTOMATICALLY DELETE YOUR RESPONSE):

* MUST STATE THAT YOU ARE ADVANCED WITH SYMFONY 1.1+.
* MUST SHOWCASE AT LEAST 3 PUBLIC WEBSITES WHICH YOU’VE DEVELOPED RUNNING SYMFONY 1.1+.
* MUST PROVIDE AT LEAST 3 REFERENCES OF PREVIOUSLY SATISFIED US-BASED CUSTOMERS WHICH WE CAN FREELY CONTACT (E.G. 1-2 DAYS’ RESPONSE). THE MORE REFERENCES, THE BETTER.

* Advanced to expert-level PHP 5.x
* Advanced to expert-level experience with CodeIgniter, Joomla, Drupal, CakePHP
* Advanced knowledge of Ruby on Rails (RoR)
* Strong knowledge of Javascript, Javascript frameworks & libraries
* Strong knowledge of CSS
* Strong knowledge of AJAX
* Strong knowledge of Facebook and other social networking API’s, OPENID, OpenSocial, Google API’s, etc.
* Sound knowledge of mySQL, database design, modeling
* Sound HTML, XML, SOAP, JSON, etc.
* Sound understanding of object-oriented paradigm
* Sound understanding of Flash, Actionscript
* Moderate graphic & image manipulation skills
* Working knowledge of Linux shell & Apache implementation & configuration
* Familiar with browser compatibility issues
* Familiar with security paradigms and fundamentals
* Familiar with networking fundamentals

SOFT SKILLS
* has excellent oral & written communication skills
* can work effectively with graphic artists, other developers and non technical (business) people
* works well alone for long periods of time without supervision or guidance (self motivated)
* knows how to multitask and prioritizing tasks
* familiar with the web full life-cycle from start to launch
* has experience designing relational databases from scratch
* has experience creating SQL views, stored procedures, indexes, triggers, etc.
* has experience with high bandwidth web sites
* has strong documentation and reporting skills
* has opinions and is willing to voice and defend them
* be confident enough to ask questions and challenge false assumptions
* be creative and ready to face challenges that don’t have obvious solutions
* can work 20-40+ hours / week – whatever it takes to meet deadlines
* College students and recent grads welcome.

Java Architect And Programmer

January 13th, 2010 Comments off

I am Looking for 2 Senior Java Developers experienced in Server Side Developer development for my application development.Looking for a company or experience java developers for the same .

Technically, the team practices agile development with Java, so you will need to demonstrate a deep understanding and affinity for both these areas.

The underlying operating systems are Linux, so expertise there would be an advantage. Additionally, you will have experience of working in a fast-changing and pressured environment

The programmers should have

Vbulletin W/ Authorize.net

January 4th, 2010 Comments off

The PHP Programmer must be proficient in PHP and will be familiar with common social networking platforms such as WordPress, vBulletin, or similar. Genuine experience in a website programming development role is essential and a first rate portfolio of work is a must.

Skills & knowledge

Jquery Slideshow Fix

December 10th, 2009 Comments off

Hello

i have this website “optimize co il”- and there u can see a slideshow that is on the white note – to make it move u can see the blue arrow..

i would like to put some more images there to slideshow and they are a bit higher from the normal width=”292″ height=”104″ images there..

the project is to be able to put images that will flow on top of the border with the rest of the image.. for example -

here is how it looks like with plain size image
http://www.optimize.co.il/small.jpg

when there will be an image with bigger height it will look like this:
http://www.optimize.co.il/big.jpg

i would like this to look exectly as it is now – working on all browsers and managed from the html code of the website if i choose to add some more images in future.

please see the code and u will notice the <!– note –> i placed there with the needed images for the slideshow.

<!–
<li><a href=”clients.html”><img src=”images/clients/free1.png” width=”292″ height=”154″ alt=”" /></a><br />
<strong>אתר:</strong> www.free1.co.il<br /><strong>מילות מפתח:</strong>מכרז, מכרזים</li>

<li><a href=”clients.html”><img src=”images/clients/kibuttz.png” width=”292″ height=”154″ alt=”" /></a><br />
<strong>אתר:</strong> www.ha-kibbutz.co.il<br /><strong>אתרים:</strong>הקיבוץ בעיר – הקיבוץ בנמל</li>

as well, when this will work i would like to add a function that will slide them ALSO automatically and not only menualy – every 3 seconds.

thank you for your time.

Strong Pr Links To Escort Site

November 4th, 2009 Comments off

I need to boost page rank of my adult escort directory. Willing to buy multiple strong links from related themed websites (adult, escort, nightlife etc.). Please make your proposals.

Html Conversion

November 3rd, 2009 Comments off

Convert the following HTML tags, elements, and text to a Microsoft

Strong Php Developer / Team

October 18th, 2009 Comments off

We are looking for a PHP Developer or a Firm who specializes in the following development framework: PHP-Symphony or Zend Framework and MYSQL DB.

We are a marketing company based in Florida specializing in Web Based software development. Please send us your profile along with work sample.

Indian developers based in Bangalore, Chennai & Pune are welcome. We already have teams working in this location.

Brown

Magento Multiple Store Project

October 10th, 2009 Comments off

Looking for a company or an individual with lots of Magento experience to develop a multiple store website. The website will contain 5 store fronts all working with the same inventory. The first of the 5 websites will need to be created and live within 3 weeks.

The individual or company will need to bring strong experience in UI and design as well as development and programming. Also strong project management skills.

The functionality of the site will be like www.gap.com. Please take a close look at this site. We especially like the ability to use one checkout process.

For our project, each tab will represent an entirely different domain name (not oldnavy.gap.com). For example, if I search in Google for Banana Republic, the banana republic TAB is the page that google ranks. We need this functionality for our websites because we will have very strong SEO and PPC programs for each domain.)

Two of the websites are currently built on a Volusion platform and the programmer who we choose will need to transfer the inventory data, customer data, order data, SEO and other information from Volusion to Magento. You be responsible for ensuring that the site maintains its SEO elements during the transfer, as well as its connections with 3rd party affiliates like amazon.com.

We’re looking for a strong working relationship from a company or an individual who can bring to the table very strong UI, design, development, programming experience, as well as data transfer experience (particularily from Volusion to Magento). We will choose the candidate that we feel has the strongest experience and skills to accomplish this important project.

Please respond with your bid, examples of work, and answer these questions: 1) Do we need to purchase the enterprise version of Magento in order to create this multiple store project? and 2) If we choose to use the enterprise edition, will we need to buy FIVE enterprise packages from Magento or only 1.

X-cart – Php – Mysql – Expert

September 17th, 2009 Comments off

I am attempting to determine if I can find an actual X-cart Expert on Scriptlance for a large variety of difficult task in the coming months, and the appropriate wage in your user page to budget for (I know exactly how long these task take because I have had the Official X-cart team themselves quote them).

This person would have need to be an EXPERT in
PHP
MySQL
AJAX – Javascript – JQUERY (X-cart 4.3)
CSS

Some of the many task will include:
- Custom 1 page checkout
- Custom Shipping modules
- Individual Page and Category template system
- Strong image manipulation (resizing, tiling (for zoom), water marking.
- Custom Image database (Like Adobe Scene7)
- Building a unified system where all X-cart data across dozens of stores can be maintained
- Much more

A strong portfolio of X-cart sites/custom modifications required.
G-talk Instant messenger availability and strong English skills also a must.

Hoping to find all of these strengths in one affordable (keep in mind these is over 100 hours of work) individual.

I look forward to hearing from any one qualified and reviewing portfolios.

Categories: Ajax, CSS, Javascript, MySQL, PHP Tags: , , , , , ,

Sql And Php Help

September 16th, 2009 Comments off

I have a script that after a person makes in post in a certain state there is an email sent to everyone in that database thats in that state. the issue i am having is it is sending an email for each person in one email. Everyone in the state still gets an email but it has other peoples info as well as theres. If i close out the while statement before i send the email it only goes to the first person in the db. any help is appreciated. code below.

$pquery_data = sprintf(“SELECT * FROM members WHERE state=’$sb’ AND subscribe=’$act’ “);

$presult = mysql_query($pquery_data, $con) or die(mysql_error());

while($row = mysql_fetch_array($presult))

{

$to = $row['email'];
$network = $row['state'];
$name= $row['fname'];
$uid= $row['id'];
$did= $_POST['pid'];
$port = $_POST['uid'];
$title= $_POST['topic'];
$cityo= $_POST['city'];
$state= $_POST['state'];
$industry= $_POST['industry'];
$subject = “New job lead in your area”;
$date = date(“Ymd,H:i:s”);
$MAIL_HEADER = (“From: n”);
$MAIL_HEADER .= (“Content-Type: text/html; charset=utf-8n”);
$MAIL_HEADER .= (“MIME-Version: 1.0nn”);

$email_info .= “<img src=”http://www.chilliweb.us/projects/lead_master/logo2.png”style=”border:0 none” ></a><p>n”;
$email_info .= “n”;
$email_info .= “Hello<strong> “.$name . “, </strong>nn “;
$email_info .= ” Network:<strong> “.$network . “</strong><p>nn”;
$email_info .= ” At Lead Master we are dedicated to helping you find a job. We have designed our site to notify you whenever there is a new posting in your network. This email was sent to you because a new job lead has been posted. Check out the post below.<p>nn”;
$email_info .= “<img src=”http://www.chilliweb.us/projects/lead_master/images/div.gif”style=”border:0 none” ><p>n”;
$email_info .= “Title: <strong> “.$title . “</strong><p>nn”;
$email_info .= “City: <strong> “.$cityo . “</strong><p>nn”;
$email_info .= “State: <strong> “.$state . “</strong><p>nn”;
$email_info .= “Industry: <strong> “.$industry . “</strong><p>nn”;
$email_info .= “<p>To view this listing <a href=”http://myleadmaster.com/read.php?id=”
. $did . “&port=”. $port .”" title=”view thread” . $tuh . ” “> click here</a><p>”;
$email_info .= “Good luck with your job search and thank you for allowing myleadmaster.com to assist you.<p>nn”;

$email_info .= “Sincerely,”.$aed . “<p>nn”;
$email_info .= “The Lead Master Team”.$aed . “<br/>nn”;
$email_info .= “<a href=”http://www.myleadmaster.com”style=”border:0 none” >Myleadmaster.com</a><p>

Categories: MySQL, PHP, Programming, SQL Tags: , , , , , ,

Swoopo Like Clone Problem

July 11th, 2009 Comments off

i have up a swoopo like clone. It works but just notice a bug there
i will login as a member and then i will just go to watch an item.

in one of the boxes i have:

Savings:
Worth up to: $12.00
Placed bids (1): $1.00
Price: $0.30($1.00)
Savings: $10.00

My problem is Placed bids (1): $1.00 since one bid is just 0.15$
I do not know why is like that but i do know the file and the lines you will need to edit. It should not take more then 5-10 min…

<tr><td height=”8″></td></tr>
<tr>
<td colspan=”2″ height=”20″ class=”saving_heading”><strong>’.$lang['Savings'].’:</strong></td>
</tr>
<tr>
<td class=”saving_worth”>’.$lang['Worth_up_to'].’:</td>
<td class=”saving_worth_value”><strong>’.$functions->Get_Price_format($sqlRow->normal_rate).’ </strong></td>
</tr>’;
if($_SESSION['SESSIONUSERID']!=” || $sqlRow->end_bid==’Y')
$product_detail.=’<tr>
<td class=”saving_worth”>’.$lang['Placed_bids'].’ (‘.$my_bids.’):</td>
<td class=”saving_worth_value”><strong><div id=”place_bid_div_’.$sqlRow->id.’”> ‘.$functions->Get_Price_format($my_bids_rate).’</div></strong></td>
</tr>’;
$product_detail.=’<tr>
<td class=”saving_worth”>’.$lang['Price'].’:</td>
<td class=”saving_worth_value1″ id=”a_current_price2″ align=”right”><div id=”price_index1_div_’.$sqlRow->id.’”>’.$New_Max_bid.’</div></td>
</tr>
<tr>
<td colspan=”2″ bgcolor=”#434343″ height=”1″></td>
</tr>
<tr>
<td class=”saving_worth”>’.$lang['Savings'].’:</td>
<td class=”saving_worth_re” sid=”user_savings” ><div id=”price_save_div_’.$sqlRow->id.’”>’.$functions->Get_Price_format($saving_price).’ </div></td>
</tr>
<tr>
<td height=”5″></td>

</tr>
<tr>
<td colspan=”2″ class=”Price1_text1″ align=”center”>’.$lang['retail_price'].’</td>
</tr>
</table>

I also attached the file that i think needs to be edit.
Also i want to understand please what you did when the problem is fixed.

Thank you!

Replica Designer Handbags

June 28th, 2009 Comments off

In Fashion-in-bag all products are &lt;a href=’http://www.fashion-in-bag.com/’&gt;&lt;strong&gt;Replica Designer Handbags&lt;/strong&gt;&lt;/a&gt; ,high quality and original design.Every &lt;a href=’http://www.fashion-in-bag.com/’&gt;&lt;strong&gt;Designer Handbags&lt;/strong&gt;&lt;/a&gt; are selected strictly at the top grade criterion-the most fashion style,the finest material and the lowest price.We wish each customer can be satisfied with every our &lt;a href=’http://www.fashion-in-bag.com/’&gt;&lt;strong&gt;Replica Handbags&lt;/strong&gt;&lt;/a&gt; which we sent out.It is our principle that we must take you to the world of named brand &lt;a href=’http://www.fashion-in-bag.com/’&gt;&lt;strong&gt;Designer Replica Handbags&lt;/strong&gt;&lt;/a&gt; personally.Else,we believe if only focusing on the quality of bags that can make us grow better as far as possible.

Strong Articles Writers

June 18th, 2009 Comments off

I am looking for strong writers with excellent English to write 8 articles and 2 press releases Each should be about 500 words. All article must be 100% original and of excellent quality

my site restaurant-data.com is selling great ebooks that every one in the restaurants industry badly needs

ARTICLES MUST BE NEW and not copied form any site or an old one which is featured in any other website, or anywhere else for that matter A high standard of work, can lead to many long term writing projects.

* Article Sector: Food and Beverage Management, Restaurants Management, Service staff training guide, Restaurants SOP, Handbook

E-commerce And Sharepoint

June 9th, 2009 Comments off

We are looking for someone with the following experience to work on our project:

Strong Articles Writers

May 31st, 2009 Comments off

I am looking for strong writers with excellent English to write 8 articles and 2 press releases Each should be about 500 words. All article must 100% original and of excellent quality. … The purpose of the articles is to get more traffic to my site restaurant_data.com
which is selling great ebooks that every one in the restaurants &amp; Hotels managements industry badly needs but I do not make enough sales because I do not have targeted visitors.

ARTICLES MUST BE NEW and not copied form any site or an old one which is featured in any other website, or anywhere else for that matter A high standard of work, can lead to many long term writing projects.

* Article Sector: Food &amp; Beverage Management, Restaurants Management, Service staff training guide, Restaurants SOP &amp; Handbook

Press Release

May 14th, 2009 Comments off

I need a well-written, highly news-worthy press release with a catchy message, based on a new fitness program concept that we have designed. We have developed an exciting new program and want to announce it to the world.

MUST be impeccably written by a native English speaker with strong understanding of nuance. Must have a strong headline and include not only who, what, why, where, when, how details, but include some attributable quotes and (light) company branding in an easy-to read format.

Details will be provided to winning bidder. I would like to see work samples before I decide. All the details and copy for a sales page are already written. I just need it to be worked into a strong press release. To get an idea of the new program you are to introduce:

http://www.kitchenintervention.com

Zip File To Flash File Convert

May 11th, 2009 Comments off

The attached .exe file needs to be changed to flash to work in this website page. When somebody visit the website the file should play automatically but now it won’t do that. You can fix it?

&lt;!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;How-To Create A Free Blog To Increase Your Website’s Traffic &lt;/title&gt;
&lt;meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;div align=”center”&gt;&lt;font size=”+4″&gt;Temporary Webmaster Secret Tricks That Brings
Traffic To Your Website via Free Blogs&lt;/font&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;
&lt;b&gt;&lt;font color=”#000000″ face=”Arial, Helvetica, sans-serif”&gt;&lt;span style=”BACKGROUND: yellow”&gt;
Follow This Step-by-Step &lt;u&gt;(Video 2)&lt;/u&gt; Tutorial on How To Create A Free Blog
To Increase Your Website’s Traffic&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;
&lt;table width=”95%” border=”0″&gt;
&lt;tr&gt;
&lt;td&gt;&lt;body bgcolor=”#FFFFFF”&gt;
&lt;object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0″ width=”640″ height=”497″ id=”myMovieName”&gt;
&lt;param name=”movie” value=”Video02_controller.swf?csConfigFile=Video02_config.xml”&gt;
&lt;param name=”quality” value=”high”&gt;
&lt;param name=”bgcolor” value=”#FFFFFF”&gt;
&lt;param name=”FlashVars” value=”csConfigFile=Video02_config.xml”&gt;
&lt;embed src=”Video02_controller.swf?csConfigFile=Video02_config.xml” FlashVars=”csConfigFile=Video02_config.xml” quality=high bgcolor=#FFFFFF width=640 height=497 type=”application/x-shockwave-flash” pluginspace=”http://www.macromedia.com/go/getflashplayer”&gt;
&lt;/embed&gt;
&lt;/object&gt;&lt;/td&gt;
&lt;td valign=”top” bgcolor=”#FFFF66″&gt;&lt;p&gt;&lt;strong&gt;Video 1&lt;/strong&gt; – How To Get
Website Links By Writing Informative Blog Comments&lt;br&gt;
&lt;strong&gt;Video 2&lt;/strong&gt; – How To Get Website Links By Starting Your Own
Blogs &lt;br&gt;
&lt;strong&gt;Video 3&lt;/strong&gt; – Proven Ways To Get Links By Writing &amp;amp; Distributing
Online Articles&lt;br&gt;
&lt;strong&gt;Video 4&lt;/strong&gt; – How To Get Links By Selectively Writing Testimonials&lt;br&gt;
&lt;strong&gt;Video 5&lt;/strong&gt; – How To Get High PR Links In By Simply Buying
Them&lt;br&gt;
&lt;strong&gt;Video 6&lt;/strong&gt; – Create Your Own Content Sites For Long Term
Links&lt;br&gt;
&lt;strong&gt;Video 7&lt;/strong&gt; – How To Benefit From Careful Reciprocal Linking&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;&lt;font color=”#008000″&gt;Download All 7 Videos For $24.99&lt;/font&gt;&lt;/strong&gt;&lt;/h3&gt;
&lt;form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”&gt;
&lt;div align=”center”&gt;
&lt;input type=”hidden” name=”cmd” value=”_s-xclick”&gt;
&lt;input type=”hidden” name=”hosted_button_id” value=”5332411″&gt;
&lt;input type=”image” src=”https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”&gt;
&lt;img alt=”" border=”0″ src=”https://www.paypal.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″&gt;
&lt;/div&gt;
&lt;/form&gt;&lt;br&gt;
&lt;strong&gt;7 Videos = 128 total minutes&lt;/strong&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/body&gt;
&lt;/html&gt;

Smarty Expert If/else Assign

May 7th, 2009 Comments off

Hello and thanks for reviewing my small project.

I need someone that is available right now for the next few hours and can work with me via yahoo instant messenger.

I will pay through SL Escrow.

The Project:

Login here with user: test2 pass: test2
https://www.alliedtruststore.com/index.php?ukey=auth

you can see there if active_aff = 1 right? well that’s it ..if the customers active_aff field = 1 ..show affliliate information and links…else do nothing …dont show it..this needs to be defined somewhere in a class i don’t know where

I only added the field in their SQL table already and i made it always default 0 varchar not null and i changed test2 to 0 and test30 to 1 to see if it works as you go.

*note
Please, if you are not a fluent SMARTY expert that has dealt with smarty templates and classes don’t bid. Guaranteed this is the hardest if statement you ever write and will take a solid hour or so do not waste my time thinking this is some simple in and out 10 min job any coder can do. EXPERT ONLY this is a very exploded script pulling assign’s from thin air. I will leave you bad feedback if not, if you don’t know smarty in and out don’t bid.

well this new field isnt smarty assigned anywhere …there are like 5 class.php files it could be in /modules /core funtctions /includes /classes

its not assigned so it will never show up for one…then to make it listen to a new if statement like if smatry.active_aff==1 or something then show this table…

i don’t know where it needs to be assigned …. /templates/frontend/user_account.html

&lt;h1 align=”center”&gt;Your Account Home &lt;/h1&gt;
&lt;table cellpadding=”15″ cellspacing=”0″ width=”100%”&gt;
{section name=op loop=$ChildShortHTMLs}
{if $ChildShortHTMLs[op].tpl ne ”}
{include file=$ChildShortHTMLs[op].tpl}
{/if}
{/section}
&lt;/table&gt;

/templates/frontend/short_affilaite_program.tpl

&lt;tr&gt;
&lt;td valign=”top”&gt;
&lt;table width=”400″ align=”center”&gt;
&lt;tr&gt;&lt;td align=”center” valign=”top”&gt;
&lt;p&gt;&lt;strong&gt;Account Information:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;

Website Design / Program-seo

April 30th, 2009 Comments off

Hello All,

I’m looking to develop TWO (2) FULLY EDITABLE websites , preferably with an easy-to-use CMS-Contact Management System. Designer will create and design 2 town / community websites. I’m still working on colors ideas and open to suggestions. My sister will design the logo, but if you are a strong logo designer, let me know. The two sites can be an exact copy of each other, maybe different colors, but the theme, layout will be the exact same. The webcam, colors, name, logo and photos will be different since it’s two different towns, but EVERYTHING ELSE WILL BE EXACTLY THE SAME.

I want VERY MODERN, clean looking, simple site not crowded / busy and very professional looking.
I don’t want JUST A PROGRAMMER, I want an experienced DESIGNER, who can give me samples of colors, fonts, and suggestions.

I want it to look similar but not exactly like this site:
http://www.portsmouthnh.com

This sample site has boring colors, boring font and is a little busy—BUT ALL THE CONTENT AND PAGES I WANT.

Anyone with the added skills of SEO (proven and verifiable SEO experience) will be considered first.
I was told the best design should be in PSD and HTML+CSS, but I’m not sure, as I’m not techie. Since I’m not very techie, I’d like EASY suggestions / ideas on how to get ALL THIS DATA uploaded and current on a daily basis.

These sites will have clickable AFFILATE links and banners, anyone with experience developing business sites integrated with AFFILIATE program links will be given priority.

KEY REQUIREMENTS:

<li>I want to look at your portfolio (don’t send me list of half working sites) I want to see fully active sites.
<li>YOU MUST HAVE at least five(5) feedbacks of ten (10) stars on Scriptlance
<li>Preference will be given for those who can provide MOCKUPS.
<li>Preference given to those with strong, proven, verifiable SEO experience
<li>Preference given to those who have strong experience with Affiliate programs can provide sites with affiliate links
<li>I want to see samples of your easy-to-use CMS (Contact Management System)
<li>Sites must be FULLY EDITABLE via CMS (Contact Management System), I don’t want to have to hire a programmer to do anything.
<li>I want a webcam on both sites and need to know how to link to our local webcams, (also, I may want to change the webcam from time to time, since we have 50 in my town, so I want it to be EASY to change the link on my own).
<li>Please include your TIME FRAME for completion with your bid.
<li>Must have strong ENGLISH communication skills both speaking, writing, spelling and grammar
<li>Your bid will be for the design and development of BOTH SITES, almost carbon copies of each other except for Color, Name, Photos, and webcams

FUTURE BUSINESS FOR YOU ONLY: I’ll be developing 4 other sites over the next couple of months, if you do a great job, the business will be yours (as long as you have created similar sites). I will post the job on Scriptlance FOR YOU ONLY. The sites will be:
1-Fitness site, with the ability to upload videos
2-a sales website which sells coffee and tea
3-A private investigator website
4-A job board

Thank you for bidding, I look forward to working with you.

Marketing / Writing Expert

April 6th, 2009 Comments off

Hi,

This is a project to develop a strategic referral program along with all the writing and promotion articles needed to start this successful marketing campaign.

The business involved is a website design/hosting company that would like to generate some kind of interesting buzzmarketing to get other to help sell and talk about the services for the business.

The marketing campaign must be clever and well structured. It has more than a single approach, it offers a job, a business opportunity and web design/hosting services.

Ideas. Many. I’ve compiled a list of referral programs and my own ideas on a direction.

For business owners I want to reverse the typical referral program and give them a higher % for the first referrals so they see the value in buying a website with us along with the quality.

Ex for business owners.
33.3% for first three successful referrals. 15% for referrals after.
(they see potenial in getting their website fees back fast without hassle.)

Ex for authorized associate (per month I think)
15% for first
20% for second
25% for third and all the rest.

These numbers are all ficticious.

Here is all kinds of file I have extracted from the internet to give more of an overview.

The successful bidder must have strong communication and be willing to work with me to develop a great marketing/writing/referral plan.

I need a strong numbers/marketing/writing team for this project.

The attached zipped file is just some of the research from other sites I’ve done and some of my own ideas put together.

What I really would like to accomplish is getting business owners excited about getting a website with us because they can advertise their website and make money back and people looking for extra income getting excited about the program as well.

Hard to describe the goals of this project and that’s why it is being such a long read right now.

Here is something I think would be good.

1. Business owner buys website
2. Promotes website
3. If someone is interested he can tell them how much he paid for the website and let them know that they can get a similar website customized for them for the same price.

Example.

If someone has a flash website which cost more they refer to us and we know how much we sold that website for and know how much to quote for the new customer.

If someone has a basic website and was referred from that business owner we know what we sold that website for and could quote the new customer.

The point.

When a business gets a website from us the their website becomes their selling tool and they can quote a friend or client easily on what they paid for their website making it easy to refer new customers.

I will have gtalk, msn and email available for strong communication on this project.

Thank you for your time.

Spy And Espionage Theme Optin

March 28th, 2009 Comments off

Wanted cool graphics and design for squeeze page (optin page), product graphic bundle, ebook cover and manuscript product. Graphics and design need to communicate a spying, secrecy and espionage feel. Need a strong and unique web 2.0 design with glossy and dimensional feel – similar to that used in http://www.whatisseaaloe.com/.

Description Theme/Concept
The theme we are trying to communicate is espionage, we want to be perceived as a male and female spy who are uncovering secrets of high importance. We are the trusted guardians of these life changing secrets until we can deliver this information. We want the veiwer to experience elusive, mysterious, feelings and be intrigued. We want there to be an element of secrecy and spying.

Colours and Additional Design Parameters

We would like writing, and something that portrays espionage, secrecy and spying. We would like black headers and footers with bold color combination similar to that used in http://www.whatisseaaloe.com . We would like the inclusion of pictures that are aligned with the espionage theme. For instance a warning or top secret sign, male and female spy outlines – not necessarily with detailed features.

Let me stress the BOLD and STRONG Colors. The design must be strong as well as unique. Perhaps with a glossy feel. It has to portray a high level of professional design with an illusion of dimensional feel to it. (Not a flat feel)

Design must have a web 2..0 feel with rounded corners.

Graphic Components Needed:

Item 1…Squeeze page (Optin in page) with Header/footer and optin box

This would be cut to html and site ready once the design is approved.
Autoresponder optin code for the optin box will be provided with the design is approved.
Headline on header should be “Social Traffic Intelligence”
Subheadline – none
Body text will be entered by us.

Item 2… Product bundle graphic, examples at

http://www.outbackaffiliates.com/graphics/

Our product consists of 1 ebook, 1 manuscript, a group of 12 cds, a group of 10 dvds, then a group of 7 dvds, and 1 dvd by itself.
Provide a small, medium and larger version – with out shadowing at bottom.

Item 3…1 ebook cover (small, medium, large)
Text is Social Traffic Intelligence

Item 4…1 manuscript cover( small, medium, large)
Text is Social Traffic Espionage- Manuscript cover example at http://www.outbackaffiliates.com/graphics/

Item 5…Squeeze page Revised – this would same page as squeeze page with the optin box removed so body text can be added..

Item 6… Blog Header and footer with same theme and style as optin box for blog at http://www.socialtrafficespionage.com/blog designed to be fitted to dimensions of blog. This would be cut to html and site ready once the design is approved.

Item 7…All graphics will include finished jpg, gif, png and psds.

Item 8… Colours and Additional Design Parameters

We would like black headers and footers with bold color combination similar to that used in http://www.whatisseaaloe.com would probably suit. We would like the inclusion of pictures that are aligned with the espionage theme. For instance a warning or top secret sign, male and female spy outlines – not necessarily with detailed features.

Let me stress the BOLD and STRONG Colors. The design must be strong as well as unique. Perhaps with a glossy feel. It has to portray a high level of professional design with an illusion of dimensional feel to it. (Not a flat feel)

Design must have a web 2..0 feel with rounded corners

Quick Job Minor Change To Code

March 28th, 2009 Comments off

I have attached a file here, which needs some coding. It should be fairly easy job for anyone who knows php and wordpress.

I want the “amazonsmallurl” image to be hyperlined to “amazonurl”.

Turnaround should be within 1/2 an hour. The code is as below;

CODE START

&lt;div class=”subcolumns”&gt;&lt;div style=”border:0px solid #000; padding: 5px; margin-bottom: 15px; background: url({$AmazonLogoSmallUrl}) right

bottom no-repeat #ffffff; “&gt; &lt;div style=”width: {$MediumImageWidth}px; float: left; margin-right:10px;”&gt; &lt;a

href=”{$AmazonUrl}” target=”_blank”&gt;&lt;img src=”{$MediumImageUrl}” width=”{$MediumImageWidth}” height=”{$MediumImageHeight}”

border=”0″ /&gt;&lt;/a&gt; &lt;/div&gt; &lt;div&gt; &lt;p&gt;&lt;a href=”{$AmazonUrl}” target=”_blank”&gt;{$Title}&lt;/a&gt;&lt;br /&gt;

ISBN: {$ISBN}&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Price:&lt;/strong&gt; &lt;span style=”color: #990000; font-weight: bold;”&gt;{$AmazonCurrency}

{$AmazonPrice}&lt;/span&gt;&lt;br /&gt; &lt;strong&gt;{$TotalOffers} used &amp; new&lt;/strong&gt; available from &lt;span style=”color: #990000;

font-weight: bold;”&gt;{$LowestOfferCurrency} {$LowestOfferPrice}&lt;/span&gt;&lt;/p&gt; Rating {$RatingStars} | Average Rating

{$AverageRating} | Total Reviews{$TotalReviews}&lt;br /&gt; &lt;/div&gt; &lt;div style=”clear: both;”&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;

CODE END

Regards

Graphic Designer/ Web Coder

March 17th, 2009 No comments

If you know you are one of the BEST designers I want to see your work. I have a project on deck that will start IMMEDIATELY and needs a STRONG Designer. Must have the ability to output HIGH quality projects. This will include Web, Print and some designs for video ( i have a video guy who will do the motion and Final Cut). LAYOUT and CREATIVE designing skills are a MUST. Send me your portfolio , I will respond to EVERYONE…. ONLY BID IF YOUR WORK IS WORTHY OF BEING SEEN ON THE TOP NETWORKS. I NEED TOP SHELF DESIGNERS.

Qualifications
- Strong web and print portfolio
- Extensive knowledge of Photoshop, InDesign, Illustrator, Flash, Dreamweaver, Word Press and HTML/CSS
- Solid XHTML CSS development skills
- Experience with interaction design and usability
- Strong understanding of website layout and UI design

The Designer Chosen will have the chance to have work that will last throughout the duration of the year.

This project will involve completing my websites, including banner creations, social networking cross-branding..(ie making sure facebook, myspace, twitter, etc are all intertwined with my website). And also providing web branded transition graphics for my videos etc. I will include a sampling of websites that have some of the functionalities i’d like. Including design layout etc.

www.ryanleslie.com
www.marcecko.com
www.justsamuel.com

Bear