Team of writers and rewriters needed for long term work by destiny0awaits

I need a team of 3 writers and re-writers for regular work. I will pay $1 for 300 words articles ($0.50 for rewritten articles). You will have to write 3 articles as a test. Should you be selected you will be paid for the 3 articles… (Budget: $30-250, Jobs: Article Rewriting, Articles, Ghostwriting, Proofreading)


WordPress Layout Design

Need a design for this site:

http://www.symphonichost.com/RankinPartyRentals/

The layout is fine, but the colors are bad. The middle is going to be a photo slide show, so that is okay, but it should be a little smaller so everything fits in one browser window, top to bottom.

Here are comparable sites. I do not like these designs, but it gives you ideas of what I want.

Current site you can get the images from (do not use the banners):
http://rankinrental.com/inflatables.html

http://www.bouncearoojumps.com/?gclid=CJbQzbjzwqICFQrKsgoddW-26w

http://www.jacksonjumpers.com/

http://www.spacejumpofjackson.com/

Save Images And Resize

Save images from an URL out of the MySQL database and resize them | PHP, MySQL.

In the MySQL database which we use for a comparison site there are located a lot of products (in table ‘affiliSt_products1′). The images of the products (column ‘prodImageURL’ and ‘prodImageSmall’) are now located at the merchant site. So every time when a comparison is made, all images of the products are loaded from the sites of the merchants. We want to have this changed by saving the images to a local directory, resize them (large and small) and change the imagesURLs in the database.

Here are the requirements:
1. Download the images of all products from table ‘affiliSt_products1′, column ‘prodImageURL’. An image can be in GIF or in JPEG format.
2. Save them in the directory ‘/afbeeldingen/origineel’ and use the productname (column ‘prodName’) + productID of the merchant (column ‘merchantProdID’) as filename. Recplace spaces in the filename with ‘-‘. So for example a filename could be Van-der-valk-hotel-Assen-12345.jpg.
3. Resize the images in 2 formats, one which has a width of 180px and one which has a width of 250px. The image quality has to be adjustable.
4. Save the 180px images in the directory ‘/afbeeldingen/klein’ , save the 250px images in the directory ‘/afbeeldingen/groot’.
5. Change the old URLs of the images in the database to the new ones. Update the URLs of the 250px images in column ‘prodImageURL’ and the 180px images in ‘prodImageSmall’.
6. Every night all products are deleted and inserted again. So every night this project has to be run as a cronjob after the products are inserted. This means that I want to run this project directly from the PHP file you are going to create. So for example I want to run this from domain.com/cronjobs/update-images.php.

I have an example database online with all the products. Let me know if you need more information.

Csv Validator

1) Field Validator: Need to validate the complete set of fileds in the CSV file and identify any column mismatch. Also it should fix the preceeding 00 issue with the item number field.

2) Order Table export: The order tables and order details tables need to be exported to a csv file according to a logic that has to be discussed.

Bugfix Joomla Megamenu

The standard Joomla JA_Purity_II template goes with mega-drop-down-box functionality.

We have an issue on this megamenu. Take a look on our attached picture. When we activate megamenu for mainmenu something goes wrong.

We split the menu in two positions. One on top (megamenu: contains level 1 and 2) and one below the header (in blue bar) (contains level 2 and 3, defined in modulemanager). See attachment.

On using the combination of mod_mainmenu and mainmenu to show level 2 and 3 from that mainmenu, some data disappears.On checking the sourcecode, you can see the contents of the span of level 2 is empty.

At the time that we deactivate megamenu there is no problem.
To give you good accountacces we placed the website on an ftp server.