Announcement

User registrations are currently disabled due to high spam traffic.

#51 29/04/07 4:18am

Apache787
Member
From: A basement at my mothers house
Registered: 29/04/07
Posts: 22

Re: My PSP Portal

@jonnytest: 'Google.com' and 'http://www.w3schools.com'
sorry for being blunt there man.

@rollinroll: As a programmer and web designer... I feel compelled to teach you decent form of code.  Half of it doesn't even work the way it should because of items not being wrapped up properly.
an example of your way of aligning tags

<img />
<head><link />
<body>
<title>
<center>
<div><div />
</center>
</head>
</body>

form fitting way:
<html>
<head>
<title></title>
<link />
</head>

<body>
<img />
<center>
<div></div>
</center>
</body>

</html>

If you need help, by all means ask me... for the rest of tonight, I'll be squabbling away at fixing the norportal html...


---
Qualified computer geek... seriously

Offline

 

#52 29/04/07 9:00am

Jeffy
Addicted Moderator
From: Belgium
Registered: 26/09/06
Posts: 402

Re: My PSP Portal

What I know of html I learned from echoecho.com

Offline

 

#53 29/04/07 10:44am

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Re: My PSP Portal

Apache787 wrote:

If you need help, by all means ask me... for the rest of tonight, I'll be squabbling away at fixing the norportal html...

Wow, thank's man! I can't say i'm pretty good at coding html... Can you send the improved norportal html to my email at mesteren@broadpark.no or haakon55@hotmail.com? I'm working on a new version of norportal that will have backround selection and rollover effect on links and things like that.

Offline

 

#54 29/04/07 10:50am

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Re: My PSP Portal

jonnytest wrote:

ok. can any one tell me were to get HTML codes. by the way rollinroll what do you mean "dont spam"

By "don't spam" i mean that you can http://www.alleaviser.no/img/logo-google.gif for some things, instead of spamming the forum with like "plzzzzzzzzz help me where can i find free games" etc...

Last edited by rollinroll (29/04/07 10:53am)

Offline

 

#55 29/04/07 4:04pm

Apache787
Member
From: A basement at my mothers house
Registered: 29/04/07
Posts: 22

Re: My PSP Portal

rollinroll wrote:

Can you send the improved norportal html to my email at mesteren@broadpark.no or haakon55@hotmail.com? I'm working on a new version of norportal that will have backround selection and rollover effect on links and things like that.

My improved version is almost a complete overhaul.  I abide by the holy book of w3 standards.  Its just that each programmer nit picky as to the way that things are done, and you just about drove me insane.  I"ll send my update to you, but it will look almost completely different.  I'll start adding comments in it so that you can spin off it for yourself.


---
Qualified computer geek... seriously

Offline

 

#56 30/04/07 9:57am

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Re: My PSP Portal

Wow man!!! That's friggin awesome!!!! Much better than mine! I wonder how you did this in just one day! I'll add an "Design by Apache787" tag on the bottom.
EDIT: Umm... i don't know why but when i add more games to it, it wont show them.
EDIT 2: Well, it will show them if i remove the background-repeat in the css file, but then the background gets wierd.

Last edited by rollinroll (30/04/07 10:32am)

Offline

 

#57 30/04/07 1:05pm

Apache787
Member
From: A basement at my mothers house
Registered: 29/04/07
Posts: 22

Re: My PSP Portal

@Rollin:
do NOT mess with the css... unless you are adding things.  what you have there is the skeleton css I made and it has all the crucial parts.
Problems with displaying:
The background will 'stick' to the screen as you scroll down, so removing the background repeat only takes up more memory in the long run.  Remember, this is Designed for a PSP sized screen, so if you want to view it in Firefox or IE, you will need to shrink the window so it fits just around the background.  They are still there if you don't shrink it, but it will only be blended with the black background.
Another solution is just to highlight all the text on the screen, it will make the text spring out of the default black background, or you can change the background clolor in the css since a psp user will never actually get to see it.


---
Qualified computer geek... seriously

Offline

 

#58 30/04/07 1:20pm

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Re: My PSP Portal

Okay... Thank's for the claration smile Now, i'm soon out with NorPortal 2.0! Might be today...

Last edited by rollinroll (30/04/07 1:25pm)

Offline

 

#59 30/04/07 1:23pm

Apache787
Member
From: A basement at my mothers house
Registered: 29/04/07
Posts: 22

Re: My PSP Portal

Oh and also... I pump out code so fast with Adobe Dreamweaver.  drool

Last edited by Apache787 (30/04/07 1:23pm)


---
Qualified computer geek... seriously

Offline

 

#60 30/04/07 1:26pm

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Re: My PSP Portal

Ah... So your using dreamwever, i had it before but i thought that i wouldn't need it anymore so i deleted it. BTW, why did you include a background.jpg in the images folder? I noticed that it isn't used in the portal, so i can delete it right?

Last edited by rollinroll (30/04/07 1:26pm)

Offline

 

#61 30/04/07 1:27pm

Apache787
Member
From: A basement at my mothers house
Registered: 29/04/07
Posts: 22

Re: My PSP Portal

Yes... I was too lazy to overwrite it ><


---
Qualified computer geek... seriously

Offline

 

#62 30/04/07 3:42pm

tallphil
Banned
From: UK
Registered: 29/04/06
Posts: 825
Website

Re: My PSP Portal

rollinroll wrote:

I might ban you if you don't stop! You got a warning!

