Php Sofware Web Adjustments

Php Sofware Web Adjustments

I purchased software sometime ago in which i had someone customize. All the work had not been complete and i need a few adjustment made. as far as
*activating logo that should be embedded in video player,
*adding facebook, twitter, youtube, myspace icons on homepage,
*homepage the featured videos (two) keeps rotating with other videos that are not supposed to featured.
*Logo of company should be placed inside of each page in which video are viewed when clicked on.
*Date of each video section needs to be fixed, last programmer just left date to change each day instead of video date posted.
similar to worldstarhiphop

Onlinemarketpoint.com Clone

Onlinemarketpoint.com Clone

I need a complete clone but much better design and logo. OMP(onlinemarketpoint.com) One thing I don’t want contest section. I have basic idea about PHP so no cheater are allowed to bid. Its an urgent project, I will choose some good bid in 5days.

Please provide your similar portfolio, and mention the words “MILAN” in your bid or the bid will be ignored.

Thanks and happy Bidding

Customized Guestbook W/ Admin

Customized Guestbook W/ Admin

I need a customizable PHP guestbook script that will add entries to a MySQL database. Also an output system that will be held in the main html site to display all the approved entries. A search function that will allow users to search by the different fields. And a Latest Entry system that will display the latest entry added to the db.
I will also need an Admin section that allows access to the database entry information (add/edit/approve/delete). Also the ability to add/edit/delete fields within the guestbook entry. And I will need the option of an email to be sent to the admin whenever a new entry is added with links to approve/edit/delete the entry from the email.

This is a personal project/hobby so my budget isn’t large.

Please contact me if you require more info before bidding.

Website Converted To Wordpre 2

Website Converted To Wordpre 2

Take a look at http://www.randkinvestmentproperties.com/. The site needs to be recoded so that the client can maintain it. I would like for it to be a wordpress site. The only thing that will be added to the site is on the home page, the image of a house should rotate as a slideshow and the client should be able to easily add/delete photos to that slideshow.

This project is time sensitive and should be completed by this coming Monday 4/19/2010

Need 15 Articles On Hypnosis

Need 15 Articles On Hypnosis

I am looking for 15 500-700 word articles onthe subject of hypnosis. All articles must be original and copyscape verified.

Successful winner will have experience in article writing, a NATIVE English speaker/writer and be excellent with spelling and grammar.

Upon complettion of payment, all articles in their entirety become my property and all rights (without exception) are transferred to me.

By bidding, you agree to the terms of the project details.

Article topics include:

3 articles – 3 part series on history of hypnosis – include uses of hypnosis throughout history, great men of hypnosis and people who have contributed to hypnosis
1 articles – Benefits of Hypnosis
1 article – How hypnosis can help you lose weight
1 article – How hypnosis can help you stop smoking
1 articles – Current advances in hypnosis research – with examples of latest university/clinical uses/research of hypnosis
1 article – Using hypnosis for sports enhancement
1 article – Difference between hypnosis and hypnotherapy
1 article – Physical changes that occur to the body in hypnosis
1 article – How to find a qualified hypnotist – focus on certification, experience, etc.
2 articles – Differences between hypnosis and meditation – compare differences and similiarities
1 article – How to hypnotize yourself
1 article – History of hypnotist Dave Elman

WordPress Really Simple Plugin

WordPress Really Simple Plugin

Hello

I am in the need of a really simple plugin for WordPress.

I want a plugin that modifys the Ping (when creating a new post) works.

I want to change the blog name, blog url and rss url when pinging to the list of ping sites.

More details will be provided via private, as I don’t want to reveal much information about this, but trust me, it should be very simple to do.

Thanks

Perl Script

Perl Script

Need simple script that passes an MySQL id, makes query and parses content using a remote remote template. Content=question and answer within FAQ database. Prefer it be done in Perl, but PHP will work.
Template already complete and the script that passes the ID already working. I have a script that for this, but for some reason no longer functions. Prefer the script stand-alone as much as possible (minimum required Perl modules).

Convert To Multi-user Site

Convert To Multi-user Site

I currently have a fairly simple FAQ site that uses a mysql database.
I was designed for one user to input information into the questions. I want to change the site so that it can accomodate multiple users.

That means it must have a simple account system built into it so that one can:

