| Website Help (3DS) |
Started by MetalHeart
09 Oct 2011 12:06
SUBSCRIBE
UNSUBSCRIBE
|
|
|
|
A 3DS help thread for anyone and all caring web developers can help each other out here.
I'll be taking this, see?
|
For those wanting to know the proper screen width to set for the 3DS to be in column view, use this:
<meta name="viewport" content="width=320"/>
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.
|
Thnx Skittles 
DO THE AARON SHUFFLE!
|
What programming languages does the 3DS support?
I loves me some Quesadillas.
|
From what I have seen, it supports bits of CSS3 and jQuery.
Does this alter-ego make me look stupid?
|
Not Very good at reading div styles.
GET OUTTA HER!
|
As far as I know, the 3DS cannot run Java files or other executables, and even if it could, you're running system homebrew on a 3DS at your own risk. This topic pertains to use of the 3DS browser for creating client-side apps in HTML/JS.
Catch my drift.
|
More information on development for the Nintendo 3DS can be found at http://3dcentral.co.cc.
'The Real Problem with Real Life is There's No BGM'
|
How much more features does the 3DS browser have than the DSi Browser?
I lost the game. ò3ó
|
How much more features does the 3DS browser have than the DSi Browser? The advantages include usability alongside a game being played, MPO (3D image) support, and JPEG/MPO images savable to an SD card.
Catch my drift.
|
On 3DS what codes do you use? HTML5,CSS3,PHP? Anymore
Existance alludes
|
I use html,css,php,Java Script,jquery,html5(some),and css3(some) but you can use almost every web-base coding language but you just need to know what your doing 
eye3ds.mooo.com
|
Is this code correct? (Ignore the TH I'm pretty sure it's wrong but I had to put it on there because my computer is weird that way)
<html>
<head>
<meta name="viewport" content="width:device-width">
</head>
<body>
<table width="200px">
<th>
<center>Boobs</center>
</th>
</body>
</html>
It does me no injury for my neighbor to say there are twenty gods, or no God. -Thomas Jefferson
|
@Moulder Set the content width using an equals sign (=), not a colon.
<meta name="viewport" content="width=device-width">
If you intend to write in XHTML standards (not recommended for this), the meta tag ends with a slash:
" />
Catch my drift.
|
Thanks! I'll try that.
It does me no injury for my neighbor to say there are twenty gods, or no God. -Thomas Jefferson
|
Boobs? lol Moulder.
The exact dimensions of the bottom screen are 320 x 240, just in case anybody wants to make a menu for just 1 screen. ;)
Success today, greatness tomorrow.
|
how can i show a confirm box on a 3ds to check if the person wants to leave the page or stay on the page?
|
What's the code to automatically adjust the page? (like the chatrooms)
It does me no injury for my neighbor to say there are twenty gods, or no God. -Thomas Jefferson
|
What about top screen
Founder and CEO of MeTwist
|
|
|
|