Archive

Archive for the projects in ‘Javascript’ Category

Iframe Overlay Flash Player

February 9th, 2010

My website is a ” tube site ” I would like an iframe loaded over the flash player.

I already has this project done for me before from a programmer here on scriptlance, but lost the code when i reformatted my hard drive..so im back asking for the same thing.

When a surfer visits my site, when he reaches the page of the video he wants to watch, an iframe is loaded OVER THE VIDEO PLAYER . also in the iframe overlay is a ” close me ” button to close the iframe

Categories: Flash, Javascript, Programming

Web-based Emr Software (java 2

February 9th, 2010

Greetings Vendors:

In an ongoing effort to provide cost-effective solutions to help doctors’ offices become technologically state-of

Categories: .NET, ASP, Java, Javascript, MySQL

Image Cropper Tool Problem

February 9th, 2010

Hello my website is http://www.rightsizeposters.com

The Crop tool is http://www.rightsizeposters.com/cropper.php

You will have to upload any image to get to that screen.

The Problem.

When people change their sizes on the http://www.rightsizeposters.com/options.php screen

then they go to Crop screen but the Crop tool is not changing depending on the size that the customer pics.

The crop tool is staying the same size as the image ( not the new dimensions)

I need to where when the customer picks their size on options.php the crop tool changes depending on the size they picked not their original image.

Asp.net Project

February 9th, 2010

I am looking for someone to develop an application for t-shirt design for my webstore.
Application should be made in ASP.NET using javascript,AJAX with database on SQL Server 2005.

Need this application ASAP

Java Slideshow Domaincheck Box

February 9th, 2010

Hello,

I need someone who can do 2 jobs for me.

1. Create a Java Slideshow with images and build the slideshow in my website.
This slideshow is for a hosting website,i need images in it of brands we work with like Dell,SuperMicro etc etc.
I will tell you the brands(about 6),you need to create the slideshow and get some pictures of those brands and make sure they are sharp enough.
After this is done you have to built the slideshow in my website.
Here is an example of a slideshow I like : www.deziweb.com ,you can see it on the right(Powered by..)

2.Design a domaincheck box and built this box in my website.
Taking care of the images and the style of my website.
Here is an example : www.trafego.nl.
You can see the domaincheck box on the right.

To tell you,the website is in dutch and also I am dutch,but this doesn’t matter.

The budget of both jobs is quite low,maximum $25 for both jobs together.

I need someone who is experienced in different kind of skills,cause I need more to be done soon.

Communication via Google Talk,to discuss my needs in detail.

Payment after the jobs are done via Paypal.

Looking forward to work with you.

Apparel Design Page W/ Flash

February 9th, 2010

I am in need of a flash designer that can create a “do it yourself apparel design page”.

- The page will allow visitors to design their own clothing, with colors, logos and miscellaneous text.
- User can select different choices of material.
- The admin can upload any style of apparel for the public to chose.
- End product will export a vector ready file for manufacturing.
- End product can be exported into ecommerce backend.

If you are the best person for the job, send me samples of flash work you have done in the past. Do not apply if you have not create such a flash project in the past.

When submitting a bid, please include links to your previous work. Also, willing to accept pre-made scripts.

Samples of what i am looking for:

http://www[dot]kombat[dot]com[dot]au/design.php
http://www.productsdesigner[dot]com/tshirt-designer-application[dot]php
http://www.shirtlab[dot]co[dot]uk/LiveArt?designMode=single

thanks!

Categories: E-Commerce, Flash, Javascript

Small Help With Wordpress

February 9th, 2010

I need an small help with already developed wordpress website. Need this done today. Details to be shared with experienced wordpress developer.

Wallpaper Script Changes 2

February 9th, 2010

Hi

i have just installed a wallpaper script from wallpaperscript.net

I need a few changes to be made.

1) Thumbnail size from home page needs to be higher.

2) The right sidebar need to be smaller.

Very easy job for the right programmer. I need the changes to be made now.

