0
votes
How do you grab a text from webpage (Java)?
Have you considered taking advantage of RSS/Atom feeds? Why scrape the content when it's usually available for you in a consumable format? There are libraries available for consuming RSS in just …
0
votes
How do I make an HTML table the same width as its containing div tag?
Percentage-based widths are relative to the first parent element that has a width specified. If your div does not have a width specified then the width of the table has nothing to do with it. C …
1
vote
producing 2 or more short sounds when a web page loads.
If you're not against using a JavaScript framework to play a sound scriptaculous provides an API for playing sounds.
…
