SV: [svg-developers] ALL NEW HTML5 CSS3 Website

2013-05-01 Thread Roger F. Gay
Also; Since the site uses sessionStorage and datalist, it has to exclude MSIE to a large extent. MSIE users are redirected to a help page section that explains that their browser is too bad to use the site and suggests using something else. Från: Roger F. Gay

SV: [svg-developers] ALL NEW HTML5 CSS3 Website

2013-04-26 Thread Roger F. Gay
Ämne: Re: [svg-developers] ALL NEW HTML5 CSS3 Website   Roger F. Gay wrote: snip I tried SVG to fashion the big buttons on the first page, but there was too much variation in fonts in different browsers. After trying to fix that for a while, I gave up and went with fixed images instead

[svg-developers] ALL NEW HTML5 CSS3 Website

2013-04-20 Thread Roger F. Gay
OK, well; for some of you, it may be less exciting than it is for me. My first HTML5 website is online. (I'll explain because it's in Swedish.) It's a dynamic webshop combined with some old fashioned (legacy pages) information (reached by clicking on either of the last two big buttons). The

[svg-developers] Half Hour WebSocket Seminar - INTRO

2012-02-08 Thread Roger F. Gay
Half Hour WebSocket Seminar - INTRO from Kaazing  http://blog.kaazing.com/2012/02/07/webcast-web-communication-revolution-an-overview-of-html5-websockets/?elq=e1410c2c8a0148dabee43013119ada70elqCampaignId=25 [Non-text portions of this message have been removed]

SV: [svg-developers] Re: websockets: check this out!

2011-12-07 Thread Roger F. Gay
, jamesd jcdeeri...@yahoo.com wrote: ** --- In svg-developers@yahoogroups.com, Roger F. Gay rogerfgay@... wrote: Oh dude(s and dudettes). Check this out. I've amazed myself. Go to any YouTube video, click share and embed and copy the embedding code. Then go to my websocket server demo

[svg-developers] websockets: check this out!

2011-12-03 Thread Roger F. Gay
Oh dude(s and dudettes). Check this out. I've amazed myself. Go to any YouTube video, click share and embed and copy the embedding code. Then go to my websocket server demo. Click connect and replace the sample text with the embed code. Then click send message to server. I did not know it would

[svg-developers] WebSockets on MSIE

2011-11-16 Thread Roger F. Gay
http://highlevellogic.blogspot.com/2011/11/websocket-demonstration-on-microsoft.html  [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

[svg-developers] Need suggestions for websocket demonstration

2011-10-07 Thread Roger F. Gay
My websocket server has been running a demonstration for a couple of weeks now. What I have is stable. But here's the thing. It's just an echo server like the other guy had. That's a terrible demonstration for websockets, in fact. You might as well do that with Ajax. I added a few lines so

SV: SV: SV: SV: [svg-developers] Websocket Discussion Group

