Re: [sword-devel] HTML Designers / Papyri Database

2006-07-27 Thread Troy A. Griffitts
PS. The link doesn't look at all intelligible in IE, try firefox http://crosswire.org/~scribe/papyriedit/ Troy A. Griffitts wrote: > If you are an HTML designer, there is a huge need for YOU! :) > > We're trying to mockup some idea pages and really have no user interface > skills. > > The ide

Re: [sword-devel] HTML Designers / Papyri Database

2006-07-27 Thread DM Smith
Troy, The original came marked as spam (by spam assassin on crosswire.org, I think). I sent you that along with the headers in a separate email. Hope you get it. I am wondering how many people missed the original. DM On Jul 27, 2006, at 5:48 AM, Troy A. Griffitts wrot

Re: [sword-devel] HTML Designers / Papyri Database

2006-07-27 Thread Art Bolstad
I am enclosing a pdf of a proposed web interface. It is simply some drawings and text of what I think this database should look like on the web. If it is a step in the right direction, then we can work from there. Since it is a proposal, discussion of it would be nice. art bolstad Troy A.

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-03 Thread Troy A. Griffitts
OK, I've been making really slow progress, but am stuck. I've been up all night trying to get the moving and sizing of highlight boxes working. Moving seems to work ok, but sizing is just freaking me out. It could be that it's 5am and I'm just out of it, more likely that I don't understand

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-03 Thread L.Allan-pbio
Seems to work ok with WinXp-SP2 and IE6 ... but I don't understand what you are doing or what to look for. I moved and resized the highlight boxes, and didn't notice any jumpiness. Then I dragged the actual picture around, and didn't notice jumpiness. What I did notice ... when I resized the hi

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-03 Thread Troy A. Griffitts
Good morning :) Seems I messed some of the panning stuff up last night before going to sleep. It's fixed now (to the level that it worked when I SHOULD have gone to bed). > What I did notice ... when I resized the highlight box to be taller, > it became larger than the picture, and I wasn't a

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-03 Thread Troy A. Griffitts
Nevermind... It seems if I store the left, top, width, height onmounsedown and use those values, everything works fine. If I try to use them onmousemove everything is outta whack. It seems to flow ok now. Back to the grind-- further up and further in! -Troy. Troy A. Griffitts wro

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-10 Thread Troy A. Griffitts
Still slow going... I have a new iteration up which includes the additions of: Zooming (mouse wheel) Injection of linked text field to the box (for now, just shows sequence number-- no input method). Current box selection on click of either. http://crosswire.org/~scribe/papyriedit/transcribeLe

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-11 Thread Troy A. Griffitts
Ugh! Frustrated after trying in IE. What a disappointment. Troy A. Griffitts wrote: > Still slow going... > > I have a new iteration up which includes the additions of: > > Zooming (mouse wheel) > Injection of linked text field to the box (for now, just shows sequence > number-- no input meth

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-11 Thread Greg Hellings
IE, a disappointment?  Yeah, I agree ;)On 8/11/06, Troy A. Griffitts <[EMAIL PROTECTED]> wrote: Ugh!  Frustrated after trying in IE.  What a disappointment.Troy A. Griffitts wrote: > Still slow going...>> I have a new iteration up which includes the additions of:>> Zooming (mouse wheel)> Injection

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-11 Thread DM Smith
I suggest developing against IE 7, if possible. I don't know if it would be any better, but IE6 is so far behind in proper JavaScript, CSS and "box" model support. that it'd be a shame if it did not show significant improvement. BTW, make sure your page has a proper doctype to force IE to use

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-11 Thread Troy A. Griffitts
Thanks for the IE7 recommendation DM. Does anyone have IE7 who can try the page and let us know if it works? The problem I'm seeing on IE-whatever-came-on-my-system-here, is that when zooming in and out, the region boxes get all misplaces and mis-sized. And it flashes like crazy too, which i

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-11 Thread Leandro Guimarães Faria Corcete DUTRA
Em Sex, 2006-08-11 às 19:29 -0400, DM Smith escreveu: > I suggest developing against IE 7, if possible. I don't know if it > would be any better, but IE6 is so far behind in proper JavaScript, > CSS and "box" model support. that it'd be a shame if it did not show > significant improvement.

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-11 Thread David Overcash
I can't use IE because I'm a linux user and setting it up with wine probably wouldn't be too enjoyable... but it has a free beta out right now: http://www.microsoft.com/windows/ie/downloads/default.mspx Cheers, David On 8/11/06, Troy A. Griffitts <[EMAIL PROTECTED]> wrote: > Thanks for the IE7

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-12 Thread DavidTroidl
In a message dated 8/11/2006 7:43:46 P.M. Eastern Daylight Time, [EMAIL PROTECTED] writes: Thanks for the IE7 recommendation DM.  Does anyone have IE7 who can try the page and let us know if it works?  The problem I'm seeing on IE-whatever-came-on-my-system-here, is that when zooming

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-12 Thread DM Smith
http://crosswire.org/~scribe/papyriedit/transcribeLevel1.jsp [EMAIL PROTECTED] wrote: > In a message dated 8/11/2006 7:43:46 P.M. Eastern Daylight Time, > [EMAIL PROTECTED] writes: > > Thanks for the IE7 recommendation DM. Does anyone have IE7 who > can try > the page and let us know

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-13 Thread DavidTroidl
In a message dated 8/12/2006 11:56:22 A.M. Eastern Daylight Time, [EMAIL PROTECTED] writes: http://crosswire.org/~scribe/papyriedit/transcribeLevel1.jsp I loaded the page in IE-7 beta 2, it shows "Level 1 Transcription" and a shadowed rock shape, with controls for [pan] and [edit], and links

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-13 Thread Troy A. Griffitts
Just added support for the [Add After] button. David, could you try adding and sizing a few region boxes, and then use your mouse wheel to zoom the image in and out? On my copy of IE, the boxes neither position themselves nor size correctly with the image. -Troy. http://crosswire.org/~s

