November 26, 2024, 12:17:01 PM

Author Topic: Webmaster peoples  (Read 4393 times)

Offline Gil

  • Tool Man
  • Ultimate Member
  • *
  • Posts: 3069
  • Welcome to Macintosh
    • View Profile
Re: Webmaster peoples
« Reply #15 on: March 09, 2008, 02:15:41 PM »
I've got some experience with PHP, such as simple scripts, but building an entire website from it is a :censored:
~TWC forum member since 2005~
"It is hard to do positive things with ignorance and delusion."

Offline wxmancanada

  • Ultimate Member
  • *
  • Posts: 1488
  • Gender: Male
    • View Profile
  • SD Channel #: 32
  • WxScan Ch. #: 212
  • WxStar Version: IntelliStar
Re: Webmaster peoples
« Reply #16 on: March 09, 2008, 02:17:16 PM »
Ok so I'm making a site. Yes. Ok. So i want to have 2 separate sites, one that uses CSS and one that doesn't (for compatibility with older computers/browsers). Is there a computer/browser detect code that will detect an OS, and direct it to a certain page or something? Just wondering if thats at all possible. Thanks!
Yes, when we were devloping (The most recent release of) TheWeatherNetwork.com the main idea was to have a cross browser, cross resolution CSS file.. Gil talk to me on AIM and I will share some scripts with you. :)

Offline twcclassics

  • Classic TWC Expert
  • Ultimate Member
  • *
  • Posts: 6761
  • Gender: Male
    • View Profile
    • TWC Classics
  • Cable Provider: DirecTV
  • HD Channel #: 362
  • WxStar Version: Satellite
Re: Webmaster peoples
« Reply #17 on: March 09, 2008, 10:15:52 PM »
My thoughts...

Stop worrying about making a site that renders perfectly on all browsers. It's not possible. You should only care about the most popular browser's on PCs. Those being IE 6, 7 and FF 2.0.

If you want to make a site for each browser and/or operating system, almost any web language can detect a person's browser type, operating system, etc.

Like Gary said, a splash page is a big no no. People are already at your site, why do they need to enter again?

PHP was the first language I learned. I now know how to program scripts in VB and C# (ASP.NET), ASP, JSP, Perl, and Java Servlets. I can definitely say PHP is the easiest to learn. Which is why my entire site is written in PHP (b/c it takes less time to write code that works). But then again PHP IS a programming language. And if it's your first, it will take a while for you to learn it. If it helps, I learned PHP from the book "PHP Fast & Easy Web Development." IMO, the Dummy series books are terrible. I mean, how are a bunch unfunny cartoons suppose to help me learn something? :huh:

Having more than one site can be confusing, but not always. My friend Alex has about ten different sites under the aaroads.com domain. People don't seem to mind. Yet I once considered splitting my site into two different domains (one for current stuff and another for classic stuff) and people went crazy. Go figure. :P
« Last Edit: March 09, 2008, 10:19:19 PM by twcclassics »
TWC Classics Webmaster
https://twcclassics.com

Offline Gil

  • Tool Man
  • Ultimate Member
  • *
  • Posts: 3069
  • Welcome to Macintosh
    • View Profile
Re: Webmaster peoples
« Reply #18 on: March 09, 2008, 10:22:16 PM »
Wow, thanks for the tips! I would love to implement a browser detect/redirect feature, but i think learning PHP first would be of far more importance. Every time i read ANYTHING about PHP, i get so deeply confused. So far the only thing i've been able to do is "echo" "Hello, world". and "phpinfo". Maybe I don't have the cranial capacity. I will look into it. Thanks.
~TWC forum member since 2005~
"It is hard to do positive things with ignorance and delusion."

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Webmaster peoples
« Reply #19 on: March 09, 2008, 11:24:11 PM »
You don't want to worry about making a browser that renders on ALL browsers and PC's, nor do you only want to make a site that renders on only the most popular. You want to make a site that will render on as many different setups as possible.

I suggest you look for books on web usability and SEO (search engine optimization) at the library. I currently have several, and all are excellent sources of information.

Offline LFMusicRocks

  • Ultimate Member
  • *
  • Posts: 1001
  • Gender: Male
    • View Profile
  • SD Channel #: 214
  • WxScan Ch. #: N/A
Re: Webmaster peoples
« Reply #20 on: March 10, 2008, 01:27:37 AM »
Computer programming is required fior webmaster people to create websites

Offline twcclassics

  • Classic TWC Expert
  • Ultimate Member
  • *
  • Posts: 6761
  • Gender: Male
    • View Profile
    • TWC Classics
  • Cable Provider: DirecTV
  • HD Channel #: 362
  • WxStar Version: Satellite
Re: Webmaster peoples
« Reply #21 on: March 10, 2008, 10:35:46 AM »
Computer programming is required fior webmaster people to create websites
Not necessarily. You can make a website in HTML.
TWC Classics Webmaster
https://twcclassics.com

