Does the site not use flash to use it?

Hey guys just looked at Steam and noticed that it does not use Flash.

What technologies are used to create the page? For example, a slider to scroll through various games, how exactly does this happen?

Thanks in advance for any answers.

+5
source share
9 answers

Javascript, and a lot of it. On the page:

<head> 
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
    <title>Welcome to Steam</title> 
    <link href="http://cdn.store.steampowered.com/public/css/styles_storev5.css?v=221260115" rel="stylesheet" type="text/css" /> 
<!--[if lte IE 6]> <link href="http://cdn.store.steampowered.com/public/css/styles_storev5_ie6.css?v=3855293424" rel="stylesheet" type="text/css" />
 <![endif]--> 
<!--[if lte IE 7]> <style type="text/css"> .iepoupfix{ display: block; } </style> <![endif]--> 
    <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/swfobject.js?v=3216748271&l=english"></script> 
<script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/prototype-1.6.0.2.js?v=1627908004&l=english"></script> 
<script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/scriptaculous/scriptaculous.js?v=1333279996&l=english&load=effects,controls,slider"></script> 
<script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/javascript.js?v=853265233&l=english"></script> 
<script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/main.js?v=199395227&l=english"></script> 
<script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/jserrorreport.js?v=19341832&l=english"></script> 
<script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/header.js?v=318945778&l=english"></script> 
<script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/search.js?v=630051104&l=english"></script> 
    <script type="text/javascript" src="http://cdn.store.steampowered.com/public/javascript/cluster.js?v=4033443305&l=english"></script> 
    <link rel="search" type="application/opensearchdescription+xml" title="Steam Search" href="http://store.steampowered.com/public/open_search.xml"> 
</head> 

Known libraries: Scriptaculous. Prototype. swfobject.js! It is strange that the last one should really be useful for embedding flash memory, although I'm not sure that it is used on this page (perhaps only elsewhere on the site for movies or audio).

+11
source

"", , <div> . , , javascript. , javascript "width x."

- JavaScript, HTML CSS. AJAX, " ", , .

+3

Chrome Sniffer Chrome , script.aculo.us, Javascript, MooTools jQuery. javascript .

+3

--, , XHTML Javascript ( JS-, jQuery Prototype, Microsoft Flash - Silverlight.

-, , - jQuery jQuery Tools (Scrollable ). jQuery . .


UPDATE: , , Steam Prototype, jQuery scrollabel.

+3

Tchalvak ( ) swfobject, Flash-, , , .

( HD) "" Steam.

+3

JavaScript . , , prototype.js scriptaculous .

+1

hey, script.aculo.us, Prototype. , - .

, jQuery, MooTools .. - . , javascript. AJAX, , DOM, .. , , - - , jQuery.

+1

, ajax javascript.

0

All Articles