Forums

Topic: Yet Another DSi Browser Website... DSiHub!

Posts 481 to 500 of 867

geek-master

will you please use that BUZZ logo i made for the news section that i worked so hard on onto the news section please

This is ground control to major Tom, you've really made the grade. And the papers want to know whose shirts you wear
Now it's time to leave the capsule if you dare

SMZ2

bubby i emailed you a mario vs donkey kong dsiware review
could look over it and maybe post it
thanks

Mod at http://dsihub.com/

Teodoro

The more the merrier.

ARMY STRONG!

geek-master

ok im a mod i have helped you bubby and i want a little credit for me making that buzz logo for the news page im sorry im bugging you about it but i want to be a logo maker for dsi hub.

This is ground control to major Tom, you've really made the grade. And the papers want to know whose shirts you wear
Now it's time to leave the capsule if you dare

Shadow_Chad6982

The "dsihub" needs something more on the top part of the screen like a back ground

Everything is impossible if we think it is. Often all it takes is for one person to strongly believe that something can be achieved and to continue pursuing that goal to the end. - Satoru Iwata

lunchmeats101

bubby323 wrote:

lunchmeats101 wrote:

I really want to design the interface for the site...

What ideas did you have in mind for the "interface"?

Themes are a great idea!
Do you think you could whip up a prototype for a Christmas theme?

Sure, that would be fun! I'll post some concepts of what I have in mind for DSiHub... Trust me, they'll be sexy! One more thing, you know those blue borders around the images? For now, just insert:
<style>
a img { border: none; }
</style>
into the <head>.
Once "DSiHub 2.0" comes out, we will have an external stylesheet; for example, instead of writing the Navigation bar script in every page, we simply create an external file, like this:

#navbar ul {
margin: 0;
padding: 5px;
list-style-type: none;
text-align: center;
background-color: #C0C0C0;
}

#navbar ul li {
display: inline;
}

#navbar ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #C0C0C0;
}
a img { border: none; }
body { margin: 0px; }
#topscreen, #bottomscreen { width: 240px; height: 176px; overflow: hidden; }

this includes the Navigation bar, the script to get rid of blue borders, and the top/bottom screen divs.
And in every page, we simply write <link href="FILENAME.css" rel="stylesheet" type="text/css" /> in the <head>

[Edited by lunchmeats101]

3DS FC: 1118-0222-5055

lunchmeats101

Working on the Mail app; starting from the ground up, it's going to be much safer, efficient, and hopefully actually work! Bubby323 and I want to have a stable beta of DSiHub up by Christmas. That would be a nice gift.

[Edited by lunchmeats101]

3DS FC: 1118-0222-5055

geek-master

lunchmeats101 wrote:

Working on the Mail app; starting from the ground up, it's going to be much safer, efficient, and hopefully actually work! Bubby323 and I want to have a stable beta of DSiHub up by chrsitmas. That would be a nice gift.

promice me you will put that logo i made for the news section to use? if it already is there please say so

This is ground control to major Tom, you've really made the grade. And the papers want to know whose shirts you wear
Now it's time to leave the capsule if you dare

lunchmeats101

geek-master wrote:

lunchmeats101 wrote:

Working on the Mail app; starting from the ground up, it's going to be much safer, efficient, and hopefully actually work! Bubby323 and I want to have a stable beta of DSiHub up by chrsitmas. That would be a nice gift.

promice me you will put that logo i made for the news section to use? if it already is there please say so

Don't worry, it'll be there. Right now, i'm focusing on the mail app, so DSiHub will actually become social!

[Edited by lunchmeats101]

3DS FC: 1118-0222-5055

geek-master

ok i cant wait to see this coming up already this should be great
Untitled

This is ground control to major Tom, you've really made the grade. And the papers want to know whose shirts you wear
Now it's time to leave the capsule if you dare

heldplayer

I noticed that on the loged in page the layout isn't what it suposed to be, is everything in the good container?

heldplayer

lunchmeats101

Does anyone know if I can use the value of one variable in the name of another?
example:

var messages = "5";
var message = "2"

can I go like

var messagemessages = "2"

to have the output

message5 = "2"

[Edited by lunchmeats101]

3DS FC: 1118-0222-5055

bubby323

I recently found a review by FATEM in my spam mail! Sorry for the delay, FATEM! You can check out the 3rd DSiHub User Review here, and remember if you write a user review it can be submitted to the site through my email, dsihub@yah ... .

bubby323

bubby323

heldplayer wrote:

I noticed that on the loged in page the layout isn't what it suposed to be, is everything in the good container?

I fixed it! Sorry for the bugs I accidentally deleted part of the script, haha!

[Edited by bubby323]

bubby323

lunchmeats101

Should I add stuff like sent mail, replying, and forwarding?

3DS FC: 1118-0222-5055

geek-master

ok i cant wait to see this coming up already this should be great
Untitled


cant wait i know you realy bizzy bubby also i want to do a review for uno dsi ware when it comes out

This is ground control to major Tom, you've really made the grade. And the papers want to know whose shirts you wear
Now it's time to leave the capsule if you dare

bubby323

lunchmeats101 wrote:

Should I add stuff like sent mail, replying, and forwarding?

Yes, it would be nice if you could do that, it would definitely be useful!

bubby323

bubby323

geek-master wrote:

ok i cant wait to see this coming up already this should be great
Untitled


cant wait i know you realy bizzy bubby also i want to do a review for uno dsi ware when it comes out

Can't wait for the review! Also I got a chance to get your logo up on for the DSiHub Buzz App, check it out here!

bubby323

bubby323

lunchmeats101 wrote:

bubby323 wrote:

lunchmeats101 wrote:

I really want to design the interface for the site...

What ideas did you have in mind for the "interface"?

Themes are a great idea!
Do you think you could whip up a prototype for a Christmas theme?

Sure, that would be fun! I'll post some concepts of what I have in mind for DSiHub... Trust me, they'll be sexy! One more thing, you know those blue borders around the images? For now, just insert:
<style>
a img { border: none; }
</style>
into the <head>.
Once "DSiHub 2.0" comes out, we will have an external stylesheet; for example, instead of writing the Navigation bar script in every page, we simply create an external file, like this:

#navbar ul {
margin: 0;
padding: 5px;
list-style-type: none;
text-align: center;
background-color: #C0C0C0;
}

#navbar ul li {
display: inline;
}

#navbar ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #C0C0C0;
}
a img { border: none; }
body { margin: 0px; }
#topscreen, #bottomscreen { width: 240px; height: 176px; overflow: hidden; }

this includes the Navigation bar, the script to get rid of blue borders, and the top/bottom screen divs.
And in every page, we simply write <link href="FILENAME.css" rel="stylesheet" type="text/css" /> in the <head>

I have put this script into the two home pages and it worked flawlessly, I will use this from now on thanks!

bubby323

This topic has been archived, no further posts can be added.