http://www.giffmex.org/twfortherestofus.html
They are using Firefox 1.5.0.8 and Opera, but when they call it up it
says "done," but no content on the
screen.
I am using Firefox and IE 7 and it shows up fine. Any ideas? I have a
SplashScreen plugin. Could that be affecting it?
I made some improvements to this tutorial and I would like it to be
accessible to all. Thanks for your help,
Dave G
It is not a Firefox 1.5.0.8 problem as it displays fine on my XP SP2
system. It also works fine using IE 7.0.5730.11. One possibility is
that some of your users my not have Java enabled. I have seen the
"done" message on IE 5 systems but not IE 6 and above.
Star1948
I used the Konquerer browser and brought it up fine. I saved it to my
desktop. Then I could load it up on Firefox and view it. Hope that
helps
Jerry
FWIW, I was hoping it would fail as I also run a Windows popUp
blocker "Proxomitron" which has a viewer for the assorted messages
passed between the browser and the web server. Not much use whilst
the thing is working tho'
chris :-)
(recovering from a serious hard drive crash :(
David SHaw
Perhaps the problem is associated with cookies and how people have set
up their web browsers to handle them from trusted and untrusted sites.
I just checked the web address of your site in Firefox and there are
two cookies associated with the site. I would have expected Firefox to
inform users that cookies had been blocked but perhaps this is
suppressed by default.
But why can some people see the site now when they couldn't previously?
It would be useful to know what is required from a Web Browser to
support TW running properly.
I had this problem on a geology course site recently. Some people just
received the done message, and nothing was displayed. I checked the
site out using an old Toshiba Libretto running IE 5. The Java script
for TW had been downloaded OK, hence the DONE message. I assumed it was
either a problem with the version of IE users were using, or possibly
that the HTMLArea editor I used needed some files installed locally. To
overcome the problem I switched to a backend solution based on
ccTiddly.
Star1948
Firefox has never informed me that a site wants to set a cookie or that
a cookie has been blocked.
Hmm.....
David Shaw
As far as I can see native TW only relies on HTML, CSS and JavaScript
but some plugins may require access to cookies or other browser
features. (see WikiMatrix compare
http://www.wikimatrix.org/show/TiddlyWiki).
Firefox supports almost all of the Cascading Style Sheet specification
as does IE so provided there is no way of blocking or overiding the use
of a TW CSS the html should at least display. (see
http://www.webdevout.net/browser_support_css.php for details).
Could it be that the site does not display if people set default fonts
in their browsers to something TW does not support? I have both IE and
Firefox set to allow web pages to choose the fonts they want to use,
but if an overide was set up to a font set TW or Java couldn't display
perhaps you would get BLANK. Bit far fetched, but I'm running out of
ideas.
Star1948
;D
--
Daniel Baird
http://tiddlyspot.com (free, effortless TiddlyWiki hosting)
http://danielbaird.com (TiddlyW;nks! :: Whiteboard Koala :: Blog ::
Things That Suck)
On 12/11/06, Star1948 <Starfigh...@yahoo.co.uk> wrote:
>
--
Jeremy Ruston
mailto:jer...@osmosoft.com
http://www.tiddlywiki.com
I am using a Linux OS, but I believe I have had the same problem in
Windows XP using either Firefox or IE.
I am a newbie, but I don't believe my privacy or security settings are
an issue. Your cookies seem to set properly.
Jerry
I am enjoying TW and use it as my local home page.
Sorry that's about all I can tell you for the moment. Hope we can get
this resolved. The whole idea of the tutorial is to make TW easier, not
harder, for new people. But if it is plagued with some problem right at
startup.... Anyone willing to check under its hood?
After clearing the cache, I could load OK.
Closing and reopening Firefox restored the problem, but a cache clear
worked OK again.
A local copy of the tutorial opens just fine, with or without a cache
clear, but trying to open the remote copy after opening the local -
without a cache clear - did not work.
I did not clear any other private data - including cookies - just the
cache.
Hope that helps,
David Shaw
Try repeating your experiment but just delete the cookie rather than
flushing the cache, i.e. leave the site.html file on the system. Why?
Well cookies can be used to store context used by the java script,
which is picked up the next time you access the site. After clearing
the cache and accessing the site check that the cookie contains:
txtMainTab
Timeline
www.giffmex.org/
plus 5 digit strings followed by star (*)
When you re-access the site extra informtion seems to be appended to
the cookie, namely:
txtMoreTab
Missing
www.giffmex.org/
plus a slightly different 5 digit strings and a star (*)
Perhaps, and it is a big perhaps, the second time you access the site
the java script stops bacause the txtMoreTab tiddler is missing?!
Try using the standard upgrade procedure to replace the core systems
tiddlers just in case there is some incompatibility somewhere.
Star1948
I haven't got a clue what is going on. How about a virus checker
blocking the java script from running?
Star1948
Also, I don't have AV running (I have a Linux box and so there's no
really pressing need - at the moment - for me to run AV, before anyone
freaks out at me for being so irresponsible :-) ) so it's unlikely
to be that - although I am behind a hardware firewall, don't know if
that would have any effect?
David Shaw
David Shaw
Cheers
Jeremy.
Address : http://www.giffmex.org/twfortherestofus.html
Type : text/html
Render mode : Standards compliance mode
Cache source : Disc cache
Encoding : ISO-8859-1
Size : 2.22KB
Looking at the page source, there's nothing at all, not even blank space
but, interestingly, if I do a File/Save As and open the file in a text
editor, I get 38 lines of text, up to the end of the copyright/licence
notice, followed by a </head></html> tag pair.
David Shaw
;D
Dreamhost is indeed my server. Let me know what I can do, and how, and
I will do it.
Giffmex
Try adding this to your .htaccess file:
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>
That will turn off gzipping, if it's on.. no idea why that solves the
problem (if indeed it does).
Cheers
;Daniel
On Dec 17, 6:04 pm, "Daniel Baird" <danielba...@gmail.com> wrote:
> On 12/17/06, Dave Gifford <g...@giffmex.org> wrote:
>
> > Dreamhost is indeed my server. Let me know what I can do, and how, and
> > I will do it.Try adding this to your .htaccess file:
>
> <IfModule mod_gzip.c>
> mod_gzip_on No
> </IfModule>
>
> That will turn off gzipping, if it's on.. no idea why that solves the
> problem (if indeed it does).
>
> Cheers
> ;Daniel
>
> --
> Daniel Bairdhttp://tiddlyspot.com(free, effortless TiddlyWiki hosting)http://danielbaird.com(TiddlyW;nks! :: Whiteboard Koala :: Blog ::
> Things That Suck)
David Shaw