2011-10-03 Thread Roger F. Gay
-r / (don't type that unless your Bank of America ), I'm not going to ban it's existence. In the end though , I think the differences in our views have more to do with our differing vantage points and goals than anything else. --Doc On 10/02/2011 11:02 AM, Roger F. Gay wrote: But up to version

[svg-developers] Websockets: Firefox 7 Linux release is broken

2011-10-03 Thread Roger F. Gay
Have had many good connections to my server via Firefox 7, but not from the Linux release. The connection request header is non-compliant (looks like someone was just fooling around trying to adjust an http header without studying the protocol). FYI, don't be surprised if your Firefox 7 Linux

SV: [svg-developers] Websockets: Firefox 7 Linux release is broken

2011-10-03 Thread Roger F. Gay
Oops! Never mind. The request had come via a proxy server that screwed up the header fields. I retested from my own Linux box and Firefox 7 works perfectly. Från: Roger F. Gay rogerf...@yahoo.com Till: svg-developers@yahoogroups.com svg-developers

SV: SV: [svg-developers] Websocket Discussion Group

2011-10-02 Thread Roger F. Gay
Från: Doc drc...@drclue.net In implementing the HyBi support in the AsterClick project (HyBi version 15) the server code was re-factored exactly for the purpose of concurrently  supporting the entire range of websocket protocols as well as non-websocket protocols while allowing us to address newer

SV: SV: SV: [svg-developers] Websocket Discussion Group

2011-10-02 Thread Roger F. Gay
to have the option to leave the light on for for those browsers as long is it does not compromise security. --Doc On 10/02/2011 02:22 AM, Roger F. Gay wrote: Från: Docdrc...@drclue.net In implementing the HyBi support in the AsterClick project (HyBi version 15) the server code was re-factored

SV: SV: SV: SV: [svg-developers] Websocket Discussion Group

2011-10-02 Thread Roger F. Gay
Discussion Group   * Roger F. Gay wrote: But up to version 8 there were security problems. What infrastructure? The standard isn't even final yet. I think anyone who was building their one infrastructure in advance of the standard would be aware that the websocket standard is not final

SV: SV: SV: SV: SV: [svg-developers] Websocket Discussion Group

2011-10-02 Thread Roger F. Gay
Thanks.  Från: Bjoern Hoehrmann derhoe...@gmx.net Till: svg-developers@yahoogroups.com Skickat: söndag, 2 oktober 2011 21:20 Ämne: Re: SV: SV: SV: SV: [svg-developers] Websocket Discussion Group   * Roger F. Gay wrote: Fantastic! Is there an online

[svg-developers] Websocket Discussion Group

2011-10-01 Thread Roger F. Gay
I started a yahoo group on Websockets. http://asia.groups.yahoo.com/group/websockets/ (Don't have a clue why it's in asia.groups) [Non-text portions of this message have been removed] - To unsubscribe send a message to:

SV: [svg-developers] Websocket Discussion Group

2011-10-01 Thread Roger F. Gay
: Roger F. Gay rogerf...@yahoo.com Till: svg-developers@yahoogroups.com svg-developers@yahoogroups.com Skickat: lördag, 1 oktober 2011 16:52 Ämne: [svg-developers] Websocket Discussion Group   I started a yahoo group on Websockets. http://asia.groups.yahoo.com/group/websockets/ (Don't have a clue

[svg-developers] WebSockets: Free DHTML JavaScript

2011-09-28 Thread Roger F. Gay
I've zipped up the dhtml from http://isr.nu/ws/WebSocketTest.htm (frames, 4 files) and made it available at: http://isr.nu/ws/WSJavaScript.zip Feedback, code contributions, comments, suggestions - everything is appreciated. [Non-text portions of this message have been removed]

SV: [svg-developers] WebSockets: Free DHTML JavaScript

2011-09-28 Thread Roger F. Gay
, then it chokes.) So, that's one possible contribution if you're interested. I really hate modifying code for Microsoft. :) The blog article: http://highlevellogic.blogspot.com/2011/09/websocket-server-demonstration_26.html Från: Roger F. Gay rogerf...@yahoo.com

SV: [svg-developers] IE10

2011-09-28 Thread Roger F. Gay
I have a couple of old machines running Linux, which is easy enough to reinstall if I need to. Just want to know what's up! If I install the Windows 8 preview on one of them, will the free license expire at some point so it doesn't work anymore unless I pay the license fee? i.e. one of those

[svg-developers] Open Question: HTML5, How is it?

2011-09-28 Thread Roger F. Gay
I've beefed a bit lately about the battle for cross-browser applications. In theory, the browser is the perfect answer, I've argued, to a lot of web development work, but it's been difficult (thanks in part at least to Microsoft). So, how's the HTML5 world shaping up. Too early to tell if many

SV: AW: [svg-developers] IE10

2011-09-27 Thread Roger F. Gay
The link took me to a German site. I did a suche and found Zum Download for IE 10. But the accompanying text says it's only for Windows 7 or 8. I'm running Vista. Anyone tried it with that? Från: Armin Mueller a.muel...@uismedia.de Till:

[svg-developers] Simple WebSocket Server Demonstration