PS. please don`t pm me with A LARGE PROTOFOLIO, not interested.

Categories: Ajax, Javascript, PHP

Php Coding 2

February 9th, 2010

Concept is done, only coding is necessary
After assign the job has to done in 7-10 days!
More Infos in the Attachment, please read all bevor apply.
Thanks.
A short status of work on a daly base is required.
Code has to be with comments.
This website is to manage a team of people in different groups.
All Infos should be found in the screenshoots and pdfs.

The Designtemplate is already finished, only coding has to done.

Language : PHP >= 5
DB: MySQL >= 5.1

Website has to be multi language
All vars has to be in a central config file
no hardcode staff

Categories: Javascript, MS SQL, PHP

Small Asp.net Task For Website

February 9th, 2010

Hello All,

I have a small asp.net task for my website which I am currently working on. It is basically a tutorial related website in which user can perform the following activities;

1) registeration
2) upload tutorials in different formats
a) Video
b) Image
c) audio
3) Search tutorials

Above mentioned functianlity is cmopleted.
Now i want rating and comments for each tutorial. I want some experience programmer to develop this functionality for me.

Please remember that the budget for this project is low and i am my self a programmer, so i will award this project to those who can satisfy me through there skills.

thank you very much for time in reading the bid

Ibrahim

Categories: .NET, Javascript

Login Page

February 9th, 2010

I need a working template login page

The page will require multiply backgrounds from a source folder
the backgrounds will be a specific size and the reset of the
background will be black to reduce glare and eye strain

There also shall be a designated location for the company logo

everytime a user goes to the link to log in – the php code
will randomly pick a background from the source folder

there will be a user name and password box working template
without database coding, this is simply a basic graphic job

the login page must adjust to each users interface per there browser
the login page must be able to work with ie7, ie8, firefox, safari, chrome and other popular web browsers

this job must have a working host to verify this template works
correctly

code desired is ajax, php, javascript, other code should be discussed before creating

there are example login pages attached to this project bid that i have found using google search, they are just examples, but I do enjoy the fedora login
most but not exact

Javascript Fix Needed Urgent

February 9th, 2010

I hope someone can help me real fast with this embarrassing silly problem that I have faced.

IN SIMPLE WORDS:
FireFox and Chrome doesn’t seem to like “document.getElementById” but IE does! so the code works fine on IE but not FF and chrome! I need you to modify the JS code in “index.php” and solve the problem!

THE SCENARIO (open the attached zip file):
I have a flash file (player.swf) which loads an xml file, playlist.xml.

in the xml file you will find blocks of information and every block has a CDATA block inside. flash sends this block of CDATA out to the JS code in file index.php and that block of information must be shown at the bottom of the page where I have put:

<span class=”style1″ id=”vInfo”>Loading video information…</span>

but that simply doesn’t happen in FireFox and Chrome! but works fine in IE, I’m suspicious that the problem is with “document.getElementById”. I’m hoping that you clever guys can help me and modify the index.php file.

Take a look at the attached screenshot image, it will demonstrate the problem a bit more… this is a video player we are talking about… when you click the videos in the playlist, the video screen gets refreshed and the CDATA block I talked about will be sent to index.php to be shown on the bottom of the page…

I have also attached all the files you need to run this sample on your local server!

Please help me the soonest you can. I have less than 12 hours left… if you know the problem and can save it, please do go ahead and send me the corrected index.php file to save time… I’m a good user here and will pay the one who has helped, ok? I’m in a great hurry, with a small embarrassing bug!

Regards,
Hadi

Categories: Ajax, Javascript

Javascript Fix Needed Urgent 2

February 9th, 2010

I hope someone can help me real fast with this embarrassing silly problem that I have faced.

IN SIMPLE WORDS:
FireFox and Chrome doesn’t seem to like “document.getElementById” but IE does! so the code works fine on IE but not FF and chrome! I need you to modify the JS code in “index.php” and solve the problem!

THE SCENARIO (open the attached zip file):
I have a flash file (player.swf) which loads an xml file, playlist.xml.

in the xml file you will find blocks of information and every block has a CDATA block inside. flash sends this block of CDATA out to the JS code in file index.php and that block of information must be shown at the bottom of the page where I have put:

<span class=”style1″ id=”vInfo”>Loading video information…</span>

but that simply doesn’t happen in FireFox and Chrome! but works fine in IE, I’m suspicious that the problem is with “document.getElementById”. I’m hoping that you clever guys can help me and modify the index.php file.

Take a look at the attached screenshot image, it will demonstrate the problem a bit more… this is a video player we are talking about… when you click the videos in the playlist, the video screen gets refreshed and the CDATA block I talked about will be sent to index.php to be shown on the bottom of the page…

I have also attached all the files you need to run this sample on your local server!

Please help me the soonest you can. I have less than 12 hours left… if you know the problem and can save it, please do go ahead and send me the corrected index.php file to save time… I’m a good user here and will pay the one who has helped, ok? I’m in a great hurry, with a small embarrassing bug!

Regards,
Hadi

Categories: Ajax, Javascript

Javascript/php Expert 3

February 9th, 2010

I need a javascript programmer that can help me piece together two scripts and make them editable/configurable via the web (PHP application).

Each script is less than 50 lines of code.

Categories: Javascript, PHP

Cmsms Formbuilder Template

February 8th, 2010

Hi,
I have a website running CMS Made Simple and I need my current working FormBuilder form template customized to look the same as my old normal HTML form template I will provide you.

It’s basically a simple theming job. You simply need to convert the HTML design (all CSS is included) to make my current working FormBuilder form look the same.

You don’t have to add any fields, there already in FormBuilder!

PM me for details.

Categories: CMS, CSS, Javascript, PHP, XHTML

Flash Website W/ Xml

February 8th, 2010

Brief is very simple, a bit long. Please read in full.

1. First of all, we want a clone of the website found here : www.duckraid.com/wip/by_hook.htm

This site is pure AS3 with deeplinking. The only elements created in Flash (ie authored or imported) are the logo and horse in the preloader. It’s XML based with deeplinking. Feel free to browse it to see how it works. You can also download an offline version here: www.duckraid.com/wip/download

2. Having said all of the above, we will need some additional options and tweaks

2.A Tweaks

2.A.1 Hovering over a project will give the user a visual clue that he’s about to click on that project

2.A.2 When the project is open, a close or X or something similar should open to allow for the user to close the project instead of clicking outside

2.A.3 We want the ability to load an external SWF or graphic in the top left corner to cater for specific events (XMAS for example, where we could load an SWF of a hat or bells, etc….) through XML

2.B Options/Extras

2.B.1 For the sake of clarity, we will name the website we’ve been describing so far “Project_Module_X” where x is a number. The sitemap of our website will be as follows:

MainPage with follwing icons / buttons:
1. ArchViz
2. TVC
3. Print

Each one of these buttons will have a unique color, defined in an XML file (color and text).
Clicking on button_1 will take us to an instance of Project_Module_1. The background of that instance will be the same color as the button, and all content will be relevant to that button (architectural viz work).
Click on button 2 and you will go to instance 2 of that module (TVC), etc….
So basically we have 3 copies of that website (in our example here). If for any reason we added another category (”Interactive” for example) we need to be able to do that in XML. All we will have to do is add a new entry in the XML for a new category, and copy the relevant folder structure to add its content.

So to Summarize we will have 4 XML files:
1. one relative to general content (About us, contact us, etc…)
2. one with general customization options: size of the “category” buttons, width of the frame, all detail will be given in due time.
3. one that holds the different project categories (ArchViz, TVC, Print, etc…) with their names and colors
4. one which is a project template that holds the info for each category (all projects, with text, images, videos, etc….) and that use the color defined in XML number 3. Of course if we have 3 categories defined in XML number 3, we will have 3 XML files of the one we’re talking about here, each one with a name corresponding to its category.

2.B.2 Once you are inside a category a menu will appear on the top left to be able to navigate to other categories. Also we will have in this menu items like “contact us” and “our services”.

All reference designs will be provided with measurements in Adobe Illustrator or Photoshop or Flash depending on your preference.

Of course, needless to say that we also need all Flash source code (FLA, AS) files provided with the delivery.

I’ve tried to be as detailed as possible to be able to get an accurate quotation/estimate.

Feel free to ask for more detail.
Only serious developpers need apply.

Categories: CSS, Flash, Javascript, XML

Need A Smple Html Page Layout

February 8th, 2010

I need a simple one page template made in html with a layout duplicating gotomeeting.com. I will put the content, i just need the layout created will all of the cell areas where i can fill in with images and content. you can copy the images from that site just as space fillers to show me.

THIS IS A SIMPLE PROJECT IF YOU BID MORE THEN $10 NO THANK YOU!

Terms: Project must be completed within 1 day of acceptance if not a full refund will be provided. Access to my server will not be granted. Programmer is to create project on their end and email finished project. Upon receipt of completed project, escrow will be released.

Wallpaper Script Changes

February 8th, 2010

Hi

i have just installed a wallpaper script from wallpaperscript.net

I need a few changes to be made.

1) Thumbnail size from home page needs to be higher.

2) The right sidebar need to be smaller.

Very easy job for the right programmer. I need the changes to be made now.

PS. please don`t pm me with A LARGE PROTOFOLIO, not interested.

