offline browser for wm5/6 - Windows Mobile Development and Hacking General

i need a "offline browser", which downloads whole news pages to read that afterwards offline with ie mobile.
the sunnysoft world off-line is what i looking for
http://www.sunnysoft.com/software.php?idarticle=98
but, this tool is not working properly. i test this software with following url
http://heise-online.mobi/
he downloads only the first page, but not the content of each link.
however, if someone use a other software, please report this here.
note: i prefer freeware, but i ready to use/pay for a commercial software.

komser said:
i need a "offline browser", which downloads whole news pages to read that afterwards offline with ie mobile.
the sunnysoft world off-line is what i looking for
http://www.sunnysoft.com/software.php?idarticle=98
but, this tool is not working properly. i test this software with following url
http://heise-online.mobi/
he downloads only the first page, but not the content of each link.
however, if someone use a other software, please report this here.
note: i prefer freeware, but i ready to use/pay for a commercial software.
Click to expand...
Click to collapse
Hmmmm... Check your settings on WOL, that site should work. If for some reason it doesn't, you can try Avantgo. Also, pages with RSS feeds can use SPB Insight.

First of all, you'd be better off posting a general question like this here:
http://forum.xda-developers.com/showthread.php?t=398571
instead of opening a new tread...
As for the browser - use Opera Mini (freeware). In case you don't know it - it's not really a WM5 program but a java midlet but with proper java VM (like jbed) it's probably the fastest browser available for this platform (and saves your bandwidth thanks to server-side content compression).
It can save pages for offline viewing: the option to do this in menu/tools/save page. Saved pages can be accessed from browser's start page.
[EDIT]
Sorry, didn't notice that you want the link targets saved as well. Opera mini saves only the page you're viewing but doesn't save linked pages. I haven't heard of any WM software that could do that.
I think the easiest way would be to download pages to the PC and transfer them to your device afterwards.
[/EDIT]

Have you tried avantgo?

Related

Tutorial: How to create a shortcut to a specific midlet

