Mobile app version of vmapp.org
Login or Join
Lee4591628

: How is this website's architecture structured? refer to this URL: http://imagemechanics.com.au/ Every page seems to have its own unique URL, but the "/#!/" leads me to believe it's all one giant

@Lee4591628

Posted in: #Architecture #Javascript #Jquery

refer to this URL: imagemechanics.com.au/
Every page seems to have its own unique URL, but the "/#!/" leads me to believe it's all one giant page with anchor tags defining the sections. Is each section truly its own .html page or is it just one page?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Lee4591628

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

It's not a single page. (This should be obvious just from viewing source.)
There are separate documents, like this one, being loaded via Ajax.

In Firefox, open Firebug and enable the Net tab. When you click the navigation links, you'll be able to see the GET requests for them.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme