Emarket-Website-Research: Difference between revisions

From *** My Personal Wiki ***
Jump to navigation Jump to search
No edit summary
Line 33: Line 33:




== Multiple Website Simultaneous Listing - MWSL ==
[[Multiple-Website-Simultaneous-Listing-MWSL]]
 
Design: Use tabs to allow user interaction with all input forms
 
*[[Competitor-Sites-For-Scraping]] - LIST OF SITES
 
*[http://javascript.internet.com/css/tab-view.html Multiple pages with tabs]
*[http://www.dyn-web.com/dhtml/iframes/ Modifying iframe contents using javascript from momma]
*[http://www.w3schools.com/tags/tag_iframe.asp iframe reference]
*[http://www.dyn-web.com/dhtml/iframes/forms.html iframe demo that modifies iframe form contents from the mother page]
*[http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/ How to cross domain javascript] - uses subdomain with DNS pointing to other domain page
*[http://code.google.com/p/xssinterface/ JavaScript library for secure cross browser javascript messaging ]
*[http://piecesofrakesh.blogspot.com/2007/11/how-to-build-readwrite-javascript-api.html Rakesh studies cross domain javascript problem]
*[http://www.dwrbudr.com/ scriptalicious cross domain yahoo fix rehash]
*[http://developer.yahoo.com/javascript/howto-proxy.html Proxy server method]
**[http://premshree.livejournal.com/66129.html mod rewrite approach]
*[http://www.webforgers.net/mod-rewrite/mod-rewrite-syntax.php mod rewrite summary]
*[http://httpd.apache.org/docs/2.0/misc/rewriteguide.html mod rewrite guide]
*[http://www.ibm.com/developerworks/xml/library/x-xformstipcrossdomain/index.html Enabling cross-domain loading and sending in Firefox] xform ( uses xml )
 
== Classificados-Brasil-First-Cut-Description ==
 
*1- can post query string - all the field are normal form fields
*2- strip of the variables
*3- reform the query string
*4- submit the query
*5- catch the reply
*6- strip off the ITEMNUMBER
*7- shoot out a Foto uploader to the client brower
 
 
Comments:
 
*a- no provisions for authentication - most sites need it!
 
 
 
== Advantages - DisAdvantages of Approaches ==
 
*mod_rewrite
**- likely the pathes are wrong for javascripts
**- cookies would go into file with emarketbrasil.com precursor - thus authentication would not work
 
*My FORMS their COOKIES
**- must replicate forms and javascript functions - every time they change these mirrors must be changed
**- authentication?
***olx cookies are persistant - thus it might be possible that you can use your own form and submit...olx will look for olx cookies and find
***are the other sites typically using persistant cookies?
 
== Visual Basic Application ==
 
*- How to stitch together VB applications seamlessly with web application?
 
== Notes ==
 
*[http://www.ietf.org/rfc/rfc3106.txt Auto Fill Specifications]

Revision as of 10:22, 16 March 2008

Work in Progress

Research

Websites with good usage of Open-Source Tools

  • newsleader.com - uses phpBB to do its comments. phpBB is stitched in really well. User can start an entirely new thread. Bad for newspaper, good for emarket?


Search Engine Functions

Hadoops open source search engine technology yahoo will use


Yahoo Pipes - Manipulate feeds to make MashUps

Yahoo Pipes


Multiple-Website-Simultaneous-Listing-MWSL