Categories: Ajax, Javascript, PHP

Pass A Subid Into A Form Field

February 8th, 2010

I have a domain that is being hosted on Godaddy.com. I’m having a problem where I need to pass the value of various subid variables listed on a URL into a hidden field on a form. This form will be submitted to another page where all variables will be parsed. This should be a simple project and not take more than about 20 mins of work for an experienced programmer.

Here is an example of what I’m looking for.

http://www.domain.com/index.php?subid=12345&subid2=67890

These subids will need to populate a form that looks like this:

<form action=”results.php” id=”autoForm” method=”get”>
<div style=”display:none”>
<input type=”hidden” id=”subid” name=”subid” value=”" />

<input type=”hidden” id=”subid2″ name=”subid2″ value=”" />

</div>
<div id=”form”>
<label for=”zipcode” id=”label”>Zip Code:</label>
<input type=”text” name=”zipcode” id=”zipcode” MAXLENGTH=”5″/>
</div>
</form>

What I need is for when someone lands on my page, the “value” for those hidden fields should show up and be set.

The requirement is that this must be made to work on my current hosting account which is on Godaddy.com

Categories: Javascript, PHP

Wordpress Slideshow Plugin

February 8th, 2010

I am looking for a simple slideshow plugin that works with the Wordpress plugin PhotoQ. I can set up a developer site with all existing plugins for developing this new plugin. I use this plugin in pixelpost: http://www.pixelpost.org/extend/addons/slideshow-addon/
on this site: http://ecoseephotography.com/index.php?category=30&auto=1&showimage=329 and it makes the slideshow work as I like it.

