College Managment System

College Managment System
Hi,
I want a complete web based college management system.I want it to setup in my web server.So i need your complete written instruction how to setup and how to use.

I want something like.But must be web based

http://software-files-l.cnet.com/s/software/11/03/14/14/ClgMngSys3.msi?e=1271025292&h=f85c889e3cb788b9033a7856b4d0f892&lop=link&ptype=1901&ontid=2064&siteId=4&edId=3&spi=b8a24f303f9b7335e457cdcc8750a371&pid=11031414&psid=10501223&fileName=ClgMngSys3.msi

You must give me 100% source code and must transfer copyright to me.
And you must not able to sale this later.It must easy to use and I need a nice graphical interface also.

100% will be escrowed for winner programmer.

Thnx
MSH

Rewriting Project

Rewriting Project
Rewrite for 20,000 words non-fiction typescript on the subject of procrastination.

You must have an excellent grasp of English grammar! Not word spinning! Please provide your interpretation of the 400 word appended test piece for consideration with your bid. Please do not bid unless you provide the test piece.

You will see that we have awarded bids in the past, we do not want you to do a test piece just so we can skip off with it! We want you to do it so we can see your quality of work.

Supplied in Microsoft Word 97-2003, we expect it to be returned in Microsoft Word format. At least 90% change to text is required for the rewrite! If you cannot provide this then please do not bid and waste your time.

I will be paying FAST through Scriptlance by paypal.

I would like to thank you for reading my project. I appreciate it.

Thanks,

Jane

A Clone Of Fiverr.com

Fiverr Clone

Only 49 USD

Download Fiverr Clone

fiverr clone script

A Clone Of Fiverr.com
i would like an exact clone of fiverr.com which includes
all features incl. the paypal payment options.

The only difference between the clone and fiverr.com is that
the user should be able to offer their work at any price they
want through a text-input box.

For the site configuration i need also an admin backend area.

Custom WordPress Image Plugin

Custom WordPress Image Plugin
This requires knowledge of the wordpress plugin system and php.
I Need a wordpress plugin, that will display images the same way hollywoodtuna.com or popoholic.com do.

Must be able to upload image set and select a main photo from set.
Photo set needs to be able to insert into post with main photo at top of post and the rest of the set as thumbnails. Each photo must open on full page just like example sites and Url structure the same.

Only bid if you understand and can complete quickly.

Thanks

.
Thanks!

Php Or Asp Parsing & Cron-job

Php Or Asp Parsing & Cron-job
We would like for someone to create us a PHP data harvester (basically a parser) that runs based on a server cronjob. If you think you can get the whole project done in ASP.net instead, feel free to (just make sure you mention which in your bid)

There is a real-estate site which contains record information we need to store and make searchable but because the complete data for these records are stored on a few different URLs we will need you to basically get the data out of those URLs and store them in a way where a search will return all corresponding data to a particular entry.

This project needs to be finished FAST.
I’ve been a developer myself and I know how long things usually take
to get done right, but we’re hoping for a quick turnaround. Please be sure to mention your understanding of the project in the PMB if you’re going to bid as this is very important.

Note:

I need to mention that the entire harvestor was previously written for us in C#(Desktop app) but that due to changes in the site’s structure that app no longer works. Many of the URLs for the parser are the same
and we would urge anyone looking into doing this project for us to give a quick review of the C# code so you can see how the process used to work.

url A has the form

http://www.oscn.net/applications/oscn/casesearch.asp
(example, already filled parameters)
http://www.oscn.net/applications/oscn/casesearch.asp?query=true&srch=0&web=true&db=Oklahoma&number=&iLAST=&iFIRST=&iMIDDLE=&iID=&iDOBL=&iDOBH=&SearchType=0&iDCPT=&iapcasetype=All&idccasetype=2&iDATEL=01/01/10&iDATEH=01/04/10&iCLOSEDL=&iCLOSEDH=&iDCType=0&iYear=&iNumber=&icitation=”

url B is:
http://www.oscn.net/applications/oscn/GetCaseInformation.asp?submitted=true&viewtype=caseGeneral&casemasterID=2557003&db=Oklahoma

The data is currently accessed as follows (basic example):

1. A search query containing parameters is made to a URL (url A), the page returns a table with a list of results
2. The data from these results needs to be parsed and then stored in a database
3. Further information about each record is then pulled from a second URL (url B) and this information is also
stored in the database, linked or in the corresponding records to those pulled from step 1.
4. If the information for this record is not available from url B or additional data is required, a search/parse
of additional URLs (c,d,e,f) is done (see below or attachment).