Re: [sword-devel] HTML Designers / Papyri Database

2006-08-14 Thread DavidTroidl
In a message dated 8/13/2006 2:52:38 P.M. Eastern Daylight Time, [EMAIL PROTECTED] writes: Just added support for the [Add After] button.David, could you try adding and sizing a few region boxes, and then use your mouse wheel to zoom the image in and out?  On my copy of IE, the boxes

Re: [sword-devel] HTML Designers / Papyri Database

2006-09-05 Thread Troy A. Griffitts
Been slow going still, but have updated the demo a little. It uses something more interesting: P46, page 1, recto. It now auto-zooms the image to the width of your browser, on load. You can still use the mouse-wheel to zoom as you'd like. New boxes duplicate the dimensions of the last box and

Re: [sword-devel] HTML Designers / Papyri Database

2006-09-06 Thread DM Smith
Looks good under Mac's Safari, but needs help for a crippled, one button mouse! Some comments and thoughts, realizing that much of what I mention might be due to the developmental nature of the prototype: When it first comes up the image is in blue. Clicking on "Edit" removed the blue. And i

Re: [sword-devel] HTML Designers / Papyri Database

2006-09-06 Thread DavidTroidl
In a message dated 9/6/2006 1:32:30 A.M. Eastern Daylight Time, [EMAIL PROTECTED] writes: Been slow going still, but have updated the demo a little.  It uses something more interesting: P46, page 1, recto.It now auto-zooms the image to the width of your browser, on load.  You can stil

Re: [sword-devel] HTML Designers / Papyri Database

2006-09-07 Thread Troy A. Griffitts
Per some of DM's wonderful suggestions, there is a new rev available (with a smaller image for people using dialup modems (David)). :) Thanks for all who commented: http://crosswire.org/~scribe/papyriedit/transcribeLevel1.jsp PS. I realize the workspace links don't do anything yet. PPS. I still

Re: [sword-devel] HTML Designers / Papyri Database

2006-09-14 Thread Troy A. Griffitts
Added a zoom bar and working image loading, per the workspace tree on the left. Anyone know why my HTML layout and CSS look so absolutely wrong with IE (helpful comments only, please :) )? http://crosswire.org/~scribe/papyriedit/transcribeLevel1.jsp ___

Re: [sword-devel] HTML Designers / Papyri Database

2006-09-19 Thread Troy A. Griffitts
Made zoom bar and layout mostly work for firefox and ie. Added '-' and '+' keypress events for zoom. Started to redo math for region box sizing, to work on both browsers, but not done yet. http://crosswire.org/~scribe/papyriedit/transcribeLevel1.jsp Troy A. Griffitts wrote: > Added a zoom bar

Re: [sword-devel] HTML Designers / Papyri Database

2006-09-19 Thread DavidTroidl
In a message dated 9/19/2006 6:48:34 P.M. Eastern Daylight Time, [EMAIL PROTECTED] writes: http://crosswire.org/~scribe/papyriedit/transcribeLevel1.jsp Hi,   I'm on IE 7 RC1 again.  Everything's running smooth.  And it looks a lot nicer.  Though it came up with a Hebrew text, otherwise I'd

Re: [sword-devel] HTML Designers / Papyri Database

2006-09-19 Thread DM Smith
Troy, The scrolling works much better with a crippled, mac mouse. An observation regarding the drag operation: If while dragging, either the "thumb" of the zoomer or the image itself, one moves the mouse away from the thing being dragged, the drag stops and one has to re- initiate t

Re: [sword-devel] HTML Designers / Papyri Database

2006-09-19 Thread Barry Drake
Hi Troy .. Troy A. Griffitts wrote: > http://crosswire.org/~scribe/papyriedit/transcribeLevel1.jsp That is just so cool! Both on IE7 and on Firefox. Pity IE7 doesn't handle the 'hand' cursor. I really like that. I don't do work at that level on original languages - my Greek is fairly

Re: [sword-devel] HTML Designers / Papyri Database (fwd)

2006-07-30 Thread Troy A. Griffitts
Been making progress on a functional level 1 markup and transcription page. Have a look at this: http://www.columbia.edu/cu/lweb/projects/digital/apis/ Troy A. Griffitts wrote: > Resending message from a different client... It seems spamcop has > blacklisted T-Mobile's IP addresses they hand ou

Re: [sword-devel] HTML Designers / Papyri Database (fwd)

2006-07-30 Thread Art Bolstad
I like what I see, so far. I don't see anything more than the contacts page. though. I don't actually see any way to see transcriptions either - other than what other sites are doing. Is that what you meant? I think the idea of comments and user improvements to transcriptions and translation

Re: [sword-devel] HTML Designers / Papyri Database (fwd)

2006-07-30 Thread Maurits Obbink
Any reason for using B.C.E. and C.E. instead of B.C. and A.D.? Nice Job! Regards, Maurits Obbink. Troy A. Griffitts wrote: > Been making progress on a functional level 1 markup and transcription page. > Have a look at this: > > http://www.columbia.edu/cu/lweb/projects/digital/apis/ >

Re: [sword-devel] HTML Designers / Papyri Database (fwd)

2006-07-30 Thread Troy A. Griffitts
Hey guys... OK, my quick email was way too misleading. I am working on a web 2.0, buzzword compliant level 1 transcription utility page. Just wanted to post my immediate plan so we don't overlay any effort. On another note, it looks like this site: http://www.columbia.edu/cu/lweb/projects/di