AltME: Web

Messages

Janko
they find vulnerabilities in various oauth(2)/openid implementations that are used by many people, so writing my own to use it in production doesn't sound so good. writing for the receiving end of openid is simpler, but still.

Robert
Does anyone has a tip for a cheap service like: chartbeat.com, gosquared.com etc.?
Josh
Robert, the only thing I've ever seen is https://www.kissmetrics.com/  not sure if it fits what your idea of cheap is
Wait, guess it's more expensive.  Misread the pricing
Trak.io is free during beta http://trak.io/pricing.html  Haven't used it

Josh
Does anyone know about Wordpress themes that display code nicely?

Janko
Robert: depending on which part of those services is important to you. I have WIP analytics software that I so far only use internally and is not a typical webpage analytics (but conversion focused analytics). So it would at least fill one condition you are looking for. Cheap as I would give it to you for free, if you wouldn't heavily burden my server, and just compensating for expenses otherwise. But as I said it's not a polished all-round product yet (but has some special things others don't in case that would be what you also needed).

Robert
Janko, thanks. I signed up for GoSquared now. Going to see how it works out. Even I think it's more for realtime analytics of campaigns which require high-traffic. That's defenetly not what our site is about :-) but anyway, has a nice interface and is easy to use.

DideC
Today I went on the Saphirion's Website.
There seems to be something wrong in the config of the webserver as the .shtml pages appear as plain text source file !?
Tested on IE and FF on Windows7
So this is good : http://development.saphirion.com/rebol/r3gui/
But this is wrong : http://development.saphirion.com/rebol/r3gui/getting-started/index.shtml
Endo
Confirmed, on Opera on XP/Pro.
Henrik
This is apparently still not fixed. It's in our bug database, but not solved.

amacleod
Getting strange characters when reading from an rss feed:
ex:     And Members watch today’s show on Youtube!
I assume its utf8 characters that r2 can't handle...
Using Chris's altxml.r to parse the feed.
When I have had this problem with some texts conversion before I was able to replace/all the offending letters with the appropiate ascii ones but it does not seem to work in this situation.
PeterWood
You can use the utf-8-to-win-1252 function in http://www.rebol.org/view-script.r?script=str-enc-utils.r to convert from UTF-8 encoding to Windows-1252 codepage.
amacleod
Will try it, thanks Peter. Did not know about it...it will come in handy...

Rebolek
I have trouble reading data from CGI using POST on R3. I try to upload an image using POST then on server I use data: read system/ports/input to get the POST data, but it seems that the data are truncated. There doesn't seem to be some specific boundary where the data are truncated, I'm uploading images in range from cca 15-200kB, the resulting data are few hundreds to few tens of kB long, so there's no artificial boundary like 32'000 bytes. Anyone has any experience with getting data from POST?
PeterWood
Is that with Rebol 2 or 3 Bolek?
Rebolek
Rebol3
The most frustrating is, that the same file will throw different results. Right now I'm testing with small 3,5kB PNG file, sometimes I get full file, sometimes just few hundred bytes...there's no pattern what the result will be.
Bo
Are you sure that the PNG file you are reading is complete and not being overwritten at the source (like from a webcam)?
Rebolek
No, it's complete. It's file on local computer I made just for testing.
Bo
I see you posted a question on SO and it looks like there's an answer.

Last message posted 109 weeks ago.