Archive

Posts Tagged ‘that the’

Create Affiliates Page

July 6th, 2011 Comments off

Hi Providers,

I’m looking for an experienced programmer to create a simple affiliates tools page.

I will need:

1- A blank box that the affiliate will place their id and then they will click submit and get a new link with their affiliate link embedded within it in another box.

2- There will be 3 banner images that I will provide, you would need to turn each banner into code that the affiliates could copy from a content box, and use on their own websites

3- Create 4 more boxes with email letters with text that I will provide that the affiliate could use to copy.

4- create 2-3 more boxes with articles that could be copied…

4- Create 1 box that will include keywords that the affiliate could copy paste on use on their campaigns.

Roommate/rentals Website

September 5th, 2009 Comments off

Website script to have all the features that are listed in the pg roomate finder solution script here: http://www.realtysoft.pro/roommate/ – please note that users can post photos/videos – and that the photos get a watermark with the logo and the video player is also branded to the website – pls do not use the flv player – needs to be custom – but just play, stop, pause, volume buttons, with logo watermark on bottom right corner. Also please note that there are user notification emails…multi-language coding – please set it up so that there is a languages folder and based on what files are there, that is what languaages appear in a menu at the top of the website where the user can pick which language is displayed. There is a payment system. Also need chat – users should be able to chat with who is online if they are a paid member….

Will pay extra to have video chat as well, besides just text chat. Please quote that separately in your pm.

Will provide specifications on design needed, and formatting, and some specific questions that must be included in the user profiles, etc, as well as how the payment systems work. Also, you will need to make sure that the rentals/roommate search/listings have all the many options that the realtysoft script referenced has as well. Will provide photo for homepage, and you create the logo/web design based on specifications.

Must be in php/mysql

Social Networking Website

September 5th, 2009 Comments off

INTRODUCTION:
Based on the quality of the finished product, look and the functionality, we are willing to offer a position to the Programmer(s)/Coder(s) involved, work on 2 other projects. Persons outside of the US will have the opportunity to be sponsored to the United States, on a Temporary Work Visa. Successful applicants must be willing and capable of meeting DHLS/INS requirements if you a position in the United States is desired. For example, last year, we successfully hired 3 Temporary Designers from overseas. Currently we require 2 hard working Programmers/Coders/Developers driven by skills to produce quality work for our firm.

ABOUT US:
We are a group

Psd To Html Website

September 3rd, 2009 Comments off

Hello,
i need a layout converted from PSD to HTML.
The most important thing is that the html files should be opened and edited into a WYSIWYG-Editor like dreamweaver or netobjects.
NO CMS NEEDED!!! I just want to edit the layouts in WYSIWYG editors.
Thats why the graphics should be expandable dynamically. What i mean is, when you look at the screens, you will norice that the content is
this gray boxes. So when i add more text in one of the boxes, the whole box should expand automatically.
So i guess, it should not be tableless coding, because this editors show tablessless html somehow displaced.
I think plain table-html will do it.

Another important thing is, that the design needs to be 100% pixel peferct. So when i switch between the menus later in the html layout, all grapfics should be in the same place.

This will be the navigation structure. I have tried to explain in the brackets some important things you should know.
- HOME (This menu will include beside static content a rss feed under the name ‘NACHRICHTEN’)
- WHO WE ARE
- WHAT WE DO (Some boxes have a blue button underneath the text. This is a more button.)
- EVENTS
- ONLINE SERVICE (You will see in the screenshot 2 submenus: ‘Online Tools’ and ‘Formulare’.
Online Tools will contain several online calculators, mostly done in javascript. So you can just do one layout and i will add all others later with copy and paste – because they all will be similar. You don

Jquery And Javascript Script

August 24th, 2009 Comments off

This is a simple assignment, but I need it done correctly.

You should have a knowledge of Javascript, jQuery (maybe mootools as well, but definitely jQuery) and working knowledge of HTML.

Basically you will be using jQuery and the form plugin here:

http://malsup.com/jquery/form/#getting-started

Also, you can use the scripts from this tutorial as a great starting point:

http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=435

What I need is a script that does the following:

1) You have a web page with a form. It will have a few fields, and when the user hits submit (which is an image submit button), validation will occur. What differs from the tutorial is that I want the validation to occur with alert windows, not the ajax message. I will tell you what fields should be validated.

2) Next, after validation clears, there should be a placeholder image that says “processing your request” as shown in this tutorial:

http://www.electrictoolbox.com/load-content-jquery-ajax-loading-image/

This should take the place of the form div completely – basically the form content div will be replaced with this image. Also, the submit button (which is an image) will be replaced with an image that says “loading…” as well. You’ll see in the electrictoolbox.com tutorial that the code uses setTimeout() with Javascript to (I believe) specify how long the “loading image” remains on the page. You should utilize this and tell me what file and what number I can modify to adjust the time that the “loading image” remains on the page so I can make it longer and shorter.

3) After the specified time that the loading image is displayed, I then want the following to happen:

- Another form to appear via jQuery AJAX (so somehow displayed through the php file called, or something via jQuery) in the same position that the previous form was in – replacing the previous one, with new form fields. Perhaps some fields (I will tell you what the new fields are) should be auto-filled with the values carried over from the previous form submission. The other values will be “hidden” fields in the new form and will be carried over as well.

Also, the image submit button will again be replaced with a similar image that just says something new on it (this is easy I believe, just call a different image via ajax thru jquery to replace the image div I believe, right?).

What happens with this new form, after some validation (which I already have javascript validation scripts for this second form you can use) is that it should be able to be submitted “regularly” to a new PHP file with the post variables being available to utilized on this next new page you will go to.

4) On this next PHP page, you will utilize the Ultracart Javascript Checkout API. Basically, this is what is used on https://www.mylumalife.com/ – so check out the source code. You will be able to re-use the checkoutapi.js and I also already have a PHP relay script written for the API. Additionally, there is a manual that shows an example and all of the API calls you can use. Essentially, what will be happening on this next page is that there will be a credit card field and a few other fields. You need to be able to communicate via the API with the Ultracart checkout and display any errors (play with mylumalife.com to see what I mean), and if there are more errors, be able to display the appropriate fields (for example – when you first go to the page, only the credit card fields will appear, and the name, address, etc. from the previous page will be hidden fields in the form as post variable carried over from the previous page – however, if there is an error, then perhaps those fields will need to be displayed above the credit card field). Another thing that may be needed is a div that is displayed if a checkbox is checked that says “shipping address is different from my billing address” to make those fields appear (different name & address fields) – fairly simple.

Here is what they say in the manual regarding error messages from the API:

Handling Reloads with Error Messages

When you a checkout handoff the customer’s browser is redirected into the UltraCart checkout for completion. If there are any errors that need to be redisplayed to the customer then UltraCart will redirect their browser to the URL that you specified in the handoff call. The error messages will appear in the query string as the parameter specified in the handoff call. Please note that there can be more than one error that needs to be displayed to the customer. For your convience we have provided the method getParameterValues which fetches the error messages. Make sure that your javascript code not only displays the errors, but also should reload all the fields on the page so that customer only needs to fix the error fields and not respecify everything.

I believe in the mylumalife.com example they use the file /js/all.js to check the billing address versus the shipping address, etc. – so checkout that file. You should be able to tell me what all they are doing in this file. They use jQuery and a cart.js aspect within all.js to do work with the API.

There is also a log of calls and error log that can be seen / attained to work with this portion of the assignment.

Essentially we want the same behavior as mylumalife.com in terms of the final segment and the checkout process – which basically deals primarily with the submitted values to the API.

Please in your reply state your experience with jQuery and that you have reviewed these sites and also offer any questions you might have on the project. Apply for the project only if you are serious and can do the job right. There may very well be more work for you in the future.

Thanks and good luck!

Arcade Website Template Phpas

August 23rd, 2009 Comments off

This project is for a custom template, designed and coded for a an arcade website, running the PHPAS v4 (PHP Arcade Script v 4) script.

This isn’t as complicated as it may seem when you first read the description, because PHPAS v4 is very powerful, and it makes customization very easy, as long as you’re familiar with PHP.

Low bids with verifiable experience will be given preference.

By bidding, you agree that I own all rights to the script, template, and artwork, and that I may use, modify, or sell it, as I see fit.

I will pay immediately via PayPal upon completion of the project, after I have tested it as admin, and user. No deposits, no escrow, no exceptions.

I will give a feedback rating of 10, if this is done to specifications and on time.

This template MUST function properly with the PHPAS v4 script, and it MUST be able to be plugged into PHPAS v4, as a template, just like the normal templates, that come with the script.

If you’re interested in the project, but are unfamiliar with the PHPAS v4 Script and it’s templates, glancing over this page may help you to quickly understand how it functions:

http://www.8hourarcade.com/hour-6/the-template-files/

There is a free template for the PHAS V4 script, available for download at the link below:

http://www.8hourarcade.com/hour-6/php-arcade-script-templates/

Here is an example of that template in use:

http://www.yourarcade.org/

The template for this project, must feature custom graphics and a custom banner at the top of the page.
All artwork used MUST be original.

The name of the site must be very visible and legible, on the banner. The web address (displayed in this format “sitename.com”), must be on the banner, or somewhere at the top of the site.

I have an idea of what I want for the layout.

Most arcade sites are very generic looking, which is what I want to avoid.

I want something colorful, and for this, I really like the modern vector retro grunge type of stuff that’s hot right now, as long as it’s bright, and not too “dark” themed. For this, I really like that style mixed with vibrant glow effects.

I want it to be visually appealing, and to look more “exciting” than the other typical arcade sites.

Here are some example graphics, each containing some elements that I like, please look at them:

http://www.neurosoftware.ro/programming-blog/wp-content/plugins/wp-o-matic/cache/df8ea_516681193689193.jpg

http://o-ze.com/wp-content/uploads/2008/08/tanimura-midnight.jpg

http://behance.vo.llnwd.net/profiles/77748/projects/143036/777481225666153.jpg

http://behance.vo.llnwd.net/profiles/53667/projects/46585/536671194094505.jpg

http://behance.vo.llnwd.net/profiles/54171/projects/89854/541711209965882.jpg

Those effects can be obtained pretty easily, by anyone with a little skill, using Photoshop brushes like the ones found here:

http://qbrushes.com/photoshop-abstract-brushes/ecol-brushes/
http://qbrushes.com/photoshop-abstract-brushes/explosion-brush/
http://qbrushes.com/photoshop-abstract-brushes/cs4-brushes/

but if you’re right for the job, you should already know that, or have someone on your team that already knows how, and who has experience doing this style of artwork.

It’s VERY IMPORTANT that the artwork looks good. It needs to be intriguing, eye catching, positive, and exciting.

Now, on to the structure of the layout.

The template must feature a navigation bar, just below the header graphic, with links to all 16 game categories (genres).

Most sites that I see with the PHPAS v4 templates, look really cluttered, and that’s bad. I mean the way the game titles and descriptions are displayed, it’s just really inefficient and unattractive, especially in the sections displaying the games of category.

Here is a demo site, running the default template, for the PHPAS v4 script:

http://www.phparcadesite.com/

I think it’s actually rather boring and ugly, but please look at it if you’re unfamiliar with the PHPAS v4 script, or arcade sites in general, as knowing the general layout, will help you to picture the layout that I want, from what I am going to describe below.

I want a 3 column layout, with the main game categories in the center. I want 16 categories, which are:

The 12 basic PHPAS v4 categories (Action, Adventure, Board, Casino, Customize, Dress Up, Driving, Fighting, Puzzle, Shooting, Sports) + 4 these categories – “Girly Games”, “Kissing Games”, “Sonic Games”, and “Mario Games”.

I want a background image which fills the background of the entire site, which looks good with a style like I described above for the artwork, as the background should fit in with the artwork and the theme of the site. It’s also necessary that this background image looks good displayed on both standard monitors, and widescreen monitors (meaning that the background fills the entire screen, even for those viewing the site on large widescreen monitors).

It’s important that this image loads in the background as one full image, rather than being sliced, so that if I want to later change the background, and replace it with a different image, I could do so easily.

