[cfaussie] Re: Safari for window

2007-06-12 Thread Haikal Saadh
I think Dmitry has been bitten by the URL-Bar-does-not-work bug. I got bit by it when I tried it on OSX as well. Andrew Scott wrote: > Actually it works fine for all our websites as well, but they had already > been tested for Safari on a Mac. Except www.aegeon.com.au which doesn't seem > to hav

[cfaussie] Re: Safari for window

2007-06-12 Thread Andrew Scott
Actually it works fine for all our websites as well, but they had already been tested for Safari on a Mac. Except www.aegeon.com.au which doesn't seem to have a problem with being shown in Safari. Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223

[cfaussie] Re: Safari for window

2007-06-12 Thread Dmitry Yakhnov
The only website Safari for Windows works fine with is www.apple.com :) Best regards, Dmitry Yakhnov Technical Director Yakhnov Studio http://www.yakhnov.info/ -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Wednesday, June

[cfaussie] Safari for window

2007-06-12 Thread Steve Onnis
Hey all Don't know how many people know about this but I thought I would post it anyway. There is a Windows version of the Safari browser available from the apple website (http://www.apple.com/safari/download/). I am giving it a but of a look-see to see if rendering issues are the same for the

[cfaussie] Re: DEADLOCK - HELP!

2007-06-12 Thread Scott Thornton
Hi, Obtain and run SQL Best Practices Analyzer. In particular look at the tsql items. Pay particular attention to schema binding. Also: http://www.sqlservercentral.com/columnists/skumar/tracingdeadlocks.asp http://support.microsoft.com/default.aspx/kb/263889 http://support.microsoft.com/kb/

[cfaussie] Re: DEADLOCK - HELP!

2007-06-12 Thread Taco Fleur
Might I add that the HMTL content is already flushed to the client, so I guess I could increase the time it waits for the lock (where ever it is coming from) as the client won't notice the delay anyway. h.. -- http://www.clickfind.com.au The new Australian search engine for businesses, produc

[cfaussie] DEADLOCK - HELP!

2007-06-12 Thread Taco Fleur
Hi All, Platform: MS SQL 2005 I have a simple SQL statement that simply logs a bit of data, nothing important at all. SET DEADLOCK_PRIORITY LOW; INSERT INTO tbl_search ( searchString , recordCount , internetProtocol , dateStamp ) VALU

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Barry Beattie
@Andrew in a way, you've touched on a bigger issue - that's why I said "fork in the road", especially from a ColdFusion viewpoint http://weblogs.macromedia.com/jd/archives/2007/05/cfers_gears.cfm --~--~-~--~~~---~--~~ You received this message because you are su

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Andrew Scott
*S* Ajax I guess most people, will not think of it any other way. And would just do Flex side of things here instead. I doubt very much that any dynamic HTML was considered at this stages of AIR. Which is a shame, because it seems to go back to the days when people had hoped that a version o

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Barry Beattie
> > HTML/JS talk to a database? > http://code.google.com/apis/gears/?utm_campaign=en&utm_source=en-ha-ww-google&utm_medium=ha&utm_term=google%20gears an interesting fork in the road to the future --~--~-~--~~~---~--~~ You received this message because you are sub

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Dale Fraser
Ok, So i'm missing something. How does (or HTML/JS) calling down to a Gears local database HTML/JS talk to a database? Regards Dale Fraser http://dalefraser.blogspot.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry Beattie Sent: Wed

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Barry Beattie
On 6/13/07, Dale Fraser <[EMAIL PROTECTED]> wrote: > I think people are missing the concept of the offline application. not for us who cut our teeth on creating VisualBasic client-top apps. Here's the trick: you can still make VB client-top apps, and they can get pretty rich. And they can liste

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Dale Fraser
Andrew, Yes you were, but others don't get it. Regards Dale Fraser http://dalefraser.blogspot.com From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Scott Sent: Wednesday, 13 June 2007 10:39 AM To: cfaussie@googlegroups.c

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Andrew Scott
Sorry Dale, I thought I was agreeing with you L Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Wednesday, 13 June 2007 10:28 AM

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Dale Fraser
I think people are missing the concept of the offline application. Ie, CF app runs from server, lets say CRM. But man on laptop with no internet needs to still run same application, CF on AIR. Loading the App from the server or using Ajax to call CF is not an option if you are offline.

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Mike Chambers
You could have the application connect to the CF back-end to retrieve (and if necessary) store the data. If you really wanted to, you could dynamically load the entire UI at runtime from a CF server, although it would not be the most efficient way to do things. mike chambers [EMAIL PROTEC

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Mike Chambers
Yes. You can do that (that is basically how your build HTML based AIR applications). mike chambers [EMAIL PROTECTED] On Jun 12, 2007, at 3:12 PM, Gareth Edwards wrote: > I think, and I say I think because I haven't done much in this > area, you can even build a HTML application and store th

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Andrew Scott
Gareth, I am fully aware of what AIR is, as I am sure Dale does too. But when you develop those HTML files, and you wanted to connect to a DB to bring information to those HTML files in a dynamic way on the fly? I would imagine developing those files with CFML as quick and painless and so friggin

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Gareth Edwards
Seriously? An AIR application can be. 1) Pure HTML 2) Flash / Flex / HTML * 3) Flash / Flex * Full HTML can be embedded in Flash / Flex and Flash / Flex can be embedded in HTML. The HTML engine is webKit, the HTML engine that runs under Safari. So just to confirm, an AIR application can be

