Multiple-Website-Simultaneous-Listing-MWSL

From *** My Personal Wiki ***
Jump to navigation Jump to search

Functional Simulation Test[edit]

Multiple Website Simultaneous Listing - MWSL[edit]

Design: Use tabs to allow user interaction with all input forms



GreaseMonkey-Cross-Scripting[edit]

tabe back browser tutorials

Problems Encountered in Implementation[edit]

Internet Explorer does not record cross domain Iframe cookies

Classificados-Brasil-First-Cut-Description[edit]

  • 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!


OLX Research[edit]

OLX Search function: http://www.olx.com.br/searchpages.php?searchbox=carro+completo

Advantages - DisAdvantages of Approaches[edit]

  • 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?
      • WORST CASE: Plan for browser session persistance only - That is: as long as the cookies have not expired if you go to a page you will have cookies to authorize you. Thus can start with my form and end on theirs!

Visual Basic Application[edit]

  • - How to stitch together VB applications seamlessly with web application?

Notes[edit]


New EmarketBrasil Listing Creation Page[edit]

  • Goal: Have all the listing creation on a single page with no page transitions. This will facilitate scripted cut and pastes to the various other submission forms.
  • Features:
    • 1- upload photos should same as br.anuncioo.com - this page uploads in front of you using javacript and displays the uploaded photo BEFORE any page transition


JavaScript photo uploading[edit]

JavaScript Notes[edit]