The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

2 Pages V  1 2 >  
Reply to this topicStart new topic
> Frame Help
Sedifus
post Oct 27 2007, 04:08 AM
Post #1





Group: Members
Posts: 3
Joined: 27-October 07
Member No.: 4,159



Can someone help me with a frameset doc? huh.gif

I want to make a document so when you click on a link it will open a new page with a frame at the top and the document underneath like google's image search. But i don't want to make lots of frameset documents.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 27 2007, 11:44 AM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



You could automate the process, rather than generating the frameset documents by hand.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Sedifus
post Oct 30 2007, 12:04 AM
Post #3





Group: Members
Posts: 3
Joined: 27-October 07
Member No.: 4,159



That's what i was hoping to do but i don't know how.

Can you help?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 30 2007, 11:26 AM
Post #4


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



What kind of programming experience do you have?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Sedifus
post Oct 31 2007, 03:59 AM
Post #5





Group: Members
Posts: 3
Joined: 27-October 07
Member No.: 4,159



I don't have much experience, only these two:
  • HTML
  • CSS (A little)
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 31 2007, 10:12 AM
Post #6


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Neither HTML nor CSS is a programming language. A lot of tasks related to maintaining large web sites will be easier if you learn to program, and if you learn a language like Perl or Python.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Nov 1 2007, 02:03 PM
Post #7


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



QUOTE(Darin McGrew @ Oct 31 2007, 04:12 PM) *

a language like Perl or Python.

These days PHP seems to be the most popular choice, though.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Nov 1 2007, 02:42 PM
Post #8


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE(Christian J @ Nov 1 2007, 12:03 PM) *
These days PHP seems to be the most popular choice, though.
If you say so. I've never worked anywhere that used PHP. (And before you say it, yes, this site uses PHP, but no, I don't "work" here.)
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Nov 3 2007, 01:05 PM
Post #9


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



QUOTE(Darin McGrew @ Nov 1 2007, 08:42 PM) *

I've never worked anywhere that used PHP.

Me neither. tongue.gif I also forgot to mention ASP, which might come second after PHP. Not sure if it's possible to get any reliable stats, but according to Google the following figures apply to the text content of web pages (i.e. supposedly excluding URLs):

341,000,000 for "php"
224,000,000 for "asp"
103,000,000 for "perl"
103,000,000 for "python"
19,900,000 for "ssi"

My guess is that most pages containing these words are tutorials, code examples, forum discussions etc. Such figures may or may not say something about what "ordinary" sites use.

Looking at URLs only, Google turned up:

1,370,000,000 for ".php"
573,000,000 for ".asp"
291,000,000 for ".cgi"
191,000,000 for ".shtml"
168,000,000 for ".jsp"
52,300,000 for ".pl" (which is also the TLD of Poland).

Of course URLs will not always indicate which server-side language (if any) that was used.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 3 2007, 01:31 PM
Post #10


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



What's in an extension? tongue.gif

Let me be the judge. cool.gif I think PHP is the most popular langue today, as in the language most people start with. I don't think it's the most used programming language for the web.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Brian Chandler
post Nov 3 2007, 02:00 PM
Post #11


Jocular coder
********

Group: Members
Posts: 2,460
Joined: 31-August 06
Member No.: 43



QUOTE(pandy @ Nov 4 2007, 03:31 AM) *

What's in an extension? tongue.gif

Let me be the judge. cool.gif I think PHP is the most popular langue today, as in the language most people start with. I don't think it's the most used programming language for the web.


Huh? What does "most used" mean? Are you saying that there are a huge number of tiny bits of programming in PHP, and a smaller number of huge bits of programming in some other language? Or what do you mean by "programming language" in this context?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 3 2007, 02:45 PM
Post #12


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Take a guess, Brian.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Nov 3 2007, 03:37 PM
Post #13


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Hmm... PHP? ASP? I'm zero for two...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Nov 3 2007, 06:00 PM
Post #14


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



QUOTE(pandy @ Nov 3 2007, 07:31 PM) *

What's in an extension? tongue.gif

As already noted by me *cough*, sometimes nothing. But 1,4 billion web pages using the .php extension (out of 25 billion pages indexed by Google in total, acccording to http://en.wikipedia.org/wiki/Google_search#Search_products ) sounds like a lot to me, considering not all web pages use server-side scripting.

QUOTE
I think PHP is the most popular langue today, as in the language most people start with.

Agreed, and there are always more beginners than advanced users (since every advanced user was once a beginner). But are you suggesting that these beginners later switch to some other language? That's probably only true for some of the very few that later become professional programmers.

QUOTE
I don't think it's the most used programming language for the web.

I agree regarding large commercial sites, but such sites are not very common and their reasons for choosing a particular language may not be relevant to a beginner.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 3 2007, 07:02 PM
Post #15


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(Christian J @ Nov 4 2007, 12:00 AM) *

QUOTE(pandy @ Nov 3 2007, 07:31 PM) *

What's in an extension? tongue.gif

As already noted by me *cough*, sometimes nothing. But 1,4 billion web pages using the .php extension (out of 25 billion pages indexed by Google in total, acccording to http://en.wikipedia.org/wiki/Google_search#Search_products ) sounds like a lot to me, considering not all web pages use server-side scripting.


Have you considered this could all be a global conspiracy designed to fool you? What if they are all really running ASP? ohmy.gif wacko.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Nov 3 2007, 07:40 PM
Post #16


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



QUOTE(pandy @ Nov 4 2007, 01:02 AM) *

Have you considered this could all be a global conspiracy designed to fool you? What if they are all really running ASP? ohmy.gif wacko.gif

All that just for me? I'd be honored. blush.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Brian Chandler
post Nov 3 2007, 11:19 PM
Post #17


Jocular coder
********

Group: Members
Posts: 2,460
Joined: 31-August 06
Member No.: 43



QUOTE(pandy @ Nov 4 2007, 04:45 AM) *

Take a guess, Brian.


I've no idea, really, but perhaps from you other comments you think ASP? Do you think that "professional programmers" are more likely to use M$ servers? Doesn't seem likely that this effect would even approach the number of "nonprofessional programmers" using PHP?

One problem is that it's also hard to say exactly what "using X" means for a scripting language X. It might be, for example, that 7 squillion people had all copied a standard "include" in ASP; but this would hardly count as "programming", whether professional, fixed width, or other.

Anyway I really don't know what your point is.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 4 2007, 12:02 AM
Post #18


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE

I've no idea, really, but perhaps from you other comments you think ASP?

Nope. I have no idea what language it might be, but I don't think it's PHP.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
adobaelah
post Nov 4 2007, 12:37 AM
Post #19


Novice
**

Group: Members
Posts: 20
Joined: 28-September 07
Member No.: 3,923



perhaps unrelated or I might need to start a new posting. But anyone knows how to run a testing server for PHP?? I had a job re-editing a website. The guy before me used PHP. I was able to get around it and finished the job, but wasnt able to run a testing browser and had to put everything on the server just to see some little update that I did. BUt out of curiosity I want to know how PHP or any cross side server works.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Nov 4 2007, 12:54 AM
Post #20


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



You have to install PHP and a server that supports it, for instance Apache.

http://httpd.apache.org/download.cgi
http://www.php.net/downloads.php
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

2 Pages V  1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 06:10 PM