<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.active4d.devel">
    <title>gmane.comp.lang.active4d.devel</title>
    <link>http://blog.gmane.org/gmane.comp.lang.active4d.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5793"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5792"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5791"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5790"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5789"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5788"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5787"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5786"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5785"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5784"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5783"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5782"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5781"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5780"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5779"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5778"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5777"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5776"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5775"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5774"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5793">
    <title>Re: ExtensionMap.ini</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5793</link>
    <description>Sorry .... finally we found ...

.CABCAB CAB vnd.ms-cab-compressed
.LPKLPK LPK application/x-lpk


r.


On 30/09/2008, at 16:17, Raimon Fernandez Sirera wrote:



</description>
    <dc:creator>Raimon Fernandez Sirera</dc:creator>
    <dc:date>2008-09-30T14:28:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5792">
    <title>ExtensionMap.ini</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5792</link>
    <description>Hello,


We have to serve some static files, that are only windows-specific:

.ocx
.lpk
.cab


Some of them, on windows, are executables, but when they are serving  
for Active4D on OS X, they show their contents ...

We have changes the ExtensionMap.ini with some values, but none of  
them are working ...

Any idea ?

thanks,


raimon


ps. OS X 10.5
Active4D 4.0


`ExtTypeCreatorMIME type
`----------------------------------------------------------------
...

.CABCAP CAP application/octet-stream
.OCXOCX OCX application/x-msdownload

...

</description>
    <dc:creator>Raimon Fernandez Sirera</dc:creator>
    <dc:date>2008-09-30T14:17:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5791">
    <title>Re: a4d.json help!</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5791</link>
    <description>Todd,

I think that your framework is using JSONP instead of raw JSON. I don't
have access to the A4D JSON library but I doubt it handles it natively.

You might be able to wrap the response (which is just text), e.g.

