Online Ordering Service For A Small Takeaway Business

Ecommerce web needed that allows customers to order meals online. The website must have following functions:
1.shopping cart
2.function that allows customers to register
3. Function that allowd regular/registered users to prepay (top up their accounts) so when they order online, total is deducted from balance
4. Finally once order is made, reciept in email format is sent to customer email address.

Preferably need to be designed in dreamweaver and programned using php language.

Mobiletuts+ Launches Design Emphasis!

Mobiletuts+ is pleased to announce that we are now consistently publishing tutorials on mobile design! We will be publishing 2-3 times per week on mobile design theory and Photoshop in addition to continuing our coverage of application programming and marketing tips. In celebration of our design launch, MobileLove.org is offering a discount to all Mobiletuts+ […]

Read More

Ten Health Related Articles

Description
I am looking for an article writer with exceptional English language command and the ability to write 10 high quality keyword-optimized articles on a variety of topics.

This can be a long-term relationship that grows, based on the quality of articles produced.

The articles will be on various topics with specific keyword phrases. I will provide the keyword/keyword phrases around which the articles must be written. Each article must be minimum of 500 words, not including the article title. Copyright to each article passes to me upon acceptance and the writer is prohibited from any use of the content whatsoever.

Quality Requirements for each article:
• Article must be unique and original (No Plagiarism)
• Article must pass Copyscape Premium
• Article must be a minimum of 500 words
• Article must be SEOed by using the provided keyword phrase 10 – 15 times per article
• Article must be written in quality conversational English
• Article must provide real information in an engaging style
• Article must be well-written, grammatically correct and properly punctuated
• Article must be submitted according to agreed upon schedule

Please do not bid if you are not fluent in written English.

Keyword examples:
• Bad Breath Cures

Please provide at least one Writing Sample with your bid.

Budget is low, so i might be choosing the lowest bid

Drupal Small Customization Eventmanagement

Hello,

Project-Detail Event-Managment:

User Site:
——————————————————-
1. A registred User can signup for a Event.
2. User can manage his Signups Events over (My Acconts)
Frontend show this attributes: Title of Event, Start/End Date,
3. If user signed for a Event should get a eMail autmaticlly that he has sigend for each Event ( Usercan disable this function to get also a email for signed Events)
4. User can see which Persons are alreday registered for each Event.
————————————-
Admin-Site:
1. Admin has the option to give peremission to all or a certain User to added a Event
2. Admin can edit/remove all Events
3. If a added a Event Admin will get a Email about this Event.
4. Admin can see see how many User a signup for a Event.
5. Admin can set define how many User are able to signup for a Event.
———————————————

Event fornend
—————————–
Title:
Start Date/Time
End Date/Time
Street
Postal – City
///////// Street, Postal and City linked to googlemap.
Country
attached File / img ( jpg, gif, png, pdf…etc)
body

published by:

————————————————-

Important:
————————————–
I use this Eventmangement offline/local!
So, if you make this customizing please make a detailed Video/Tutorial of your work, because i will do the same things on my localmaschine. so i need all Modules which you use and a documentation of your work!!!!
————————————

Tipps:
Useful Modul:
Event, Calander, Datepickup, evnt_view, sigup….etc

If possible willbe finished on 01.11.2010.
I have similar projcts based on drupal and WP. if you work is excellent we can work to gether for a long term

Simple WordPress Site Needed Very Fast

LOOK:

1. THE LOOK:
a) We want this layout: http://englishrussia.com/news_englishrussia.html but 3 pics per row. We will post about 10 pics per day mon-fri. We want to be able to load a lot of content on the home page, like about 50 pics plus captions.

b) Each day will have the date across the top in large bold letters, like this http://worldstarhiphop.com/videos/ (this site is just to show how we want the date across the top of each new batch of video uploads – fdo not look at the design here)

c) We want to insert ads between dataes and we want to seperate batches of pics by date so we will need to have the dates visible like on worldstarhiphop.com (if you scroll down you will see their batches of videos are seperated by dates).

d) This new WordPress site is called Ratchetness and the logo will be placed logo will be at the top of the page like http://englishrussia.com/news_englishrussia.html.

2. FUNCTIONALITY:
a) users can upload images to the main page by clicking a navigation button in the navigation header (see item x). This can be done with http://wordpress.org/extend/plugins/flexible-upload/ or similar.
*** THE CRUCIAL POINT IS IF 10 DIFFERENT USERS UPLOAD AN IMAGE TODAY, THE THUMBNAILS ALL APPEAR, 3 IMAGES PER ROW, UNDER THE SECTION WITH TODAY’S DATE **

b) clicking on a thumbnail image, opens a new page with a larger image. The story is written under the image and caption.

b) users can comment on each story after they click the thumbnail image (standard WordPress function)

c) add email this story link above comments box (standard WordPress function)

d) We need 5 navigation buttons in the top menu bar: Home, Blast (where users upload images), Advertise, Contact and Search bar (these pages are all plain white and will use a contact form with text).

