Announcement

User registrations are currently disabled due to high spam traffic.

#1 25/07/07 8:50pm

972disciple
Member
Registered: 24/07/07
Posts: 1

How could i make my own portal for my psp

I want to make a portal so i could put alot of games on it and have icons so i could acces all my bookmarks and stuff like that

Offline

 

#2 26/07/07 2:26pm

sfc2000
PSP-RATOR <(@..@)>
Registered: 24/03/07
Posts: 1830

Re: How could i make my own portal for my psp

empty code :?:

Offline

 

#3 26/07/07 2:46pm

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

Re: How could i make my own portal for my psp

JaXeRiR wrote:

Hmm... It's not so hard, but you must first have some knowledge how to code with HTML, but like I said, you don't have to know much, if you want to make a basic portal just put links or stuff by first opening Notepad, then writing

Code:

[url=The name of the link]http://www.examplelink.com[/url]

and for games

Code:

[url=Name of the game]file://Where/My/Game/Is[/url]

and then save the TXT file and rename it to MyOwnPortal.html or something.

That's the most basic way, I use it sometimes smile

Ah I think you made a small mistake heh... That's BB code... Not HTML. This code is not a markup/programming language recognized by browsers. It's recognizable by the forums that support it.

A really simple and basic way of displaying a list of links:

Code:

<html>
<head>
<title>My portal</title>
</head>
<body>

<a href="http://www.google.com">Google</a><br>
<a href="http://www.pspflashgaming.com">PSP Flash Gaming</a><br>
<a href="http://www.users.telenet.be/jeffd">Don't click this...</a><br>

</body>
</html>

I'll explain a bit how this works. HTML isn't that complex but this is the basics for you so you can get started.

Just copy this into Notepad, then save it as myportal.html for example. It's very important to save it as .html and not as .txt

run this on PSP and you'll see three links. I'll now explain in short how you can costumize and add links to this page.

HTML uses the <A> tag to define a link. It's built up like this:


<a href="The full URL">The clickable link you'll see on the page</a>
Note that the http:// part of the site address is required.

And then there's the <br> tag. It is to indicate that the line ends there and that the next link will be on the next line.

Once you get this little thing in notepad right, just save it as a .html file under any name you like and load it on your PSP. It's as simple as that. But I'm sure a master programmer like you should be able to figure it out relatively quickly wink

For more help on how to form HTML I'd recommend you to visit the HTML tutorials on http://echoecho.com/htmlbasics.htm. There's a lot more there than just learning to form links.

Or if you're too busy programming costum PSP firmwares, I'll make something on demand for you. I think it's fun smile

Last edited by Jeffy (26/07/07 2:55pm)

Offline

 

#4 26/07/07 4:04pm

JaXeRiR
Elite Moderator
From: Teh Interwebz
Registered: 25/03/07
Posts: 1925
Website

Re: How could i make my own portal for my psp

Oh yeah... My mistake smile Been without a decent PC for a long long time...


[url=http://profile.mygamercard.net/JaX3RiR][img]http://card.mygamercard.net/nxe/JaX3RiR.png[/img][/url]

Offline

 

#5 26/07/07 4:09pm

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

Re: How could i make my own portal for my psp

Heh, so you do all this with your PSP? tongue

Quite impressive... I hate the typing

Offline

 

#6 26/07/07 4:16pm

JaXeRiR
Elite Moderator
From: Teh Interwebz
Registered: 25/03/07
Posts: 1925
Website

Re: How could i make my own portal for my psp

Jeffy wrote:

Heh, so you do all this with your PSP? tongue

Well actually no... I'd like it more though but I use Damn Small Linux, (bootable from a CD) which REALLY sucks... Have to wait until I can get my hands on a copy of WinXP or Vista. Then I could start doing the next version of NorPortal. But we'll see if the current version even gets enough downloads.

(I Had Windows XP but hard-drive got corrupted so I had to format... Hehehee...)

Last edited by JaXeRiR (26/07/07 4:17pm)


[url=http://profile.mygamercard.net/JaX3RiR][img]http://card.mygamercard.net/nxe/JaX3RiR.png[/img][/url]

Offline

 

#7 15/09/07 12:20am

tashawn
Member
Registered: 26/06/07
Posts: 14

Re: How could i make my own portal for my psp

Well you need to learn html n java basic then it will be alot easyer

Offline

 

#8 04/10/07 1:52am

mrgnome
Member
Registered: 27/09/07
Posts: 24

Re: How could i make my own portal for my psp

Ok
(begginer) Use Mozzilla Suite The composer program
(intermediate) Use well I dont know
(advance) Dreamweaver And Photoshop

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson