Payday Loans

SIFR Synchronous inman Flash / Font Replacemnt

Posted April 16th, 2010 in project by Donny Kurnia

This was a very small project where I’m using sIFR for the second time. All I have to do in this project is upgrade the javascript library and all run well.

Project's Detail
Project URL
https://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=1104218
Project Type
RAC
Project Feature
sIFR
Other Feature
Project Description (from client)
SIFR works great on my site in ie but doesn't seem to work at all in firefox
i need you to make it work in firefox
see this link in ie
see this link in ff
http://warmeskimo.com/test/sifr
i will provide ftp access upon communcation
you can download zip hee
http://warmeskimo.com/test/sifr.zip
me it working on your server then i will accept your bid and ask you o make it work on my server
but in the end you must make it work on my server after i give you ftp credentials

Restaurants Finder

Posted April 16th, 2010 in project by Donny Kurnia

This was the 3rd project that I’ve done in RAC. In this project, I’m using various javascript effect such as slider, multiple select, and sIFR.

One of new technique that I learn in this project is searching based on ZIP code in some radius. I’m using a free ZIP code database and this algorithm to  search all ZIP code around given ZIP code and radius (in mile or km).

The client gave me the design in PSD file. Luckily my fellow designer can help me to slice it into HTML and CSS files, in turn to help him on his side project.

Project's Detail
Project URL
https://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=1082110
Project Type
RAC
Project Feature
  • AJAX
  • sIFR
  • jQuery
Other Feature
Project Description (from client)

The project is about a 2 pages webpage which can let user to search restaurant base on their criteria using a AJAX search. I will provide the design and need a person to make it's work. AJAX, CSS, PHP, MySQL will be used. The details of the project is as follow:

AJAX Search

Input: keywords, cuisine, minimum price , maximum price, zipcode and radius will be input from the home page

function:The argument will then be post to a php page. The php function will find the restaurant in the database that match the criteria and return a xml file.

Output: The return restaurant will be display in the main area. The main area will contain all the restaurant in one page. (scrollable). Each restaurant block contain:

  • restaurant's photo
  • name
  • address
  • a link to it's webpage (if provide)
  • a link to it's map (google map)
  • a link to it's menu
when the menu link is clicked, it's restaurant 's ID will be post to the server ( a php page), the php page will extract the menu from the database base on the restaurant's ID and return it's menu. The menu will be shown in a new window base on the format of my design:
  • The Left page will be showing the Categories of the food, it is expandable. When it is clicked, the sub- categories will be show under the main categories (just like the window file system).
  • The right page will be used to list the detail of the food ( name , price.....) under a categories.

Interested parties please provide your previous work and quote.

Comments Off on Paypal purchase page

Paypal purchase page

Posted April 16th, 2010 in project by Donny Kurnia

This was another project at RAC that using PayPal IPN to handle payment from buyer. Beside build it using CodeIgniter, in this project, I’m using SQLite instead of MySQL for store product and payment data.

Project's Detail
Project URL
https://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=1098619
Project Type
RAC
Project Feature
  • PayPal IPN
  • CodeIgniter
Other Feature
Project Description (from client)

Hi,

I have a service that I want people to purchase using PayPal.

I have a PayPal sandbox account, so you can use this to do development, and I will test your solution using the sandbox before acceptance. I am using Paypal website standard.

The purchase process is pretty straightforward. I have a single service to sell. It costs $500.

When the user arrives at the paypal button, we have only one piece of identifying information…the email address. After the purchase, I want to return to a welcome page, and return the email address as a POST variable to the welcome page. I also need a cancel, and failure page.

I also want the first and last name of the buyer returned to the welcome page in POST variables.

By the way, the email address is stored as a session variable on the purchase page.

I also want to secure my Paypal button so that people cannot lift the code, and change the price of the service.

You will develop on your page, and then test it on the Sandbox. When it works, I will port your button code to my actual purchase page and test it. If I have problems, you will fix it before the job is accepted. I will not modify the code, I will simply port it over to the actual purchase page.

Once it works there, you will tell me which parameters/values I need to change on the button code in order to get it to work with the real Paypal site.

Tx,

George

Simple Paypal integration

Posted April 16th, 2010 in project by Donny Kurnia

This was the 4th project that I’m done in RAC. Nothing special in this project. I’m using CodeIgniter as framework and using PayPal IPN to handle payment.

Project's Detail
Project URL
https://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=1084721
Project Type
RAC
Project Feature
  • PayPal IPN
  • CodeIgniter
Other Feature
Project Description (from client)

I need to sell software on a website; here is what I need user select agrees to pay an amount for example, $10.  He gives the appropriate information (pay pal account, etc)

System takes that information and check if the funds have been transferred successfully.

If funds are transferred, System shows the download page to the user.

Thats it.

Putting a site together – Connecting PHP Front-end with MYSQL

Posted April 8th, 2010 in project by Donny Kurnia

This was my first project in RAC and also my first experience using CodeIgniter in the real project.

Project's Detail
Project URL
https://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=671524
Project Type
RAC
Project Feature
CodeIgniter
Other Feature
Project Description (from client)

I have a template (see www.nfoscout.com), which needs to be linked with my MYSQL database. The template shows what type of information the db contains.

The links on the left menu should show the respective sections of the db, neatly in the front-end of the site. Left of the logo (which is empty right now), I need some space to put advertisements. The search box needs to function properly (with a drop down menu to choose the section).

I also would like to have cookies implemented, which show a visitor which items are added to the DB since his last visit.

Last but not least, each item in the DB should be able to be rated by visitors of the site. (that's where those 0000 stand for), as well as having a hitcount (btoh to be stored in mysql).

In all, the site needs to be completed to full functionality.

I prefer that the template is stripped from any CMS as is the case now, and be put on a php site, but any other method is fine as well. The current template will have to be stripped from the mambo CMS (or use the template at www.voorsingles.nl )