I’d like each section in the layout, to be in containers, partially transparent, with a black glass frost look, so that the background is partially visible through the containers, like in this picture:

http://tutorials.tm-creative.org/manialink/pictures/ingame-browser.jpg

The look of the Containers for the Categories sections for each Game Genre, in addition to the basic transparent black containers, should also have a clear glass trim on the outside edges, possibly with a glow effect, surrounding the container, for each category (by” category” I mean the sections displaying “Adventure Games”, “Action Games”, etc, are all separate “categories”). This really isn’t as complicated as it sounds, for an example of the glass and glow trim, see the this image:

http://img20.imageshack.us/img20/5996/screenshotouy.jpg

For each game genre category box/section/container I want 2 categories per row, in this center column, and each category should display 2 games at the top, side by side, with a picture displayed for each of these games, and also displaying the title for each, above the corresponding picture. Under each game should be a very short description. (The PHPAS v4 script makes it easy to control how the games are displayed, including specifications for picture, title, description, etc).

Then there should be 5 more games displayed in each category, displayed like a list or table, with 1 game / title per row, and these should be displayed beneath the two games at the top. For these 5 games, only Titles should be displayed, no pictures or descriptions. And then a “view more” button, for the genre, in each category. The games should of course load properly from the appropriate categories in the backend of the PHPAS v4 script.

The Title bar for each genre/category needs to look attractive, and the text/font needs to be legible.

Above The 3 columns in the layout, I want a row, just beneath the navigation bar, that runs a horizontal ad (which will be featuring 100 x 100 pixel game images, with the title displayed below each image) from entraffic.com. I just want to be able to insert the code for the banner/ad generated by entraffic.com in that row.

I also want some kind of “featured” box near the top, and I definitely want it to display an image and at least a “title” for each game, and maybe a description, depending on the style of the featured box, and what you feel is the most appropriate, for the overall look of this section.

I really dislike displays that show only an image, without displaying the game title. The featured box, should display games that I specify from the backend of the PHPAS v4 arcade script.

I want the user registration box, to be at the top of the left column, with a “top players” box under that.

I also want sections for “top rated games”, “most popular games”, and “random games”, each in their own section, in the right column of the site. The games in these sections should of course load properly from the appropriate categories in the backend of the PHPAS v4 script. The categories in the right column should each feature from 10 to 20 games, and only the title should be displayed for each game.

I want space to insert ads, in the side columns, and at least 1 space in each side column, big enough to fit the long vertical Google Adsense ads. It would be cool if I also had a few spots to insert those 100 x 100 pixel ads, that look like game thumbnail preview, for traffic trading.

There should also be a search box, somewhere on the site, that lets the user run a search, for all of the games on in the database on my site (PHPAS v4 makes it easy to do this).

Please only bid if you agree to the terms as stated and can complete this within 7 days.

If you have any questions, please ask.

Categories: Graphic Design, PHP, Website Design, XHTML Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Power Point Presentation Compi

August 20th, 2009 Comments off

I need a simple desktop application to work with Power Point and Excel.

Here are the main features:

The software needs to be able to compile a power point presentation from a variety of available power point slides that are saved as individual files. The software must have built in capabilities for the user to tell the program ahead of time which file to put into which location. The program must also have the ability to compile a corresponding excel price list from the slides that were picked and place them in the correct order. The program must have an administrative log in section that allows the administrator to make changes to the program and make changes.

Here is specifically how the program must operate …

Step 1: The user will input details about who the power point presentation will be given to such as the name of the Customer, the date of the presentation, and the name of the buyer or buyers that the presentation is given to. Also during this step the user will define the master file location where the slides that will be identified in the following steps will be located.

Step 2: The user will define the order in which the slides will be presented. They will do this by placing a number from 1 to 11 in a box next to the name of the segment. Each number will be used only once. The program must have logic built in so that if the user misses a number it will not let them move to the next step until at least one segment is chosen. The user may leave up to ten of the boxes un-checked but must choose at least one segment.

Step 3 through Step 14:

For each segment that the user chose in Step 2 another step will appear. One these steps the user will pick the individual items that they wish to have populated in the presentation. They must choose at least one item for each segment that appears. A segment or step will only appear if it was chosen in step number 2.

Final Step

During the final step the user will choose which type of presentation they want the program to create. They can pick as many as they want, but must choose at least one. Their choice are: Power Point Presentation, New Item Form, Show Form.

Behind the scences the program will compile the power point presentation as follows:

Using the data that the user inputed into step 1 the program will open up Power Point on the users desktop and will pick a template that I will supply. It will populate the information supplied into that template.

The program then will move to step 2 and will pick a slide for each item that was selected copy and paste it into the presentation and put it into the proper order. It will know which file to choose because in step 1 the user told the program the master file to search. Each item chosen in step 2 will have as their file extention name the same name as the user sees on their screen.

The program than will move to steps 3 through 14 as needed. In these steps the program will open up the individual item presentations and place them under the correct section. It will know to do this because each item will have the same file extention as the name shown on the screen.

The program than moves to the final step. Behind the scenes it will review the selections made in the previous steps and compile excel spreadsheets using a pre-loaded spreadsheet with only the items that were marked in the previous sections.

The attached drawings explain the program in further detail.

The admin section should allow the user to add and delete items and make other changes to the program.

Add Categories+link 2 Database

August 18th, 2009 Comments off

Project Description:

Website: discountvacationrentals.com

*Correct the issue where a user (listing person) can add

Programming Project 1250553775

August 17th, 2009 Comments off

Project Description:
Website: discountvacationrentals.com
*Correct the issue where a user (listing person) can add

File Hosting + Torrent Proxy

August 14th, 2009 Comments off

I need a custom file hosting script that allows users to have virtual drives which mimic the look windows operating system (i.e.: http://www.4shared.com/dir/1567809/8fff9481/clone.html). Must support username/password authentication features, and other permissions should be able to be set by users.

Must also incorporate a torrent client proxy (allowing users to submit .torrent urls or upload .torrent files from their desktop) and OUR server will download them, and when the download is complete we will provide the user with an http download link from our server.

Must also handle the in-browser viewing of specific types of files in different ways: i.e.: pdf files should be viewable in-browser similarly to www.docshare.com, .doc files should have a similar viewing mechanism, movies should play in browser.

Please read on if you are capable of creating a scalable high-usage and distributed file sharing back-end.

Requirements Interview Answers:
To help you bid more accurately, the buyer was interviewed about the requirements for this project. Below are their answers.
Project Type: What kind of work do you need done?
Software related (Includes desktop applications and internet websites)
Project Parts: What do you want the seller to do on this project?

Requirements: The seller will analyze the problem and propose a software-based solution to the problem.
Programming: The programmer will take the requirements and translate them into the language of the computer (and test it).
User installation: The installer will move the software from the place it was created (which is called the development or QC environment) to where you will use it (which is called the production environment). The installer then tests the software to make sure that the installation was done properly and completely.
Req. Doc. Type: What kind of documentation do you want for this project?
Formal documentation – After talking back and forth, the seller creates a formal document and/or prototype, as follows:

* Prototype: The analyst will create a non-working mockup of all pages/screens in the final software. Creating a prototype makes it easier for the user to visualize the final software, and reduces misunderstandings.
* Requirements Document: The analyst will create a document describing everything the final software will do (other than what is documented in the prototype…if the buyer required one).

Program Type: What kind of software should the seller create (and/or install)?

* An internet web-site: This software runs on a web server and users will access it using their internet browser.
* A desktop or server program: This software runs on a user’s own PC/workstation, or on a server.

Internet web-site info
Design and functionality: What does the programming of this project involve?

* Design: Create the layout of the pages (or modify the layout of existing pages).
* Program Functionality: Making the website “work”.

Modeling another site: Do you wish to model another site? Yes: file sharing web site similar to http://www.4shared.com
*virtual drive (http://www.4shared.com/dir/1567809/8fff9481/clone.html)
*ad placements, multiple pages shown before getting to download page

torrent client proxy feature of http://www.furk.net

in-browser viewing capabilities similar to:

documents
http://www.docshare.com/doc/15765/The-13-Hottest-Celebrity-Mugshots

movies – http://www.zshare.net/video/621059774a393bc1/
–ability to have server also convert .mov/.avi uploads to flv on the fly and stream

pictures/photo albums – http://media.photobucket.com/image/color%20splash/findstuff22/Best%20Images/Photography/colorsplashthumb222edit.jpg?o=1

.zip – have the ability for a user to unzip a .zip file in their virtual drive (if they have enough resources available based on what account type they have)
Size of website: How many pages need to be created/edited in this website?
Approximately 13.
Programming Language: What programming language(s) do you want your website written in?
I do know the language(s).
Languages(s):

* Cascading Style Sheets (CSS)
* PHP

Misc. details: Would like to have desktop uploader programmed in Java for cross-platform compatibility beween PC and Mac users.

Database: Will this project include a database?
Yes, it does include a database.
Details:

* MySQL — version(s): 5.x

Browser Type(s)/Version(s): Which browser/version combinations must this website support?

* IE 7.0
* IE 6.0
* Firefox 3.0
* Firefox 2.0-2.x
* Firefox 1.5
* Safari 41
* Firefox 1.0

Server Hosting Environment: What is your server hosting environment?
I have a server at a 3rd party hosting company.
The name of the hosting company is: Voxel.net
The server’s shared/dedicated status is: Dedicated just to me.

Component Compatibility Protection:
Sometimes a programmer may create features on the website that rely on componentswhich work fine on their own server, but won’t work with your 3rd party hosting company’s server. There are many reasons for this including version incompatibility, restricted permissions, etc… Rent A Coder normally requires that the programmer verify in advance that your 3rd party hosting provider will support the components. If they do not, then they are responsible for any incompatibilities, rather than you. Do you want this protection on your project?
No, I will be responsible for any components of the final solution that do not work with my hosting company.
Server Hosting Environment: Will the coder develop “live” on your server?
No. The programmer is responsible for creating their own development and/or qc environment.
Physical installation: Who will perform the physical installation?
The programmer will perform the physical installation, and will be given all necessary permissions to do so.
Desktop / server program info
Size of application: How many screens/forms need to be created/edited in this application?
Approximately 3-5.
Programming Language: What programming language(s) do you want your application written in?
I do know the language(s).
Languages(s):

* Java

Misc. details: Would like Mac and PC versions of upload app, that’s why I have chosen Java for cross-compatibility (clone of)
http://www.4shared.com/uploader/

Operating system(s) What operating systems(s) do you want your application to work on?
I do know the operating system(s):
# Microsoft Windows — version(s): XP, Vista, 7
# Macintosh — version(s): 9, OS X
Database: Will this project include a database?
No, it does not include a database.
Installation Program: Does the programmer need to create an installation program?
Yes AND the program will be installed on only a single computer.
Legal: 1) I require complete and fully-functional working program(s) in executable form as well as complete source code of all work done (so that I may modify it in the future).
2) Deliverables must be in ready-to-run condition as follows (depending on the nature of the deliverables):
2a) Any website server-side deliverables must be installed by the Seller in ready-to-run condition in the Buyer’s environment.
2b) If there are any server-side deliverables (intended to only exist in one place in the Buyer’s environment) then they must be installed by the Seller in ready-to-run condition (unless specified elsewhere by the Buyer).
2c) All other software (including but not limited to any desktop software or software the buyer intends to distribute) must include a software installation package that will install the software in ready-to-run condition on the platform(s) specified in this bid request (unless specified elsewhere by the Buyer).
3) All deliverables will be considered “work made for hire” under U.S. Copyright law. Buyer will receive exclusive and complete copyrights to all work purchased.
3b) No part of the deliverable may contain any copyright restricted 3rd party components (including GPL, GNU, Copyleft, etc.) unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the seller’s Seller Legal Agreement.
Other Requirements:
File Hosting script that allows users to have virtual folders which mimic the windows operating system (i.e.: http://www.4shared.com/dir/1567809/8fff9481/clone.html). Must support username/password authentication features, and other permissions should be able to be set by users.

*virus scanning feature*
integration of http://www.kaspersky.com/anti-virus_linux_file_server – automated for all premium paid users – free users have “insecure” virtual drives

–Ability to upload files from desktop computer, remote url, or torrent.
*1 file or multiple file upload options
-Javascript & AJAX based uploader and file manager
*ability to tag uploads with relevant keywords
*Virtual Drive Privacy*
User will have the ability to toggle entire folders and individual files are private or publicly viewable
i.e.: ourdomainname.com/username and username.ourdomainname.com will display the user’s publicly viewable files.
*Photo album folders*
–users will be able to assign passwords to directories and files
Ability for users to upload photos and create photo albums

*in frame playback*
music files should play in browser
movie files should play in browser
flash files should play in browser

*search feature*
ability to have homepage search box that will search uploaded files which are toggled for public viewing by users and show results based on file name and tag matches
-ability to do advanced search and select/filter different file types to give results for
-thumbnails for image results, zip folder icon for .zip matches, file icon for .exe matches, etc.

Different classes of users – free vs. paid and bandwidth throttling depending on class of user.
–Need the ability to track user’s bandwidth usage and limit resources (maximum file storage space, etc.)
–PayPal integration for automatic account creation and resource allocation

* Torrent proxy feature* (similar to www.furk.net)- allow users to submit .torrent urls or upload a .torrent file from their desktop from all major trackers (i.e.: http://isohunt.com/download/105241149/debian.torrent) at which point, OUR server will act as a torrent client, and download the torrented file that the user requests, and once it is finished, place it in their virtual drive for http download. The user will also be shown the status of the download with an avg k/s meter and a completion meter.

*File caching*
torrent downloads will be cached with an expiry of a definable number of days (i.e.: 30 days) – when a user downloads a torrented file to OUR servers it will be deleted in 30 days, unless another user requests the exact same .torrent download (MD5 checksum, maybe?), then the 30 day expiration starts over.

If the torrent has already been downloaded by another user, and the files are still active in our cache of recently downloaded files, then the user should be able to directly download the files without waiting. If the files are not currently available, the .torrent is moved into a queue of torrents to be downloaded by our torrenting cluster (if the same .torrent is not already in the queue from another user). Our torrenting cluster will then download the files, and upon completion, will import them into our mogilefs file system, while also updating the database accordingly so that it knows what files are associated with the downloaded torrent, and so it knows where to get those files and that they are available.

MogileFS functions best with chunks of data under 64GB, so we must segment files for scalability.

*1 IP download links*
Torrented files will be in a special folder in the user’s virtual drive which can only be viewed by the user when logged in. i.e.: to prevent users from sharing links to files in the torrent directory, they must be logged in to get the download links – and to prevent users from sharing download links – only the IP address of the logged in user that generates a link in THAT specific instance will be able to download from that link using their web browser or download manager.

*Virtual Drive Privacy*
User will have the ability to toggle entire folders and individual files are private or publicly viewable

i.e.: ourdomainname.com/username and username.ourdomainname.com will display the user’s publicly viewable files.

*download multiple files as 1 zip file*
We want users to be able to download multiple files as one .zip file. We have a module for nginx programmed for us that can do this. Upon being supplied a list of files, their crc32′s, and other relevant information that we already have available, this module will create a zip file on the fly to stream to the end user, while also supporting resuming.

In order to finish this functionality, our script needs to let the user decide which files they want to include in their .zip archive they are downloading, and then pass the list of files off to the nginx zip manager when the user tries to download the .zip archive.

The user should be able to select which files to zip from their virtual drive interface.

*DMCA banning feature*
We will need to be able to ban individual .torrents, or individual actual files, in order to respond to DMCA complaints.

*scalability*
As we plan to be able to quickly support many servers, thousands of users, and many terabytes of files in a system that may or may not properly handle this, load testing and scaling testing will be needed before launch to identify our initial bottlenecks so that we can address them.

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

Sms – Text To Site

August 13th, 2009 Comments off

Hi I am looking for someone who is able to complete some tasks on my website as my previous development house is not able to commit to it at this stage.

The 1st task would be to analyse and read through information on current website to create an awareness and understanding using the eapi.

1. Modify the order transactions tables to handle sms free text without to much overhead using normalisation.Imeplement archive parameterised process…Making provision for this process to change possibly adding more fields to the db table etc.
- Currently there are two order mechanisms.. online website and the other is sms. SMS is the one that requires the most of the work.
2. Make menu product items clickable on front end to display per service user category
3.Allow a configurable status management process on the order mechanism.(pending,processed,delivered,cancelled)
4.Fix cancel process on previous development as the canceled process is not currently working.

All detailed documentation and reading will be provided once the quote as been approved

See background below on initial project.

I need someone to develop a website which stores login details for, allows registration. This website will have code to invoke a Application programming interface as well as receive information from the api to store in the database.

There will be two types of users:
1. Service Type user – offers services displays service offerings to clients
2. Client Type user- see all service types (category) available

The client must beable to register themself on the website as well as send a plain text to the website to insert details to the database. example (pipe(|) delimited text)
The service user registers via the frontend on the php website

REPORTING

I should be able to draw monthly, quaterly and annual reports from the
website and at the same time purge the data be me setting parameters
from the front end as well as archive period for retention.

LOOK AND FEEL

The website should represent something along the lines of a control
panel where i must be able to setup each clientUSER with his own inbox and
outbox for messages sent using the api. ie login… I will require the
administrator login for administrative purposes (new clients,
products, menu options)

Additional Info (Added 1/6/2009 at 2:23 EST)…

This will be inclusive of full Intelectual property rights.. to change modify and resell all code
Additional Info (Added 1/6/2009 at 8:10 EST)…

client/user:-
-> registration — via website
-> registration — (eapi-sms text)
-> login
-> See services available (Restaurants, take out)
-> See menu available
-> registration is free
-> make order via website
-> place order via (eapi-sms text docs received)

service/user
-> register
-> login
-> post products/services (Menu option with ability to ad logo or branding on menu)
-> This will be initially used in the catering food industry (restaurant etc, take out)
-> registration is free
-> read incoming messages in readable display
-> reply to messges and use the auto reply option based on diffrent peak times, weekends, public holidays etc.
->messges will be displayed in dashboard format so that the progress can be monitored or status driven.. message can be in incoming state, processing, complete states.
-> diffrent views must be available for user to use to allow quick access to these messages. they must also be allowed to go back to archived or purged records at a later stage maybe allow some search criteia.

Incoming message table should be something along these lines

“REFRENCE”,”CUSTOMER NAME”,”ORDER”,”CUSTOMER NUMBER”,”ADDRESS??”
“COLLECT/DELIVERY”

admin panel:-
-> upload menu with thumbnails or small pics
-> edit menu options on account

admin user
–> full access to all resources

PROCESS

->clientUSER will send a message through to the place and order then receive
confirmation of receipt with ref number alternatively error message if
format was incorrect. (REFERENCE should be included if possible at
this stage)
-> Once the order has been received by serviceUSER he will dispatch the
order for delivery if it was in the request confirm completion via message (eapi)
(*funtcionality must be available.)
The reply message api should be customisable with templates…. say for e.g
diffrent times in the day or week would mean that the orders could
take longer so the clientUSER should be able to interface the control
panel and select message to be returned based on certain criteria.. (Time
of day, weekend, weekday, public holiday(negotiable),
easter(negotiable) etc.)
clientUSER must beable to send back manual message as well if they so wish
as they might not be generating as much traffic. I take it that this
will be able to use the one free message api we get to send back.
-> The clientUSER will receive the order at his door alternatively
collect it with the reference number received from confirmation mesagge api

It is important to note that serviceUSers will not beable to see other serviceUsers account details once logged into their own account more so make changes to other service user accounts besides their own
Additional Info (Added 1/7/2009 at 2:08 EST)…

Im not sure if anything similar has been developed… I dont want to make it to difficult for client user to place orders or register therefore im not sure using the api the message sent is very limited 180 char per message i stand under correction could be shorter.

If they should send a separate message to register then a separate message to order… or can it be in one message. The order could be longer so then it would be neccas. to do it in separate messages with separate keywords.

The usage of the keywords are explained on the www.bulksms.com

I plan to use a shared short code initially which should beable to handle our requirements.
Additional Info (Added 1/7/2009 at 2:30 EST)…

Something i need to mention here is that the api will be invoked from a mobile phone which will have internet access but the menu options offered by the supplier or service user will not be displayed correctly on a mobile browser so the website for the menu will need to be displayed in a readable format for mobile phones..

Im not to sure if this is separate or if it is the same and the website caters for mobile or internet interfaces. it is likely that once the user registers they will receive a wap link to browse menu options if they are uncertain in placing a order.

New Kind Of Get Paid To Click

August 2nd, 2009 Comments off

I would like to commission a “paid to click” site with a difference.

#Admin needs to be able to create surveys in which advertisers can target specific members. (business to business vs. regular consumers, consumers with kids, etc)
Example: Consumer’s age, sex, income bracket, Single, Married, No. of kids, residential location (city and/ or suburb), interests, anything to help advertisers to target specific consumers.
For example, an orchid shop may want to target a consumer who likes flowers. An insurance company may wish to target car owners.

#Members cannot view ads without filling in the surveys.
Important Note: there are two types of clientele. Advertisers and consumers (web surfers). Advertisers buy

Make1c – Website Logins

August 1st, 2009 Comments off

Make1c provides a service that allows its members to store their username, passwords and other login information for every single website that they go to.

The usernames/passwords are already in place (Using double encryption) and so I want to make it so that the member can have an automated process to login to any service they are a member of and have activated.

By automated process to login here is what I mean.

When the user clicks on a link ‘go to service’ instead of it just taking them to the login and they key in the username/password (Which is the way it is now) I want to make it so that the username/password automatically come out in the user/pass fields for the website they are going to.

I have put a process like this in place but it doesnt work with every form and so I am looking for something consistent enough that it would pass the username/password that is already in the Database and associated with the service that the member is going to, so that it goes to the username field and the password field.

I dont want the submit button pressed because I believe this would be an infringement on the Website they are going to and many webmasters frown on automated logins where the user isnt clicking the submit button.

What I want is for the username and password to go into the appropiate username/password fields and then that is it. The user then will click the submit button and that will get them logged into the site. This would work much like it does in IE where you can save your passwords and IE will push them into the password field.

There are 2 entry points that I want it to work for:

1. A pull-down menu option I have in place
2. A personal links area I have in place

My website is all done in PHP and so I need to have this done so that it will work with the data coming from the DB through PHP. So if you can build something like this using Java, Javascript, Ajax or some other process that will work with the data I have coming through the PHP programming that is already in place, then that is what I need. So this process doesnt have to be done in PHP, I just need it to work with PHP. In addition the database that I am using with PHP is MySQL.

If you think that you can provide me with this function with a process that would integrate with PHP and the values being passed through my existing system then please contact me with your bid.

I will evaluate any bid submitted and will communicate with you before any bid is selected.

Picture Gallery

July 30th, 2009 Comments off

What i would be looking for is something like the scrolling gallery on this site:

http://www.grabmytable.com/

The pictures on the front page are a gallery, if you put your mouse over them you will see text appear and if you click, you will see that the pictures scroll.

what i would like is:

something similar to that gallery but with these changes:

An arrow on each side of the gallery to allow the users to speed up scrolling or go back

for the text to appear all the time not just when the user puts their mouse over the gallery

that the gallery would stop scrolling when the user puts their mouse over a picture. and a pop up near their cursor saying “Click for More Information”

that the user could click on a photo and be redirected to a page for more info.

Installed Joomla Site Mod

July 26th, 2009 Comments off

The site is installed. It’s one of those premade joomla tempaltes.

I’m willing to pay $125-175 for this project. It must be completed in no more then 7 days.

My company has worked with joomla pages in the past, so we know what work goes into it. Our price we believe is fair.

Anyway I have a joomla template that will need to be modified and changed to look similar to temp agency except there will be no job listings. There will 2 logins. One for the potential employee. They basically will just fill information about their skill level, experience, attach a resume, etc.

The other login will be for employers. This will allow employers to search through employees based on different criteria. Such as skill level, location, etc.

For the template right now the following will need to be changed.

Get rid of the poll section

Get rid of Who’s online

get rid of the main menu

On the other side where it has Login form, change that to consultant loggin form.

Where it reads popular put in a form that reads employer login

Leave the home tab and contact us at the top of the page. You can keep the other tabs blank if you want.

Where U way corporation is put Clear Connection Consulting

On the left side of Clear connection consulting I want to put 2 c’s connecting on C at the bottom. I can fax that to you if you want me to.

- In the backend of the website I am going to need to be able to turn the rate on to some employers after I can verify them.

Below is how the main page should read like. The text should start at the main menu and go over to the boxes where people log into.

Like this:
Need IT Specialists?

Save Time Save Money Do It Right

Clear Connection Consulting is an independent technology consulting firm dedicated to providing your company the best possible consultant to fit your needs at the fairest price. We have over 30 years of on-the-job expertise in IT consulting. We cater to all sizes of businesses, from the small business entrepreneur to Fortune 500 companies.

This unique website is a tool for both employers and job seekers. Employers can save money and time searching resumes under their own criteria. Job seekers should have the confidence that the employers are looking for specific job sets in the now time frame. All of this comes to you at no charge.

Once a connection looks promising, please contact us and let us know which IT specialist you might be interested. We take everything from there. We do all the paperwork and will set up interviews so that more details can be discussed and discovered. We will negotiate the contract corp to corp at a fair price for both the consultant and employer.

Let us help you with your needs. Register now.

What I want in the website:

I need 2 logins: 1 for the employers to login and one for the employees to log in

Employer login: They will be asked if they are an individual, company, or consulting company. This is important information that I need to know

e-mail

address

name

phone

Once the employer is logged in he’ll be able to see resumes by skill set, so there will have to be a line in which the employer will be able to put down the skills that they are looking for. I believe that there should be more than one line for skill set looking for possibly 5-6 lines for this. The employer will never know what the employee is getting but instead he will get the final rate of the consultant. I will get to that later on. The employer will never see the last name of the employee, they will only be able to see the first name. If there are more than one Scott for instance it probably should read Scott M. Bronx, New York. That broken down would be Scott (first name) M. (middle initial) Bronx (city) New York (state). There should also be some way that the employer could save a couple of people that they are looking for to view later. Once they select one of the consultants and state that they want to continue the computer should tell the employer to us. I may change the name and such but you get the jest.

Employee login

e-mail

address

name

phone

Once they are login and have a screen name and password, they will be able to download there resume onto the sight. I believe it would look good to ask each consultant for their skill set and how many years they have done such a skill set. Each consultant is going to be asked there minimum amount they want to pay the employee. Now that amount will not show up on the employer sight, they will see the formula of the consultants rate +15(.1)= employers rate that posts on their side of the website. Also another question that needs to be asked do they want to telecommute or be onsite or both? How many hours per week do they want to work? What is there legal status US citizen, H1B status, or greencard. What market do they want to work, what city? My primary goal is to focus in on Chicago, but that might change and I can place anywhere. Also the date that the resume is posted should be posted. The consultants should have a way to mark their status as available or unavailable

I know for the employer to search for keywords there is a technology in which it can search a document altogether to find that as a keyword. I would prefer the resumes to be searched like this other than the other way by keywords because sometimes people don’t put everything into the keywords of the resume, but it’s scattered throughout the resume.

Here is what I thought the resume format should look like for the employer

First Name

Skill Set Years

.Net 3

Objective – This could be a word doc that is cut and pasted in a recognized area

Employment History

Title_____________

From _____To:__________

Description This could be a word doc that is cut and pasted in a recognized area

Education Batchelors Masters

School

We will have to ask how many employers they had in order to get the spacing right on the resume section. My other thought is to have them fill in the skill set and name then after that have them upload there resume in PDF form or word form. This would get the resumes a little bit uneven but that really shouldn’t matter. Also when it comes to phone ,e-mail, address and full name we can get that from the registration form.

Clear Connection Consulting

There should be a log in Consultants section and a log in Employer Section at the top right of the page. There should be a register button under that once that comes up there should be a choice either consultant or employer. There should be a log out button underneath of that

Once an employer or consultant hit the button to register the computer will take them to a place in which they will be able to put all there information. Once that is done the employer will be taken to a page in which they can search for consultants and the consultants will be taken to a page in which they’ll be able to put there resume together and be asked those questions that I stated earlier about the rate etc.

After the employer or consultant registers we should check their identity by sending them an e-mail in which they have to log into their e-mail to confirm their identity.
lot and looking forward to working with you..

Joomla Template Mod

July 26th, 2009 Comments off

My company has worked with joomla pages in the past, so we know what work goes into it. Our price we believe is fair.

This must be completed in no more then 6 days.

Anyway I have a joomla template that will need to be installed, modified and changed to look similar to temp agency except there will be no job listings. There will 2 logins. One for the potential employee. They basically will just fill information about their skill level, experience, attach a resume, etc.

The other login will be for employers. This will allow employers to search through employees based on different criteria. Such as skill level, location, etc.

For the template right now the following will need to be changed.

Get rid of the poll section

Get rid of Who’s online

get rid of the main menu

On the other side where it has Login form, change that to consultant loggin form.

Where it reads popular put in a form that reads employer login

Leave the home tab and contact us at the top of the page. You can keep the other tabs blank if you want.

Where U way corporation is put Clear Connection Consulting

On the left side of Clear connection consulting I want to put 2 c’s connecting on C at the bottom. I can fax that to you if you want me to.

- In the backend of the website I am going to need to be able to turn the rate on to some employers after I can verify them.

Below is how the main page should read like. The text should start at the main menu and go over to the boxes where people log into.

Like this:
Need IT Specialists?

Save Time Save Money Do It Right

Clear Connection Consulting is an independent technology consulting firm dedicated to providing your company the best possible consultant to fit your needs at the fairest price. We have over 30 years of on-the-job expertise in IT consulting. We cater to all sizes of businesses, from the small business entrepreneur to Fortune 500 companies.

This unique website is a tool for both employers and job seekers. Employers can save money and time searching resumes under their own criteria. Job seekers should have the confidence that the employers are looking for specific job sets in the now time frame. All of this comes to you at no charge.

Once a connection looks promising, please contact us and let us know which IT specialist you might be interested. We take everything from there. We do all the paperwork and will set up interviews so that more details can be discussed and discovered. We will negotiate the contract corp to corp at a fair price for both the consultant and employer.

Let us help you with your needs. Register now.

What I want in the website:

I need 2 logins: 1 for the employers to login and one for the employees to log in

Employer login: They will be asked if they are an individual, company, or consulting company. This is important information that I need to know

e-mail

address

name

phone

Once the employer is login he’ll be able to see resumes by skill set, so there will have to be a line in which the employer will be able to put down the skills that they are looking for. I believe that there should be more than one line for skill set looking for possibly 5-6 lines for this. The employer will never know what the employee is getting but instead he will get the final rate of the consultant. I will get to that later on. The employer will never see the last name of the employee, they will only be able to see the first name. If there are more than one Scott for instance it probably should read Scott M. Bronx, New York. That broken down would be Scott (first name) M. (idle initial) Bronx (city) New York (state. There should also be some way that the employer could save a couple of people that they are looking for to view later. Once they select one of the consultants and state that they want to continue the computer should tell the employer to us. I may change the name and such but you get the jest.

Employee login

e-mail

address

name

phone

Once they are login and have a screen name and password, they will be able to download there resume onto the sight. I believe it would look good to ask each consultant for their skill set and how many years they have done such a skill set. Each consultant is going to be asked there minimum amount they want to pay the employee. Now that amount will not show up on the employer sight, they will see the formula of the consultants rate +15(.1)= employers rate that posts on their side of the website. Also another question that needs to be asked do they want to telecommute or be onsite or both? How many hours per week do they want to work? What is there legal status US citizen, H1B status, or greencard. What market do they want to work, what city? My primary goal is to focus in on Chicago, but that might change and I can place anywhere. Also the date that the resume is posted should be posted. The consultants should have a way to mark their status as available or unavailable

I know for the employer to search for keywords there is a technology in which it can search a document altogether to find that as a keyword. I would prefer the resumes to be searched like this other than the other way by keywords because sometimes people don’t put everything into the keywords of the resume, but it’s scattered throughout the resume.

Here is what I thought the resume format should look like for the employer

First Name

Skill Set Years

.Net 3

Objective – This could be a word doc that is cut and pasted in a recognized area

Employment History

Title_____________

From _____To:__________

Description This could be a word doc that is cut and pasted in a recognized area

Education Batchelors Masters

School

We will have to ask how many employers they had in order to get the spacing right on the resume section. My other thought is to have them fill in the skill set and name then after that have them upload there resume in PDF form or word form. This would get the resumes a little bit uneven but that really shouldn’t matter. Also when it comes to phone ,e-mail, address and full name we can get that from the registration form.

Clear Connection Consulting

There should be a log in Consultants section and a log in Employer Section at the top right of the page. There should be a register button under that once that comes up there should be a choice either consultant or employer. There should be a log out button underneath of that

Once an employer or consultant hit the button to register the computer will take them to a place in which they will be able to put all there information. Once that is done the employer will be taken to a page in which they can search for consultants and the consultants will be taken to a page in which they’ll be able to put there resume together and be asked those questions that I stated earlier about the rate etc.

After the employer or consultant registers we should check their identity by sending them an e-mail in which they have to log into their e-mail to confirm their identity.
lot and looking forward to working with you..

For the about us page is will look like this:

Clear Connection Consulting is an independent technology consulting firm that is dedicated to providing your company the best service possible at the fairest prices. We have over 30 years of on-the-job experience with expertise in IT consulting. We cater to all sizes of businesses, from the small business entrepreneur to Fortune 500 companies.

We have set up a website for both Employers and job seekers alike. Job seekers don’t have to spend excessive amount of money to see resumes that may or may not pan out. Job seekers should have the confidence that the employers that looking at their resume are looking for people right away and know you job skills on the spot. For Job seekers, you don’t have to spend money posting numerous job posting with no results. For job seekers if you don’t find a person that you want you don’t have to PAY.

If you find a consultant that you want all you have to do is contact us and tell us that you are interested in a particular person. We take care of everything from there. We do all the paperwork and will set up interviews for your company to meet the consultant to make sure that he/she is a good match for your company. We also take all the guesswork out of fees and everything like that. Next to the consultants name on the main website you will find the actual billing rate for that consultant. How great is that!! Clear Connection Consulting does all contracts corp. to corp. Clear Connection Consulting represents these consultants.

The best reason to use Clear Connection Consulting is for the fact that we are fair. We do not overcharge for our consultants. You will always be able to get in touch with a live person when a problem exists. Our consultants are highly skilled for any job.

The logo will also have to be changed, but we will give you the logo. You’ll just insert it.

The resume will just be an attachment, it will just be an extra thing for employers to look at. The emploYEE will really be filling out the information (most of which is on the resume) by hand, well by typing it in.
So for instance it will say list your skills, amount of years with this skill, and you level knowledge with this skill. So they may type in

XML 2 Years Begginner
PHP 10 Years Expert
ASP 4 Years Intermediate

The point is that when the EmploYER is searching through the candidates he may want to look for keywords (xml, php, and asp). This person would come up because they relate to these keywords.

The number one search criteria for employers should be city or zip code and how far away from this location they are loooking for employees.

So for example they should type in the zip code of where they are looking for employess and how far away they want to look.

So say they want people for work in Chantilly, VA zip code 20151. They would type in zip code 20151 and then enter the maximum radius they will look for potential clients.

Categories: Joomla, Website Design Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Copyright Infringement Script

July 20th, 2009 Comments off

I would like a program/script written in PHP and/or Java (or ANY other language) that will help someone locate instances of copyright infringement on the Internet of documents that the author has written.

This project would be divided into THREE PHASES.

In PHASE ONE of this project, you would develop the core program code. The program would do the following:

1. Search through a specified folder (on a web server’s hard drive) for any Microsoft Word, RTF, PDF, or plain text documents that may exist in that folder (and, optionally, any sub-folders). The software would then take a user-defined number of random samples of contiguous text (i.e., a user-defined number consecutive words) for EACH document in that folder/sub-folder).
a. The user should have the ability to specify the amount of “distance” (measured in words) between the samples that are taken, i.e. the user can specify that the samples are to be taken every 250 words, 500 words, 750 words, etc.
b The user should be able to select the document types that are searched for (Microsoft Word, RTF, PDF, or plain ASCII text documents).

2. The software would then take those samples (strings of text) and query Google.com and/or Docstoc.com (pre-selected by the user) to identify and find any matches (instances of copyright infringement).

3. For any matches are found, the software would then log:
a. the URL of the page on which the match is found
b. the TITLE of the html page on which the match is found
c. the file name of the source document from the user’s local hard drive
d. the date and time of the query in which the match was found on the offending web site
e. whether the match was found on Google.com or Docstoc.com
f. the exact string of text that was discovered on Google.com or Docstoc.com.

4. The log generated in #3 above should then be exportable as a comma delimited text file (CSV file). It should also be displayed on screen. The user will select if he wants to view the report on screen or export to CSV.

*** REQUESTED PMB COMMENTS: I do not really care what programming language you use, although I tend to prefer PHP and Java. If you think another programming language would be better than PHP, please specify in the PMB what language you would use and WHY that would be better than PHP. NOTE: Please state in the PMB how many DAYS it would take you to complete PHASE ONE of this project. ***

In the SECOND PHASE of this project, I would like you to develop a Windows compatible stand-alone application that the user could install/execute on his computer that will do the same thing as 1-4 above, except that the initial queries and sampling of the documents would take place ONLY on the user’s LOCAL hard drive. No text would be relayed back to the web server. The program would still search for the matches on the Internet in the same way and create a CSV report and screen report.

In the THIRD PHASE of the project, I would like for you to add the capability to the web site version so that the program/script can query the user’s local hard drive and retrieve the samples of the documents on the user’s local computer, and then relay them back to the web server for processing and querying on the Internet. The CSV file and screen report would then be accessible from the web server to the user.

NOTE: I am very price sensitive for this project, so please bid accordingly. If someone bids the right amount and can commit to finishing the job quickly, I will likely end the bidding process early and select you. Please write the word “Excel” in your bid comments so that I know read these specs carefully and that you understand English. Thank you for your interest, and I look forward to working with you!

Joomla Template Modificaition

July 19th, 2009 Comments off

Note some of this information could contradict itself. Half of it was written up before we had the template.

My company has worked with joomla pages in the past, so we know what work goes into it. Our price we believe is fair.

This must be completed in no more then 7 days.

Anyway I have a joomla template that will need to be installed, modified and changed to look similar to temp agency except there will be no job listings. There will 2 logins. One for the potential employee. They basically will just fill information about their skill level, experience, attach a resume, etc.

The other login will be for employers. This will allow employers to search through employees based on different criteria. Such as skill level, location, etc.

For the template right now the following will need to be changed.

Get rid of the poll section

Get rid of Who’s online

get rid of the main menu

On the other side where it has Login form, change that to consultant loggin form.

Where it reads popular put in a form that reads employer login

Leave the home tab and contact us at the top of the page. You can keep the other tabs blank if you want.

Where U way corporation is put Clear Connection Consulting

On the left side of Clear connection consulting I want to put 2 c’s connecting on C at the bottom. I can fax that to you if you want me to.

- In the backend of the website I am going to need to be able to turn the rate on to some employers after I can verify them.

Below is how the main page should read like. The text should start at the main menu and go over to the boxes where people log into.

Like this:
Need IT Specialists?

Save Time Save Money Do It Right

Clear Connection Consulting is an independent technology consulting firm dedicated to providing your company the best possible consultant to fit your needs at the fairest price. We have over 30 years of on-the-job expertise in IT consulting. We cater to all sizes of businesses, from the small business entrepreneur to Fortune 500 companies.

This unique website is a tool for both employers and job seekers. Employers can save money and time searching resumes under their own criteria. Job seekers should have the confidence that the employers are looking for specific job sets in the now time frame. All of this comes to you at no charge.

Once a connection looks promising, please contact us and let us know which IT specialist you might be interested. We take everything from there. We do all the paperwork and will set up interviews so that more details can be discussed and discovered. We will negotiate the contract corp to corp at a fair price for both the consultant and employer.

Let us help you with your needs. Register now.

What I want in the website:

I need 2 logins: 1 for the employers to login and one for the employees to log in

Employer login: They will be asked if they are an individual, company, or consulting company. This is important information that I need to know

e-mail

address

name

phone

Once the employer is login he’ll be able to see resumes by skill set, so there will have to be a line in which the employer will be able to put down the skills that they are looking for. I believe that there should be more than one line for skill set looking for possibly 5-6 lines for this. The employer will never know what the employee is getting but instead he will get the final rate of the consultant. I will get to that later on. The employer will never see the last name of the employee, they will only be able to see the first name. If there are more than one Scott for instance it probably should read Scott M. Bronx, New York. That broken down would be Scott (first name) M. (idle initial) Bronx (city) New York (state. There should also be some way that the employer could save a couple of people that they are looking for to view later. Once they select one of the consultants and state that they want to continue the computer should tell the employer to us. I may change the name and such but you get the jest.

Employee login

e-mail

address

name

phone

Once they are login and have a screen name and password, they will be able to download there resume onto the sight. I believe it would look good to ask each consultant for their skill set and how many years they have done such a skill set. Each consultant is going to be asked there minimum amount they want to pay the employee. Now that amount will not show up on the employer sight, they will see the formula of the consultants rate +15(.1)= employers rate that posts on their side of the website. Also another question that needs to be asked do they want to telecommute or be onsite or both? How many hours per week do they want to work? What is there legal status US citizen, H1B status, or greencard. What market do they want to work, what city? My primary goal is to focus in on Chicago, but that might change and I can place anywhere. Also the date that the resume is posted should be posted. The consultants should have a way to mark their status as available or unavailable

I know for the employer to search for keywords there is a technology in which it can search a document altogether to find that as a keyword. I would prefer the resumes to be searched like this other than the other way by keywords because sometimes people don’t put everything into the keywords of the resume, but it’s scattered throughout the resume.

Here is what I thought the resume format should look like for the employer

First Name

Skill Set Years

.Net 3

Objective – This could be a word doc that is cut and pasted in a recognized area

Employment History

Title_____________

From _____To:__________

Description This could be a word doc that is cut and pasted in a recognized area

Education Batchelors Masters

School

We will have to ask how many employers they had in order to get the spacing right on the resume section. My other thought is to have them fill in the skill set and name then after that have them upload there resume in PDF form or word form. This would get the resumes a little bit uneven but that really shouldn’t matter. Also when it comes to phone ,e-mail, address and full name we can get that from the registration form.

Clear Connection Consulting

There should be Clear Connection Consulting at the top of the pages reading Clear Connection consulting the point size should be 36 and the font should be AR BLANCA or similar.

There should be a log in Consultants section and a log in Employer Section at the top right of the page. There should be a register button under that once that comes up there should be a choice either consultant or employer. There should be a log out button underneath of that

Once an employer or consultant hit the button to register the computer will take them to a place in which they will be able to put all there information. Once that is done the employer will be taken to a page in which they can search for consultants and the consultants will be taken to a page in which they’ll be able to put there resume together and be asked those questions that I stated earlier about the rate etc.

After the employer or consultant registers we should check their identity by sending them an e-mail in which they have to log into their e-mail to confirm their identity.
lot and looking forward to working with you..

For the about us page is will look like this:

Clear Connection Consulting is an independent technology consulting firm that is dedicated to providing your company the best service possible at the fairest prices. We have over 30 years of on-the-job experience with expertise in IT consulting. We cater to all sizes of businesses, from the small business entrepreneur to Fortune 500 companies.

We have set up a website for both Employers and job seekers alike. Job seekers don’t have to spend excessive amount of money to see resumes that may or may not pan out. Job seekers should have the confidence that the employers that looking at their resume are looking for people right away and know you job skills on the spot. For Job seekers, you don’t have to spend money posting numerous job posting with no results. For job seekers if you don’t find a person that you want you don’t have to PAY.

If you find a consultant that you want all you have to do is contact us and tell us that you are interested in a particular person. We take care of everything from there. We do all the paperwork and will set up interviews for your company to meet the consultant to make sure that he/she is a good match for your company. We also take all the guesswork out of fees and everything like that. Next to the consultants name on the main website you will find the actual billing rate for that consultant. How great is that!! Clear Connection Consulting does all contracts corp. to corp. Clear Connection Consulting represents these consultants.

The best reason to use Clear Connection Consulting is for the fact that we are fair. We do not overcharge for our consultants. You will always be able to get in touch with a live person when a problem exists. Our consultants are highly skilled for any job.

The logo will also have to be changed, but we will give you the logo. You’ll just insert it.

Categories: CMS, Joomla, PHP, System Administration Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Mid-square Hashing Program

July 14th, 2009 Comments off

1) The random access file program of section 8.8 uses the division-remainder method to
hash a record’s key to its relative address in the file. one competing method, known as mid-square hashing, works as follows: given a key with N digits, to compute a relative address with K digits, we square the key and then extract the middle K digits from the squared key. for example, if N is 9 and K is 4, we have
sample key: 200120472
key squared: 40048203313502784
middle 4 digits: 3313

revise the program of section 8.8 so that it uses mid-square hashing.

sec 8.8) The BNPL (“Borrow Now, Pay Later”) Credit Bureau maintains a master file that lists, for each of its customers, the social security number, name, current principal that the customer owes, and his or her credit limit. the master file might be
222-11-33-49 Nancy Zoe 51.20 5000.00
333-22-1265 Willard Smith 2341.50 4500.00

The BNPL Credit Bureau also maintains a transaction file that tracks its customers’ loans and payments. each record in this file lists the customer’s social security number, together with the transaction’s amount and its date. A positive number indicates a payment, and a negative number indicates a loan. for example, the entries
333-22-1265 +25.00 9-7-96
222-11-3349 -1273.00 9-18-96
333-22-1265 -1350.50 9-18-96

mean that customer 333-22-1265 paid back $25.00 on 9-7-96 and borrowed $1,350.50 on 9-18-96 and that customer 222-11-3349 borrowed $1,273.00 on 9-18-96. once a month the BNPL Credit Bureau updates its mater file by processing entries in the transaction file. Assume that the master file entries are sorted by social security number but that the transaction file is not sorted. write one program that creates a transaction file, another that sorts the transaction file, and a third that updates the master file.

Photo Upload/search (complete)

July 13th, 2009 Comments off

Recently this code was written for me by a programmer on this site. Unfortunately the code is not working correctly. I have attached a zip file containing the code for the uploader.php in the main directory and the viewer.php in the 2009 directory. I can give you access to the CPanel. Database and tables are created. The uploader does work but I am not convinced that the data is getting to the sql database. When i run the viewer the photos are there but the search feature is not finding any of the photos.

Here is the list of items I need completed on this project:

1 – Make sure that the uploader.php code is correctly working including storing the data in the sql database.

2 – Make sure that the viewer.php code is correctly working. The viewer does work but it automatically showing all photos stored in the directory called 2009. At the top of the viewer is has to options, [HOME] and [SEARCH]. I would like the option [HOME] changed to [ALL].

Viewer should not show any directories until user selects [ALL] which shows all subdirectories located in the 2009 directory which is the way we currently view all photos. If the user selects [SEARCH] then the criteria diplayed in the search form would be viewed only based on the data stored in the sql database.

3 – The search form is not correct. Should be set up that user could select just the date and all photos in sql database with that date would be viewed. Right now the LOCATION field is always populated with one of our office locations. Need to have it blank.

I have tested the search feature and it unable to locate any photos matching my search criteria. I uploaded a few photos and went back and searched for them with no luck.

To be my programmer choice you must communicate very well and must allow me to test the code to ensure it is working before I release any escrow money to you. I can give you access to the Cpanel to work with the sql database.

This project is 98% complete already with the code and a good programmer should be able to complete this quickly. I need a programmer to tweak it. I do have other projects coming up soon using this database.

Make1c – Website Logins

July 10th, 2009 Comments off

Make1c provides a service that allows its members to store their username, passwords and other login information for every single website that they go to.

The usernames/passwords are already in place (Using double encryption) and so I want to make it so that the member can have an automated process to login to any service they are a member of and have activated.

By automated process to login here is what I mean.

When the user clicks on a link ‘go to service’ instead of it just taking them to the login and they key in the username/password (Which is the way it is now) I want to make it so that the username/password automatically come out in the user/pass fields for the website they are going to.

I have put a process like this in place but it doesnt work with every form and so I am looking for something consistent enough that it would pass the username/password that is already in the Database and associated with the service that the member is going to, so that it goes to the username field and the password field.

I dont want the submit button pressed because I believe this would be an infringement on the Website they are going to and many webmasters frown on automated logins where the user isnt clicking the submit button.

What I want is for the username and password to go into the appropiate username/password fields and then that is it. The user then will click the submit button and that will get them logged into the site. This would work much like it does in IE where you can save your passwords and IE will push them into the password field.

There are 2 entry points that I want it to work for:

1. A pull-down menu option I have in place
2. A personal links area I have in place

My website is all done in PHP and so I need to have this done so that it will work with the data coming from the DB through PHP. So if you can build something like this using Java, Javascript, Ajax or some other process that will work with the data I have coming through the PHP programming that is already in place, then that is what I need. So this process doesnt have to be done in PHP, I just need it to work with PHP. In addition the database that I am using with PHP is MySQL.

If you think that you can provide me with this function with a process that would integrate with PHP and the values being passed through my existing system then please contact me with your bid.

I will evaluate any bid submitted and will communicate with you before any bid is selected.

Program Using Queues In C

July 7th, 2009 Comments off

The Problem
A university lacks a credible grocery store on campus. After a year of getting lousy over-priced food in the convenience store in the Student Union, you and all of your friends are frustrated. One of your friends majoring in business comes up with the brilliant idea of opening a grocery store on campus. But, they need your help to decide if their idea is viable or not. Your job will be to run various simulations of customers in line.

The model for the store is as follows:

Normally, there will be three lines in operation or customers to buy their groceries. Each line will have a capacity of 8 customers. The first line (line A) will only be for customers with 10 or fewer items. The other two lines (line B and C) will be for all customers. When a customer is ready to check out, here is how they decide what line to go to:

If the customer has 10 or fewer items and the

Make1c – Site Logins

June 26th, 2009 Comments off

Make1c provides a service that allows its members to store their username, passwords and other login information for every single website that they go to.

The usernames/passwords are already in place (Though encrypted) and so I want to make it so that the member can have an automated process to login to any service they are a member of and have activated.

By automated process to login here is what I mean.

When the user clicks on a link ‘go to service’ instead of it just taking them to the login and they key in the username/password I want to make it so that the username/password automatically come out in the user/pass fields for the website they are going to.

I have put a process like this in place but it doesnt work with every form and so I am looking for something consistent enough that it would pass the username/password that is already in the Database and associated with the service that the member is going to, so that it goes to the username field and the password field.

I dont want the submit button pressed because I believe this would be an infringement on the Website and many webmasters frown on automated logins where the user isnt clicking the submit button.

What I want is for the username and password to go into the appropiate slots and then that is it. The user then will click the submit button and that will get them logged into the site.

There are 2 entry points for this process:

1. The Pull down menu (Exec members)
2. The Personal links (Exec members)

My website is all done in PHP and I have asked for this before and been told by a couple of programmers that PHP does not have the capability to do this type of function.

If you think that you can provide me with this function with a process that would integrate with PHP and the values being passed through my existing system then please contact me with your bid.

The database that I am using with PHP is MySQL.

WordPress Rpxnow Customization

June 24th, 2009 Comments off

Looking for a skilled WP developer who can work fast, solve problems, and work independently.

Quick Summary
—-
We want to require our WordPress users to authenticate to the site with their Facebook Connect or OpenID account but don’t want to create user accounts on the back-end for various reasons. Rather, we just want users to authenticate via FB Connect or OpenID and that will allow them to post comments; they won’t actually be registered as a user on the blog by “logging in” we kind of just want to lower the signal to noise ratio on comments by creating a gateway of authentication…

How?
—-
RPXNow (www.rpxnow.com) is a service which enables content providers to access a single API through which authentication for multiple identity providers can be used.

We’re looking to modify the RPX Now WordPress plugin (http://rpxwiki.com/WordpressPlugin ) so that instead of creating a user on the WordPress side upon successful authentication, a cookie is dropped which siginifies that the user is “logged in” to the blog. The cookie will also contain the name and email info that would be used to fill out the WordPress comment form so that the form is prepopulated for logged in users.

Deliverables
—-
The deliverables for this project are 1) a customized version of the WP RPXNow plugin which instead of creating a users on the WP backend upon succesful authentication simply sets a cookie which signifies that the user is logged in, the cookie should also contain the name and email info that would be used to fill out the WordPress comment form so that the form is prepopulated for logged in users 2) updated comment.php and header.php which contains Javascript to check for the existence of the cookie and if it exists, displays the comment form for a user to comment and if the cookie does not exist, prompts a user to “Login” using their FB Connect or OpenID etc.