The new plugin would create a slideshow in wordpress. The owner can add the time delay. It should be able to show photos within a category and loop back to the first available image when it gets to the end. It should only show images within that category when showing the slideshow. You can see that I have that ability with the next/previous keys. http://ecoseephotography.com/awsom/?p=1186

This is a rather simple small budget project.

Categories: Javascript, MySQL, PHP, Wordpress, XHTML

Mafia Wars Godfather Points

February 8th, 2010

I play a game called Mafia Wars, which is a Facebook application. This game uses godfather points to purchase energy and reward points to advance in the game. I am looking for a programmer that can create a script that will award me multiple godfather or reward points. I basically am looking for someone to hack into the game frame and award me with 50,000+ godfather or reward points. I would prefer a script that I can use on multiple accounts. I can create a dummy account for you so that you can develop the necessary scripts/hacks.

This listing is for serious bids and programmers only. I prefer someone that has created such a program for this game already. I will purchase from the programmer who can provide me with the most effective and efficient service.

Please contact me ASAP so we can get this deal done.

Categories: Javascript, Programming

User Script

February 8th, 2010

I need a portal where users can sign up, search between each other, write with each other etc etc. More info will be given in PM. Send a PM for more info.
Programmer must be expert AJAX developer.

Categories: Ajax, Javascript, MySQL, PHP

Joomla Css Finish And More

February 8th, 2010

This project is clean up of a Joomla 1.5 site. The 6 kB template is 100% valid css already but some positioning is left behind and needs to corrected and cleaned from the unnecessary code. The site only has 6 modules or components, these elements and the whole site needs to have a consistent look in IE6 up FF2 up Safari and Chrome. The site have to be tableless (based on Beez is OK) and the index.php JavaScript work minimized and php cleaned up. And there is an unsolved small font change Flash issue. That’s a bonus.

