Emarket-Website-Research: Difference between revisions
Jump to navigation
Jump to search
| Line 76: | Line 76: | ||
*Mirror Image of pages | *Mirror Image of pages | ||
**- must replicate forms and javascript functions - every time they change these mirrors must be changed | **- must replicate forms and javascript functions - every time they change these mirrors must be changed | ||
**- authentication? - | **- 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 | ||
== Visual Basic Application == | |||
== Notes == | == Notes == | ||
*[http://www.ietf.org/rfc/rfc3106.txt Auto Fill Specifications] | *[http://www.ietf.org/rfc/rfc3106.txt Auto Fill Specifications] | ||
Revision as of 08:52, 16 March 2008
Work in Progress
- Follow-Your-Note - Brazilian currency tracking project
Research
- Classificados-Brasil-Info
- Competitor-Sites-For-Scraping
- EmarketBrasil-Improvements
- Dedicated-Server-Research
- Register-Your-Electronics-Device-SerNo - for total world - almost exactly a phpTraceMyMoney db tool but requires occulted SerNo - To check to see if stolen
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
Multiple Website Simultaneous Listing - MWSL
Design: Use tabs to allow user interaction with all input forms
- Multiple pages with tabs
- Modifying iframe contents using javascript from momma
- iframe reference
- iframe demo that modifies iframe form contents from the mother page
- How to cross domain javascript - uses subdomain with DNS pointing to other domain page
- JavaScript library for secure cross browser javascript messaging
- Rakesh studies cross domain javascript problem
- scriptalicious cross domain yahoo fix rehash
- Proxy server method
- mod rewrite summary
- mod rewrite guide
- 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
- Mirror Image of pages
- - 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