Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
First Post - Help Please!
Old 06-27-2008, 09:17 PM First Post - Help Please!
Junior Talker

Posts: 1
Name: Guilherme
Trades: 0
Hi everybody,
is my first post here and I have a problem.

I want to create an advertising website for business’ with a lot of categories for example Lawyers, Accountants, Marketing, and each Advert will look like the following:


Company Logo and Name Area:
Address
Tel:
Web address

Services: Explanation what they do



Now this is how it will look but the problem is that company A (which is the first advertisement) will get more hits than company Z (which is the last advertisement) I would like to rotate advertisements so that from advertisement A-Z will get almost the same amount of traffic.

How to do this "rotation" thing? any script?


Thank you, guys!
f4bfour is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-27-2008, 11:12 PM Re: First Post - Help Please!
Extreme Talker

Posts: 238
Location: United States
Trades: 0
Hi there, and welcome!

It would be most practical to do the script in a server-side language, such as PHP or ASP.NET. If I were doing it, I would store all of the data of each company in a database table (I use MySQL for my databases, but there are other database flavors.) Call the table "companies" and have a field for logo, name, address, telephone, url, services, etc.

You then use a sql query to get the companies that you want from the database. You can randomize the records either with your server-side script or via the query, depending on how many company records you have, and how efficient you want your script to be.

If you are new to server-side scripting, you'll want to take a look through a Google search for some tutorials, because there is a lot to learn about it.
frost is offline
Reply With Quote
View Public Profile
 
Old 06-27-2008, 11:34 PM Re: First Post - Help Please!
RabidSniper's Avatar
Skilled Talker

Posts: 57
Name: Jesse
Location: Phoenix, AZ
Trades: 0
I agree, the ease of that task would depend greatly on the underlying infrastructure in which you have available to deploy something.
__________________
The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at or repair. -Douglas Adams
RabidSniper is offline
Reply With Quote
View Public Profile
 
Old 06-28-2008, 12:26 AM Re: First Post - Help Please!
Average Talker

Posts: 27
Trades: 0
check out hotscripts for your programs.. very useful site...
__________________
_____________________________________

Please login or register to view this content. Registration is FREE
- Personal Blog

Please login or register to view this content. Registration is FREE
- Money Maker
jyale is offline
Reply With Quote
View Public Profile Visit jyale's homepage!
 
Old 06-30-2008, 03:01 PM Re: First Post - Help Please!
Junior Talker

Posts: 3
Trades: 0
Hi

Its easy to use a database such as Mysql for this together with PHP

tulip
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
tulip178 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to First Post - Help Please!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24850 seconds with 12 queries