r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Web] Everything web development related

Maxim
13-Jan-2005
[55]
I might even code the make-doc tag right away...
DideC
13-Jan-2005
[56]
To Web guru : is it possible to have a page without frame but with 
some content glued to the top or the bottom while the rest scrolls 
?
Ammon
13-Jan-2005
[57]
With CSS2, or IE IFrames.  Neither work properly on all browsers...
eFishAnt
14-Jan-2005
[58]
http://hyperworlds.org/rebolxanadu.htmla web page I did not run 
across before...
Brock
14-Jan-2005
[59x2]
DideC:  Heres some sample CSS that creates  a box midstream and provides 
scrollbars automatically....
	.T3area3
	{
		padding-right: 10px;
		padding-left: 10px;
		left: 160px;
		padding-bottom: 10px;
		margin: 0px;
		vertical-align: top;
		overflow: auto;
		width: 642px;
		padding-top: 10px;
		position: absolute;
		top: 0px;
		height: 490px;
	}
We have a template based dynamic site here at work,  we use a base 
page to define the common logic, we use CSS "templates" to define 
the areas of different pages... the above code is Template 3 area 
3, which is the body area for a page that has a header, left navigation, 
body, and footer area.
DideC
14-Jan-2005
[61]
Thank's Brock. I need to test that. What element do you use with 
this style ? DIV ? Any example ;-) ?
Brock
14-Jan-2005
[62]
<span id="lblArea3" class="T3area3">......content here....</span>
Robert
21-Jan-2005
[63]
Why doesn't my browser (Opera) refresh CSS files if I hit reload? 
I get a refreshed HTML page but the CSS isn't refreshed... any idea 
how to enable refreshing?
Chris
21-Jan-2005
[64]
Sometimes I need to refresh twice -- but usually CSS is well cached 
(so you only have to download a stylesheet for a site once)
Sunanda
21-Jan-2005
[65]
Usually F5 works  a hard refresh in Opera.

Otherwise check your setting for tools/preferences/history and cache/check 
documents/always  (precise path may vary according to version of 
Opera)
Anton
22-Jan-2005
[66]
Try control-F5.  In IE it is a "stronger" refresh than just F5. So 
it might be similar on Opera.
Graham
22-Jan-2005
[67]
keyboards should be velocity sensitive .. like some midi keyboards. 
 hit them harder to get a stronger effect!
Allen
22-Jan-2005
[68]
Graham. Yes! Would like to map other things to. Like.. 1 hard thump 
== ctrl-alt-del
Anton
22-Jan-2005
[69x3]
You could get bold uppercase type without using the shift key that 
way maybe... but that might not be desirable due to high sensitivity 
needed.
Keyboards leave a lot to be desired. I would like to see the often-used 
technique of copy and paste to be given more prominence on the keyboard 
(and supporting OS).
(for example).
Robert
22-Jan-2005
[72]
Hey, I like the dynamic keyboard idea :-)) We should patent this. 
But knocking F5 through my laptop didn't work :-)) I cleared the 
cache. Seems to happen if CSS files are named the same.
eFishAnt
22-Jan-2005
[73x3]
I have some patent work started on an internet keyboard some time 
back...if there is some seriousness, I am interested to start a joint 
project/business with a few interested people.
BTW, funny these keyboard ideas poured in today...like Terry's * 
circle key idea...I was just trying to select-all and copy ... is 
there a key shortcut for this?
besides cntrl-A then Cntrl-C
yeksoon
22-Jan-2005
[76]
and all I want from kb is one that doesn't come with the number pad 
on the right. It makes the mouse 'sits so far away'.
eFishAnt
22-Jan-2005
[77]
yes, that is an important problem...which noone has solve yet properly 
(as my patent searches revealed to me...;-)
yeksoon
22-Jan-2005
[78]
I don't understand why kb manufacturere wants to include that in. 
How many of us use the number pad more often than the main alphabet 
part?


just remove it.... cuts down material cost and can still sell at 
same price.
Pekr
22-Jan-2005
[79x2]
me ....
very often - I nearly NEVER us numbers on main keyboard - the reason 
is simple - with foreign languages like Czech, you have to hold shift 
down ....
yeksoon
22-Jan-2005
[81]
I was just shopping for kb today... but end up with nothing. Could 
not find one that fits my needs
eFishAnt
22-Jan-2005
[82x2]
my invention fixed yeksoon's problem, without affecting Pekr's pecking.
I am interested to find a good Mechanical person who wants to work 
on a manufacturable version with me.
Carl
22-Jan-2005
[84]
Yeksoon, I agree. Numpad also throws the kb offcenter relative to 
user. Not good for laps.
Robert
22-Jan-2005
[85]
Become left-handed and it's solved :-))
Carl
22-Jan-2005
[86]
no
eFishAnt
22-Jan-2005
[87]
The mouse has always been a rather clumsy context shift for the user...;-)
Carl
22-Jan-2005
[88x2]
either add some btns on left to balance it out
or take it off
eFishAnt
22-Jan-2005
[90]
mouse <--> keyboard is too much of a context shift the way they are 
at present.
Robert
22-Jan-2005
[91]
It's really funny, I never had this problem because I have my mouse 
on the left side of the keyboard.
Carl
22-Jan-2005
[92]
i did that too for years
Robert
22-Jan-2005
[93]
One of the very, very rare cases a left-handed person has an advantage...
Carl
22-Jan-2005
[94x2]
(on tablet - slow)
must get mic for speech input
Robert
22-Jan-2005
[96]
Tablet's (or better all hand recognition) software is something that 
doesn't work for a left-handed. I write the characters the other 
way. The SW can't handle it :-))
eFishAnt
22-Jan-2005
[97]
tablet IS slower than paper...;-)   I forget what I was going to 
'write" with the pen in the 4 minutes it takes XP to boot...
Robert
22-Jan-2005
[98]
So, just one of those very, very common problems...
eFishAnt
22-Jan-2005
[99]
I tried to train speech on tablet by reading the fairy tale in the 
XP tablet tools...it never recognized anything I spoke (I know my 
speech is tough to understand) but even if I said "blah blah blah 
blah" the tablet acted like it understood me reading the fairy tale. 
 Maybe there is a better version.
Pekr
22-Jan-2005
[100]
Carl - no laptop has numpad :-) Or those dozens I worked with ....
eFishAnt
22-Jan-2005
[101]
I call my internet keyboard "The Surf-BoardTM" ... ;-)
Pekr
22-Jan-2005
[102x2]
In fact - I never found use for additional keyboard buttons as handling 
sound, player, custom apps launch, sleep and I don't touch mouse 
if I don't have to .... there must be something strange with me ...
I even have special keys for cut, copy and paste, but I am used to 
old way ctrl + particular-button ....
eFishAnt
22-Jan-2005
[104]
ah, I have tried some other keyboads, like with the special buttons, 
the wireless part of WebTV was nice...but for sure we need to have 
REBOL embedded in a wireless keyboard...that would be nice.