(Note that the dates between which the first query is made must always be a date before the current day)

What we want you to create:

>> PHP Harvestor that works with Cron to automate this process and store
the data each day (or the frequency we set it at) in a database

>> Single Admin Page (Password Protected)
Admin is able to set one of three paramters
1. How frequently the server-cron will run to collect this data
2. How many records are displayed per page in the front-end

>> Front-end (Search)
You will be provided with a pre-built open source membership script, all you need to do
is ensure that the people who are logged in are able to search the below records

They will be able to select which County they want to search in
They will be able to select the date range they want to see
They will be able to query any of the fields available
They will also be able to see the stored images in the results

Each search result entry will summarize some details but
clicking on it will display all of them.

This is the process we used to do that was manual (basically you will be automating this)

1. Harvestor collects data from provided URLS and Strips out duplicate records or records which are not needed

2.
Next we go to the Oklahoma county assessor’s page:
http://www.oklahomacounty.org/assessor/Searches/DefaultSearch.asp
Enter the persons Name from the county site. Remember Last name first!

*********************************************
If the names are common and do not agree – including middle initials you can check out the names of the mortgage banks listed both in the court documents (http://www.oscn.net/) and we can search using the name as Grantor on the property at: Http://www.oklahomacounty.org/coclerk/deeds/RofD_Search_03.asp . Remember Last name 1st!
Check out the bank names on the Document Type: Lis Pending are the foreclosures.

If that does not work you can check out the mortgage Grantee using the same Http://www.oklahomacounty.org/coclerk/deeds/RofD_Search_03.asp but switching the name to the Grantee field.
*********************************************

Click on the account number. This will open the main screen that we pull information from.

(Basically you will be having PHP do all these steps for us. Its more or less basic get/parsing)

The next section describes manual data-entry that used to have to be done. All of this can be done
on the server side if you can just make sure that the data stored is as per the instructions below:

A) save the picture from this page to a local server directory and update the database field on this record to
match that of the location of the image so that a search can return the image to.

— Populate the main database with the following information

B)Category: This should be set to Normal

C)Display Date – This is the filing date from the excel table.

D)Expiration Date – This is 90 days forward from the display date.

E)Case Number – This is the case number.

F)Filing Date – The Same as the Display date

G)Plaintiff – Use the name from the County Assessors office (Including middle names). Make sure that the capitalization is correct and not all capitals. Do not put the banks or other interested parties.

H)Defendant

I)Property Owner Name – This is the same as the Plaintiff

J)Mailing Address – Copy this from the County Assessors office site (on the top left side). Make sure that the capitalization is correct and not all capitals ie St and not ST for Street. Parse out the Zip code so that the 1st 5 digits and the last 4 are separated ie. xxxxx xxxx

K)Property Address – Copy this from the County Assessors office site (on the top right side) . Make sure that the capitalization is correct and not all capitals ie St and not ST for Street. Parse out the Zip code so that the 1st 5 digits and the last 4 are separated ie. xxxxx xxxx Make sure to select the proper county.If you don’t know the county you can check it in www.Mapquest.com

L)Property Owner’s Phone Number – Find this on www.whitepages.com. Use the ‘reverse lookup’ Use the street name & number from the mailing address. Make sure that you format the number correctly (xxx) xxx-xxxx when you copy and paste it into the profile. It is Ok to use the number if the names do not match exactly – as long as the last names are the same.

M)County Assessed Value – Copy this from the County Assessors office site. It is under ‘Property Value Information’ on the top line of the most recent year.

N)Purchase Price – Copy this from the County Assessors office site. It is under’Sales Documents/Deed History’ & will be the dollar amount of the most recent transaction.

O)Purchase Date – Copy this from the County Assessors office site. It is under’Sales Documents/Deed History’ & will be the date most recent transaction.

P)Year Built – Copy this from the County Assessors office site. It is under ‘Year Built’ on the bottom of the page.

Q)Bedrooms- Copy this from the County Assessors office site. Click on the button marked bldg #1 on the bottom left hand side of the screen. This will open a new page where the details of the house will be found.

R)Bathrooms – Copy this from the same page as the # of bedrooms

S)Square Footage – Copy this from the same page as the # of bedrooms

The information here must be completely accurate (as in your parser needs to be functioning correctly).

All information available can be found in the attached zip file.

Thank you and be free to ask any questions you may have.

Websitebaker Template 2

Websitebaker Template 2
• A Website Baker template with a corporate professional look
is required with the following specifications:

Time: 1 week (maximum 2 weeks)

Intro Page:
• With a simple Java or Flash animation

