Search found 3 matches

by DerProgrammierer78
Sat Nov 27, 2010 6:10 pm
Forum: Linux
Topic: Download Website to String
Replies: 9
Views: 5482

Re: Download Website to String

Hi ...

Now i tested it on all three systems on 11 computers and have one last problem ...

When I try to load websites like this: http://www.mysmartphoneinfo.com/verizon-readies-lte-what-to-expect-pc-world/399884

Then I get no data, but headers like this:

HTTP/1.1 200 OK
Date: Sat, 27 Nov 2010 14 ...
by DerProgrammierer78
Sat Nov 27, 2010 8:04 am
Forum: Coding Questions
Topic: Link in ListIconGadget
Replies: 1
Views: 948

Link in ListIconGadget

Hi ...

I want to place a clickable link into a ListIconGadget. The Problem is, that this link should look like an icon or like "[link]" and not like "http://www.blablabla.com/subdir/subdir/blabla.html".

Is there a way to solve this problem?
by DerProgrammierer78
Thu Nov 11, 2010 7:11 pm
Forum: Linux
Topic: Download Website to String
Replies: 9
Views: 5482

Download Website to String

Hi ...

I want to download a Website to a String and parse it for links. The Problem is, that this should be OS- and Browser-independet.

Is there a way to write a code, that could be compiled and used in Linux, Windows and MacOS?

At home I just use Ubuntu, but at work I have to use Windows. So I ...