Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-08-2005, 11:53 AM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

Need a code...

hey guys...

does anyone know a code for alternating pages? coz i want a small box with random historical facts for a school website. thnx if anyone can let me know.

ps.- if i was to make websites for ppl, how much is a standard website worth, and a good website worth?
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
  #2  
Old 02-08-2005, 01:20 PM
Matt is offline Matt

Administrator

Join Date: May 2002
Location: Florida
Posts: 7,397

Send a message via MSN to Matt
http://www.google.com/search?hl=en&q=random+page+script
__________________


Click here for the official member status images!







Quote:
Originally posted by Panther
For your sence of free speech, we will control how much you have here .
Quote:
Originally posted by Steve
fak i clicked it to lol.

the message "this will disable it" should have been put before

sorry
Reply With Quote
  #3  
Old 02-08-2005, 02:13 PM
BlackMass is offline BlackMass
Registered User

Join Date: Sep 2004
Posts: 290

http://www.dynamicdrive.com ..... gotta have what you're looking for there.
__________________


» Visit Clan Hall Gaming «
Reply With Quote
  #4  
Old 02-17-2005, 01:29 PM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

ok i got this code...

<SCRIPT LANGUAGE="JavaScript">

var howMany = 2; // max number of items listed below
var page = new Array(howMany+1);

page[0]="first-random-page.html";
page[1]="second-random-page.html";
page[2]="third-random-page.html";

function rndnumber(){
var randscript = -1;
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1));
}
return randscript;
}
quo = rndnumber();
quox = page[quo];
window.location=(quox);
//
</SCRIPT>





but is there a way of setting it to change after a certain time? because im using IFRAMES for my content and its not really loading the page properly so the code isnt changing the facts :/
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
  #5  
Old 02-17-2005, 08:38 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

your last question how good a website is worth...well it really depends on the asking... a good squad site with PHP programming is 20.00 - 100.00 ...a good resource site with PHP programming is 100.00 - 500.00 ... again depends on what they want
Reply With Quote
  #6  
Old 02-17-2005, 08:58 PM
Roshi is offline Roshi
Registered User

Join Date: Jan 2004
Posts: 1,017

Google

search for the code with google ffs :P
__________________

----------------------------------------------

----------------------------------------------
[]==[_'_'_'_'_']=----- <^>(O_o)<^>
----------------------------------------------
Reply With Quote
  #7  
Old 02-18-2005, 12:37 PM
Stu is offline Stu
Resident Member

Join Date: Aug 2003
Posts: 3,319

Quote:
Originally posted by -Elite-
your last question how good a website is worth...well it really depends on the asking... a good squad site with PHP programming is 20.00 - 100.00 ...a good resource site with PHP programming is 100.00 - 500.00 ... again depends on what they want

http://unrealgfx.net/tutorials.php?ugfx=show&id=29
This might help you
Reply With Quote
  #8  
Old 02-22-2005, 02:06 PM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

Quote:
Originally posted by Roshi
Google

search for the code with google ffs :P

you think i aint looked for that??? i always look on google first but atm, for the things im looking for, google sux lol
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
  #9  
Old 02-22-2005, 02:57 PM
Stu is offline Stu
Resident Member

Join Date: Aug 2003
Posts: 3,319

google doesnt always work to be honest with you, sometimes it comes up with alot of junk
Reply With Quote
  #10  
Old 02-23-2005, 01:37 AM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

tec, you know that code u linked, does it have a set time to it? because im looking for a code that will change after a set period of time because the page doesnt fully refresh
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
  #11  
Old 02-23-2005, 02:08 AM
NaughtyPerry is offline NaughtyPerry
Banned

Join Date: Sep 2004
Posts: 1,665

isnt there something to do with PHP t2? Like a random quote thing?
Reply With Quote
  #12  
Old 02-23-2005, 02:13 AM
NaughtyPerry is offline NaughtyPerry
Banned

Join Date: Sep 2004
Posts: 1,665

There looks like a nice script here... looks simple to use too....

http://www.davidmarotz.com/quotes.php
Reply With Quote
  #13  
Old 02-23-2005, 10:43 AM
Dr. Bullet is offline Dr. Bullet

Join Date: Feb 2004
Posts: 2,655

Send a message via ICQ to Dr. Bullet
It really depends on the site. The industry standard is actually quite high. I made a site that was about 5 pages, inlcuding a phpBB forum, and it wasn't really that great. There wasn't much graphics to speak of (graphics that any person with paint could do), and it was altogether plain...basically, a clean, corporate type site.

I was curious, so I sent the link to a few web design firms, some local, some national, saying I wanted a site similar and how much it would cost. It averaged between $275 and $350. Myself, I wouldn't have charged someone more than $150 for it, simply because I could make that site in about 10 minutes.

HOWEVER, a good site that takes time and has custom graphics, that jumps it up. Take Con's site. He could easily charge $500+ to make a site like that. Most firms would charge upwards of $800.

I'd say this. Make a site, send it to a few firms (check their portfolios first...make sure they know what they're doing), and say you want a site similar, and wanted to know about how much they'd charge.

Also remember these things: Flash raises the price big time, time is money, no matter how easy the job is, don't under value your work. Believe it or not, webdesign is an art. When people pay big money for a picasso, it's not so much that the painting iwas hard to paint; in fact, many people have reproduced his paintings with actual paint. What they're paying for is the skill and vision he had in order to paint it.
__________________
Reply With Quote
  #14  
Old 02-23-2005, 01:31 PM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

ok ok ok enough about the money already lol.

ill check out that code now hype
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
  #15  
Old 02-23-2005, 01:38 PM
Stu is offline Stu
Resident Member

Join Date: Aug 2003
Posts: 3,319

yeah hype . I rember using the rand() command, but it never seems to work any more
Reply With Quote
  #16  
Old 02-24-2005, 12:02 PM
NaughtyPerry is offline NaughtyPerry
Banned

Join Date: Sep 2004
Posts: 1,665

that worked ok klutch?
Reply With Quote
  #17  
Old 03-01-2005, 01:56 PM
.Simon. is offline .Simon.

Join Date: Nov 2003
Location: Wales
Posts: 4,801

na didnt work m8. nvm. ill do summit else
__________________

Quote:
Originally Posted by Steve View Post
next person to post half naked gets banned
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Code Webviper2006 Web design and Programming 6 12-27-2005 08:08 PM
Code??? Scattergun Web design and Programming 2 02-09-2005 06:12 PM
can this code matt phphq.Net Forums 0 12-18-2004 10:29 AM
code ? Mal Feedback / Novahq.net Support 4 12-16-2004 06:41 PM
how to code? score Tech Support 7 08-16-2003 08:37 PM


All times are GMT -5. The time now is 12:03 AM.




Powered by vBulletin®