Index Page:
• Blue area is template, repetitive to all pages
• Horizontal Menu with option for submenus (vertical) e.g.
Home  Home1
 Home2
Products  Product1
 Product2
 Product3
Services  Services1
 Services2
 Services3
.
Etc

• “Image-temps” in blue area should be editable (able to replace them), similar than “Text-temp” – See picture attached
• Form (Quick Enquire), repetitive to all pages
• Image effects as described on attached figures

The Html source code version and the Html Website Baker source code are required.

The source code will be used in commercial applications, therefore it is important to use a genuine code or open source that allow commercial applications.

For the image effects Java script or php are preferred over flash.

Fremark

Php Script For A Lance Website

Php Script For A Lance Website
I need a script that should be attractive, professional and must include a database its just a pre-made script so this project will not take much time ! But if there are any changes to done we will ask you however you show us the script and if you don’t have one then plz don’t bid!
Can be more than the budget but not too high
Thanks!

Admin Login / Gallery

Admin Login / Gallery
I would like an admin area added to a website that I already have, there will be the ability for the client to login with their own password and once in there will be a page displaying gallery icons containing images, the user can then add and delete the images and have the ability to download the images using a download button.

The user will also be able to add descriptions to the images.

Animated Flash Header

Animated Flash Header
I need a Custom Graphical Animated FLASH Header, and a footer designed
for a WordPress Thesis theme

Something like these headers
http://socialmarketingtechnologies.com/ and http://www.socialmediascience.com

Animated Header

I want a wizard, waving his magic wand and then the stars that come out of his wand sparkle+ flash and turn into a kid doing cartwheels. The stars light up and sparkle.

See these pages for ideas of animated cartwheels

http://www.chelldesigns.com/business%20project/Junior%20ARROW.htm (scroll down)

http://www.denador.com/pages/3WEB/3_3AnimPgs/cartwhl.html

NB. The kid must be doing cartwheels repeatedly. As he fades out, the wand waves again and a new star is born!

I want the header and footer installed on the blog and also my logo, (I already have a logo)installed onto the blog.

See attachment for fuller brief.

Please send working proofs to me.

Max bid: Open to fair suggestions.

Music Email Widget

Music Email Widget

I am looking to make a widget that can be easily customized and works with Aweber.

Here are the screenshots to copy



I want the widget to work in that sequence and work with Aweber (if possible more email solution providers)

I want it to be available in 2 forms:
500×500 and
250×250

It should be easy to duplicate

I would love it to be in HTML form, but flash is ok to

Needs to be very easy to edit.

Video Clip For Investment

Video Clip For Investment

I am looking for someone who has innovative ideas and creative set of mind who can create a professional company video clip showing our business company name. The video clip must be averaging from 2-3 minutes and must include the benefits upon joining our website. Following must be included:

– Verisign SSL Secured & Mcafee Secured seals logo
– Dedicated Server with DDOS Protection
– Unique & Stable script
– More to be discussed.

Animate Character

Animate Character

We have a character over at this site http://www.shortsaleservant.com which we would like to have animated for a new promotion we are going to run.

The animation doesn’t have to be long, maybe just 30 seconds. We would also like to have some sound effects (possibly voice-work) done for that clip. The character may be talking to the users or something of that sort – we will provide you with a script.

When bidding, please send us a PMB message with samples of your previous work in this field.

Implement Flash Music Player

Implement Flash Music Player

Hello Freelancers
I am in need of a professional flash music player and integrate it to my music website.

please check the following url
http://www.raaga.com/channels/tamil/moviedetail.asp?mid=T0000428

This is what i am looking for.
please have a look and i need it exactly similar.

we need these things
on the MUSICPLAYER-
album image,song title, artist, length,fastforward, rewind, next, previous, stop, pause/play, shuffle, repeat, volume, play options like recently played, add to playlist, download song and the playlist right below the player,also the header should contain site logo

ON THE SITE-
the Members could view their playlists on page. Options to remove song(s), or play on music player,Checkbox beside songs with options to play track(s), add to playlist or download songs

it should have the following:
Pop up in new window,Have a playlist,Be able to add tracks to playlist from the site and music player

also we wish to have the following as like in the sample site given:
– Able to grab song permalinks so users could place the music player on their own pages.
– Share songs to social medias (facebook, twitter)
– Functional with all music types: MP3, WMV, OGG etc

for better understanding,please have a look at this site
http://www.raaga.com/channels/tamil/moviedetail.asp?mid=T0000428
we need it exactly like that.
Please check it and give me a quote.

Thanks and Regards
Santa