Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-11-2011, 02:54 PM   PM User | #1
ingeborgh
New Coder

 
Join Date: Nov 2008
Location: Norway
Posts: 17
Thanks: 3
Thanked 0 Times in 0 Posts
ingeborgh is an unknown quantity at this point
Angry Site NOT refreshing even after hitting Refresh

I'm currently working in an FTP program to update my site through HTML coding etc. (I use Transmit for Mac & Safari 5). My problem is that when I'm done editing something and want to see the effects in my browser, it doesn't refresh the edited content even after hitting both save, waiting for upload and refresh in the browser crazy many times! It's so frustrating and it takes so long to work with the project this way because I can't see what I'm doing and if it works. I thought it might have something to do with my browser 'saving the content' on a site for faster loading time, in that case how do I turn it off and what is it called? Do you have any suggestions on what the errors are?

What are my options for any offline programs with ability for viewing site changes immediately? Can DreamWeaver be used for this?

Last edited by ingeborgh; 11-11-2011 at 02:56 PM.. Reason: Topic mis-spelling
ingeborgh is offline   Reply With Quote
Old 11-11-2011, 07:24 PM   PM User | #2
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,046
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
Who is your webhost, and is this your own website, or something like wordpress?

Dreamweaver will be OK for a static site, but not anything using PHP or MySQL.
mlseim is offline   Reply With Quote
Old 11-11-2011, 08:47 PM   PM User | #3
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
Quote:
Originally Posted by mlseim View Post
Who is your webhost, and is this your own website, or something like wordpress?

Dreamweaver will be OK for a static site, but not anything using PHP or MySQL.
I use DW for dynamic sites. The issue I have with php is defining the database connection locally and remotely. Coldfusion is much easier, but again, not sure why DW cant be used with php.

btw: how are you refreshing your page?
__________________
Teed
teedoff is offline   Reply With Quote
Old 11-11-2011, 09:38 PM   PM User | #4
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,046
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
So DW works with PHP, but it's difficult?
mlseim is offline   Reply With Quote
Old 11-11-2011, 10:31 PM   PM User | #5
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
NO the fact that you have to tell a php document where the database is stored locally AND remotely and how to connect to it is the "difficult" part. That has nothing to do with DW. Granted. DW is geared more towards Adobe products and coldfusion is an adobe product, but DW still has very good tools and wizards for php if one desires to use them.

So my point was php, coldfusion, asp, any dynamic site can be managed and coded using DW.
__________________
Teed
teedoff is offline   Reply With Quote
Old 11-12-2011, 03:22 AM   PM User | #6
MattF
Senior Coder

 
Join Date: Jul 2009
Location: South Yorkshire, England
Posts: 2,322
Thanks: 6
Thanked 304 Times in 303 Posts
MattF will become famous soon enoughMattF will become famous soon enough
Use CTRL+F5 for a hard refresh rather than using the browsers refresh button.
MattF is offline   Reply With Quote
Old 11-12-2011, 09:43 PM   PM User | #7
ingeborgh
New Coder

 
Join Date: Nov 2008
Location: Norway
Posts: 17
Thanks: 3
Thanked 0 Times in 0 Posts
ingeborgh is an unknown quantity at this point
Thank you all for replies. I host my own site, http://santinacrolla.ihaarr.com, with the domain bought from http://one.com if it matters.

MattF: do you have the Mac version shortcut for hard refresh? (Safari) Ctrl + F5 doesn't seem to work.

Edit: Googled hard refresh for Safari and came up with Alt(Norwegian Keyboard)/Optn while clicking refresh in the browser is supposed to do a hard refresh. I have yet to try it myself.

Last edited by ingeborgh; 11-12-2011 at 09:45 PM.. Reason: Adding information limiting reply to one post.
ingeborgh is offline   Reply With Quote
Old 11-21-2011, 06:52 PM   PM User | #8
mpicklesimer
New Coder

 
Join Date: Jan 2004
Location: Boston, MA
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
mpicklesimer is an unknown quantity at this point
I'm not a Mac person, so I can't help you get past the caching issue (hopefully that's been resolved by now though).

For future use, I usually put something similar to the following in my <head> to keep visitors from caching content. Good luck.

<meta http-equiv="pragma" content="no-cache" />
mpicklesimer is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:24 AM.


Advertisement
Log in to turn off these ads.