Click here to Skip to main content
15,895,656 members
Home / Discussions / Web Development
   

Web Development

 
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 
In this case i would generate an xml file which contains the search data. you can design the structure as you like. if the request is coming from the same domain the do the normal search display

if the request is from another server then use generate an xml as output which could be read by the second sites socket.

you can use the Request uri to get from which site the request is from. and according to the you can have an if condition.

if(REQUEST_URI==same server)query the database and display the result
else generateSearchXML(query)

in the generatesearchxml you set the content type as text/xml and echo the xml...


to create a request you do some thing like this...

"http://site1.com/search.php?q=searchstring" create a socket (fsockopen, file_get_contents) or a socket function according to the programming language
Today's Beautiful Moments are
Tomorrow's Beautiful Memories

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 
QuestionJSP page - fill bean - to servlet Pin
BASONJS16-Mar-10 0:00
BASONJS16-Mar-10 0:00 
AnswerRe: JSP page - fill bean - to servlet [modified] Pin
hansoctantan5-Apr-10 16:46
professionalhansoctantan5-Apr-10 16:46 
QuestionJSF(JavaServer Faces) Session Management [modified] Pin
hansoctantan15-Mar-10 14:22
professionalhansoctantan15-Mar-10 14:22 
Question['HELP'] How can i share var. ? Pin
PHP_Guy15-Mar-10 8:31
PHP_Guy15-Mar-10 8:31 
AnswerRe: ['HELP'] How can i share var. ? Pin
Graham Breach15-Mar-10 9:04
Graham Breach15-Mar-10 9:04 
GeneralRe: ['HELP'] How can i share var. ? Pin
PHP_Guy15-Mar-10 9:14
PHP_Guy15-Mar-10 9:14 
Questionweb service, remoting and WCF Pin
NetQuestions14-Mar-10 20:43
NetQuestions14-Mar-10 20:43 
AnswerRe: web service, remoting and WCF Pin
SeMartens14-Mar-10 23:41
SeMartens14-Mar-10 23:41 

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.