0 Members and 1 Guest are viewing this topic.
Edit: Hmm -- I have 888 posts... Now, if only I had 88 respect...
Does any of you know any guide on how to design programs that run well on mobile browsers? Thanks.
I'd also like to know how this kind of URL's work:http://www.omgubuntu.co.uk/about/The page has to have a file name, like about.php or about.html, so how do they hide the file name?I thought that maybe they use Javascript to change the URL in the window, is that how they do it?
I thought that maybe they use Javascript to change the URL in the window, is that how they do it?
"welcome to the world of computers, where everything seems to be based on random number generators"
No, i think they modify this with a .htaccess file.
<?php$_GET = Array("id" => 15,"page" => "home");?>
ephan was asking about displaying a page as a folder, and you can do that by naming it index.html, without modifying .htaccess. You can use .htaccess, of course, but remember every line you add slows down every request to your site a bit.