[thelist] Re: DWMX and Contribute Configuration Issues

Nancy Johnson nancychristine49 at yahoo.com
Fri Jun 10 08:24:08 CDT 2005


I also have had major problems just getting Contribute to connect to my webpublishers machines.  It will not connect no matter whether I send them the password or go and manually connect them.  I have tried all the suggestions that Macromedia sent me.  Making sure the Drive letter is the same on all machines, making sure the drive is mapped to the machine.  The user is also in the correct security Group.  They don't have access to the entire webserver, only the folders on webserver that are needed.   We are a Microsoft shop in that all the servers are windows. 
 
On my machine,  I have MX2004 Studio latest XP2 operating system and I also have Contribute 3 installed on my machine. I do not have any problems connecting to any drive. I have connected Dreamweaver with Contribute on my machine.  I am the Contribute Administrator, and I do have access to the entire web server, not just specific folders on the webserver
 
Since we are switching from Front Page to Dreamweaver/Contribute and I have restructured 90% of our webpages to be in line with Dreamweaver. In light of that, I am making 90% of the content changes on our website.
 
Help!
Nancy Johnson

thelist-request at lists.evolt.org wrote:
Send thelist mailing list submissions to
thelist at lists.evolt.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.evolt.org/mailman/listinfo/thelist
or, via email, send a message with subject or body 'help' to
thelist-request at lists.evolt.org

You can reach the person managing the list at
thelist-owner at lists.evolt.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of thelist digest..."


Today's Topics:

1. Re: Images loading/not cached
(=?ISO-8859-9?Q?VOLKAN_=D6Z=C7EL=DDK?=)
2. RE: [SQL] Can I Do This? (Jacques Capesius)
3. Re: Pop-up Blocker v. Opening a new window (M. Seyon)
4. RE: Retro 90s webdesign - speeding up large image downloads (BJ)
5. Re: generating random image in css (Chris Hayes)
6. Re: Pop-up Blocker v. Opening a new window (T--)
7. Re: Pop-up Blocker v. Opening a new window (M. Seyon)
8. RE: asp.net NTLM authentication fails on postback? (Ken Schaefer)
9. Re: generating random image in css (Paul Cowan)
10. DWMX and Contribute Configuration Issues
(Michele Foster - WizarDev)
11. Re: apache alias (=?ISO-8859-9?Q?VOLKAN_=D6Z=C7EL=DDK?=)
12. JSP Sessions duplicate (=?ISO-8859-9?Q?VOLKAN_=D6Z=C7EL=DDK?=)
13. Re: generating random image in css (ben morrison)
14. Re: JSP Sessions duplicate (Edwin Martin)
15. Re: Event listener is deaf in Safari (J.J.SOLARI)
16. RE: generating random image in css (Luther, Ron)
17. Good WYSIWYG Editor (Hershel Robinson)
18. Re: Good WYSIWYG Editor (Dan McCullough)
19. Re: Good WYSIWYG Editor (James Hardy)
20. Re: Good WYSIWYG Editor (Kay C. Tien)
21. Re: Good WYSIWYG Editor (Ian Anderson)
22. Re: JSP Sessions duplicate (Hassan Schroeder)


----------------------------------------------------------------------

Date: Wed, 8 Jun 2005 21:37:28 +0300
From: =?ISO-8859-9?Q?VOLKAN_=D6Z=C7EL=DDK?= 
To: "thelist at lists.evolt.org" 
Subject: Re: [thelist] Images loading/not cached
Message-ID: 
In-Reply-To: 
References: 
Content-Type: text/plain; charset=ISO-8859-1
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Precedence: list
Reply-To: =?ISO-8859-9?Q?VOLKAN_=D6Z=C7EL=DDK?= ,
"thelist at lists.evolt.org" 
Message: 1

Are you sure that

Tools -> Internet Options -> Settings -> "Check for newer versions"=20

is not set to=20

"Every visit to the page" ?



HTH,
Volkan


On 6/8/05, Robert Hanson wrote:
>=20
>=20
>=20
>=20
> On my site, if you load a page then hit the refresh button, it appears th=
at
> the images are being re-fetched from the webserver. If I look at the log=
s
> I see (for the 2nd request) each image on the page is being requested
> again. If using FireFox, I see a 304 status (file unchanged); if using
> IE 6.0, I see a status 200. This leads me to believe that the images ar=
e
> being requested each time by the browser, rather than being taken from th=
e
> cache.
>=20
> Ideally, I'd like to set up my site for:
> * htm, css and images can be cached on the client, and any proxy
> server/cache server along the way
> * asp must not be cached anywhere
>=20
> What should I look for? If you'd like to take a look, the url is
> http://staging.relationshipnetwork.com/rnet.htm
>=20
> Using IIS 4.0, Firefox and IE 6.0
>=20
> --
>=20
> * * Please support the community that supports you. * *
> http://evolt.org/help_support_evolt/
>=20
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>
------------------------------

Date: Wed, 8 Jun 2005 13:55:17 -0500
From: "Jacques Capesius" 
To: 
Subject: RE: [thelist] [SQL] Can I Do This?
Message-ID: <3F7813665506CA479E7B48DA0DA829BD0139758F at owa.compellent.com>
Content-Type: text/plain;
charset="US-ASCII"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Precedence: list
Reply-To: "thelist at lists.evolt.org" 
Message: 2



> month 1 | subject 1 total | subject 2 total | subject 3 total | ....
> month 2 | subject 1 total | subject 2 total | subject 3 total | ....
> month 3 | subject 1 total | subject 2 total | subject 3 total | ....