Large Integer

May 31st, 2009 Comments off

The Problem

The unsigned int type in C requires 4 bytes of memory storage. With 4 bytes we can store integers as large as 232-1; but what if we need bigger integers, for example ones having hundreds of digits? If we want to do arithmetic with such very large numbers we cannot simply use the unsigned data type. One way of dealing with this is to use a different storage structure for integers, such as an array of digits. We can represent an integer as an array of digits, where each digit is stored in a different array index. Since the integers are allowed to be as large as we like, a dynamically-sized array will prevent the possibility of overflows in representation. However we need new functions to add, subtract, compare, read and write these very large integers.

Write a program that will manipulate such arbitrarily large integers. Each integer should be represented as an array of digits, where the least significant digit is stored in index 0. Your program should we able to read in a string of digits and create a struct that stores the big integer.

Your program should store each decimal digit (0-9) in a separate array element. In order to perform addition and subtraction more easily, it is better to store the digits in the array in the reverse order. For instance, the value 1234567890 would be stored as:

index 0 1 2 3 4 5 6 7 8 9
array 0 9 8 7 6 5 4 3 2 1

Note: Although this seems counter-intuitive, it makes the code slightly easier, because in all standard mathematical operations, we start with the least significant digits. It also makes sense that the digit at the place 10i is stored in index i.