[cfaussie] Re: cfindex on CFMX7 with 1 record queries

2007-06-12 Thread doncx
Pat - I saw a posting of yours elsewhere dated January of 06 regarding slow verity indexing. After searching your name, I found this cfaussie thread. I have encountered exactly the same cfindex problem. It takes waaay too long. I've been looking for the cause, but have developed a response. H

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Andrew Scott
Could you imagine writing a html app that ran in air? how fast it would be to develop with. On 6/12/07, Gareth Edwards <[EMAIL PROTECTED]> wrote: > > AIR ships with SQLite API's are available to query the local database. > > What logic stuff are you referring to? why not use AS3 / Flex / HTML / >

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Gareth Edwards
AIR ships with SQLite API's are available to query the local database. What logic stuff are you referring to? why not use AS3 / Flex / HTML / DHTML / AJAX. Use Coldfusion as your server side language, why bother with it client side? Cheers Gareth. Dale Fraser wrote: I’m no

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Dale Fraser
I'm not so sure. Besides the footprint issues, which I think most could be addressed by reducing the feature set. Even just the logic and query stuff would be a good start. If AIR includes Derby then offline / online DB app in CF / HTML would be cool. Regards Dale Fraser http://dal

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Andrew Scott
Dale, If that was to happen, then I would be asking someone to pinch me for sure. But I do doubt that a version of CF that could run locally in this manner will never happen :-( On 6/12/07, Dale Fraser <[EMAIL PROTECTED]> wrote: > > No, > > > > That's not CF AIR. > > > > CF AIR would execute a

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Dale Fraser
No, That's not CF AIR. CF AIR would execute and run local CF code base packaged as AIR and have ability to store locally if offline and then online when link is back. There would be no lag with html transfer etc. I think it could be a lite version of CF, would be very cool. Regards

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Gareth Edwards
I'm confused Dale, why would AIR not support Coldfusion as a back end? CF8 AJAX proxy Flex2 Gateway Improvements All will work as the online or intranet engine for AIR applications. Cheers Gareth. Dale Fraser wrote: AIR should support CF. How cool would that be, offline CF app which s

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Dale Fraser
AIR should support CF. How cool would that be, offline CF app which still has a server requirement somehow for licencing purposes. Regards Dale Fraser http://dalefraser.blogspot.com -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Barry Beattie

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Barry Beattie
On 6/12/07, Scott Barnes <[EMAIL PROTECTED]> wrote: > > You need to switch to no sugar bazza :P more like no caffeen... but on a serious note, no bites, Scott? no interest in these quarters in this AIR stuff? I would have thought, like you, that more people would have thrown in their 2cents on

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Scott Barnes
You need to switch to no sugar bazza :P On 6/11/07, Barry Beattie <[EMAIL PROTECTED]> wrote: > > On 6/11/07, Scott Barnes <[EMAIL PROTECTED]> wrote: > > > > http://onair.adobe.com/ > > > > I'm guessing a local version coming to town near you? (but without the bus) > > > >