Results 1 to 12 of 12
- 04-10-2011, 01:11 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 15
- Rep Power
- 0
modifying the display of a website
Hi. I'm in the planning stage of a project that's meant to personally provide a quicker browsing experience of my university's library, grade reporting program (eLearning), and other websites that can only be accessed through accounts made for university students (through a security system called Shibboleth). I need help on how to go about modifying (read: minimalizing) the display of a website.
The final program will be very minimalistic. The browser UI would appear to be more of a small box that contains the bare minimum of an HTML page needed to access and, for example, download a journal article from the library. For comparison, it'd probably look more like a tree diagram than a website after the modification.
In sum, I pretty much want to see only a search bar and the search's results in my browser (continuing with the online library example).
I'm lucky in that there would be very minimal graphical processing (just the occasional .gif), but I'm not so lucky because, from what I've gathered, I'm going to end up picking-and-choosing from an HTML file.
So how do I create a browser that does this?
- 04-10-2011, 03:56 AM #2
- 04-10-2011, 08:22 AM #3
Member
- Join Date
- Aug 2010
- Posts
- 15
- Rep Power
- 0
ra4king,
yes.
- 04-10-2011, 12:52 PM #4
Do you need Javascript help? Because your question is only about HTML.
- 04-10-2011, 08:47 PM #5
Member
- Join Date
- Aug 2010
- Posts
- 15
- Rep Power
- 0
ra4king,
Java can parse HTML, I just need to know where to start or if there are any quick pointers/related projects.
Thank you for consideration, though.
- 04-10-2011, 08:55 PM #6
I don't really understand what you need. You asked how to create a browser(?) that does this. Do you mean a program? If you need HTML parsing, look here.
- 04-10-2011, 09:52 PM #7
Member
- Join Date
- Dec 2010
- Posts
- 57
- Rep Power
- 0
If you want to make a browser, then start by making a window that can be maximized or however you want it to be, and then add things to it that you want it to do. I can't tell you anything more about it mainly because I don't know what you're really trying to do.
- 04-10-2011, 11:43 PM #8
Member
- Join Date
- Aug 2010
- Posts
- 15
- Rep Power
- 0
To put it simply, I want to create a browser that only displays certain parts of an HTML page. (Does that clarify well enough?)
It needs to be a browser, however. Only a browser can access my university's login system, store the necessary cookies, etc.Last edited by adhoc334; 04-10-2011 at 11:53 PM.
- 04-11-2011, 02:43 AM #9
So you want a Java browser that only shows some parts of an html file?? That sounds like overkill :P
Maybe you want a server-side program that picks and chooses which parts of the HTML to send back to the client?
- 04-11-2011, 04:45 AM #10
Member
- Join Date
- Aug 2010
- Posts
- 15
- Rep Power
- 0
Hmm, I really like that idea. I think that'd be much better than just a browser (although I still need the cookie functionality. I don't want to send login information to a server-side program and risk my password.).
I'll think this through with that in mind, thank you!
- 04-11-2011, 04:48 AM #11
- 05-09-2011, 06:17 AM #12
@Vivian, this is not the thread to post your introduction. Try starting a new thread in the "Introductions" forum.
Similar Threads
-
Modifying this app.
By seaisle68 in forum Java AppletsReplies: 5Last Post: 04-07-2011, 03:12 PM -
Modifying output
By sqlsql0 in forum New To JavaReplies: 1Last Post: 02-28-2011, 11:33 AM -
One Jspinner modifying the value of the other
By cotarelo in forum AWT / SwingReplies: 1Last Post: 06-11-2010, 02:48 PM -
Modifying JSP using IntelliJ IDEA 6.0.5
By ddeokarb in forum IntelliJ IDEAReplies: 0Last Post: 11-28-2008, 01:26 PM -
How to download website (Get all link in website)
By finalmem in forum Advanced JavaReplies: 0Last Post: 11-12-2008, 08:43 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks