Order Fullfillment Web Tool

Order Fullfillment Web Tool
Hello,

In summary, this tool will be comprised of a mySQL database, and a web interface.

Functionally, it will pull all order information from 2 different 1shoppingcart.com accounts using the 1shoppingcart.com API methods, and populate the database with all fields.

The tool will automatically assign one of four possible statuses, a “shipping method”, “shipping notes”, and “fulfillment method” to each order. (This will be done using a set of criteria that will be built into a simple admin screen. The user will have access to this screen and can make changes to these criteria as needed. All that is required here is a graphical way to set up “If, and, or, then” statements using any data in the fields of the orders)

In the main interface of the tool, the user will be able to search for orders in a variety of ways, and can manually edit some of the fields, and manually change the status of an order.

When the user triggers the “fulfill order” process (hitting a button), the tool will format HTTP GET requests for all “completed” status orders that will be fulfilled through the disk.com fulfillment house (based on the customizable criteria we can setup and modify). If an order fits a different set of criteria, it will be added to one of 3 different printable “fax sheets”.

The user will then be able to print out the fax sheets which contain the shipping information for the orders, and then manually fax these sheets to the vendors.

This ends the summary, detailed specifications will be laid out in the attachments.

Joomla Photo Gallery Portfolio

Joomla Photo Gallery Portfolio
I need a better looking photo gallery. Im using phoca gallery for joomla. I dont like it because uploading images into categories is not easy to do and the design doesnt look good. I want multi image uploading easy category navigation. Here is the current photo gallery http://prowoodinteriors.com/image-gallery .
I like this free gallery http://extensions.joomla.org/extensions/photos-a-images/photo-gallery/6828

But I need a main page where the customer can view images from all categories. Then drill down to individual categories.

Ten Unique Articles Needed

Ten Unique Articles Needed
This project is for 10 original articles.

I have two projects I am involved that requires quality articles written.

Articles will be posted to web sites and to article directories so ALL work must be 100% original content.

Articles will be for the Coffee and internet hosting niches. I will need 5 articles for each niche. The complete details and keyword phrases of the project will be given once the project is awarded to the successful applicant.

It is extremely important that the author is capable of writing in fluent conversational English with attention to grammar.

Articles should be completed ready for publishing and proof-read.

I look forward to working with the winning writer as additional work will be awarded.

New Website Mortgage Banker

New Website Mortgage Banker
I would like a website with 8 active pages but have the cabablity to expand to 12 if needed. I also need a table within the website that will hold inforation and be able to generate letters upon request based upon the information in this. This page needs to be password protected.

I also need help with a conceptual look and a banner that I can use as my email signature, etc. I do not want music, flash media might be okay.

PS I am not technical at all

Finish Php Site W/admin

Finish Php Site W/admin
Site: http://snipr.com/uihj6
Admin: http://snipr.com/uihwq admin/admin

I had a developer start this site from scratch and I need a developer to finish from where he left off in 2 day!! Only bid if you can complete!

Registration Form – Let me explain the process, this should be the final.

* First user selects Basic, Business or VIP memberships
* Main Categories should be check boxes just like Sub Categories.
o ONLY businesses can select Massage Parlors, Gentlemen’s Clubs or Photographers
o Basic members can select Main Categories categories EXCEPT the business categories mentioned above. And 3 Max subcategories (should be able to change this from admin)
o VIP members can select any main category (except business cats) and 6 max subcategories (should be able to change this from admin)
* Subcategories – Right now all the subcategories are showing up, it shouldn’t do that
o each Main Category has specific subcategories for it (some categories have the same subcategories – (I will provide info on this to winning bid)
o The subcategories displayed should ONLY be the subcats for the Main categories selected. it shouldn’t just show all the subcats. Its dependent on what categories are selected.
* If Business member is selected the only thing that should be visible is the Personal Information NO profile info
* VIP Members box should be 2 rows, autoscrolling and show username and location
* email and password should be used for login NOT username
* I don’t see how to manage cities/states from admin. I should be able to mange locations in admin

Right now the pages are not 100% in all browsers. The pages sizing and look should be uniform in all FF, IE, Safari.

Please ask any questions in PMB to get a full understanding of the project. It should be fairly easy for PHP/MYSQL pros.

Site Survey 2

Site Survey 2
I would like to create a survey software package with functionality equal to that of SurveyMonkey.com. The difference is that the software should be designed for easy install on the user’s own website, and run on such a regular hosting solution account.

The user should be able to in an identical way create survey for the site, interface, reporting etc where the software is installed, but should also be able to link survey’s from the users other sites to this one install of survey software.

Instead of creating an inadequate description of the content and functionality I suggest that the programmers register for a free account at SurveyMonkey, explore and judge the functionality and requirements.

Mvc And Object Oriented

Mvc And Object Oriented
Our company needs:

1) Registration Form:
a.) Should be written in Ajax (Jquery)
b.) Validates blank fields and unique username
c.) Captcha Enabled
d.) Send email (activation code);
e.) UI should valid Css/Xhtml
f.) Works Perfect / no Javascript or PHP bug
g.) prefered MVC