The job is small, there is time (4 days from start) and I am looking for a careful programmer who has experience with Joomla 1.5! + master of these languages above. Hope you have a good command of English (at least as good as mine..)

Thanks for the bids in advance.

Categories: CSS, Flash, Javascript, Joomla, PHP

Ip/whois/geo Script

February 8th, 2010

We’d like a server-side script that will compile website visitors IP addresses, ISP/host domain and geographic location into a simple database.

We see the deliverable as 2 files:

1) a script that we’ll call from our webpages (note: our site runs on Server Version: Apache/2.2.12 (Unix) mod_ssl/2.2.12 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.9) via Javascript or PHP

2) a simple database TXT/CSV file that will compile the following 8 pieces of info about each visitor:
- URL of the page visited on our site (for ex. mysite.com/index.php)
- URL of the page that referred the visitor to our site’s page (for ex. someothersite.com/links.html)
- date visited
- time visited (in Central Standard USA time)
- IP address of visitor (for ex. 201.52.123.1)
- domain name of IP address of visitor using a real-time WHOIS lookup (for ex. comcast.net)
- geographic region name of IP address of visitor (for ex. Texas)
- geographic country of IP address of visitor (for ex. USA)

Script due 72 hours from acceptance of bid.

Categories: Javascript, MySQL, PHP, Programming

Webcam Site Modifications 2

February 8th, 2010

I have an adult webcam site that I need some modifications needed to. These are the things I am needing done.

First, Fix my login, as the site is right now, you must log in to view cams. Then you must tell it you want to view or broadcast. I need to be able to view cams without logging in, and only log in if you want to chat or broadcast. And not have to log in twice if you want to do both.

Second, When a cam is online, I need the thumbnail on the index page to be a screenshot of what is on the live cam (image grabber, or something like that)

Third, I need it to show how many people are viewing any given cam. This can be done on the index page or on the broadcast page, whatever is easy for you.

My site can be found at www.electricams.com (login with user test and pass testing)this is a working website, so the work will need to be done without interupting the site for long periods, and it also needs to not mess up my dbase. If you want a reference as to the functions I am asking for, you can look at cam4.com, and see how I want my site to operate. Please do not bid if you can’t complete this work in a timely manner. Also, before you bid, please take the time to actually look at what I am wanting, so we have no confusion.

Categories: Javascript, MySQL, PHP

Amazon Affiliate Scrip Edit

February 8th, 2010

Hi All,

I have installed FaslAmazon script at: www.trickaday.com from makers:

http://codecanyon.net/item/fastamazon/63770?ref=mixblog

It’s only a cheap script, and I need one feature adding.

I need the ability to create a category from a search string.

Because there are no sub categories under “Magic” I need a way to be able to choose my own.

So need the script altering so I can say add a category “Card Magic” and it will pull all the “card magic” products from Amazon through this script already installed.

Please take a look at script and let me know if you think it’s possible.

Please do not bid unless you can do it at the price you bid!

Thanks
All the best
Anthony

Javascript Fix Needed Urgent

February 8th, 2010

I hope someone can help me real fast with this embarrassing silly problem that I have faced.

IN SIMPLE WORDS:
FireFox and Chrome doesn’t seem to like “document.getElementById” but IE does! so the code works fine on IE but not FF and chrome! I need you to modify the JS code in “index.php” and solve the problem!

THE SCENARIO (open the attached zip file):
I have a flash file (player.swf) which loads an xml file, playlist.xml.

in the xml file you will find blocks of information and every block has a CDATA block inside. flash sends this block of CDATA out to the JS code in file index.php and that block of information must be shown at the bottom of the page where I have put:

<span class=”style1″ id=”vInfo”>Loading video information…</span>

but that simply doesn’t happen in FireFox and Chrome! but works fine in IE, I’m suspicious that the problem is with “document.getElementById”. I’m hoping that you clever guys can help me and modify the index.php file.

Take a look at the attached screenshot image, it will demonstrate the problem a bit more… this is a video player we are talking about… when you click the videos in the playlist, the video screen gets refreshed and the CDATA block I talked about will be sent to index.php to be shown on the bottom of the page…