Your program should include the following functions:

Programming Project 3726965

May 24th, 2009 Comments off

1) The random access file program of section 8.8 uses the division-remainder method to
hash a record’s key to its relative address in the file. one competing method, known as mid-square hashing, works as follows: given a key with N digits, to compute a relative address with K digits, we square the key and then extract the middle K digits from the squared key. for example, if N is 9 and K is 4, we have
sample key: 200120472
key squared: 40048203313502784
middle 4 digits: 3313

revise the program of section 8.8 so that it uses mid-square hashing.

sec 8.8) The BNPL (“Borrow Now, Pay Later”) Credit Bureau maintains a master file that lists, for each of its customers, the social security number, name, current principal that the customer owes, and his or her credit limit. the master file might be
222-11-33-49 Nancy Zoe 51.20 5000.00
333-22-1265 Willard Smith 2341.50 4500.00

The BNPL Credit Bureau also maintains a transaction file that tracks its customers’ loans and payments. each record in this file lists the customer’s social security number, together with the transaction’s amount and its date. A positive number indicates a payment, and a negative number indicates a loan. for example, the entries
333-22-1265 +25.00 9-7-96
222-11-3349 -1273.00 9-18-96
333-22-1265 -1350.50 9-18-96

mean that customer 333-22-1265 paid back $25.00 on 9-7-96 and borrowed $1,350.50 on 9-18-96 and that customer 222-11-3349 borrowed $1,273.00 on 9-18-96. once a month the BNPL Credit Bureau updates its mater file by processing entries in the transaction file. Assume that the master file entries are sorted by social security number but that the transaction file is not sorted. write one program that creates a transaction file, another that sorts the transaction file, and a third that updates the master file.