2011-09-26 Thread Roger F. Gay
http://highlevellogic.blogspot.com/2011/09/websocket-server-demonstration_26.html [Non-text portions of this message have been removed] - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit

SV: SV: [svg-developers] Websockets, explained

2011-09-09 Thread Roger F. Gay
The solution to that problem that is now defined in the websocket standard is discussed in section 10.3 of the standard. In short, it is to mask all data from the client to the server, so that the remote script (attacker) does not have control over how the data being sent appears on the wire,

[svg-developers] Animation

2011-09-09 Thread Roger F. Gay
Anybody want to bring me up to date on animation? As you can gather from my recent posts, I've been buried in work on a WebSocket server. Before that, I'd been entirely sidetracked from my main project for a while and you didn't hear from me at all. Now, the WebSocket server is sufficiently

SV: [svg-developers] Re: Animation

2011-09-09 Thread Roger F. Gay
Fantastic. Is is possible to get the x,y values when they are in mid-animation? My new x,y values may come in at random intervals and I'll want to update the animation asap; starting the new one from wherever the old one happens to be at the time I change it.

SV: [svg-developers] Websockets, explained

2011-09-08 Thread Roger F. Gay
are websockets? I believe there were security issues with Ajax toolkits? Can the communication between the browser and server be encrypted? Pranav -Original Message- From: svg-developers@yahoogroups.com [mailto:svg-developers@yahoogroups.com] On Behalf Of Roger F. Gay Sent: Wednesday

[svg-developers] Websockets, explained

2011-09-07 Thread Roger F. Gay
Browser / JavaScript support for WebSockets is part of the HTML5 specification. It's the next big leap in interaction between browsers and back-end (server side) processes. If you've been around long enough, you may remember the olden days when you clicked and then had to wait until the

SV: [svg-developers] Re: Free WebSocket server / HTML5 (all for you)

2011-08-29 Thread Roger F. Gay
Cactus and succulent society: http://www.facebook.com/group.php?gid=20360241008 Make money from discussing things: http://www.myLot.com?ref=Graptopetalum --- In svg-developers@yahoogroups.com, Roger F. Gay rogerfgay@... wrote: Interest survey - seriously, I'm takin' names. If this interests

Re: [svg-developers] HTML5 Equivalent to Frames?

2011-08-28 Thread Roger F. Gay
Ämne: Re: [svg-developers] HTML5 Equivalent to Frames? Till: svg-developers@yahoogroups.com Datum: lördag 27 augusti 2011 22:06   Sat, 27 Aug 2011 01:50:22 -0700 (PDT), /Roger F. Gay/: I've been building browser GUIs using frames for years

Re: [svg-developers] Free WebSocket server / HTML5 (all for you)

2011-08-27 Thread Roger F. Gay
. Most definitely, credit would be given where credit is due. --- Den fre 2011-08-26 skrev Roger F. Gay rogerf...@yahoo.com: Från: Roger F. Gay rogerf...@yahoo.com Ämne: Re: [svg-developers] Free WebSocket server / HTML5 (all for you) Till: svg-developers@yahoogroups.com Datum: fredag 26 augusti 2011

[svg-developers] HTML5 Equivalent to Frames?

2011-08-27 Thread Roger F. Gay
I've been building browser GUIs using frames for years and my first gut reaction to seeing that they're not included in new standard was great disappointment. As you may have noticed, I've been spending the majority of my attention lately on websockets, so I haven't actually worked at upgrading

SV: [svg-developers] Google Chrome 13

2011-08-27 Thread Roger F. Gay
I know this won't help if you're building pages for immediate release, but I've been using dev 15 for everyday use. http://news.softpedia.com/news/Download-Google-Chrome-15-Dev-15-0-849-0-Chrome-14-Beta-14-0-835-35-216477.shtml Fine if you're building for the future. --- Den lör 2011-08-27

[svg-developers] Free WebSocket server / HTML5 (all for you)