I have also attached all the files you need to run this sample on your local server!

Please help me the soonest you can. I have less than 12 hours left… if you know the problem and can save it, please do go ahead and send me the corrected index.php file to save time… I’m a good user here and will pay the one who has helped, ok? I’m in a great hurry, with a small embarrassing bug!

Regards,
Hadi

Categories: Ajax, Javascript

Bidrivals/ Penny Auction

February 8th, 2010

Please Everything in German because I come from Germany

It will be a live bidding auction site created, similar bidrivals
Hello
It will be a live bidding auction site created, similar bidrivals. Com / en, however, will initially only the auction type “price paid” and “1-cent-auction will be realized.” Later, other auction types and functions should be integrated without difficulty.

Please take a look at the bidrivals. Com / en-page carefully and register there if necessary, to get an overview.

The script (eg php5/sql) must be modular structure so that later, new features and auction types can be easily added. The source code should be clearly written and provided at key points with comments.

The two final price paid to be created – and 1-cent auctions are to be created with a minor amendment.

Attractive design and all other functions as bidrivals. Com / en.

Short and coarse Specifications:

User:
- Final price paid (slightly modified, but essentially the same as in bidrivals. Com / en)
- 1-cent-auction (slightly altered) in the core but equal
- A brief introduction to the user of how the site works
- Appealing item description with photo (s) only
- Counter
-Shipping
User login
- User must accept the terms of registration.
- Categories
- Language (How bidrivals. Com / en)
- Closing soon auctions immediately in sight
- Ticker of recently sold items
- Extended help page
- Possibility of purchase of Bietpaketen
- Offer Agent (de-/aktivierbar)
- Payment: (payment, GiroPay, PayPal, direct debit, via telephone, etc.)
- A brief overview of the buyer (Savings, etc.)
- Account balances for the user
- Partially animated buttons
- SEO-optimized
- Otherwise similar to bidrivals. Com / de

Page Content:
- Terms and Conditions
-Contacts (also available as an image, because of spam)
- Privacy Policy
Contact
- About Us
- FAQ
Partner -
ImAdmin – all easily editable area