Going back to the original question... I think this may be a case where
you
may be asking a bit too much of the database. Have you looked at
solutions
where the result set contains a record for each row AND each column and
then doing the formatting (ie, reorganizing the data back into a grid)
in
the middle tier?

Example result set:

Month | Subject | Total
~~~~~~~~~~~~~~~
1 | Subject 1 | 100
1 | Subject 2 | 105
1 | Subject 3 | 110
1 | Subject 4 | 115
2 | Subject 1 | 89
2 | Subject 2 | 15
2 | Subject 3 | 92
2 | Subject 4 | 153
3 | Subject 1 | 59
3 | Subject 2 | 58
...


Good idea, Josh.

This was kinda the way I was originally going to tackle this problem,
and the SQL to get output like that is pretty straight forward, so I'm
leaning towards this approach and doing some server side scripting to
massage it into what I want, as graciously suggested by Matt Warden the
other day.=20

Another problem I ran into with this approach that isn't quite as easily
solved as the technical part, is the actual readability of a report that
would have potentially lots and lots of columns.=20

My whole goal of laying out the data in this way is to view all these
monthly totals together for easy comparison among them, but when you
start getting a horizontal spread greater than, say, 10 columns, your
eyes are starting to have to cover a lot of ground to see all you want
to see.

So, I guess, in the final analysis, I may need to shelve this problem
for now until I can find a solution that is technically elegant and
produce output that wouldn't make Ed Tufte want to beat me up.

Thanks for all your help guys.

------------------------------

Date: Wed, 08 Jun 2005 16:02:05 -0400
From: "M. Seyon" 
To: "thelist at lists.evolt.org" 
Subject: Re: [thelist] Pop-up Blocker v. Opening a new window
Message-ID: <4.2.0.58.20050608154741.01f85a70 at mx.delime.com>
In-Reply-To: <006a01c56c56$da8abd80$a411ced1 at toshiba>
References: 
<002201c56b81$1f444c10$8011ced1 at toshiba>
<1118251080.7529.4.camel at xevious>
Content-Type: text/plain; charset=us-ascii; format=flowed;
x-avg-checked=avg-ok-17C37F8
MIME-Version: 1.0
Precedence: list
Reply-To: "thelist at lists.evolt.org" 
Message: 3

Message from T-- (6/8/2005 02:21 PM)

>>>I am not "new window" crazy, but I do like to open certain pages (e.g.,
>>>larger view image, order form, ext web page) in a new smaller window.
>>
>>Do your users like those things opening in a new window, though? This is
>>why browsers have a right click menu with "open in new window" as a
>
>T--} For the longest time, I myself did not know abou the "open in new 
>window" option on the RIGHT-CLICK menu. In fact, I find that many users 
>(particularly in my clients demographic) do not know about, forget about, 
>or at least do not use the RIGHT-CLICK menu at all. [That would be a good 
>site survey question.] ...As a web savvy user, I _do_ like those things 
>opening in a new window. In fact, I open most (perhaps all) 
>non-essential links into a new window, especially 3rd party sites linked 
>to the subject page, using the RIGHT-CLICK menu. I do not like the 
>disruption of a new window loading into the same one, if I only need some 
>"sidebar" like information. I want to continue reading on the current 
>page, while I wait for that "sidebar" info. And, I want that sidebar 
>info, gorrila (no frills) style --
>without the page branding or navigation.

I _do_ like... I open... I do not like... I want... I want...

Your entire paragraph has been en explanation of what you like, what you do 
not like , and what you want. You. Not "a representative sample of web users".

Not forcing a page to load into a popup window gives users the choice. 
Either to open them in the same window, or not open them. Using commonly 
available browser interface controls.

When you force the popup though, how would the user open the page in the 
same window, if that's what he liked or wanted?


>T--} Again, in the specific instance here, of the Order Form, we (me and 
>client) like the pop-up fine. If I am renting a baby crib, using the 
>smaller window Order Form, I can peak at the Product Page in bg to be sure 
>of the one that I want.

Honestly I found your order form quite a nuisance. I'd never use it. But 
that's ok cause you've already explained to me that I shouldn't plan 
vacations in that part of the world because I'm not a week-long visitor.

Why was it a nuisance? Because to see an item I had to click to the various 
sections of your product offering, baby items, household items, etc, but 
when I went to order, I was still confronted with a huge order list that I 
*again* had to navigate to find the item I wanted. No intuition at all. Why 
not just present me the entire order form up front and save me the 
in-between crap. I could look at the order form and click each item to see 
the image of it if I wanted. But really, one bicycle looks pretty much like 
another and one beach umbrella gives shade just like any other.

Further, your assertion that "we (me and the client) like..." is 
meaningless. YOU (you and your client) will not be the users of the site. 
Unless your client is renting equipment from himself?


>>choice. Just about all of these, I would want opening in the same
>>window. On the occasions I would want a new window, I'd want it the same
>>size, not any smaller than my current browser window.
>>
>>Something to think about.
>
>TYME} Well, you can see that it is all a matter of taste, as I prefer the 
>opposite.

Exactly. Which is why you should allow for the option, and not force the 
pop-up on me. I'm quite aware of how to open my own additional windows. 
Since it's such a low-priority freebie why not just stick in a "Press the 
CTRL key while clicking the link to open it in a new window" notice.

regards.
-marc

--
Trinidad Carnival in all its photographic glory. Playyuhself.com
http://www.playyuhself.com/
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the thelist mailing list