Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
Is It Cataloged?
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.
Page Title
28
HTML and CSS for Mobiles - HTML Dog Blog
16
- HTML Dog
Stripped Text Content
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"1
2
htmldog.com
2
- A Good Practice Guide to XHTML and CSS .
Search:
Skip to main navigation.
16
2a
2
You are here: Home
50
/ Dog Blog / Archives
10
4
18
5
18
HTML and CSS for Mobiles
198
Monday 14 June, 2004 (11:51AM GMT )
Although it's chugging along rather slowly (certainly more slowly than people predicted a few years ago), with phones and PDA's becoming ever more advanced, the mobile internet is clearly going to play a big role in the future of the web.
A problem in designing web pages for these platforms is the mult
196
itude of mobile devices (both PDA's and phones) that will no doubt render pages in different ways. If web standards were fully supported then it would be possible to optimise pages for these mobile devices without changing the underlying HTML - just like providing alternative styles for print .
It all comes down the handheld media type. If that was supported then we'd be laughing - one style sheet for screen, one style sheet for print and one style sheet for mobiles, with code something like this:
<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link rel="stylesheet
197
" type="text/css" media="handheld" href="mobile.css" />
But here's where the practical difficulties kick in. In everyday web design it's often difficult enough to get hold of a platform other than the one you're using, but when it comes to mobiles, where the hell do you start?. I understand that the handheld media type is supported by some devices and software,
194
but I don't know to what extent. I also know that some also apply styles specifically targeted with the screen media type. Tut tut. Naughty.
Opera have a browser for the Series 60 platform, which looks great. In fact, you can see wh"
....
read entire page