I asked a few days back if this was possible and ended up e-mailing back and forth with a guy at TAO and he showed me how to do it after we figured out that the wizards java manager could handle it.
This is what he told me (I'll explain it all afterwards):
-r"<suite>","<vendor>","<name>"
where:
<suite> is the name of the MIDlet suite and can be obtained from the
MIDlet-Name line in the jad file.
<vendor> is the name of the MIDlet vendor and can be obtained from the
MIDlet-Vendor line in the jad file.
<name> is the name of the MIDlet and can be obtained from the first
parameter to the relevant MIDlet-<n> line in the jad file.
the shortcut to the manager program is \windows\jmm.exe, so a specific link would be \windows\jmm.exe -r"<suite>","<vendor>","<name>"
To find all of the information you need, you need the .jar or .jad file on your computer.
1. Open the .jar(.jad) file with winrar or 7zip or other unzipping program
2. Open the META-INF folder
3. Open the MANIFEST.MF file with a document viewer, I used wordpad.
Here's what google local gave me: I've bolded what you need to know
Manifest-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Name: Google Local
Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
Ant-Version: Apache Ant 1.6.2
MIDlet-Vendor: Google
MIDlet-1: Google Local, GoogleMapsIcon.png, com.google.googlenav.Googl
eNav
MIDlet-Version: 1.0.0
MicroEdition-Profile: MIDP-2.0
4. Create a shortcut to the java manager(\windows\jmm.exe) on your ppc and open it for editing. I used Total Commander for this.
5. Remember that the shortcut has to be in -r"<MIDlet-1>","<MIDlet-Vendor>","<MIDlet-name>", so here, the full path should be \Windows\jmm.exe -r"Google Local","Google","Google Local"
6. Now you can link that to a button or put it in a launcher. When activated, the link will open the manager first, then the midlet.
Opera mini is \Windows\jmm.exe -r"Opera Mini","Opera Software ASA","Opera Mini"
I dont know how to link icons, so if someone could help me with that, I'd appreciate it. Now, all the links have the MIDlet manager icon.
I'd also love to hear what other cool midlets people are using.
Excellent information! Now I can link to Google Local from my Today screen with Pocket Plus!
Brilliant! I was looking for this exact information . Checked around on the Tao site but didn't find any documentation.
Changing the icon is done by adding the following to the end of the shortcut:
?\Program Files\Opera\opera.exe,0
The number is the n'th icon in the .exe file find out which using a resource hack tool. But it's usually 0 or one of the first ones, so simply try it out a few times. The two midlets I have come with their own icon displayed in the manager, and I found this file as a PNG image inside the Application Data directory, under Tao and then ever deeper down you'll find it.
But using png as icon didn't work for me. I'm guessing it needs to be converted to ICO or even BMP. Haven't had time to try that out yet.
And for the last part of your post, these are the cool midlets I'm using
Opera Mini - http://opera.mini.com (You obviously know this one)
MidpSSH - http://xk72.com/midpssh (Excellent freeware SSH client)
works with newmenu by saman as well thanks for the tip.
btw any more cool midlets for ppcs? the only thing i have so far is opera :|
I noticed the shortcut only works if you've run the applet atleast once. Otherwise only Midlet Manager opens up. Not really a big deal though
Question?
Is there a way to do this with IBM's Java Midlet Manager. I tried the syntax listed here and it doesn't work. It opens up the midelet manager, then closes right away.
BTW, this thing is case sensitive. I tried GMail and it didn't work.
This is for Gmail. Copy paste and enjoy.
46#"\Windows\jmm.exe" -r"Gmail", "Google", "Gmail"
Tokay said:
Brilliant! I was looking for this exact information . Checked around on the Tao site but didn't find any documentation.
Changing the icon is done by adding the following to the end of the shortcut:
?\Program Files\Opera\opera.exe,0
Click to expand...
Click to collapse
It would seem that you need to have opera mobile installed for this to work though right?
KINetics said:
Is there a way to do this with IBM's Java Midlet Manager. I tried the syntax listed here and it doesn't work. It opens up the midelet manager, then closes right away.
Click to expand...
Click to collapse
Did you ever figure this out? I'd like to know how to get it to work.
Anyone managed to do this on esmertec's java manager because this does NOT work:
"\Windows\jeodek.exe" -r"Gmail", "Google", "Gmail"
Paladin27 said:
Excellent information! Now I can link to Google Local from my Today screen with Pocket Plus!
Click to expand...
Click to collapse
why didn't you just install the cab file then? you can find it if you type gmm.cab in google.
famewolf said:
Anyone managed to do this on esmertec's java manager because this does NOT work:
"\Windows\jeodek.exe" -r"Gmail", "Google", "Gmail"
Click to expand...
Click to collapse
The answer to your question is HERE
You have to thank the author of the article and the great Menneisyys for posting the link in this post
Bye
(Hopefully) final MIDlet Bible main feature & hack & standards compliance chart published!
It was yesterday that I’ve published a larger excerpt from my forthcoming MIDlet Bible (a full roundup & tutorial explaining what MIDlets are, why you would want to run them, what applications there are to do this etc.), focusing on mostly 3D games. I haven’t been lazy in the meantime: I’ve made some serious updates to the main feature & hack & standards compliance chart of the Bible. The reason I’m posting it as a preview is pretty simple: it will still take me some two or three days to completely finish and, finally, publish the MIDlet Bible. In the meantime, however, you can already check out the new chart. I’m absolutely sure you’ll find it useful if you’re into gaming or running probably the, after Opera Mobile, second best Web Browser for Windows Mobile, Opera Mini 4 beta 2. Or, alternatively, the really unique and useful Gmail MIDlet, which is far more usable than any other Windows Mobile mailer tool.
I’ve, as has already been stated, greatly enhanced the previous version published over a month ago. I’ve added discussions of ClearType / font smoothing, automatic network connection, proxies, text input fields / areas etc. and I’ve even published the source code (!) of some of my test MIDlets I’ve written specifically for these tests. (I’m a Java pro.)
The chart is HERE, should you want to check it out before I, finally, publish the MIDlet Bible.
Comments are REALLY welcome!
Try this:
60#"\Windows\jmm.exe" -r"Opera Mini","Opera Software ASA","Opera Mini"
my opera mini link works great using jbed and the permissions fix, BUT...
I want to know if it is possible to make a link to a page (favorite/speedial #1) within opera. I have some shortcuts for PIE (default browser) on my today screen and wondered if I could do the same with opera pages without opera being my default browser. I have seen some shortcut creators that look interesting, but I am not sure about what path this link would need.
Any ideas?
thanks
my opera mini link works great using jbed and the permissions fix, BUT...
Click to expand...
Click to collapse
I can't get my Opera link to work using jbed, where do you get the permissions fix... maybe that's my problem?
I'm using:
60#"\Windows\jbed.exe" -r"Opera Mini","Opera Software ASA","Opera Mini"
jbed permissions fix is at the bottom of this page...
http://pdaphonehome.com/forums/ppc-...ed-includes-info-new-java-midlet-manager.html
Does anyone have this working with the ne Opera Mini 4.1? Latest Jbed.
hey can someone turn this into english for me haha sorry. i wanna get opera 4.1 shortcut into launcher. im not good at this stuff unless there is a step by step for dummies
I downloaded the latest 4.1 and it works great... Because I downloaded the new version before I deleted the previous version, I had to change my shortcut to point to r1 not r0. The new version has permissions fix already added I believe.
Everything is working brilliantly

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

Skyfire Beta Version 0.80 Available Now

From a Skyfire Employee at the Skyfire Forums
I am happy to announce that we have just released Skyfire 0.8 Beta.
We have been working hard on this release over the last few months, and we are happy that we were able to integrate many of your suggestions into this release.
This forum has been a amazing resource for us at Skyfire, and we are grateful for the effort that has been put into this forum by all members.
You can easily get the newest release by logging into your account at http://www.skyfire.com/users/login from your desktop. You will be able to download (SOON - making sure that the download link works first) the newest release via your PC or send yourself an SMS.
Thanks for all the support and the enthusiasm that you have brought to this product. We hope that you will enjoy this release.
Additionally I would like to introduce 'omahadave' (he is actually Dave from Omaha), who will be our new ears and eyes to help you in this forum. Feel free to say hello - you will see in the forum from today onwards.
Thanks, your Skyfire team.
(Robert Oberhofer, Product Management)
----- official release notes start here ----------
Skyfire 0.8 Beta Release Notes
Released: September 24, 2008
Skyfire is a new experience that brings the full internet to your mobile. Watch videos on YouTube or Hulu, connect with your friends on Myspace or Facebook, shop on Amazon or listen to music. Can you do it on your computer at home? Then you can do it on Skyfire on the go.
Skyfire is fast, easy to use and available for free on many smart phone models.
Skyfire 0.8 Beta is a new beta release of Skyfire for Windows Mobile (version 5 or 6). This release has been enhanced with both requests from our active community and new additions that we think will make Skyfire a better experience.
We greatly appreciate our beta community. Their support, active participation and feedback on the forums at http://support.skyfire.com/ helps us to constantly improve the product.
What’s new in Skyfire 0.8 Beta:
Skyfire 0.8 Beta has been under development for the past 4 months, integrating more than 1000 fixes and enhancements. The major focus of this release was to enhance usability, make the experience smoother, increase responsiveness, and improve audio and video quality.
* Contextual Zoom: Let’s you simply and quickly get to exactly where you want to be on the page. Skyfire’s zooming capability has been improved, and now the camera corners feature shows you a match with major screen elements within its view.
* Super Bar: Use our handy new SuperBar to perform a search or enter a URL from a single field – it’s a great time and space saver that is easily accessible.
* Content sharing: You can now share web content by SMS. We even make the URL short enough that it will fit easily into a SMS text message. Especially useful for the really long URL’s used by many sites. You can now also share Skyfire itself with friends by SMS or email.
* Faster application launch: Skyfire launches much more quickly so you to get your content quicker.
* Video and audio: We’ve improved the quality of both video and audio, so you can enjoy a smoother playback experience.
* Reconnect - Skyfire will automatically reconnect, so you don’t need to restart when your wireless connection is dropped.
* Default browser: Now you can set Skyfire as your default browser. Clicking Web links in SMS or Email messages will automatically start Skyfire.
* Enhanced text entry allows you to more easily complete web forms right within a page. First you can enter the text right on the page. Plus you automatically move to the next form element (text field, list, radio button, or checkbox) after you have made a form entry using the ‘OK’ or ‘Enter’ keys.
* Content download: Allows you to download images and other content from most web pages.
* Home screen integration: Allows you to add a Skyfire search and URL bar to your Windows Mobile Today screen, so you can enter what you are looking for right away without first starting Skyfire.
* Mobile site support: If a website also has a mobile version, Skyfire can optionally hint to you about the availability of a mobile alternative. With the new mobile site indicator, you’ll get a quick link to access the mobile version – then you can decide if you want the mobile or full website.
* Bookmarks have been significantly enhanced – giving you much better control.
* Additionally we enhanced the start page: have the top news items accessible immediately via a headline widget.
Downloading and Installing:
To be able to use Skyfire, you first need to sign up for a Skyfire account at http://www.skyfire.com/register. Additionally you need a supported phone, e.g. Windows Mobile 5 or 6 (for Skyfire Beta 0.8) or Symbian (S60 3’rd Edition, for Skyfire Beta 0.6). Please note: We currently only the US is supported.
If you are already registered then simply log into your existing account at http://www.skyfire.com/users/login and download the installation file, or request a SMS to be sent to your phone. Download the file and start the installer. There is no need to uninstall Skyfire first – simply overwrite the existing installation during the process. No worry: your cookies and bookmarks will be preserved.
If you are new to Skyfire and you need to register, provide at your Name, Email and Phone number on http://www.skyfire.com/register. You will be sent an Email and SMS with a URL to complete your registration. Follow this URL (on your phone or PC Browser), and complete the registration. Once registered, you can immediately download the correct installation file for your device. If you downloaded the installation file on your PC you must first transfer it to your phone. Start the installer on your phone and follow the instructions. Once you start Skyfire you will be prompted for your Email address and the password you provided during registration. This will be just once, and you will not have to enter it again (remember the password though to log into your account!)
Known Issues:
* Installation: When the client receives an upgrade notification after resuming from the background it might not successfully resume (Issue 2923). Please exit Skyfire and start again.
* Uninstall: Skyfire uninstall might not be successful or complete when Skyfire is active at the time of uninstall (Issue 1861). Please exit Skyfire first before uninstall.
* When leaving the phone idle for more than 5 minutes Skyfire will display the start page (Issue 2892)
* Downloading files with long filenames might truncate file extensions (Issue 2726)
* Myspace.com: Have to zoom in to 100% to be able to click the log-in button (Issue 2115)
* Mobile site hinting and support: some ‘mobile’ sites are rendering similar to a full web page (e.g. zoom and horizontal scroll). Often this is due to the web page not reporting itself as being mobile. We are looking for a solution.
* Playing video for a long time (> 5 min) might disconnect Skyfire (Issue 2827).
* Non standard SIP’s (Soft Input Panel, e.g. on-screen keyboard) might interfere with Skyfire operation and showing artifacts
* Very long web pages might get cut off at the bottom (Issue 2800)
* Back and Menu soft-key buttons might disappear from screen (Issue 2793). Please use the right soft-key, it usually will bring the on-screen keys back onto the screen.
* In some cases the page might scroll to a different location when entering text into a text entry field (Issue 2678, 2729)
* When Skyfire is in the background the toolbar may become visible on Windows Home screen when switching programs in windows, or locking the phone. (Issue 2732)
* Skyfire URL bar becomes unresponsive when device was in standby mode. (Issue 2892)
* Links to media files (MP3’s etc) currently only play back, and do not initiate download.
* Scrolling through very long list boxes has slow behavior (Issue 1202)
Not supported:
* VGA phones not supported yet (e.g. HTC Touch Diamond etc).
* DivX and XviD Video formats are not supported.
* Quicktime movies which require playback external of browser not supported (Quicktime clips embedded in page are supported).
* FTP browsing and access is not supported (e.g. URL’s with ftp:// )
* Anchors (In-page links) not supported
YOU MUST BE A BETA TESTER TO BE ABLE TO USE THIS SOFTWARE
currently there has been issues with loggin in with this new version...it has been mentioned and will be fixed soon
*yawn*
I'm not an impatient soul by nature but this experience has been one long frustration. It's been months since I registered, haven't heard one peep out of these people since the SMS message I received. Tried accessing their website today and many pages are just missing, and the titlebar says "Welcome to Skyfire!, Error"
Tried logging in to "my account" and was helpfully told that my email address had not been verified yet (!) - basically a polite way of saying "screw you."
I was really looking forward to trying this browser, and although I totally understand the idea of limited public beta testing, being in the software test field myself, the almost complete unresponsiveness of this group to "unverified" users is awfully irritating.
Meanwhile, Opera 9.5 is already a fantastic browser, and I just can't imagine what features Skyfire is going to have that is going to make me overlook my feelings of being ignored and forgotten by a company I wanted badly to support.
It's been a long time since a company has put me off quite this badly. Even MS communicates with the users once in awhile. I don't yet really hope this effort fails, but at this point it could hardly be said it deserves to succeed.
AJ
Finally INTERNATIONAL users can use this app???
Don't Like The Idea Of The Sms .. Login.... What Is Gold?
I Prefer Opera
I installed the new version and when i open Skyfire it ONLY shows the top Unibar, Back, and Menu. Nothing else, just a gray screen. I did manage to get the home page to come up once, but that was it. It's wierd. it thinks a page is loaded cause it will let me double tap and then if i get lucky and click on a link(i assume it's a link that i can't see) it will attempt to load the page...
Have already rebooted. Will try a reinstall...
joshrys said:
I installed the new version and when i open Skyfire it ONLY shows the top Unibar, Back, and Menu. Nothing else, just a gray screen. I did manage to get the home page to come up once, but that was it. It's wierd. it thinks a page is loaded cause it will let me double tap and then if i get lucky and click on a link(i assume it's a link that i can't see) it will attempt to load the page...
Have already rebooted. Will try a reinstall...
Click to expand...
Click to collapse
I believe that they are having some issues with the authentication process, so be patient. You got further than I did though
opera is still more of a desktp browser. the text input for skyfire and loading speeds are still faster, but navigating the pages inskyfire is no where near as smooth as opera. good improvements.. but the major features skyfire were lacking are still missing:
still get the checkerboard when scrolling through a page
smartfit is not very smart.. columns are used in thumbnail view which doesn't really make sense
when you press up and down on dpad while typing text entry, it closes out of the box.. so how do you see wat you were typing before?
overall this versin is better.. but opera is still winning... especially since now it is supporting flash
good stuff though hope to see navigation improved!
htctoucher
Disregard post.
htctoucher said:
opera is still more of a desktp browser. the text input for skyfire and loading speeds are still faster, but navigating the pages inskyfire is no where near as smooth as opera. good improvements.. but the major features skyfire were lacking are still missing:
still get the checkerboard when scrolling through a page
smartfit is not very smart.. columns are used in thumbnail view which doesn't really make sense
when you press up and down on dpad while typing text entry, it closes out of the box.. so how do you see wat you were typing before?
overall this versin is better.. but opera is still winning... especially since now it is supporting flash
good stuff though hope to see navigation improved!
htctoucher
Click to expand...
Click to collapse
Damn so you downloaded the .80 version?
I downloaded and installed .80 with no problem. I could log into the web site and download.
However, when my Skyfire tries to connect on the handheld it tells me that the username/password are not correct.
I don't get it.
balane said:
I downloaded and installed .80 with no problem. I could log into the web site and download.
However, when my Skyfire tries to connect on the handheld it tells me that the username/password are not correct.
I don't get it.
Click to expand...
Click to collapse
its a server side error, they are working on it as we speak
new users that sign up should have no issues
mike21pr said:
its a server side error, they are working on it as we speak
new users that sign up should have no issues
Click to expand...
Click to collapse
I see. Thank you.
Please upload the cab.
IRREAL said:
Please upload the cab.
Click to expand...
Click to collapse
It won't work outside of the US.
i cant login!
M2D users?
A newbie question...
Can anyone tell me how to make M2D internet widget run SkyFire rather than Opera?
The new 0.8 release is da*n quick, presents all websites great, and I like it more than Opera, however I don't want to lose the widget and put SkyFire in the launch area only...
Thanks
BigE
Can't login
Hi all,
What I want is to have the same Gmail interface than the iphone, and not the poor m.gmail.com interface ....
Opera does not do that, and Iris Browser not anymore (it worked but now it does not work anymore).
I live in France so Skyfire is not for me fr the moment....
How should I do then ?
Thanks for replies.
Regards
zlebandit said:
Hi all,
What I want is to have the same Gmail interface than the iphone, and not the poor m.gmail.com interface ....
Opera does not do that, and Iris Browser not anymore (it worked but now it does not work anymore).
I live in France so Skyfire is not for me fr the moment....
How should I do then ?
Thanks for replies.
Regards
Click to expand...
Click to collapse
look for GC's Java pack, it has a gmail java applet that i would bet is what you are looking for.

Ad blocking with opera mobile 9.5 ???

I'm trying to figure out a way to block ads in Opera mobile. I've read on the internet that you can use a file called urlfilter.ini in the desktop version of Opera.
Does anyone know if there is a similar functionality in the mobile version?
Yes, there is. I've also found a site that offers a pre-made ad-blocking list for this very purpose.
A mortscript can be used to update your adblocking every so often:
Code:
Download("http://fanboy.co.nz/adblock/opera/urlfilter.ini", "\Application Data\Opera 9.5\urlfilter.ini")
Download("http://fanboy.co.nz/adblock/opera/fanboy-adblocklist-elements.css", "\Application Data\Opera 9.5\styles\user.css")
(Note, haven't tried this with the very latest Opera build - the paths might need tweaking)
It would be great if someone can post the latest and updated urlfilter.ini file. As I understand, all the urls listed there would be automatically blocked, one the file has been copied to \Your_Path_to\Opera 9.5\ .... Yes?
Great stuff, can someone explain how to use this in opera. Where do I put the file, etc???
You can put it where you want! Just go to opera:config and search for "filter".
I have read on one of those sites that having a big urlfilter.ini would slow down Opera boot time and loading of sites. I haven't tested this myself but it might be good to know.
a better urlfilter.ini (just like adblock plus in firefox):
http://adnsto.net/other/urlfilter.ini
TrYde said:
I have read on one of those sites that having a big urlfilter.ini would slow down Opera boot time and loading of sites. I haven't tested this myself but it might be good to know.
Click to expand...
Click to collapse
this was the first thought that came to my mind, and it seems logical too because opera would have to parse through all the urls in the list everytime you press on a link. think how horribly long that could become.
if i remember correctly in opera:config there should be an option there to block unrequested popups.
Here's a request I've just made to developers, please take a look:
http://forum.xda-developers.com/showpost.php?p=2876201&postcount=10

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