2011-08-26 Thread Roger F. Gay
Interest survey - seriously, I'm takin' names. If this interests you, please respond. I'll help make sure it works well for you. I'm building an easy to use websocket server. You won't need to be a server guru to use it. It's for normal people. It's already sending messages to and from a

Re: [svg-developers] Free WebSocket server / HTML5 (all for you)

2011-08-26 Thread Roger F. Gay
How would it be licensed? Good question. I've offered other software under LGPL, but I haven't decided whether to open source the server. I'll have to formalize it, but the idea of LGPL will remain in all development versions - up to and including when it's really good. You can both develop and

[svg-developers] Browser Implementations; SVG and WebGL (for HTML 5)

2011-03-08 Thread Roger F. Gay
I'm interested in moving the browser interface to my framework (HLL) into the world of HTML 5. Chrome seems to be the only browser now supporting Websockets, so that looks like the browser to use to prepare for its coming. 1. How is the Chrome SVG implementation now? (I've lost track of where

SV: Re: SV: Re: SV: Re: SV: Re: [svg-developers] Dynamically Altering Animation

2007-09-11 Thread Roger F. Gay
this working, it's a start. http://isr.mine.nu:8080/HLLab17/svg_opera/roomers.htm BTW: My server doesn't run 24/7. But it's on during very long days Swedish time. Antoine Quint [EMAIL PROTECTED] skrev: On 3 sept. 07, at 16:57, Roger F. Gay wrote: It's really bugging me. Now I've got

[svg-developers] SVG Application

2007-09-07 Thread Roger F. Gay
The group here seems to be interested in everything that has to do with SVG, so just thought I'd mention the application I'm working on. This bit is interesting to me at least, and it might be unique. So far, I'm not doing anything truly remarkable with SVG itself. I've even had problems

SV: Re: [svg-developers] Dynamically Altering Animation

2007-09-03 Thread Roger F. Gay
-design.com On 3 sept. 07, at 10:22, Roger F. Gay wrote: Can't seem to work out how to get a simple animation to run again after altering attributes with javascript. I can make a circle jump from place to place. But when I add animate to get it to move smoothly - it only works the first time

SV: Re: [svg-developers] Dynamically Altering Animation

2007-09-03 Thread Roger F. Gay
I'm trying a different approach now. With a transform attribute, translate(200,190) added to the group with one member - a circle - the circle appears at the new location from its defined point. What I'd like to do is animate the motion (then I'll try to alter that instead of what I've

SV: Re: [svg-developers] Dynamically Altering Animation

2007-09-03 Thread Roger F. Gay
/svg:animateTransform /svg:circle /svg:g /svg:svg Roger F. Gay [EMAIL PROTECTED] skrev: I'm trying a different approach now. With a transform attribute, translate(200,190) added to the group with one member - a circle - the circle appears at the new location from its defined point. What I'd

SV: Re: SV: Re: [svg-developers] Dynamically Altering Animation

2007-09-03 Thread Roger F. Gay
really stupid. It should work I suppose. But this is my first time through -- so I'm still ... well, you know. Antoine Quint [EMAIL PROTECTED] skrev: On 3 sept. 07, at 16:11, Roger F. Gay wrote: What I'd like to do is animate the motion (then I'll try to alter that instead of what

SV: Re: SV: Re: SV: Re: [svg-developers] Dynamically Altering Animation

2007-09-03 Thread Roger F. Gay
(running an Intel-based Mac), so I'm not sure I can help you out with the specifics there. Sorry, Antoine -- Blog — http://the.fuchsia-design.com On 3 sept. 07, at 16:47, Roger F. Gay wrote: I got it running (after posting) with begin= like before, it all works the first time. When I change

[svg-developers] Dynamically Altering Animation

2007-09-03 Thread Roger F. Gay
. The data feed is something that needs to be done anyway. If I get in a time crunch, the next demo will have to have a somewhat jagged animation (but must have the feed). Antoine Quint [EMAIL PROTECTED] skrev: On 3 sept. 07, at 16:57, Roger F. Gay wrote: It's really bugging me. Now I've got