What program language they are using?

Post August 22nd, 2007, 8:02 am

I am checking that such popular site like Google or Yahoo don't have page extension on their website,

So I couldn't know what web language they are using.
It is not .htm nor .html
It is nor .cgi nor .pl (perl)
It is also not .php nor .asp nor .jsp

Do you know What program language they are using?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 22nd, 2007, 8:02 am

  • kc0tma
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jul 20, 2007
  • Posts: 2900
  • Loc: Trout Creek, MT
  • Status: Offline

Post August 22nd, 2007, 6:31 pm

Doing a View>Source on Yahoo show a <!DOCTYPE HTMl...> and on Google it shows a content type="html/text". There's not whole lot of languages out there to make web pages with, your bound to be pretty close if you guess.
My water bottles froze as I rode, as did my beard. Beards sure keep you warm,
but can be socially embarrassing when you start to defrost mid conversation.

My journey into the subconscious mind.
  • murcielagossi
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jul 28, 2006
  • Posts: 458
  • Status: Offline

Post August 22nd, 2007, 6:47 pm

I think the search engine uses some C++ and some miscellaneous python scripts aswell. And Google Suggest uses AJAX,
Image
/* My Logic Is Undeniable */

Post August 22nd, 2007, 7:07 pm

murcielagossi wrote:
I think the search engine uses some C++ and some miscellaneous python scripts aswell. And Google Suggest uses AJAX,


I heard before this 'AJAX', migth be I shall spent some time to learn it.
Does any body know what kind of avantage of it compare to others?
  • spork
  • HB
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 5483
  • Loc: Rochester, NY
  • Status: Offline

Post August 22nd, 2007, 8:52 pm

AJAX isn't a language, it's a combination of technologies. It stands for Asynchronous Javascript and XML, and uses...well... javascript and XML.

kc0tma wrote:
There's not whole lot of languages out there to make web pages with, your bound to be pretty close if you guess.

PHP
ASP
ColdFusion
Java
Perl
Ruby
Python

and dozens more that are less common..
How to Maintain Simple, Static Pages in a CakePHP Application
EEEEEEEEE! It's here!!
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 22498
  • Loc: Pittsburgh PA
  • Status: Offline

Post August 22nd, 2007, 9:01 pm

Whatever Microsoft uses, you can b assured it revolves around .Net
"The web is a dominatrix. Every where I turn, I see little buttons ordering me to Submit."
Play sports pools and discuss sports topics at Boasting Rights Sports Forum
Get paid to write articles - www.associatedcontent.com
  • loachone
  • Born
  • Born
  • No Avatar
  • Joined: Aug 22, 2007
  • Posts: 2
  • Status: Offline

Post August 22nd, 2007, 9:18 pm

they design themselves ,i think
  • theak
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jun 11, 2004
  • Posts: 438
  • Loc: Taipei, Taiwan
  • Status: Offline

Post August 23rd, 2007, 5:22 am

They could be using whatever language they like to generate their output, C++ and Python would be my guess, but it really could be anything.
Trust the Monkey
http://www.ironricebowl.com

Post August 23rd, 2007, 7:16 am

ATNO/TW wrote:
Whatever Microsoft uses, you can b assured it revolves around .Net


Sorry, I don't get it.
Do you mean the language came from Microsoft?
  • kc0tma
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jul 20, 2007
  • Posts: 2900
  • Loc: Trout Creek, MT
  • Status: Offline

Post August 23rd, 2007, 11:20 am

spork wrote:
and dozens more that are less common..

Yeah, there are lots more than you would first think of, but stuff like perl and Java have uses other than with web design. You do have to remember that some of these oddball languages that only a handful of people use will need some special attention and may even determine which operating system you run and other stuff (like ASP being a Microsoft technology).

montyauto--.Net (dot net) is a collection of programming and scripting libraries and development environments to help people create applications and what not that is intended for use on Microsoft systems, it a proprietary alternative to everything else.
My water bottles froze as I rode, as did my beard. Beards sure keep you warm,
but can be socially embarrassing when you start to defrost mid conversation.

My journey into the subconscious mind.
  • murcielagossi
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jul 28, 2006
  • Posts: 458
  • Status: Offline

Post August 23rd, 2007, 1:11 pm

AJAX allows you to update web page content without changing or reloading pages, check out the W3schools site to learn more.
Image
/* My Logic Is Undeniable */

Post August 23rd, 2007, 8:29 pm

murcielagossi wrote:
AJAX allows you to update web page content without changing or reloading pages, check out the W3schools site to learn more.


I just visit there and browse all example pages of AJAX, but couldn't find a page with updating content without refreshing.

Would be nice if you inform a link showing this feature, thanks.
  • spork
  • HB
  • Silver Member
  • User avatar
  • Joined: Sep 22, 2003
  • Posts: 5483
  • Loc: Rochester, NY
  • Status: Offline

Post August 23rd, 2007, 9:49 pm

It's all in the tutorial. Did you read the tutorial? Simply looking at examples isn't going to help you much if you don't know what you're looking for..
How to Maintain Simple, Static Pages in a CakePHP Application
EEEEEEEEE! It's here!!
  • kc0tma
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jul 20, 2007
  • Posts: 2900
  • Loc: Trout Creek, MT
  • Status: Offline

Post August 24th, 2007, 6:44 am

Somebody up there in this thread mentioned that Google Suggest uses AJAX. You know on google, as you are typing in what ever you want to search for, the drop down shows things similar to what you are typing. This is AJAX in action. If it had to refresh every single time you typed a new letter, that would be just plain annoying. Another thing I could think of that somebody could use AJAX for would be something like a calculator or something like that.
My water bottles froze as I rode, as did my beard. Beards sure keep you warm,
but can be socially embarrassing when you start to defrost mid conversation.

My journey into the subconscious mind.
  • murcielagossi
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jul 28, 2006
  • Posts: 458
  • Status: Offline

Post August 25th, 2007, 3:39 pm

I posted a link to Google Suggest in my first reply...but kc0tma answer your question perfectly.
Image
/* My Logic Is Undeniable */
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 25th, 2007, 3:39 pm

Post Information

  • Total Posts in this topic: 21 posts
  • Users browsing this forum: No registered users and 154 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.