2.) Login Form
a.) Ajax/Jquery
b.) 3 maximum attempt for invalid Login and
then captcha will be enabled
c.) valid Css/xhtml
d.) MVC

3.)Profile Form like facebook
a.) Check facebook profile section
b.) It should be similar to facebook
c.) Again it should be MVC

To All Bidders:
Our company only accept bidders for those are competent in MVC and Object Oriented Programming.

Requirements:
1.) MVC
2.) System Analysis
3.) Object Oriented
4.) Css/XHTML
5.) Jquery
6.) Database Design

Thank You

Yahoo Sport Auto Poster Bot

Yahoo Sport Auto Poster Bot
I need a script or program that will allow me to auto post a standard comments on the latest articles on Yahoo EuroSport pages etc.

For example the comments on this article
http://uk.eurosport.yahoo.com/25022010/58/premier-league-mourinho-medal-sold-auction.html

Please contact me if you are able to help and let me know how much you charge, it has already been done so should not be a big job.

Magento Quick Modification

Magento Quick Modification
Need a snippet of code with an “IF” statement that determines this:
If subcategories = id# 1,2,3, (etc.) then change quantity to decimals
If attribute = name, name2, etc. then use integers for the quantity

Here’s the code that is currently NOT working properly:

<?php $_product = $this->getProduct(); ?>
<?php $currentCategory = Mage::registry(‘current_category’); ?>
<?php if($_product->isSaleable()): ?>
<fieldset class=”add-to-cart-box”>
<legend><?php echo $this->__(‘Add Items to Cart’) ?></legend>
<?php if(!$_product->isGrouped()): ?>
<span class=”qty-box”><label for=”qty”><?php echo $this->__(‘Qty’) ?>:</label>
<!–<input name=”qty” type=”text” class=”input-text qty” id=”qty” maxlength=”12″ value=”<?php //echo $this->getMinimalQty($_product) ?>” />–>

<?php $color=$_product->getResource()->getAttribute(‘Color’); ?>
<?php $designer=$_product->getResource()->getAttribute(‘Designer’); ?>

<?php if(((isset ($currentCategory))

Curl & Regex Data Scraping

Curl & Regex Data Scraping
Hello,

I am trying to connect & login to 3 different websites via CURL. After logged in, I am trying to pass a search example:

http://myscript.com/script.php?keyword=shoes

I am then trying to CURL the search results (page source) & regex for a specific pattern so then I can list the results on my script page.

I would like to apply this same idea to 3 different sites. They are all different – but I can explain very well what I need. I can provide all the links of where to login, how to search & etc. I also have the patterns I need to regex out.

This should be very easy for someone who knows PHP CURL & Regex or pregex.

Vbulletin Rss Modification

Vbulletin Rss Modification
Need a plugin designed for vbulletin 3.8. that adds Titled headers for each included forum in the feed. We use phplist to pull the rss feed and mail it out to members. All casting forums (http://www.mymodeltalk.com/jobs/#castings-promotionals) are currently named by the area they correspond to. The issue we want to resolve is that the members cannot tell which forum the threads in the feed are from because it simply lists each thread (one after another). There is no titled header or separator. Nobody can tell where the Atlanta castings end and LA castings start!

External.php is the script that generates rss for our castings forum.
I can designate what forums I want included in the feed by designating the forum id Example: (http://www.mymodeltalk.com/jobs/external.php?forumids=12,13,17).

Really need some type of section header so that people know the area the threads comes from. I prefer we create a totally new feed that I can dynamically define with new forum IDs when needed.
Must include summaries, images, and hyperlinks in the feed but not the full post.

Paying 100.00 USD for this simple addition.

Augmented Reality Project

Augmented Reality Project
Thank you for taking the time to view our project proposal. We are looking for a talented team to develop our Iphone/Android game.
Majority of the code is already developed from other open source projects, the developers would need to combine and optimize the code for mobile devices.
This project proposal is for the core application, there will be many expansions to this project and we are looking for a team that will be able to work with us long term.
Attached is a brief project scope that highlights the various technologies and elements to this project. Please do not submit a bid unless you are comfortable with these technologies.
We are looking for a team with great communication, that can complete this project under budget and before its deadline.
To Be Considered for this Project
1. View Brief Project Scope
2. Sign Non Disclosure Agreement
3. Email/attach
a. Signed Non Disclosure Agreement
b. Previous Relevant Projects
c. References
4. Upon Approval we will then send a development package
Development Package
1. Detailed Project Scope
a. Document with all project details
b. Links to source code
2. Menu Outline
a. Flow chart of application menu
3. Graphics
a. Graphics required for development
How to Submit a Bid
1. Review Development Package
2. Project bid must include
a. Accurate quote
b. Accurate detailed timeframe for entire project
c. Proposed timeline for installment payments based on project milestones