Reply
Thread Tools
Posts: 5 | Thanked: 1 time | Joined on Jun 2008 @ Ontario, Canada
#1
I'm using the N810 with Diablo, and I can't seem to find a way to organize my bookmarks in the "Web" panel (the very first menu option on the left of the N810 desktop - the world icon).

I can click on "bookmarks" and organize my bookmarks how I want in there, but the "Web" panel doesn't follow suit, and lists bookmarks before folders. I would like to list folders first, and have the list be alphabetical.

Is there any way to do this?
 
fragos's Avatar
Posts: 900 | Thanked: 273 times | Joined on Aug 2008 @ Fresno CA USA
#2
You can create an html page with your bookmarks. You can get quite fancy and even make your html page your home. Html pages can be stored in memory and rendered with the browser. My example, inspired by what others have done, follows. Just create these two files and place them in the same folder. I'm a web developer so I've used some coding past what a noobie would use but it's easy to modify. In this example i've made three rows of three buttons. You may be satisfied with something simpler.

file: home.css

body {background:#95add9;
font-family: sans-serif;}
input {font-size:160%;
font-weight:bold;
color:#2F4F4F;
width:200px; height:100px;
border: 4px groove black;}

file: index.html

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en-us">
<head>
<title>Speed Dial</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
<table>
<tr>
<td><input type="button"
value="Google"
onClick="window.location='http://www.google.com/'"></td>
<td><input type="button"
value="ITT"
onClick="window.location='http://www.internettablettalk.com/'"></td>
<td><input type="button"
value="Maemo"
onClick="window.location='http://maemo.org/'"></td>
</tr>
<tr>
<td><input type="button"
value="Gmail"
onClick="window.location='http://www.gmail.com/'"></td>
<td><input type="button"
value="Facebook"
onClick="window.location='http://www.facebook.com/'"></td>
<td><input type="button"
value="Mapper"
onClick="window.location='http://fragostech.com/MaemoMapper/'"></td>
</tr>
<tr>
<td><input type="button"
value="Repositories"
onClick="window.location='http://www.gronmayer.com/it/index.php'"></td>
<td><input type="button"
value="MOSH"
onClick="window.location='http://mosh.nokia.com/'"></td>
<td><input type="button"
value="/home"
onClick="window.location='file:///home/user'"></td>
</tr>
</table>
</body>
</html>
__________________
George Fragos
Internet Coach & Writer
Maemo Mapper HowTo
Personal Blog -- 3 Joe's Blog


N810 -- 5.2010.33-1
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#3
I believe you can just edit the titles of the bookmark and just number them. Annoying, I know but when you weren't provided with the means...
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 16:54.