0

Often times while working in Netbeans the changes I make in my code are not visible in the actual project. I'm working on a website using HTML/PHP and a lot of times, I make certain changes to my code, save it and then when I open the website in my browser it's like I never made any changes. It's really frustrating. Please help.

PS: I've noticed it mostly happens when I make changes to the CSS file.

1 Answer 1

1

First I would think of blaming Netbeans. Or you for not letting Netbeans upload changes to the server on Save.

But if it is mostly CSS (and I suppose Javascript), I would think of caching by your browser.

You can try Ctrl-F5 -in your browser- for forced refresh. Or set the cache settings on your development server so, that a file is never cached

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.