Offline twcclassics

  • Classic TWC Expert
  • Ultimate Member
  • *
  • Posts: 6761
  • Gender: Male
    • View Profile
    • TWC Classics
  • Cable Provider: DirecTV
  • HD Channel #: 362
  • WxStar Version: Satellite
Re: Webmaster peoples
« Reply #22 on: March 10, 2008, 10:37:31 AM »
You don't want to worry about making a browser that renders on ALL browsers and PC's, nor do you only want to make a site that renders on only the most popular. You want to make a site that will render on as many different setups as possible.

I suggest you look for books on web usability and SEO (search engine optimization) at the library. I currently have several, and all are excellent sources of information.
Another good point. I came across some site posted on the emulator forum that required (not recommended, but required) you to have IE7 to view the site (not just one page, but the ENTIRE site). Needless to say, I lost interest in what the site had to offer pretty quickly. BTW (and completely unrelated), I also know Coldfusion. :P
TWC Classics Webmaster
https://twcclassics.com

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Webmaster peoples
« Reply #23 on: March 10, 2008, 01:11:26 PM »
You don't want to worry about making a browser that renders on ALL browsers and PC's, nor do you only want to make a site that renders on only the most popular. You want to make a site that will render on as many different setups as possible.

I suggest you look for books on web usability and SEO (search engine optimization) at the library. I currently have several, and all are excellent sources of information.
Another good point. I came across some site posted on the emulator forum that required (not recommended, but required) you to have IE7 to view the site (not just one page, but the ENTIRE site). Needless to say, I lost interest in what the site had to offer pretty quickly. BTW (and completely unrelated), I also know Coldfusion. :P

Ahh, a very good point you make. Too restrictive is no good at all, as evidenced by your reaction to the site (which consequently, is probably most people's reaction).

No Krishnan, programming knowledge is not necessary. The main web design languages (PHP, HTML, XML, Javascript) are not programming languages, but rather scripting or markup languages, which are much simpler.

Offline twcclassics

  • Classic TWC Expert
  • Ultimate Member
  • *
  • Posts: 6761
  • Gender: Male
    • View Profile
    • TWC Classics
  • Cable Provider: DirecTV
  • HD Channel #: 362
  • WxStar Version: Satellite
Re: Webmaster peoples
« Reply #24 on: March 10, 2008, 03:42:12 PM »
Not to be nit-picky Gary, but PHP and JavaScript are languages. Basically a syntax is called a language when it contains elements common to other languages like loops, conditions, variables, and so on.
TWC Classics Webmaster
https://twcclassics.com

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Webmaster peoples
« Reply #25 on: March 10, 2008, 04:06:57 PM »
I said they were languages, didn't I?   :unsure:

Offline Gil

  • Tool Man
  • Ultimate Member
  • *
  • Posts: 3069
  • Welcome to Macintosh
    • View Profile
Re: Webmaster peoples
« Reply #26 on: March 10, 2008, 04:44:53 PM »
I'm going to get the book that Matt suggested (except its PHP 6, not sure if that matters), as well as a book that deals with Dreamweaver CS3 using AJAX, PHP, and ColdFusion. Luckily i live near a good library. :yes:

I read reviews on Amazon of the book Matt suggested, and it got really good reviews, so i'm eager to try it. :)
~TWC forum member since 2005~
"It is hard to do positive things with ignorance and delusion."

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Webmaster peoples
« Reply #27 on: March 10, 2008, 06:35:04 PM »
I'm going to get the book that Matt suggested (except its PHP 6, not sure if that matters), as well as a book that deals with Dreamweaver CS3 using AJAX, PHP, and ColdFusion. Luckily i live near a good library. :yes:

I read reviews on Amazon of the book Matt suggested, and it got really good reviews, so i'm eager to try it. :)

Actually, yes the version of PHP may matter. You have to make sure that your host has PHP 6 capabilities. Most do, I think, but you should certainly find out so that you know what you have to work with.

Offline Gil

  • Tool Man
  • Ultimate Member
  • *
  • Posts: 3069
  • Welcome to Macintosh
    • View Profile
Re: Webmaster peoples
« Reply #28 on: March 10, 2008, 06:58:58 PM »
My host is myself. I think i have PHP 5 on my server. Better to be safe than sorry.
~TWC forum member since 2005~
"It is hard to do positive things with ignorance and delusion."

Offline lfmusiclover

  • Ultimate Member
  • *
  • Posts: 10046
  • Gender: Male
  • TWC Fan 1990-1999
    • View Profile
  • Cable Provider: Verizon FiOS
  • HD Channel #: 619
  • SD Channel #: 119
  • WxStar Version: IntelliStar
Re: Webmaster peoples
« Reply #29 on: March 10, 2008, 07:14:11 PM »
My host is myself. I think i have PHP 5 on my server. Better to be safe than sorry.

Then a PHP 6 book probably won't be helpful.