Developing a Facebook app has been my recent project. One thing that really bothers me is the random occurrences where changes I make to my CSS style sheet or when adding a new Javascript function do not reflect in the browser. This can be very frustrating as it hinders me from seeing the updates I have just made.
For instance, I modified my CSS style sheet to shift img1 from 100px to 50px. However, in Firefox/Chrome, the image remains in its original position without any movement.
I also introduced a new javascript function, a(), into one of my scripts. Yet, the browser's console keeps indicating that a() is not defined. Despite thoroughly reviewing the code multiple times, I cannot identify any errors.
If anyone could provide insight into what may be causing this issue and how to resolve it, I would greatly appreciate it.
Just for reference, I am using my Mac as the hosting server.
Thank you