Improved Opera 8.xx homepage: Add yours here - JASJAR, XDA Exec, MDA Pro General

EDIT: UPDATE IN LATER POST BELOW
Here's a modified homepage I did for Opera. Looks best at 75% zoom
Supports many* search engines with one elegant dropdown (ie javascript page) - enter keywords and select engine (else press enter for Google as default). Makes Opera a far more useful tool. See list below.
Bookmark areas divided (you can change headings)
Area for built-in opera functions (eg opera:cache) for which I'd love some additions
If anyone out there is good at javascript, else has a history of collecting Opera widgets/bookmarklets that work under JS, it'd be great to start collating bigger n better homepages in this thread.
To install
Backup original home.html if u r worried this will not be nice, else just extract the home.html as another name and change Opera's homepage
Simply extract the files to \Application Data\Opera\startpage
Edit the home.html to insert your own bookmarks (either as text file else in html editor - it's easy)
*Search engines covered: Google, googleZA, google Images, Dictionary, Thesaurus, Quotations, Law dict, Medical dict, Encarta, How Stuff Works, WorldAltas, NationMaster, FactMonster, Wikipedia, Mythica, Britanicca (crap), Amazon, Song Lyrics/artist/titles, IMDb, Jokes (down so not tested). Can add anything else to this script without screen clutter - but that's all the truly useful stuff I could think of. If u want more, post the search string for me (ie the URL)

Forgot to attach zip - sorry. Improved search engines whilst I was at it tho.

This is amazing! Thank you for taking the time to do this. I was even able to cut and create it into a page suitable for my PIE homepage!

wow! didn't think PIE would support such javascript - thought that was one of the things that made Opera so cool. Good news tho - perhaps ppl have other PIE homepages they can post here for us to benefit from.

THX
Just SuperDuper !
Many Thanks for this
Great.
Cheers
hrb

lulugirl896 said:
This is amazing! Thank you for taking the time to do this. I was even able to cut and create it into a page suitable for my PIE homepage!
Click to expand...
Click to collapse
How did you do that ?
Cheers
hrb

fantastic job dude
i love the homepage
i was just wondering what the purpose is for secure bookmarks?
what is different about it? and how does it work?

Bartjan said:
fantastic job dude
i love the homepage
i was just wondering what the purpose is for secure bookmarks?
what is different about it? and how does it work?
Click to expand...
Click to collapse
Cool - glad it's appreciated.
Actually the only clever part is the search engine, rest is a simple table with dividers for whatever headings you want (ie copy the divider as many times as you like). In my case I keep all my https bookmarks separate (webmail, 3 banks, server admin, etc etc). You may prefer "News", "PPC", "Personal" or some other structure.

another search engine
First of all, many thanks for this homepage, it's what I've been dreaming all along... almost
Now, to make it perfect, I would need to change/add some other search engines, such as the portuguese "yellow pages", wich url is www.pai.pt.
Also, I would like to know how to set the bookmarks in the homepage.
Can you explain how can I do that? I have no experience in programming, but I believe these tasks are simple enough, if someone can explain them step by step.
Thanks again
vmiguel
EDITED: Ok, I've managed to understand the bookmarks. Now I only need some assistance in geting the correct url to query a search engine, like the one I've mentioned above. Naturaly, the simple page url is not enough, but I can not find what's missing. Can someone help? TIA

Attached is an update with more search engines and links.
The update has a whole load of new ideas - largely set up for for SA but there's a guide below on modifying to your country. Let's add to this list please, and PLEASE post your country-specific pages in this thread:
Normal searches (google, google images, google maps)
SA searches (google ZA, DSTV guide, resturants/nightspots, Braby's maps (serious Java works in Opera 8.60! AWESOME!!!), postal codes, Braby's business lookup, Ananzi shopping
Reference searches (dictionary, thesaurus, quotations, law dict, medical dict)
Encyclopedia searches (several)
Entertainment searches (Amazon, Songs by lyric/artist/title, IMDb, Jokes 1/2 both work well)
Bookmarks PDA
Bookmarks South African (exchange rates table, MyBroadband, ACSA flight schedules and late arrivals (useful!), venue search, current local movie reviews, netflorist, Yellow and WHITE pages!, CIPRO company search, SARS VAT number search) Could not turn last few into search items for drop box I'm afraid
Place for personal bookmarks (banking, share trading, webmail, etc)
Opera internals (History, cache, about, Bookmarks as text file, PPC browsing) If anyone knows the javascript for opening a bookmarks page that would be great cos text page is crap - I only did it cos cut-n-paste may be useful!
Future bookmark ideas (largely ZA):
Taxi booking
Local car rental firms
Local airline schedules
Booking for local hotel groups
Local auction sites
Locla Lottery numbers search
Property search
School friends search
vmiguel: editing is easy as you are finding - open in an html editor or just a text editor. Text may actually be easier cos the html editor will probably not render the CSS correctly.
To add search engines, surf them in your PC and note the URL when you search for a word like 'MYSEARCH'. Somewhere in the URL you will see a bit that says &xxx=MYSEARCH where xxx is usually q or query or keyword or something similar. You'll get the plot. Make sure this bit is put at the end of the URL, and remove the MYSEARCH bit. So, the URL will be:
htttp://www.searchengine.com/search.html?a=1&b=2&query=
The script will ad the entered words at the end.
Some tips:
Ignore other &... items
Remove any keys or session ID's that have complex strings
Don't miss the & before query unless...
..after the page URL should be a ? - all parameters follow this. So if query is the only parameter, it will look like htttp://www.searchengine.com/search.html?query=

Thanks a lot, I'll try it, and get back with a portuguese homepage!
EDITED: sorry, no & or = symbols, the resulting url, after performing a search is http://www.pai.pt/search/mysearch.html
"Mysearch" is a false query, because there is no portuguese company with that name, but if I perform a search for a existing company, as "Norma Básica", the result is similar: http://www.pai.pt/search/norma_básica.html
Any ideas?

vmiguel said:
Thanks a lot, I'll try it, and get back with a portuguese homepage!
EDITED: sorry, no & or = symbols, the resulting url, after performing a search is http://www.pai.pt/search/mysearch.html
"Mysearch" is a false query, because there is no portuguese company with that name, but if I perform a search for a existing company, as "Norma Básica", the result is similar: http://www.pai.pt/search/norma_básica.html
Any ideas?
Click to expand...
Click to collapse
Yep, it's a *****! Actually, it's a rather clever search page that remembers your recent inputs and allows you to select them from the drop box and a mouseover popup. Impressive. It works if you append .html to the string generated by the script, but I can't think of an elegant way to make the script do that for some sites and not for others. Think you'll have to do the same as I did for our SA yellow and white pages; just do a bookmark to that site rather than use the drop box. Sorry.

hrb said:
How did you do that ?
Cheers
hrb
Click to expand...
Click to collapse
Once I had my links all set up for Opera, I cut and pasted the links only and then used the instructions here: http://msexchangeteam.com/archive/2004/03/03/83349.aspx The javascript wont work, but at least you will end up with the same links in PIE and Opera, and you wont have to re-type!

Good enough for me. Thanks again, for such a great idea!

you are great !!! it makes opera much more useful now~~thanks a lot

Related

AJAX'd mobile IE homepage

With all the talk of AJAX at the moment, I've had a play with it in mobile IE. I wanted a local homepage that could load when I start IE and give me access to most of the services I use.
So from that homepage, I can get to:
Searching multiple search engines (Google, Wapedia, dictionary.com, etc)
My del.icio.us tags
My del.icio.us bookmarks tagged as 'mobilefavorites'
My favorite RSS feeds
And some standard "bookmarks"
I've also set it up so I can go to the full webpages or view them via Google's gwt.
I've attached a copy if anyone is interested (either to use it or just to see how it works).
To customise for your own RSS feeds, favorites and searches just edit "config.xml" - When you edit this, make sure it is valid XML (try loading it into IE to see if it displays OK - I usually forget to replace '&' with '&')
Martin
Martin
I'm working on a website that is very similar. It's not ajax yet, because i'm focusing on the lowest common denominator such as mobile phones running browsers like netfront or ones that are to slow to really run javascript code at a reasonable rate.
the site is at http://wampad.com. I'm also working on a uk centric version but i haven't released that yet.
The only thing it haven't added yet is rss feeds, but i'm working on it. The tag I use for del.icio.us bookmarks is mtag.
I'd really like to here what you think.
There's a nice right up at, http://wapreview.com/blog/?p=100
I am pretty sure that PIE doesnt support the xmlhttp control.... This could be why you have commented out methods like getXML and added comments like "This doesnt work in PIE"
Thanks gurok, I'd forgotten I'd left those comments it.
PIE doe support the xmlhttp control (It is actually used in the code to retrieve the RSS feeds) - what it doesn't seem to support is basic authentication with the xmlhttp control.
Thanks
Martin

(Win32/PPC) Note taking app (Linux/Web soon)

Hey everyone,
I developed this app as a part of my final year project. Initially I had big plans for it (I still feel that PPC lacks strong apps in this area.. OneNote doesn't cut it for me), but got busy with work/studies and forgot all about it.
I have also created a web version for it (sync your data with a web url), but thats too alpha at the moment. If anyone wants to beta test it, please let me know.
I'm uploading the last versions I made of this app to gather some bug reports, problems, crashes, new features etc which people might be interested in.
Keep in mind, I want this app to be so good that people can finally leave their paper notebooks home
I know some things aren't working well or at all, for e.g. synchronization.
Play around with the buttons (the tooltips etc should tell you what they're for)
Features:
arrange data in notebooks and pages. (basically you create a notebook and then insert a page into it..)
There are two modes.. view/edit.. edit mode gives you basic text input where you can format text using the following wiki syntax (effect of formatting is only visible in view mode):
*text* - bold
\text\ - italic
_text_ - underline
+ (add more pluses upto 6) gives you heading (e.g. ++My heading)
~color:green~ any text after this will be green. you can use this for most named colors
[link to another page] link between pages (linking will automatically happen if you use CamelCase/wiki syntax.. you can enforce linking by putting [Notebook/Page name] <-- in square brackets as such. Links can be renamed as well [[renamed link][Notebook/ActualPage]]
[image:image name]
You can insert images using the button/menu options. these images are imported into the notebooks directory.
Search notes
tag notes
bookmark notes (you can even bookmark searches, the stored search will be re-run every time, so for e.g. if you bookmark a search with dates later than last week, then it'll give you new results every time)
Maintain clipboard history and auto insert copied stuff into current page. (keyboard is polled every second)
Most important feature:- You can just copy over your notebooks/bookmarks directory (or sync it using any sync tool), and the same notebooks/pages/bookmarks will be available on both PPC and Win32.
Download:
http://ace.xhaven.net/DN-Win32-PPC.zip
Installation:
- Just unzip the win32 and PPC directories to your desktop and PDA.. click on the exe to run program. Should work on wm2003/wm5/wm6
Known bugs/issues:
- clipboard isn't working on PPC
- PPC version is slower, doesn't have softkey support yet
- PPC Icons look wierd
- .... add more?
Disclaimer:
I make no claims that this will work properly, or even execute on your desktop/PPC. I dont owe you anything. Please try this at your own risk.
no one tried it yet?
Nice Idea
Thanks,
This is great idea, i tested the note book, it is good.
But quite difficult to use on mobile, can u change the interface to make it easy to understand and write.
You're right, the PPC version is not that easy to use. Hopefully I'll get some time on this weeked to fix that up, as well as allowing common actions to be performed using hard/soft keys.
ammarr said:
You're right, the PPC version is not that easy to use. Hopefully I'll get some time on this weeked to fix that up, as well as allowing common actions to be performed using hard/soft keys.
Click to expand...
Click to collapse
Yes that would be cool, waiting for your new version.

Where is the Best Place to Find a list of APPS

Where are the places people are going to find lists of Free Apps.
I am new to the Pocket PC world, I have seen a few posts with people showing new apps, but I would like to be able to browse around and find some that are suited for what I use my phone for.
Looking for Time Wasters. (games)
Media Players (for Divx, and Compressed Videos)
Anything Automotive Related
Skins for changing appearance of the phone
pm me man ill help you!!!
there should really be a sticky in this forum with links to good download sites for games / apps.
Maybe we should start a thread and post links and ask a mod to sticky it. Anyone up for the job ?
RTFW
There is a big list of software in the WiKi
On A Silver Platter
It doesn't get any better than this :
1) This site is 8525 specific FREEWARE
2) These are links from bypaul.com:
A. GAMES
B. THEMES & SKINS
C. UTILITIES
3) Another FREEWARE site
4) More FREEWARE
5) This page has all the FREE applications iliumsoft offers (7 Pocket PC, 1 Desktop)
6) Yet another FREEWARE site
7) This is the Pocket PC section of this site, but you can navigate to other platform specific applications by clicking on the "Freeware" link at the top of the page. The entire site is strictly FREEWARE
8) This is a mobile/WAP SITE. It is completely formatted for a handheld web browser (small text, aligned left)
9) This is the last direct LINK to a freeware site i have mustered. I've just come across it for the first time and the server seems to be acting up so i can't speak for its reliability. It did work though
10) THIS is a search result from handango. All i did was select the 8525 as my device and "Sort by: Price:Low-High". The first 15 pages of this result gives you full applications with a $0.00 price tag. You may have to navigate a bit through the pages to find anything useful, but there are some pretty good apps in there. I would suggest going through the whole 15 pages so you don't miss anything.
11) This page is pocketpcmag.com's "BEST SITES" for WM PPCs. Scroll down to the "Downloads" section and you will find 46 links, many of them links to freeware sites. Even some of the links that don't say "(freeware)" have links to other Freeware sites on thier pages so you might wanna check them out too
12) Another LIST of PPC related sites with relevant Freeware site links
I've used just about all of these sites before with the exception of the above mentioned. If not, links to and from these sites. I've downloaded well into the hundreds of applications from these sites. In my experience, none of them offer fake freeware or neverending links to the download page (lmao). IMHO, they're all legit.
Still Alive?
Wow, when I posted my first reply I did not realize the date this was created. I posted my reply about a week ago however...maybe beggining of September. Why the hell does the date of my reply state that it was posted 4-9-07? Anyway, I was wondering if anyone has visited recently, if the thread is still alive, and now I'm wondering what date this was "Actually" created?!?!
g0dZpr1z0n3r said:
Why the hell does the date of my reply state that it was posted 4-9-07?
Click to expand...
Click to collapse
4 September 2007. Not all countries use the US date convention of putting the month first.
Try www.pxdxa.com for free cracked software!
You just have to register an thats it! Enjoy
@ Viktorx, Thanks for the link, however I believe the mods on here frown on posting warez links.
@g0dZpr1z0n3r WOW, That list is amazing, thank you. I wish there was a way for members to rate other members on this board you would get a huge "+" from me for that. (I am on another board where there is a member rating system and members can give a member a plus if they help them, or a negative if they see someone being nasty for no reason)
@ Everyone else. Thank you for all the other links, I am spending lots of time browsing the places. This site is a wonderful resource.
Now some specific apps I am looking for.
Net Stumbler, its a program to scan for wireless access points.
A better dialer and call log app. I find the one that is built into the phone with Black Satin to be way to clumsy to use. I hate the fact that if I call the same number 4 times in a row, it shows that same number 4 times in the call log rather than just keeping the same number once at the top of the list. I would prefer it kept say the last 10 or 20 numbers I called in a row without repeating some of them.
Capt Fiero said:
Now some specific apps I am looking for.
Net Stumbler, its a program to scan for wireless access points.
Click to expand...
Click to collapse
Thx 4 the ups Capt.! I appreciate it! Umm...NetStumbler has its own SITE (click on the download tab). I'm not sure if you were looking for NetStumbler or MiniStumbler NetStumbler is for PCs and MiniStumbler is for SOME PPCs. Breathe eazy though homie, the program "works on most (but not all) Hermes...chipsets" . Good luck w/ that. Let us know how it works out.
Follow THIS site for all ur dialer needs. I'm not sure it will help ur "call log" issues though. Can't help you there fam. Good Luck!
1
Use WiFiFoFum instead of NetStumbler.
Ya the first program I tried was Ministumbler and it won't work on my Hermes (HTC Tytn) So I installed the WiFiFoFum and it worked perfect right out of the box. Thanks for all the suggestions guys.
MiniStumbler is a Negative
Tried MiniStumbler on my ATT branded 8525 (factory ROM) and it does not work. Connected to Wi-Fi and nothing shows up in the App.
@Capt: Find anything useful at zombienexus?
g0dZpr1z0n3r said:
Tried MiniStumbler on my ATT branded 8525 (factory ROM) and it does not work. Connected to Wi-Fi and nothing shows up in the App.
@Capt: Find anything useful at zombienexus?
Click to expand...
Click to collapse
To be honest I have not had time to really read through the page, I did a quick browse around and at first glance there does not seem to be exactly what I am looking for, however I need to read through the site to really see what is there.
Capt Fiero said:
To be honest I have not had time to really read through the page, I did a quick browse around and at first glance there does not seem to be exactly what I am looking for, however I need to read through the site to really see what is there.
Click to expand...
Click to collapse
I don't really think there's an app that exists for the type of setup you want. I personally like that the call log lists every time that you called each #. If I'm not mistaken, WM6 approaches this situation quite differently. I'm not sure which ROM you're running, but you might wanna check that out. I didn't run WM6 long enough to remember exactly, but i found this on modernnomads pertaining to that feature:
"A major improvement is that the history belonging to a number can be retrieved. By pressing the number in the call-log you can get an overview of all calls to that number. THis is a great way to identify when you called a certain person. This information is also partially included in the contact: you will see when you last called a certain person. Unfortunatly there is no way of finding all calls to a specific contact, so you do have to remember which number you used to contact a specific person."
The article is HERE. It's a quite detailed article outlining the key features of WM6
Actually you only have to remember the number if its not saved in your contact list. All call history is saved to the contact. If I go into contacts and select a specific person I can see all the calls to that person time, date, and duration. I think WM6 is great what made you decide to remove it?
why i removed wm6
i had to remove my wm6 rom because im running vista home premium w/ mobile device center and only the black rom allowed me to sync and it wasnt my favorite. other wm6 roms wouldnt sync w/ my laptop. i would either have to sacrifice a not so favorite rom and be able to sync or use my favorite wm6 rom and not be able to sync. i decided to go back to wm5 until the official at&t wm6 rom was released. supposed to be out oct.5. dont get me wrong tho...i love wm6. each rom i flashed had pros and cons, but the pros of wm6 outweigh the cons. cant wait to get it back!
any sim games out there

