Emarket-Website-Research: Difference between revisions
Jump to navigation
Jump to search
| Line 49: | Line 49: | ||
*[http://www.webforgers.net/mod-rewrite/mod-rewrite-syntax.php mod rewrite summary] | *[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://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 == | == Classificados-Brasil-First-Cut-Description == | ||
Revision as of 23:54, 15 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!