240 reputation
28
bio website zeta-uploader.com
location Göppingen, Germany
age 40
visits member for 2 years, 8 months
seen Feb 26 at 6:26
stats profile views 51

German developer, recent father. Loves running, climbing and Indian food.

Some of the apps I've developed:

Proud Code Project member #234. Office webcam of my dog.

My son Felix


Feb
26
awarded  Constituent
Feb
26
awarded  Caucus
Nov
21
revised Idea of an algorithm to detect a website's navigation structure?
added 424 characters in body
Nov
21
comment Idea of an algorithm to detect a website's navigation structure?
Just for the records: Probably I'll should recurse not in a deep-first manner but rather in a breadth-first manner to get a more balanced navigation structure.
Nov
21
accepted Idea of an algorithm to detect a website's navigation structure?
Nov
21
comment Idea of an algorithm to detect a website's navigation structure?
That seems just too simply but quite valid :-) So I'll give it a shot! Thanks for pushing me in the right direction!
Nov
21
awarded  Commentator
Nov
21
comment Idea of an algorithm to detect a website's navigation structure?
@RobertHarvey Thanks! Actually, I do use C# :-)
Nov
21
comment Idea of an algorithm to detect a website's navigation structure?
So basically, you would start at the root page, and simply parse links as you go and treat every link inside a page simply as a child page?
Nov
21
awarded  Editor
Nov
21
comment Idea of an algorithm to detect a website's navigation structure?
@RobertHarvey In my mind, I cannot come up with a tree but rather with an unstructured web of cross-linking pages. How would I detect which are root pages and which are child pages, etc.?
Nov
21
revised Idea of an algorithm to detect a website's navigation structure?
added 214 characters in body
Nov
21
comment Idea of an algorithm to detect a website's navigation structure?
@RobertHarvey Hopefully not :-) I've successfully developed a web spider. What I'm looking for might be called a "post mortem web spider". I want to detect the structure of what a web spider produces.
Nov
21
asked Idea of an algorithm to detect a website's navigation structure?
Sep
20
awarded  Yearling
Jan
10
answered How do you do ASP.Net performance testing?
Jan
2
awarded  Scholar
Jan
2
awarded  Student
Dec
21
comment Absolute statements in IT that are wrong
A co-worker of mine is the only person I met in my whole live (37 years and counting) that actually reads virtually any manual and instruction handbook, and that even before using the tool/gadget/object.
Dec
21
answered Is anything in programming truly evil?