How do you get the full article downloaded with Newsbreak or SPB News??

Hi all, I know you can get some rss feeders that purport to download the entire article so you can read it all even offline, but I have not as yet found out how to get either Newsbreak (which I am not sure if it does) or SPB News (which does but I cant figure it out) to do this... can anyone please help me with easy to follow instructions so I can get the full article to read off line etc... thanks in advance...
Spb News can, sort of...
I am using Spb News on my HD2. It is not (and by far) the best RSS reader out there but for a selected number of feeds, there are indeed "templates" which will fetch you the full articles instead of what would otherwise just look like a worthless bunch of tweets. Here is a short extract of the developer's documentation:
Templates in Spb Insight project are intended to download and parse web documents of different kind, mostly news sites. Since different web sites have very different page formatting, a template needs to be created for every site. A template contains information about the site and code to help parse content, clean it up from menus, advertisements and so on.
The template language was created with easiness, popularity and conformity to internet standards in mind. Wide-spread internet language Jscript (a.k.a. ECMAScript) was chosen as the basic language, wrapped with XML to enable metadata processing, such as channel names etc.
One template can contain definitions for multiple channels, as there are usually several channels on one site that has the same formatting and the parsing code for them should be shared.​
Despite the recent release of the renamed v2.0 (from Insight to News) bringing next to nothing new, Spb has seemingly moved their resources away from this product so that the "channels" are no longer kept up-to-date. It is now essentially a matter of trial&error to find out those feeds from the online catalogue that still can return you the full articles, or, you program yourself a template. A third option is to use one of the user-contributed templates directly from the forum.
Good luck and happy news reading!
Z.
Thanks for the info, I was hoping there would be an easy (ier) solution as I am not that savvy with technamolology...
I will have a look and see if I cant figure it all out... cheers.

pulling certain parts of web page from http response

I wanna write a vBulletin viewer for android since we're lacking one atm, but I'm having trouble figuring out how I would pull the information I need to display from the web page i.e. the thread titles, post content etc. I've looked at the vBulletin docs but I haven't found much, and I'm sure android must have an html parser that I'm not finding. Does anyone know how I might go about this?
download the page then parse the file...
Yea, that's a really obvious solution that never occurred to me. Thanks :-D
But since the HTML is being generated, how would I access it from inside the program?
v1nsai said:
But since the HTML is being generated, how would I access it from inside the program?
Click to expand...
Click to collapse
Err... what? How do you want to download it and still don't have access to it?
Brut.all said:
Err... what? How do you want to download it and still don't have access to it?
Click to expand...
Click to collapse
lol right.
You would have to download the whole page to ur program dir(or some temp dir). then open up the file and search out the the information u want. DL'ing the whole page could be time consuming tho, but its the only real way if the website doesnt offer the information in an api.
I think I'm gonna try the rss feeds, seems like most vbulletin forums have rss feeds for each subforum

Categories

Resources