Admin area:
- Recruitment of virtually all important variables
(eg cost of Cointe and Cointe packets Einstelldauer, auction type for each item, pay the auction price (0%, 10%, 100%, etc.), counters and much more ….
-De-/Aktivierung Users
User Administration () incl Order
- SEO / Keywords
- Conditions (downloadable as pdf)
Easy-listing an item (description, pictures)
- Overview of all items (sales, profit, etc.)
Overview on sold Bietpakete (monthly)
- Administrator Password (changeable)
-Logout
- Currently active users (display)
- E-mail (newsletter, receiving payments, activation, memory, etc.)
Sales reports (in Excel importable (cvs))
- Configuration page (page name, Metatitel, etc.)
, etc.
- Rest as bidrivals. om / en

Further details on request. Confidentiality required!

We were just standing outside the store building, so we ask for good deals??

Categories: Ajax, E-Commerce, Javascript, MySQL, PHP

Mysql Php Wordpress Optimize

February 8th, 2010

Experienced in performance “fine-tuning” of WordPress app installed on FreeBSD server. MUST be experienced in making PHP/MYSQL web apps like rsci.com scream! — PLEASE review http://www.rsci.com and respond only if you can guarantee a performance boast. Thanks!

Categories: Ajax, Javascript, MySQL, PHP, Wordpress

Drag Drop Issue – Js 2

February 8th, 2010

I have a drag drop script written in Javascript. The drag drop operation works fine in IE but not in other browsers. I am looking for someone to convert this code to become cross browser compatible. This is an urgent request and seeking for some one to do this quickly. Will pick the first qualified bid.

Please post your previous similar experience. Also, what you think could be the possible reasons why the drag drop is working only in IE and not other browsers (I know you cannot tell the exact reason until you see the script but your thoughts on possible reasons will give us idea of your ability to handle this work).

Thank you all for reading this.

Categories: Javascript

Php-css-wordpress-js 2

February 8th, 2010

I need a ROCKSTAR SuperNinja, for 4-6 hours NOW…. One of my guys out sick.

Customizine fome Wordpress template pages including the php, and CSS, and one minor java Script for a popup on exit.

Do NOT apply if:
You cannot start NOW.
You have no Feedback
You are going to dump your resume in the PMB
You are not a 10 out of 10 in both expertise and SPEED.

It is difficult for me to describe the project ese, because it is a bunch of minor tweaks.

You will be working directly with My lead Developer.

I NEVER escrow. My History on SL over SEVERAL years give you all you need to know about me.

Open PMB for questions.

Categories: CSS, Javascript, PHP, Wordpress

J S R A C I N G .co.jp Clone

February 8th, 2010

Hello to everyone…

The job is make the same site like that
w w w . j s r a c i n g . c o . j p
Exactly the same in front page and behind !

i want it base Joomla CMS
and without Shopping Cart just only show the product..

after making site i want the programmer show me how can put products in front page ..

if you have any better idea for another CMS … just tell me if you think is better from joomla…

thanks
John

p.s Happy Bidding!

Html Java Help

February 8th, 2010

Hello,

I need some help. I am looking for someone to help me add a check box for the user to turn off a javascript portion of the webpage that they are on that would remember throughout the site to be turned off if checkbox 0 (javascript not there) checkbox 1(Checked) the java script would be there to show the java applet.

The javascript code to show the javascript is around 20 lines only – I am not sure if there is a way to show the code if the user clicks and if the user unclicks the site would remember this user setting for the java code throughout the site as long as they remain on the site per the session. I have something like it already but need someone to work more with the new code to give the user the option.

It should not be too much of an edit just modification.

Flash Sign Ordering Site

February 8th, 2010

I have an existing website which has a mySQL backend db, the front end contains a login and sign ordering system. This needs to be redesigned so that its flash based and graphically clickable, from the main page, down to the order selection and then processing. Can go into more detail with the successful party. There is an urgent need for this for the front end especially.

Designer For Website 2

February 8th, 2010

Hello Everyone,

I am looking to do a website for me so want excellent designer. If i like your work lots of project guaranteed. And bid wise i know the competition going on in market so bid accordingly.

Please show me best of your 6 websites. They have to be “your best”.

regards
Steve

Modify Sms Website

February 8th, 2010

FOR SMS WEBSITE:

* Adjust the sending of SMS on pending delivery world timezone, actually it’s time server, not the hour of each country.

* Allow Multiple SMS sending using a vast bought the same code.
Currently we can send one.

* Add a provider of SMS, which would cover non-covered and take over when a SMS is status “NOT DELIVERY. It will create in admin the list of countries and to select which provider is used for each country.

The site currently has 1 provider and messages are delivered immediately or delayed, but the time deferred is not adjusted to the time of the country but on the time server.

It’s mySQL and php.

Categories: Javascript, MySQL, PHP, Programming, SQL

Youtube Comment Spammer

February 8th, 2010

I need a program that will do a comment on youtube videos. I need the program to post on all poker related videos somehow and it can not show up as spam. I know that you get a captcha after 2 posts in 10 mins per account so it will have to sign in and out of multiple accounts.

It must not appear as spam when posted and much be able to stay on poker related videos somehow.

Categories: C/C++, Javascript, Programming

Rbs Worldpay Integration

February 8th, 2010

Integration of a webshop with RBS WorldPay payment gateway.

Simple Sportsbook/betting Site

February 8th, 2010

Looking for existing sportbook/betting script for single specialty sport. (expandable to more sports option)

Admin features
- adjustable odds on potential event winner.
- auto odds balancing on event match ups.

User features:
- Secure site, user login (email) and password.
- credit/balance system.
- Join – Deposit – Event odds – Active bets – Account info, etc
- Live bet slip

Must have prior sportsbook experience (functioning sample)

Available for future upgrades.

Programming of your preference
PHP
ASP
ASPX
jsp
.NET
Javascript
MySQL

Categories: ASP, Javascript, MySQL, PHP

Web-based Emr Software (j ( 3

February 7th, 2010

Greetings Vendors:

In an ongoing effort to provide cost-effective solutions to help doctors\’ offices become technologically state-of

Categories: .NET, ASP, Java, Javascript, MySQL