| Website Help (DSi) |
Started by MetalHeart
09 Oct 2011 12:03
SUBSCRIBE
UNSUBSCRIBE
|
|
|
> >> |
There hasn't been a good sticked thread in this topic in a long time. Here, we answer each other's questions about help for DSi Site developing.
I'll be taking this, see?
|
How would you get it in column view?
Veni. Vidi. Vici.
|
The DSi browser automatically goes into column view if you have <meta name="viewport" content="width=device-width"> in between the head tags.
Catch my drift.
|
But what is the device width?
Veni. Vidi. Vici.
|
The 'device-width' value sets the page width equal to the browser width when in portrait orientation.
Catch my drift.
|
Yes. That is true.
How was it not self-exclamatory though? -_-
Does this alter-ego make me look stupid?
|
The distinguished Limxzero spake: The 'device-width' value sets the page width equal to the browser width when in portrait orientation. I know that. I was asking what the DSi width was.
Veni. Vidi. Vici.
|
The screen dimensions for the DSi's screens is 240px width by 176px height.
It's my job to help the next generation, and set a good example for them. And for that I'll gladly lay down my life.
|
It doesn't matter if you put it in head tags or not.
I loves me some Quesadillas.
|
Actually, it does matter if you have any sense of organization and programming ingenuity.
If you put meta formatting tags in any place but between the head tags, people will think that you must be a bloody foolish programmer.
Does this alter-ego make me look stupid?
|
PasserByGuy is correct. Not putting tags in the proper places is bad coding practice and cleanliness.
It's my job to help the next generation, and set a good example for them. And for that I'll gladly lay down my life.
|
I want to make my own dsi website, what site/program should i use? any tips?
|
For hosting, try FreeHostingNoAds.net or search "Mitihost" on Google.
Does this alter-ego make me look stupid?
|
The distinguished PasserByGuy spake: Actually, it does matter if you have any sense of organization and programming ingenuity.
If you put meta formatting tags in any place but between the head tags, people will think that you must be a bloody foolish programmer. How would you know my code? That just shows you source-view everything.
I loves me some Quesadillas.
|
The distinguished Quesadilla spake: The distinguished PasserByGuy spake:Actually, it does matter if you have any sense of organization and programming ingenuity.
<br>
<br>If you put meta formatting tags in any place but between the head tags, people will think that you must be a bloody foolish programmer. How would you know my code? That just shows you source-view everything.
Actually, no, he doesn't. He's a very good web developer. He never even indicated anything about you in his post, you're just trying to find fault where it doesn't exist.
It's my job to help the next generation, and set a good example for them. And for that I'll gladly lay down my life.
|
In order to find the meta tag you have to view the source.
I loves me some Quesadillas.
|
Yes, but what does that matter?
We're just talking about where to put them, nobody looked at your bloody source.
Does this alter-ego make me look stupid?
|
The best to use is www.000webhost.com
I am lost, I am vain, I will never be the same. Without you, Without you.
|
That pretty much was the example. The code that goes in is:
<head><meta name="viewport" content="width:device-width">
</head>
Catch my drift.
|
The distinguished Limxzero spake: That pretty much was the example. The code that goes in is:
<head><meta name="viewport" content="width:device-width">
</head>
Is this... simple code, gonna be the topic for this whole thread, or shall someone gonna change ''the topic''..?
I am lost, I am vain, I will never be the same. Without you, Without you.
|
|
|
> >> |