e) Each form is sent to the following email addesses:
Blast: this image upload form collects email address and first & last name, which is sent to | blast at Ratchetness.com
Advertise: name of comp., email, description and first & last name. This goes to | advertise at Ratchetness.com
Contact: first & last name, email, and description. This will go to | info at Ratchetness.com

Thats it!

I need this done very quickly – 2/3 das max and very cheaply, so please provide your best bids.

Bitmap Reading And Writing – Visual Basic 2008 Express

Environment
A Windows Machine running Windows XP Pro Sp3 1.73GHz 1GB RAM
Windows Visual Basic 2008 Express Edition

Data
A small number (approx 5 but could vary) of Bitmap files in a single specific directory
Bitmap files are 24 bits per pixel format, they are frames extracted from a video. An example one is attached.
Format could be for example 320 x 240 pixels but code needs to be able to deal with different dimensions.

Process
I want VB Source Code provided in a Project File which I can then Build and Run in Visual Basic 2008 Express Edition to do the following two main processes.

Process 1
1a. Process all Bitmap files in the specified directory (directory could be a fixed parameter written in program initialisation, as long as I can edit if needed, unlikely to change often).

1b. For each Bitmap file (say called nnnnnn.bmp) found, extract all the RGB values of the Pixels in the image and write them to an ascii CSV file call nnnnnn.txt with each line in ASCII file representing 1 pixel. Suggested line format is(X-Offset, Y-Offset, Red Value, Green Value, Blue Value). The ASCII files to be written to a different specific directory.

[ I will then read the pixel data into a separate non-VB program and process it. Later I will then update the nnnnnn.txt files with updated pixel values based on the processing in the nnnnnn.txt type files but keeping the same overall format. ]

Process 2
This is essentially the reverse of Process 1
2a. Process all ascii files with names nnnnnn.txt in the specified directory described in process 1b which have now been modified by me.

2b. For each ascii file (say called nnnnnn.txt) found, read the RGB values and create a BitMap file named nnnnnn2.bmp with the same dimenstions as the original bitmap. The only difference is the value of the pixels and the 2 in the filename.

General points
This code is for personal use and will only be used by me.
1. There is no real time requirement for the code.
2. Look and feel is not important just a rudimentary program to do the processing and give most basic progress information such as “Processing File nnnnnn.bmp”
3. Code MUST NOT be VB6 and should run without modification (apart from setting directory parameters)in Visual Basic 2008 Express.

I would have written the code myself but have very very little time and this is only for hobby purposes anyway. I have some minimal experience of VB (version 3!) but almost no time to learn the VB 2008 IDE and also BitMap processing with GetPixel, LockBits etc etc hence the request.

Please quote me if you are interested in doing the work.

Mark

Flash 8 Contact Form

I need a flash form that looks just like the attached file.

It needs to be the same size as our design which is 230 by 210 pixels.

The data in the form fields needs to be sent to an email address. The email address need to be easy to edit. The dropdown menu items need to be easy to edit. The Tell Us More button needs to just link to a mailto html tag.

This needs to be done in 1 week.

Thanks,
Joey

Build Meeting Website Social Network

ONLY the Best programmer/designers bid this project!

MEETINGS / DATING WEBSITE

please message me your portfolio and previous social networks and dating sites you have built. i need a team that can build and maintain this website for the long haul.

you will be paid in payments to ensure best quality and you complete the project and make an amazing website.

Create 2 Excel Data Base Files Of Clubs

I need 3 Excel data base charts made from various web directories: Here are sites where the information is listed… you might find one better but use the one easiest to gather info from.

Gentlemen’s Clubs
http://www.stripclubdatabase.com/States/Nevada-Strip-Clubs-26.html
http://www.stripclublist.com/y.asp?s=OH&a=S
http://www.stripclubnetwork.com/
http://www.tuscl.net/r.php?RID=7

Sports Agents
http://www.sports-agent-directory.com/sitemap.asp

Agencies By Sport

Nightclubs
http://www.dotnight.com/night-clubs/united-states/
http://www.nightclubdir.com/index.html

Fields should include –
Club Name, website, correct club email, phone, mailing address including zip code and country
(NO emails, spam or contact info for dancers or anything else)

Logo Design For New Business

Hi,

I need a logo design that looks very similar to the one attached.
I need it in different formats to place on website and also to print business cards, postcards, etc…

The logo must have a mouse attached to the name of the company, With the globe of the earth and also binary code. Also Web 2.0 like and one that draw attention. Feel free to get creative and use other colors.

Please provide samples of recent work.

Web Site Development And Maintanence For Film Co.

All of our Web sites are in WordPress. You need to know WordPress, HTML and SEO very well. We are looking for someone who is reliable, honest, has English as a native language (or native level), and wants to work with us on an ongoing basis. Our projects will range from something as simple as adding a coupon code to redesigning a site. We aren’t hiring for a specific project, we are looking for someone to be our go-to web person when updates, changes, design, etc. is needed on our site. We have two projects that you will get started on asap once hired. Please provide your Web site, references and rate.

Social Network

In need of a programmer for a longterm social network project in exchange for stock. This is a non paying job while I solicit capital. I will exchange stock now pay a salery when capital can be secured. Do not apply if requesting pay because someone with extra time to work on this will because of the longterm pay off.