I am developing facebook applications. I am really annoyed by chance when I change the CSS stylesheet / add to javascript function. The browser does not reflect changes at all. This is very annoying because I never see the changes I just made.
For instance. I changed the CSS stylesheet, so img1 moves from 100 pixels to 50 pixels. But in firfox / chrome img never moved.
I added the javascript a () function to one of my script. But the browser console keeps telling me that () is undefined. I checked the codes 10 times and there are no errors.
Can someone tell me what the problem is here and how to solve it?
I use my mac as a btw hosting server
thank
source
share