Ajax Form Check

May 10th, 2009 Comments off

I have a signup form on my website and I need to validate that the id entered IS a valid user in the system.

This should function like the username field below only in
reverse. The username field checks that the username is available
while the referrer ID should be checking that the username is already
in the system.

One thing that I’m doing is pre-filling this field for the user but I still need the validation to happen.

The signup URL is http://www.promotiongarage.com/amember/signup.php?ref=randy

Joomla Php & Css Adjustements

May 5th, 2009 Comments off

I’m looking for a experienced PHP and CSS programmer with deep knowledge of Joomla as he has to do some CSS restyling of a custom code embedded into Joomla, some layout adjustments and a integration of a wrapped movie trailer page by adapting the respective CSSes.

The site is www.triestenascosta.it. Below I briefly describe the jobs.

1. Joomla frontpage layout. The left margin of all content (articles) pages should be moved slightly to the right so to be correctly aligned with the other elements of the page. Look at the homepage: the left margin of the articles should not touch the left border of the background but should be moved the right so that it is aligned with the “Altre notizie” bottom articles. This happens in all pages, so I guess it’s a CSS mistake. (See drawings in the attached PDF point #1)

2. The link “Cinema” takes to a wrapped page driven from www.filmtrailer.com. This page has its proper CSS that should be modified to seamlessly integrate into the site: it must be centered, the background should be fixed, the font should be Trebuchet as the other parts of the site, etc. If possible remove the “Delicious, Digg…” links, remove the Cerca (=Search) box and – if possible – remove the popup window when the link “pi

WordPress Guru With Php Needed

May 4th, 2009 Comments off

There are only 8 little jobs in my wordpress installation. You need some knowledge and experience in WordPress an PHP.

Here are the jobs:

1. Create a widgetable Footer. More Infos about widget ready footers here http://wordpressisland.com/2008/07/24/creating-a-widget-ready-footer-in-wordpress/ and integrate the widgets “Related Posts”, “Top Posts” and “New Comments”.

2. There are a problem with the feedburner registration. i have a feedburner form in one sidebar. make sure, that the register-function works correctly.

3. There are a problem with the background-image in the wp-login / wp-register page. make sure, that the background picture is display correctly.

4. Integrate an gravatar.com image in the comment-section, so that is display the picture of an commentator.

5. My Comment Subscribtion Checkbox is postboned. I like it between the big textarea and the “Send”-Button. error messages should be on the same page at the appropriate place to display.

6. I have a problem with the admin rights in my wordpress installation. When i use the plugin “php exec” i need the admin-rights to execute some php code in pages, sites, posts. but as an admin i have only “user rights”. i don`t know why. make sure, that the php plugin works fine, so that i can execute some php code in sites and posts.

7. Integrate “Related Posts” under every Blogpost, so that the 5 best matching contributions can be displayed.

8. On 5 or 6 points in the website, i have a form from www.foxyform.de. it is always the same form. please rebuild the form with the installed plugin “cforms” and replace it with the old foxyform-forms on the website. error messages should be on the same page at the appropriate place to display.

Thats it. This is an easy job for the right person! You become access to wordpress and all information and links what you need. Most parts of the wordpress backend is in german.

Regards
Tobias

Minor Edits .max Video Affects

May 4th, 2009 Comments off

As you’ll see in the attached files, I have all the .max and .cws source files needed to make minor edits to my video intro clip. foor quick reference you can see the intro clip playing here:http://www.greatercharleston.com/tv/video/580/2009-Family-Circle-Cup-Final-Drama

All I need is:
1. Re-set it so that the globe graphic never stops spinning
2. Re-set it so that the text graphic continues flaring softly after big-flare sequence
3. set it to continue the motion in 1 and 2 so that the clip is 35 seconds long. Very simple as all the real work has already been done, so I’m looking for quick turnaround.

Simple Shopping Cart / Paypal

May 2nd, 2009 Comments off

Project:
I am creating a products area/shopping cart for a website that does not have many products and they need it to work with their “PayPal Website Payment Pro” account.

In short I need my designs (PSD) to mask over a shopping area that will work with the paypal account that the customer owns. I also need a form to manage the products (Add, edit, remove) both myself (admin) and the client (customer) need to be able to manage this area.

The details:
I have renderings for the (left vertical menu) and product details and shopping pages in PSD format. The designs are simple and very straight forward. Web 2.0 look lots of white space. So there is not much PSD to CSS work involved.

I have built the rest of the site I am just patching this in as a products shopping area.

The “Products area/shopping cart” needs to be compatible with these PayPal elements:
1. The Direct Credit Card processing API that allows customers to checkout with credit cards directly on your site.
2. The Express Checkout API, which lets PayPal customers check out fast. And when they check out fast, they’ll come back and buy more. Plus, Express Checkout helps you increase sales by an average of 14%* and get more customers.

Product “details page” will be created by a form that the client has access to.
Product form will create both a Product “details page” and a new entry on the products menu located vertically (left) of the products environment.

Product form needs to ask for:
—Start Post Product Form—
Category of product
Subcategory of product
Product name
Part number (if needed)
Product image
Additional images (will be listed in as thumbnails below main image and when clicked will replace the main image displayed above. The main image will have a thumbnail posted at the end of the thumbnail list for user to view navigate back to the original photo)
Attributes/Models [Version 1, Version2, Version3, etc.]

—Start PayPal Info—-
Price
(any other prompt that the PayPal API will need place here)

—End PalPal Info—

Add, edit, delete functionality.

—End of Post ProductForm—

Needs to be Cross browser compatible, IE, Safari, Firefox, etc.
I will take suggestions before or during build, as to logistics and programming options.
Please contact me if you have any questions?

Repair Script – Ad Submission

May 1st, 2009 Comments off

The project described below the ****** was completed in 2008. Errors have started to occur recently in the script and must be fixed immediately. The form that is processed by the script is http://www.newburyportmothers.com/submission.php.

Briefly, when a form containing the ad data is submitted two emails should be generated. One email is sent to the email address entered on the form with only the data from the form. This email is OK.

A second email is sent to the site owner with an attachment. This email is not being generated. This project is to debug the script to fix this problem.

This project is urgent and needs to be completed by May 3. I will provide all server login info immediately upon accepting a bid.

Below are the original project requirements:

*******************************************************
GENERAL : We are developing a website for a social group that sells ads for its newsletter. After payment is approved, the ad data is submitted via a form to a mySQL database. The ad copy is an image file that may be submitted with the form to the server. Emails to the submitter and administrator are generated after form data are successfully received. To manage the data, an administrator page allows a standard data base report to be generated for a given month/year and a second report to be generated for a range of months/years.
The development project is in two parts. The workflow below is described to give programmers a better understanding of the project requirements.
Part 1 – AD SALES
The site owner will provide a draft of the ad submission page with the sales form. The programmer will modify the form as needed, create the mySQL data base, develop the data base queries and develop the email processing on the server to implement the features that follow.
1. To submit and pay for an ad the user navigates from other site pages to a landing page that displays Terms and Conditions and the user must select an “I Agree” checkbox to proceed to the submission page. The programmer will not work on this page. The user clicks Next to go the submission form. A validation check is performed on the checkbox to allow the submission page to open. Most of the data entries on the submission form will require validation before the data can be sent.
a. The submission form contains text boxes to enter the required business information. The form also contains selectors for the ad’s size and the starting date and frequency the ad will appear. The programmer will need to ensure that only allowed sizes and frequencies are chosen and that the member discount is applied for pricing of the ad.
b. The form will have a yes/no checkbox to either submit the ad copy with the form or to submit it at a later time. This yes/no data must also be passed to the database.
c. The ad is normally submitted as an attachment to the form. Ads are image files. The form will have a file selector to browse and attach the file from the local disk. The programmer will make this file selector inactive by default so that the user has to choose the yes/no option. When the yes option is selected, the file selector is activated and the user can navigate on the local disk to select the ad file. The file extension is checked to confirm it has an EPS, JPEG or PDF extension. If validation fails, an error box pops open and the form cannot be submitted until the error is corrected.
d. The user chooses the ad size from a drop down menu or radio button list on the form.
e. Ad frequencies include standard half-year (5 months) and full-year (10 month) blocks and single months. Each block or single month plan has a standard price for each ad size. For the half and full year blocks only, both consecutive and non-consecutive, multiple month blocks are a frequency option that the programmer will have to implement. Block prices will be discounted for group members so there will have to be a selector form Members (non-members will be the default).
f. A start month/year will be selected.
f. The existing form will have selectors for all of the above options, but the programmer may have to develop logic to calculate the final price of the ad. The programmer will develop logic to display the final cost of the ad. The cost display should update dynamically when the ad size and/or frequency or member/non-member status is changed.
g. The user clicks on the Pay button and is sent to Paypal with the cost data. The form data is NOT SAVED on the mySQL server UNTIL the payment in step 2 below is completed.
2. The Paypal page is pre-populated with the correct payment amount calculated on the form. After payment is completed the user is returned to the site for further processing of the ad submission.
3. The user is returned to a thank you page on the website. When the page opens the following takes place:
a. All form data are saved to a mySQL database at the web host and the attached image file (if sent) is saved to a folder on server.
b. The programmer creates a server-side script to generate two emails after the data are saved:
– A formatted thank you email is sent to the submitter showing the ad cost, size, frequency and months that the ad will be in the newsletter.
– A formatted notification email is sent to the site owner with all form data as text (field name: data), including the image file if sent.
Part 2 – REPORT GENERATION (programmer to design web page interface and all code):
1. The site administrator securely logs in to the report page.
2. On this page are 2 report generation forms.
a. General Historical Report – the administrator selects the range of month/year dates from a starting date – ending date menu and clicks on the Generate Historical Report button. An Excel style report page is generated that shows all fields for each record. The order of the columns is the same as the submission form. The administrator clicks on the Send Report button and the report is sent as a CSV file attached to an email to the administrator.

b. Monthly Report – This is a standard report for a selected month/year that is similar to the General Report but shows all ads that should run for the selected month (example: an advertiser places a 5 month ad for Jan-May. In March, the Report is run to see what ads should be included in the April newsletter, the administrator needs to see all ads that were submitted for print for that month, regardless of when the ad was originally submitted). The browser displays the report as rows of data with column headings. The administrator clicks on the Send Report button and the report data is sent to the site administrator as a CSV file attached to an email.

– Note: This a an revision of a project that was recently posted. To avoid confusion while the requirements were changing I decided to cancel and resubmit the project –

GENERAL : We are developing a website for a social group that sells ads for its newsletter. After payment is approved, the ad data is submitted via a form to a mySQL data base. The ad copy is an image file that may be submitted with the form to the server. Emails to the submitter and administrator are generated after form data are successfully received. To manage the data, an administrator page allows a standard data base report to be generated for a given month/year and a second report to be generated for a range of months/years.

The development project is in two parts. Here is the workflow we want to implement for both parts:

SALES { NOTE- A draft of the sales page form will be provided to the developer

Categories: mSQL, PHP Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Sports/money Website Logo

April 28th, 2009 Comments off

What I Need:
I need a high-quality, professional business logo in a few sizes. The website is related the following sports (American football, basketball, baseball) along with Las Vegas / Sports Betting / Money / Sports Betting…

Here is the website URL;
http://www.bankrollsports.com

I need this new website logo in small, medium, and large size…

I also need a favicon and someone to show me how to put the favicon in place for this website site.

Colors:
The designer can use a similar color scheme of the website. You can also check out the banners on the pages to get an idea of the colors I am looking for: http://www.bankrollsports.com/picks-banners.shtml

Desgin Information & Competitor Logs:
This is a (money/Vegas/sports betting) related site. So, the logo should have a roll of money (100 bills or some cash), some type of football (American) or sports balls (football, baseball, basketball) or athletes, and/or something the relates to sports betting/LasVegas/U.S. sports betting and the title of the site which is: Bankroll Sports Picks

I need a professional logo done here and I need a good design. I would prefer that the bidder show me a brief sample or mockup based on my requirements along with their bid.

As far as the favicon, I would like the designer to make a favicon based on the logo that the hired programmer creates. It should be clear and legible and identify itself with our service, Bankroll Sports Picks

I am expecting the designer to give me a few logo designs to choose from and improve upon. When we pick a design, I will need a few sizes with a few variations of the design. We will need this new, professional logo in a small, medium, and large size, making the logo slightly different for each version. I also need a favicon that identifies itself with the newly designed logo and this site. Please insert the phrase ‘banklogo’ so that I know you read my description before bidding.

Again, I prefer that the bidder include a light mock up (can be watermarked) with your bid along with links (not attached images) to some other logos that you made. Also, the lower you bid away from the maximum, the bigger the bonus will be for quality work. I am a “pay for what I get” type of buyer…

Here are some of my competitor logos:
You see my competitor logos (that I want my new logo to beat and look better then):
1. http://www.sportblogman.com/DS_player3small.png
2. http://www.atsnetwork.com/gfx/logo.jpg
3. http://www.sportscapping.com/articles/wp-content/themes/scblog/images/logo.gif
4. http://forum.wheretobet.com/index_files/wtbforum-logo.gif
5. http://www.sportsbettingworld.com/images/SportsBettingWorld_logo.jpg
http://images.dailyradar.com/media/uploads/ballhype/story_large/2009/04/06/osh_logo_220x90.jpg

I need something that looks better then my competitors, especially the first one who is my main competition (http://www.sportblogman.com/DS_player3small.png).

My competitor has a high quality graphics and a branding logo that represents them. I need something that really catches the eye and identifies with my service/American Sports/and Last Vegas /U.S. sports handicapping. My competitor above has achieved this and this is my goal as well..

Some things that you can use (and incorporate) as part of the logo (as background or other added images for the logo:

-Pictures of US money (cash):
Money Rolls / The word

N-queens Puzzle With Searchs

April 27th, 2009 Comments off

I need an application that can solve the n-queens puzzle using the different types of searchs, listed below:

-Breadth-first search
-Depth-first search
-Iterative Depth
-Bidirectional search
-Best-first search
-Greedy
-A*
-A* with iterative depth
-A* SRM

Program just have to be able to solve the specific case of 8 queens

Input
-User should be able to choose the type of search he wants to use to solve the puzzle
-After showing a solution, user can decide if he wants to see another solution, or if he wants to return to main menu.

Output
-Program should display the solution by writing a board of 8×8 using * and Q, where * are blank spaces and Q are queens (of course).
Q * * * * * * *
* * * * Q * * *
* * * * * * * Q
* * * * * Q * *
* * Q * * * * *
* * * * * * Q *
* Q * * * * * *
* * * Q * * * *
-Program should be able to display all possible solutions for this problem
-Also it is needed that the program shows the time it took it to solve the puzzle, every time it has to display a solution

Interface
-This is a console application
-Program will start with a menu where user can select the type of search to be used or to exit the program
1) Breadth-first search
2) Depth-first search
3) Iterative Depth
4) Bidirectional search
5) Best-first search
6) Greedy
7) A*
8) A* with iterative depth
9) A* SRM
10) Exit
-After showing a solution, it should ask the user if he wants to see a different solution, where Y = yes and N = no

Logic of the program
-It’s really up to you to decide how the program will generate the graphs and do the searches, but i need the code very well documented, to make it easy for me to understand how the program works

Exceptions/Error handling
-In case a user select an option out of range or wrong letter, program should display a small error message, letting the user know that the option he selected is not valid, and the program should wait until it gets a valid request.
-In case that the puzzle can not be solved or can not get all the possible solutions (not sure if that can happen), program should display a message letting the know the user that it can not get a solution or any more solutions using that type search.

*****All this needs to be done by next Monday (May 3rd)*****

Joomla Website Ie6 Compatible

April 20th, 2009 Comments off

I currently have a Joomla 1.5 website that was developed by another programmer.

Unfortunately, this programmer did not ensure that the website was compatible with IE6. When the project was completed I tested the website and although it looks good in IE7, IE8, Safari and Firefox, when it is viewed in IE6 it looks terrible.

When I voiced my concerns to the programmer that this website must be IE6 compatible, to my surprise he stated that he is not prepared to complete the additional IE6 compatibility work saying it was to much trouble, even though I offered to pay him more money :(

I urgently need to find a reliable and professional programmer that is talented with Joomla 1.5 and can simply and easily ensure that this website is IE6 compatible.

This website is currently online ( www.nrc-sann.aut.ac.nz ) and is being viewed by many people everyday.

It is very important that the IE6 compatibility is completed without disturbing the daily operation of the website in any way.

It is also very important that the new programmer that can complete this IE6 compatibility work is fluent is ENGLISH and is happy to speak over the telephone, to ensure this work is completed properly.

I look forward very much to expressions of interest and bids on this project

Best Regards

Jason A Ford
Creative Director
Mission Design

Aircondition C Code

April 19th, 2009 Comments off

The Problem
A client is interested in exactly what percentage of the time her air conditioning is running. One way to measure this is to keep a temperature logging device right by an AC vent. The device measures the temperature every 30 seconds. If the temperature drops at least .5 degrees Fahrenheit between readings, it’s a good bet that the AC unit just turned on. Likewise, if the temperature rises at least .5 degrees Fahrenheit between readings it’s likely that the AC unit just turned off. (For example, if the reading at 1:30:00pm was 74.7 degrees F and the reading at 1:30:30pm was 74.1 degrees F, then we would assume for the 30 seconds starting at 1:30:00pm and ending at 1:30:30pm, the AC was on. If there is no big rise or fall in a 30 second interval, we assume the state of the AC was whatever it was in the previous 30 second interval. We will assume that the AC is always off at midnight.

You will be given the temperature readings from one logging device for a whole day (24 hours). Using this information, you must calculate the percentage of time the air was on for the day and produce a bar graph with houry data.

Input File Format (temp.txt)
This file will have exactly 2881 doubles, one per line, indicating readings of temperatures (in Fahrenheit) starting at midnight and ending at midnight the next day. The readings are taken every 30 seconds. The start of a file might look like this:

78.6
78.6
78.5
78.5

The Output
First, output a line with the following format:

The AC was running X percent of the time.

where X is a percentage rounded to 2 decimal places, corresponding to how often the AC was running throughout the whole day.

After this line of output, skip a blank line and output a bar graph with a similar format to the one in the posted file.
Each bar corresponds to the percent of time the AC was running during that hour. Since the bars are shown with 5% increments, only display a star if the percentage for that hour equals or exceeds the marked percentage. Here’s the basic idea in how to create it.

First, store the data in an array of size 24, where each entry indicates the percentage of time the AC was running in that hour. (For example, the entry in index 0 stands for the amount of time the AC was running from midnight to 1 am.)

Now, print each row in order, first the row for 100%, then 95%, then 90%, etc. all the way down to 5%. While you are printing a row, for each column, you must ask yourself the question,

Desktop Software Revamp

April 7th, 2009 Comments off

Please visit the link below to download and review the desktop software for this project. The software is called “Stock Research Pro” and was written in File Maker Pro. It is a browser-based dekstop software application designed to streamline the stock research and analysis process.

http://stockresearchpro.com/download

Goals of the project:

(1) Fix so that the software fits or centers on any screen resolution
(2) Add screen scrape to all of the calculators and portfolio section so that the required data is populated in appropriate fields to perform the calculations
(3) Fix the portfolio tab so that the value of the portfolio and each individual stock is updated with stock price updates
(4) Fix so that if the stock symbol is changed in the active window, the “Active Symbol” will update tot that new stock symbol
(5) Advise on any additional functionality you would recommend and could add as part of the project

Java Coding

April 5th, 2009 Comments off

A model of a factory

The factory produces produces objects of type 1 and type 2 from pieces of raw material which are readily available without limit. For the projection of an object of type 1, a piece of raw material is first processed by a machine of type A, then by a machine of type B, and finally by a machine of type C. For this purpose, a piece of raw material is first placed on a robotized moving platform which transports the piece from one machine to the other and finally deposits the finished product in a storage area. The factory owns 15 moving platforms. The production of objects of type 1 is done as fast as possible, since there appears to be an unlimited demand for such objects. Here is some information about the machines and how they are accessed by the moving platforms:

* There are 3 machines of type A and the platforms with raw material wait in a single queue until one of the machines becomes available.
* There are also 3 machines of type B, but they have separate queues (one per machine), since the machines are located far away from one another within the factory. When an object has been processed by a machine of type A, one of the machines of type B will be selected randomly for the subsequent processing.
* There is a signle machines of type C, with a single waiting queue. The storage area is large and several moving platforms may access it at the same time.

The production of objects of type 2 is done on demand. The production of these objects has priority over the production of objects of type 1, since the factory makes more profit from the production of an object of type 2. The production of objects of type 2 proceeds similar as for objects of type 1, except that the object does not need to be processed by a machine of type B; the platform takes the object directly from the machine of type A to the machine of type C. The arrivals of requests for the production of an object of type 2 arrive randomly with an inter-arrival time uniformly distributed over 5

Custom Music Track E-commerce

April 5th, 2009 Comments off

We are looking for

1. Flash Designer that is proficient at building dynamic flash content using sound mixing features and incorporating flash into Joomla sites.
2. PHP / MySQL Programmer to do the database and customized php for the site.

This is for a customized music back tracking project. The concept is to create a market place where creators of music

Auction Web Site

April 2nd, 2009 Comments off

In the registration page I want a section for the user to type in their address also for shipping purposes. In the control panel their should be specific information for the auctions that have ended. these are the following. ( the name of the item, picture, cost of item for the user to pay, item code number, time and date ended, users email address, and the users first and last name. ) When the bidster is used in a fixed price auction I want the users to still be able to have set their bidster to bid to a max amount , because the price will still go up, but all they will have to pay is the fixed price. In the control panel their should be a spot for me to add text in any auction to add specials on certain items. In the fixed price auctions the users checkout price should always be what the fixed price is set to; no matter what the actual bidding price went up to. I want to set up a reminder page for the users that have not yet paid for their items. With the name of the item, the balance due, a picture of the item, and the item code number ; even if they log out and log back in. But they should still be able to bid on other items. All of this should be displayed after the animated lady congratulates the user. I want to be able to type in a date and time of when each auction will end from the control panel and to be shown live in each auction. This way an auction will not linger for long periods of time. In the control panel their should be an option to set an auction for a fixed price or the price that is shown when an auction ends. I want to incorporate a feature called a bidster{reference swoopo.com} their feature is called a bid butler. I want mine to be called bidster. The bidster will bid on the behalf of people that wants the bidster to bid for them when someone out bids them. To activate the bidster people will have to put at least $40 into their bidster account. Bonus bids will only be accessed through their bidster account. You can qualify for bonus bids in several ways. Here are the ways to qualify for bonus bids. 1. If you invite a friend to annieup; when that friend actually purchase bids with us the invitee will qualify for 20 bids in their bidster account. 2. Check the box to sign up for the newsletter you get 10 extra bids but only one time per account. I don’t want them to be able to cheat the system by keep signing in and out of the newsletter. 3. If they purchase bids with us on or before April 1st. they qualify for 10 bids. One time only; I don’t want them to be able to get 10 extra bids every time they buy bids before that date. 4. Some Package bids have extra bids that comes with the package. –package 1. $10 you get 10 bids –package 2. $20 you get 23 bids(the 3 extra bids goes to bidster) –package 3. $50 you get 62 bids(The 12 extra bids goes to bidster) –package 4. $100 you get 130 bids (the 30 extra bids into bidster) –package 5. $200 you get 300 bids(100 extra bids into bidster) –package 6. $500 you get 1000 bids (500 extra bids into bidster) 5. You qualify for 5 bids just for registering. I want to have 1 account per household. 6. written testimonials qualify for 10 extra bids. 7. video testimonials qualify for 30 extra bids. Instead of having to put $40 in their bidster to activate it you have to put 40 bids in the bidster to activate it. The name of the site is ANNIE UP (www.annieup.com) I would like for customers to pay through paypal and credit cards. I want to be able to control which items go up 1cent, 5cent, or 10cent every time you bid. I also want to control the tick time of each item. The tick time is the time that winds down. I want to be able to pause any of the auctions for any reasons. I also want a winners page And a testimonials page. Each item should have a tick time, a picture of the item, the name of the item, the retail price of the item, the amount saved, the price that is actually going up every bid, and the users name that last bid. I want the amount saved to adjust every time someone bids. I want the user to be able to either click on the picture or the name of the item and see a detailed description of the item listed. I also want to be able to list an item in my administration site that is automatically listed when an auction ends so I don’t have to list a new item manually every time that particular auction ends. This is one of the most important features. I would like you guys to create a logo to place in my auction (100 free bids, 500 free bids, and 1000 free bids {reference swoopo.com} I would like the same done for cash $100, $500,$1000. I want to be able to type in an auction Id to load to load it into the administration site. This way when an auction ends I can reference an existing auction Id that is saved for future reference. When an auction is under 30 seconds: I want a flashing slogan that says (just a few seconds left). I want to incorporate the same type of features in the register and help pages from swoopo.com I want a news bulletin to always flash across the screen of the home page; stating the name of product, amount of the end price, with the users name when an auction ends.(reference swoopo.com). I want the graphics on the home page (pictures of different products) to switch around to have an animated feel to the home page. An eye catcher.(reference Items on swoopo.com home page.) I want a buy bids button on every page with an invite a friend logo under it. I want to add a feature to the bidster for people to be able to control and automatic bid if the product that the person is bidding on gets below 30 seconds. I want an alert to sound for customers that are running low of bids.( alert if under 20 bids). I want to be able to end or pause a live auction from the administration site if i need to change the tick time of the auction after a specific amount of time or manually. I want to be able to put as many items as I like in the categories for future listings (reference swoopo.com) I want the homepage to consist of different categories of items that are about to end (reference swoopo.com)When there is less than 30 minutes left on that auction; 10 items that are under 30 minutes and a list of items that are in live auctions from different categories(reference swoopo.com. I want to be able to copy and paste pictures and description of items into my administration site. I want seperate sections in the administration site to post the picture of an item, description of the item, and the name of an item; with an auction Id so I can reference back to that item at any time without having to type it in again. I would like you guys to create an attractive sound for every time someone wins an auction. I want box to appear on every users screen with the auction that was won, price ended, and users name. with a logo that says (congratulations Username you have won this item). But I want the box to appear animated to bring it to life. I want another sound effect when someone clicks on one of the items pictures or name of item; with an animated effect to go into the details of that product. But only on the persons computer that clicks on that item. And a different sound effect when that person bids on an item. If a user wins an item; I want a computerized lady to appear on their screen only to congratulate them. (sound effects and animation to the fullest extent). I want to incorporate all of the features that swoopo.com has when someone clicks on their items (bid history, register now, enlarged picture of the item, what the item recently sold for, savings, a place for people to place their ads at the bottom of page for that particular item, a detailed description of that item, and a place for different pictures of an item to be enlarged. The rewards page consists of the different ways that users can earn extra bids. I have listed several different ways that users can earn extra bids the numbered list will be on the rewards page. I want the bid to light up or highlight every time someone bids on an item(reference swoopo.com) when users register I want to reward them with 20 extra bids when they buy $50 or more worth of bids on their first purchase. Place this page in the help tab How does the Bidster work? How does the Bidster decide when exactly to place my Bids? Our Bidster is instructed to be as frugal as possible when bidding. That’s why they wait until the last 10 seconds of the auction countdown to place your bids. When there are two or more Bidsters set on the same auction, they duke it out there and then, placing all their bids immediately. This tit for tat battle means that the price and countdown both increase with each bid placed. (We do this so that bidders can easily see the auctions that will end soon unless another bid is placed). We have a few simple rules about how your Bidster can be used – just remember these when telling your Bidster when to bid: * You must use at least two bids when setting a Bidster: if you just want to place a single bid, just click the bid button. * Your maximum price has to be at least one U.S. dollar (US$1) higher than the current end price. * Once the bidding has reached the

Categories: Logo Design, SQL, System Administration, Website Design, XML Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Bear