create a basic account (current database must be modified to accept user id etc.)

make a paypal payment via monthly subscription, I will provide priceing details. This will happen when creating the account.

log in the site using their user id

add their own questions via an existing form.

save the info to the database. when the month is up, they will be sent an email that they are being billed for a new month or the must cancel.

Upon receipt of your bid, I will allow access to the site. Ask questions and modify your bid as necessary before I award.

Webscrape And Sobi2 Import

Webscrape And Sobi2 Import

This project is to develop a php script to scrape approximately 6 websites with business directories and export this to a csv file and enable this to be sorted by region and category.

Once csv file is sorted to our requirments then need this imported into a SOBI2 directory on our development site.

I am new to this site but have worked in software development for approximately 20 years so want someone who has excellent experience in such projects and can provide examples of work completed and indication of project duration, cost and quality assurance.

Turnaround time: I need someone who can create this quickly, so please bid only if you have the time to focus on the project.

Thank you

WordPress & Php Script Merger

WordPress & Php Script Merger

-Word press theme design or redesign needed.
-Flash header bar needed.
Already have commercial WordPress template to start, if needed with images.

-Also will be merging the WordPress design into existing script to make entire site look as one site.

-Existing script can be downloaded here: http://www.webidsupport.com/
All images and icons in script need to be redone to flow with wordpress theme and design.
Download and check script images to see how much work ‘before’ you bid.

Also in script.

-20 emails (html and text) to be redesigned
-Help files (24) html will need to be cleaned up and redesigned.

-Also need PSD files and CSS
-Need logo

-Lastly another third party backend system will need to be update with CSS file and header and footer redesign to match look and feel of entire main site.

Show Related Bookmarks 2

Show Related Bookmarks 2

The project is about reading bookmarks from a web browser and getting such information as title, url from the bookmarks. Instead of reading it directly from a browser, one can alternatively read the bookmarks from a database. Based on these URLs (bookmarks) the program crawls to these sites and reads the contents of each site and save it as text document (HTML, Style, Script tags, punctuations, numbers etc.. are removed) in MySQL database. From these saved documents, term frequencies and inverse document frequencies are generated and saved in the database (probably with the creation of a bookmarks table (fields – url, title, sizeofdocument etc.) and a words (id, term etc.) table linking which word is in which document, maybe here due to the many-to-many relationship with the bookmarks and words table an aditional table could be needed e.g bookmark_words. I would then want the program to compare these documents based on frequencies of the words in each document(URL) using some sort of term weighting etc. there are many such examples available in the Internet, and group bookmarks according to their closeness (based sahring of similar word). The result is then depicted in a graph illustrating bookmarks that have similar or near similar content. one simple technique is to use tag cloud.. by just taking say the first 150 words and looking the bookmarks that contain these words..the same technique used in information retrieval can be applied here too to match similar documents..

Magento Help 2

Magento Help 2

Hi

I have this website : http://www.shopcandygirls.com/default/

I would like it to look closely like this : http://www.maurices.com/home/index.jsp

Main issues:

1. I do not like the color of my present website and I would like to change it to something light and blue like the sample given.

2. I would like to have the header of my website removed as it serves no real purpose and it will make more space for advertising. I would love to have it look like the sample given.

3. I want some flash advertising on the home page like the sample given.

4. The border on the left of my website is too wide. I would like to have it narrowed to increase space.

5. There are two huge spaces between the banner ad and the footer. I would like to have this space reduced.

6. I do not like the placeholders for the categories and search box and the category products. I would like my products to be displayed as the ones in the sample.

I hope anyone can help as I need to have it launched by May 30th

Thanks

Joomla/drupal Add-on For G App

Joomla/drupal Add-on For G App

I’m looking for a programmer who are expirienced in both Joomla or Drupal and Google Apps. Or is willing to learn the required skills.

What I am looking for is an integration into Google Apps where regulars users can edit the company website.

They should be able to write news, new pages, updating news and pages.
Perhaps it should also be possible to edit categories. But first of all editing and creating news and pages as well as placing them in the appropiate menu.

It is up to the programmer to decide whether he will be developing for Joomla or for Drupal, as I can use both.

I don’t know how to solve this, perhaps by using the google App Engine.

Let me know if you have any suggestions to change this in a more appropiate way and I will be very willing to listen to you!