Chill out a little dude! A delete and a simple explanation as to why you deleted it is fine smile

Last edited by rollinroll (30/04/07 4:26pm)


PSP Flash Gaming creator

Offline

 

#63 30/04/07 4:28pm

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Re: My PSP Portal

Okay, ill calm down a bit, i just think it is bad that someone haven't learned to use google.

Offline

 

#64 02/05/07 8:57am

chadp14
Member
Registered: 02/05/07
Posts: 1

Re: My PSP Portal

yikes I use dreamweaver but i never thought of using it for the psp

Offline

 

#65 02/05/07 9:06am

tallphil
Banned
From: UK
Registered: 29/04/06
Posts: 825
Website

Re: My PSP Portal

Dreamweaver is awesome, best program out there for any web-based code if you ask me smile Plays well with fireworks and flash too...


PSP Flash Gaming creator

Offline

 

#66 02/05/07 8:31pm

jonnytest
Regular Member
From: Home
Registered: 03/04/07
Posts: 39

Re: My PSP Portal

i did use google to find most of my html codes. apache787 thanks 4 the help.


sunglasses Jonathan Anderson sunglasses 
The z6 Portal Has.
3 Full Movies,5 Mp3s, and 20 Wallpapers. Z6 Coming Soon!!!

Offline

 

#67 02/05/07 8:47pm

jonnytest
Regular Member
From: Home
Registered: 03/04/07
Posts: 39

Re: My PSP Portal

i looked up the code that will line up pics and i cant find it. do you know what it is tallphil.


sunglasses Jonathan Anderson sunglasses 
The z6 Portal Has.
3 Full Movies,5 Mp3s, and 20 Wallpapers. Z6 Coming Soon!!!

Offline

 

#68 02/05/07 8:56pm

tallphil
Banned
From: UK
Registered: 29/04/06
Posts: 825
Website

Re: My PSP Portal

what do you mean 'line up pics'? Could you do a little illustration in paint to demonstrate or something?


PSP Flash Gaming creator

Offline

 

#69 03/05/07 2:19am

Apache787
Member
From: A basement at my mothers house
Registered: 29/04/07
Posts: 22

Re: My PSP Portal

You have 2 options... Tables, and Dividers/css

Tables is easy, but messy.
Dividers are a bit harder, but much easier to manipulate, and it has cleaner code

Look at w3schools.com to look at the differences if need be

Last edited by Apache787 (03/05/07 2:19am)


---
Qualified computer geek... seriously

Offline

 

#70 27/05/07 12:34pm

master498
Mod.
From: United States
Registered: 25/05/07
Posts: 1005

Re: My PSP Portal

i just get portal117 on my psp @ www.freewebs.com/psp117 fag shotgun

rollinroll wrote:

Okay smile Have you checked out my new flash game for the psp, called Psp-Man? You may want to add it to your portal.

psp man rocks! I downloaded it

rollinroll wrote:

Okay smile Have you checked out my new flash game for the psp, called Psp-Man? You may want to add it to your portal.

can I put it on my portal?

jonnytest wrote:

ok i got 49 games and 20 flash apps. thats all.hay you got a lot of games but i just started 4 days ago.

you should add a soundboard section



I put all your posts into one post and I'm deleting the others. Use the edit button to append something to your post, and do not make new posts. Double (triple, quadruple) posting is not nice... Stop it, seriously ~Jeffy

Last edited by Jeffy (01/06/07 9:47pm)

Offline

 

#71 01/06/07 8:58pm

rollinroll
Moderator
Registered: 23/10/06
Posts: 1890

Re: My PSP Portal

llamaboy123 wrote:

can I put it on my portal?

Of course! smile But really, you posted 4 posts in a row. Please stop with that.

Last edited by rollinroll (01/06/07 9:00pm)

Offline

 

#72 01/06/07 9:51pm

Jeffy
Addicted Moderator
From: Belgium
Registered: 26/09/06
Posts: 402

Re: My PSP Portal

rollinroll wrote:

llamaboy123 wrote:

can I put it on my portal?

Of course! smile But really, you posted 4 posts in a row. Please stop with that.

I took care of it smile

llamaboy123, posting just for the sake of getting your post count up is not cool. Being a positive input to this forum (even if very little) is appreciated much, much more.

Offline

 

#73 01/06/07 10:10pm

master498
Mod.
From: United States
Registered: 25/05/07
Posts: 1005

Re: My PSP Portal

sorry I just kept clicking back and forward, I did not notice it posted 5 times

Offline

 

#74 02/06/07 12:42pm

master498
Mod.
From: United States
Registered: 25/05/07
Posts: 1005

Re: My PSP Portal

tallphil wrote:

all this sounds quite a lot like the flash portal that Jake made smile
To be honest, the things that i would look for in a portal would be good content and quick navigation - it annoys me to have to watch an intro and click to accept the flash and then wait for it as it runs slowly etc... I'd rather have a nice looking html portal with everything nicely organised so that i can get to what i want with the minimum of effort...
But that's just my opinion big_smile

Where is the portal Jake made?

Offline

 

#75 02/06/07 9:43pm

Jake
Administrator
Registered: 29/04/06
Posts: 307

Re: My PSP Portal

Its a little old now but was developed to use an xml menu so that you could have only content that you wanted. Here is a forum topic which goes through the development and here is a beta that was released however I have abandoned the project now due to mainly a lack of interest and also the 2 major projects that I am working on at the moment.


moose

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson