Click here to Skip to main content
15,884,917 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: submit a form using ajax not working and page is still reloaded [modified] Pin
daveyerwin22-Mar-10 6:29
daveyerwin22-Mar-10 6:29 
Questionc#.net workiung with Sql server reporting service 2008 Pin
jassiedog20-Mar-10 11:51
jassiedog20-Mar-10 11:51 
AnswerRepost Pin
Not Active20-Mar-10 13:00
mentorNot Active20-Mar-10 13:00 
AnswerRe: c#.net workiung with Sql server reporting service 2008 Pin
T M Gray23-Mar-10 7:28
T M Gray23-Mar-10 7:28 
GeneralRe: c#.net workiung with Sql server reporting service 2008 Pin
Not Active23-Mar-10 8:49
mentorNot Active23-Mar-10 8:49 
QuestionCreate charts using the plugin "Ruby processing" Pin
PeriyasamyRamachandran19-Mar-10 19:47
PeriyasamyRamachandran19-Mar-10 19:47 
QuestionA Simple HTTP Crawler Pin
Member 428791419-Mar-10 6:06
Member 428791419-Mar-10 6:06 
AnswerRe: A Simple HTTP Crawler Pin
JHizzle19-Mar-10 6:47
JHizzle19-Mar-10 6:47 
I've done this in C# for an internal site. Using the WebResponse object, you do a call to the URL and get a string back that's the html of the page. I ran on the assumption that it was xhtml compliant, loaded it into an xmldocument and parsed xml nodes that matched <A> tags to grab the links and saved off the original text in a plain html file while parsing the newly found links.

You have to check for duplicates and it's probably not all that elegant but it let us simulate a normal browser's experience.

Edit-

I know it's not linux but it was how we solved it. During our original search for something we did find blackwidow which does the same thing. I don't know if there's a non windows version but it might be worth a look too. It was free then but that was some time ago.
AnswerRe: A Simple HTTP Crawler Pin
T M Gray19-Mar-10 7:15
T M Gray19-Mar-10 7:15 
GeneralRe: A Simple HTTP Crawler Pin
Member 428791419-Mar-10 9:18
Member 428791419-Mar-10 9:18 
Questionflash player not playing my videos Pin
rajivkadam42018-Mar-10 19:10
rajivkadam42018-Mar-10 19:10 
AnswerRe: flash player not playing my videos Pin
T M Gray19-Mar-10 7:43
T M Gray19-Mar-10 7:43 
QuestionHow to synchronize my web calendar (application) to other online calendars (Google,Lotus,Blackberry etc) Pin
Pradeep kumar.V18-Mar-10 18:34
Pradeep kumar.V18-Mar-10 18:34 
AnswerRe: How to synchronize my web calendar (application) to other online calendars (Google,Lotus,Blackberry etc) Pin
T M Gray19-Mar-10 4:37
T M Gray19-Mar-10 4:37 
QuestionGood tutorial on writing APIs (internal and external) in PHP Pin
malvik18-Mar-10 6:59
malvik18-Mar-10 6:59 
AnswerRe: Good tutorial on writing APIs (internal and external) in PHP Pin
Jayapal Chandran4-Apr-10 7:44
Jayapal Chandran4-Apr-10 7:44 
QuestionDownload Formview/ Gridview as PDF Pin
SamRST17-Mar-10 19:54
SamRST17-Mar-10 19:54 
NewsInternet Explorer 9 Preview Download Available to Developers (HTML, SVG, CSS, JavaScript) Pin
brucedkyle17-Mar-10 6:50
brucedkyle17-Mar-10 6:50 
GeneralRe: Internet Explorer 9 Preview Download Available to Developers (HTML, SVG, CSS, JavaScript) Pin
PHP_Guy17-Mar-10 8:01
PHP_Guy17-Mar-10 8:01 
QuestionOne defining reason ... SOE and CBSE Pin
NetQuestions17-Mar-10 4:09
NetQuestions17-Mar-10 4:09 
QuestionMinor problem/question with hide/reveal content javascript Pin
lvq68416-Mar-10 4:39
lvq68416-Mar-10 4:39 
AnswerRe: Minor problem/question with hide/reveal content javascript Pin
Not Active16-Mar-10 5:08
mentorNot Active16-Mar-10 5:08 
AnswerRe: Minor problem/question with hide/reveal content javascript Pin
PHP_Guy16-Mar-10 7:25
PHP_Guy16-Mar-10 7:25 
GeneralRe: Minor problem/question with hide/reveal content javascript Pin
lvq68416-Mar-10 22:43
lvq68416-Mar-10 22:43 
AnswerRe: Minor problem/question with hide/reveal content javascript Pin
T M Gray16-Mar-10 9:29
T M Gray16-Mar-10 9:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.