Tag Archives: mobile

how to use fiddler to capture traffic from ipad

find a good way to capture traffic from ipad by using proxy and fiddler. 1. setting up proxy in ipad, see the screenshot my desktop has ip 192.168.45.126 fiddler would listen on 8888 port   2. in fiddler, turn on … Continue reading

Posted in work related | Tagged | Leave a comment

Extjs toggle slide effects

After re-writing the sench touch fieldset to make it collapsible, still I need to add the animation effects to ‘slider up’. the principle of giving the animation effects is pretty simple. by using ‘setInterval’ or ‘setTimeout’ to change the div’s … Continue reading

Posted in programming | Tagged , , | Leave a comment

an css style issue which cost me 2 hours

Today when I try to integrate the sench touch ui to to our product,  I met an annoying issue.  After I introduced the Ext.TextField to replace the ‘interval’ field,  I could not hide this textfield no matter I click ‘ok’ … Continue reading

Posted in System, work related | Tagged , , | Leave a comment

sencha touch multiSelect for list

I haven’t write any blog in recent 2 weeks. not because I’m lazy, it just too much things happend so I don’t have time. I begin to work on the mobile platform now.  the job is to integrate sencha touch … Continue reading

Posted in programming, work related | Tagged , | 2 Comments