$JSON := a4d.json.encode( ... ) `Off the top of my head, but you should
get the idea
$response := 'CPJSONPConnectionCallbacks.callback716\($JSON\)'
write ($response)

</description>
    <dc:creator>Brad Perkins</dc:creator>
    <dc:date>2008-09-29T00:11:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5790">
    <title>a4d.json help!</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5790</link>
    <description>I am fairly new to the whole world of returning data as JSON  
responses. I have a site that needs to get some data from 4D and  
return it as JSON data.

I have the return data all formatted using the very cool a4d.json  
library, however, it seems that this data needs to be "wrapped" in  
some sort of callback syntax. Do I need to parse out something from  
the original request header to wrap my response with?

My JSON response:

{"folderNames":["Client Approval","Dailies","Design Tests","Released  
Spots"]}

Here is what it should be:

CPJSONPConnectionCallbacks.callback716({"folderNames":["Client  
Approval","Dailies","Design Tests","Released Spots"]})

Where do I get the "CPJSONPConnectionCallbacks.callback716" part?

Thanks!

Todd Freese
The Filmworkers Club
</description>
    <dc:creator>Todd Freese</dc:creator>
    <dc:date>2008-09-25T18:57:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5789">
    <title>Re: File Download Problem</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5789</link>
    <description>Just a WAG, but I've seen this too.  My guess is that it's a byte  
order issue between Mac and Win. files

Kind Regards,

*********************************************************************
Bill Leddy
bill-/IwohF+HLz1t0JrxVvvTAUEOCMrvLtNR&lt; at &gt;public.gmane.org
William Leddy Business Consulting
Custom Database Solutions
3145 17th Street
Sacramento, CA  95818                              Phone: (916) 444-2903

                         "On the desktop and on the web"

*********************************************************************



On Sep 22, 2008, at 11:16 AM, Tim Gillespie wrote:


</description>
    <dc:creator>Bill Leddy</dc:creator>
    <dc:date>2008-09-23T05:19:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5788">
    <title>Re: Cookies</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5788</link>
    <description>thanks.....


El 22-09-2008, a las 15:48, Steve Alex escribió:


</description>
    <dc:creator>Jaime Herreros</dc:creator>
    <dc:date>2008-09-23T04:16:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5787">
    <title>Re: Cookies</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5787</link>
    <description>
On Sep 22, 2008, at 12:45 PM, Jaime Herreros wrote:



Check in the "Checker" fuse in the Active4D demo.

Steve
</description>
    <dc:creator>Steve Alex</dc:creator>
    <dc:date>2008-09-22T19:48:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5786">
    <title>File Download Problem</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5786</link>
    <description>Friends:

I have Active4D 4.0.2 running on a Mac server with OS v10.4.11. In my
environment, when I request a 4D document to be downloaded to the workstation
using IE or Firefox, Mac or PC, the process works perfectly. Currently we
have four formats: .doc, .rtf, .html or .pdf and each type opens correctly
with the appropriate application. I have tested this exact same code in two
other independent environments with no issues at all.

When I take the exact same code and place this on my customer's Mac server
with OS v10.4.11 at their location, the files have the correct external file
name extension and the download process completes. However, the applications,
like Word or Acrobat are unable to open the document saying the document is
not the correct type or the file has been damaged.

Additional, if my client emails me any of the four types, my Exchange server
quarantines the documents saying the external filename does not agree with
the internal filename.

Has anyone seen this type of behavior before or have any idea how to further
try and isolate this issue?

Thanks in advance for your help.



Sincerely, 


Tim Gillespie, CEO
InterTech USA, Inc.
6070 Industrial Road
Missoula, MT 59808-8412
Phone: 406.549.8998 x222
Toll-Free: 800.291.6517 x222
Fax: 406.721.7991
Web: http://www.intertech-usa.com
Public Key: http://www.intertech-usa.com/pubkeys/tg.p7c


Confidentiality Note: The information contained in this email and document(s) attached are for the exclusive use of the addressee and may contain confidential, privileged and non-disclosable information and is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521. If the recipient of this email is not the addressee, such recipient is strictly prohibited from reading, photocopying, distributing or otherwise using this email or its contents in any way.


</description>
    <dc:creator>Tim Gillespie</dc:creator>
    <dc:date>2008-09-22T18:16:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5785">
    <title>Cookies</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5785</link>
    <description>Does someone know a method of detecting if cookies are enabled on the  
browser using A4D?

TIA,

Jaime
</description>
    <dc:creator>Jaime Herreros</dc:creator>
    <dc:date>2008-09-22T17:45:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5784">
    <title>Re: SproutCore &amp; Cappuccino</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5784</link>
    <description>Haven't used them myself. Apple are using SproutCore for their online  
mobileme applications though.

M.

On 17 Sep 2008, at 17:36, Todd Freese wrote:


</description>
    <dc:creator>Michael Kaye</dc:creator>
    <dc:date>2008-09-17T16:54:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5783">
    <title>SproutCore &amp; Cappuccino</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5783</link>
    <description>Has anyone used the SproutCore or Cappuccino frameworks with A4D? I am
starting a major update to a web application and these new frameworks
look very promising. I would be interested in your thoughts, praises
or gripes.

Thanks,

Todd Freese
The Filmworkers Club
</description>
    <dc:creator>Todd Freese</dc:creator>
    <dc:date>2008-09-17T16:36:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5782">
    <title>CSRF security weakness?</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5782</link>
    <description>We had a security check on one of our A4D sites recently and I was  
surprised to see a vulnerability listed for Cross Site Request  
Forgeries. This is a targeted attack where the user accesses a  
malicious website whilst still within a session on your website. For a  
detailed explanation see http://en.wikipedia.org/wiki/Cross-site_request_forgery

In this case the A4D session cookie actually helps the attacker, and  
it should be noted that apparently 99% of web sites have this  
vulnerability.  I would not regard it as a significant weakness, but  
better safe than sorry. The work-around is to include a random session- 
linked token (not the same as the cookie) on any "sensitive" forms you  
may have, but I'm wondering if there is any better way to tackle the  
problem? Or if it has already been tackled or is in future plans?

Tony Pollard
Another Dimension Ltd
</description>
    <dc:creator>Tony P</dc:creator>
    <dc:date>2008-09-17T15:24:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5781">
    <title>Design Question</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5781</link>
    <description>Hi All,
i'm hoping for suggestions / voices of experience on a problem I have  
managing multiple logins from a single user.

The Situation:
1. Users log in to manage their data... works great.

2. User, for reasons both legitimate and imaginary, creates 2  
separate accounts and attempts to login to both accounts  
simultaneously using 2 browser windows. (their goal is usually to copy  
and past info between the accounts)

I keep the UserID in Session so that it is never sent over the  
network.  I understand that the session cookie is shared by all  
instances of the browser, so when the user logs in the second time, it  
actually just replaces the original UserID. Now when they try to  
submit a form using the first browser window the update fails (quietly  
in this case) because the user is no longer logged into that account.

To answer the first questions: Yes, they're told not to. Yes, they  
continue to do so. Yes, they are customers so I can't tell them to  
just go pound sand.

Any ideas on how to manage multiple logins from a single browser?

TIA

Kind Regards,

*********************************************************************
Bill Leddy
bill-/IwohF+HLz1t0JrxVvvTAUEOCMrvLtNR&lt; at &gt;public.gmane.org
William Leddy Business Consulting
Custom Database Solutions
3145 17th Street
Sacramento, CA  95818                              Phone: (916) 444-2903

                         "On the desktop and on the web"

*********************************************************************



</description>
    <dc:creator>Bill Leddy</dc:creator>
    <dc:date>2008-09-16T19:13:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5780">
    <title>Re: Active4D v5 packaging</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5780</link>
    <description>Option 3 sounds good to me. I'm also open to stop supporting the PPC.


On Sep 6, 2008, at 3:00 PM, Aparajita Fishman wrote:


</description>
    <dc:creator>Barclay Berry</dc:creator>
    <dc:date>2008-09-08T15:28:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5779">
    <title>Re: Active4D v5 packaging</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5779</link>
    <description>Hi,

Both options 2 &amp; 3 would be fine on our end.

Regards,
- Clayton
</description>
    <dc:creator>Donahue, Clayton L.</dc:creator>
    <dc:date>2008-09-08T13:18:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5778">
    <title>Re: Active4D v5 packaging</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5778</link>
    <description>Options 2 and 3 work for me.

Mike Vogt
Willsub


</description>
    <dc:creator>Mike Vogt</dc:creator>
    <dc:date>2008-09-08T13:13:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5777">
    <title>Re: Active4D v5 packaging</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5777</link>
    <description>Hello Aparajita

I'm also for number 3.

Regards, Oliver
</description>
    <dc:creator>Oliver Brodwolf</dc:creator>
    <dc:date>2008-09-08T07:09:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5776">
    <title>Re: Active4D v5 packaging</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5776</link>
    <description>Hi,

I´m also for number 3.

Regards
Norbert

Am 07.09.2008 um 00:00 schrieb Aparajita Fishman:


</description>
    <dc:creator>Norbert Pfaff</dc:creator>
    <dc:date>2008-09-08T06:45:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5775">
    <title>Re: Active4D v5 packaging</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5775</link>
    <description>I am in favor of Option 3.

Alex
</description>
    <dc:creator>Alexander Heintz</dc:creator>
    <dc:date>2008-09-08T06:27:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5774">
    <title>Re: Active4D v5 packaging</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5774</link>
    <description>Sounds like 3 is the best solution. As you say  "since there are  
usually a small number of web serving Clients, this should not be a  
big deal."

Removing PPC support may limit your initial sales (where by people  
want to upgrade 4D and Active4D before they replace the hardware) so I  
personally would avoid that for another year at least.

Reducing the number of characters sets could be problematic as you  
never know which locale character set someone will use. For example  
did you know the next release of the IDP database will need to run in  
Lao (both the language and the country)...

Regards, Michael.

On 6 Sep 2008, at 23:00, Aparajita Fishman wrote:


</description>
    <dc:creator>Michael Kaye</dc:creator>
    <dc:date>2008-09-07T17:56:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5773">
    <title>Re: Active4D v5 packaging</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.active4d.devel/5773</link>
    <description>Hi Aparajita,


Yes, for me its ok to stop support for PPC. I'm running A4D on 4D Servers only. 


Mit freundlichen Grüßen
[4D-Consulting.com]eK, Wiesbaden
Peter Schumacher
--------------------------------------------------------
Web: http://www.4D-Consulting.com/
FreeCall:  0800-434 636 7
Tel.:      0611-9406.850 - Fax: 0611-9406.744
4D-Consulting.com eK - Scharnhorststr. 36 - 65195 Wiesbaden
HR Wiesbaden: HRA 4867
</description>
    <dc:creator>Peter Schumacher</dc:creator>
    <dc:date>2008-09-07T15:41:13</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.active4d.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.active4d.devel</link>
  </textinput>
</rdf:RDF>
