[cfaussie] New Addition to Labs - Spry Framework for Ajax

2006-05-14 Thread Darren Tracey
This was on the User Group Manager's list the other day. Hope its interesting to someone. Regards Darren Tracey The Spry framework for Ajax enables you to incorporate XML data into your HTML documents using HTML, CSS, and a minimal amo

[cfaussie] Re: 301 redirect in CF

2006-05-14 Thread Ben Bishop
Hey Ryan, http://www.newgency.com ">  To check my http header information, rather than the 301 redirect I've indicated, I get told it's a 302 redirect, which is not what I want.Try capping the 'p' in 'permanently', does that make a difference?If not, what about: (as seen on Dave Carabetta's blog

[cfaussie] Re: OT: Anyone going to the Website CMS for GOVT Conf (Canberra)?

2006-05-14 Thread Scott Barnes
Oh barry, you tease... *Mental note: do everything in ones power to ensure Barry stays in ASP.NET hell from here on out* ;0 On 5/15/06, Barry Beattie <[EMAIL PROTECTED]> wrote: > > have you asked Peter Tilbrook? he might even put you up for the night... > > > > On 5/15/06, Scott Barnes <[EMAIL

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Mike Kear
As someone who's faced quite a few aptitude tests in the last couple of years, can i suggest you dont put a lot of emphasis on syntax questions. I think there are more important things a developer should know than "what are the attributes you need to specify with this tag?"   because with code

[cfaussie] Re: OT: Anyone going to the Website CMS for GOVT Conf (Canberra)?

2006-05-14 Thread Barry Beattie
have you asked Peter Tilbrook? he might even put you up for the night... On 5/15/06, Scott Barnes <[EMAIL PROTECTED]> wrote: > > Anyone hitting this tommorow? > > http://www.marcusevans.com/events/CFEventinfo.asp?EventID=10852 > > > -- > Regards, > Scott Barnes > http://www.mossyblog.com > > >

[cfaussie] OT: Anyone going to the Website CMS for GOVT Conf (Canberra)?

2006-05-14 Thread Scott Barnes
Anyone hitting this tommorow? http://www.marcusevans.com/events/CFEventinfo.asp?EventID=10852 -- Regards, Scott Barnes http://www.mossyblog.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Scott Barnes
Garu = Gary .. one of his questions was to spell my own name... damn that double T, it always gets me.   On 5/15/06, Scott Barnes <[EMAIL PROTECTED]> wrote: Garu Menzel from ABN AMRO had some curly ones that tripped me up (mind you not very hard).   I'd ask them freakout questions aswell whats th

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Scott Barnes
Garu Menzel from ABN AMRO had some curly ones that tripped me up (mind you not very hard).   I'd ask them freakout questions aswell whats the preferred route in terms of CFLOOP if you first have to re-serialze the data into either an array or structure.   I mean either way if they answer it,  you c

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Rod Higgins
The certification exam tests a lot more then just CF syntax, if it did it would be of little value. From my experience only about 60% of the exam focused on cf syntax type questions. The rest was on evaluating code and general web 'assumed knowledge' type questions. I think the certification e

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Ryan Sabir
> > CF is just a syntax - I'd be more interested in application > design sort of questions - > That's what I'm thinking as well, which is why I think the CF certification exams might not be the best place to start. Maybe not so much a CF aptitude test, but a general technical evaluation, foc

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Rod Higgins
Download and install the cf buster exam prep tool then you can print of at least the first (trial install) exam of 66 odd questions - with an answer sheet!!   hth Rod - Original Message - From: Ryan Sabir To: 'cfaussie@googlegroups.com' Sent: Monday, May 15, 2006 1

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Barry Beattie
also, http://www.brainbench.com/xml/bb/business/hiring/hireemployees.xmlthese ppl have online exams to weed out the time wasters before they get to you although I don't know if their CF exam is any newer than 6.1more info:http://tech.badpen.com/index.cfm?mode=entry&entry=25 On 5/15/06, Barry Beatti

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Barry Beattie
any of the CF certification sample questions (or study guides) any help to you?On 5/15/06, Ryan Sabir < [EMAIL PROTECTED]> wrote: Hey all,   On the subject of recruitement, which has been a hot topic lately, just wondering if anyone out there has a set of ColdFusion technical questions that 

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Scott Thornton
Hello, If you have a copy, some of the questions out of Ben Forta's CF MX Exam guide would be good. >>> [EMAIL PROTECTED] 15/05/2006 11:32 am >>> Hey all, On the subject of recruitement, which has been a hot topic lately, just wondering if anyone out there has a set of ColdFusion technical q

[cfaussie] Re: CF aptitude test

2006-05-14 Thread Mark Mandel
CF is just a syntax - I'd be more interested in application design sort of questions - Things like DB modelling, object handling (if you use OO), general use of MVC, etc. Questions like 'given problem A, how would you model it with maintenance in mind', 'if performance became a huge priority, wo

[cfaussie] Re: External XML Entities with CF 7...

2006-05-14 Thread Kai Koenig \( ZeroOne \)
It's def. an issue with the way CF parses XML files, because this Java test code works totally fine for me and gives another indication that the way I've done it within XML should be correct. import java.io.File; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilder

[cfaussie] CF aptitude test

2006-05-14 Thread Ryan Sabir
Hey all,   On the subject of recruitement, which has been a hot topic lately, just wondering if anyone out there has a set of ColdFusion technical questions that could be asked of a potential employee in an interview? I'm thinking a 15 - 20 minute quiz that would test their knowledge of CF

[cfaussie] Re: External XML Entities with CF 7...

2006-05-14 Thread Patrick Branley
Hi KaiIve noticed the same thing with DTD's it seems whatever you do, it only goes 1 level deep with the validation.if you try to do for example XHTML validation and point it to: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtdwhich contains references to other DTD files that define the symbols li

[cfaussie] External XML Entities with CF 7...

2006-05-14 Thread Kai Koenig \( ZeroOne \)
Hi folks, I'm just trying to break down a large XML document into several smaller pieces using . For some reason CF 7's XML engine doesn't like the way I'm doing it: a.xml: ]> &configuration; b.xml: abc a.xml and b.xml are in the same folder. Given the concept of entities, that shoul

[cfaussie] Re: Webservices playing with the data

2006-05-14 Thread grant
have a look at encoding on your xml. ms word produces those ghey little double quotes that are in the ISO character set and not utf-8, which i've had trouble with before. just an idea, may be something completely unrelated. G On 5/12/06, <[EMAIL PROTECTED]> wrote: > > Hi guys, > > Not sure how t

[cfaussie] 301 redirect in CF

2006-05-14 Thread Ryan Sabir
Heya, I have a file with this content:   http://www.newgency.com"> Located at this URL: http://www.newgency.com/testmove.cfm   However when I use this tool: http://web-sniffer.net/   To check my http header information, rather than the 301 redirect I've indicated, I get told it's a 302 red

[cfaussie] Mystic CFC Wizard

2006-05-14 Thread Bjorn Schultheiss
Hi, Question relates to Flex Builder 2,When using the RDS Coldfusion CFC Wizard, is it possible to create a CFC based off the fields in the sql SELECT statement, as opposed to only being able to create a CFC off a table structure? Bjorn --~--~-~--~~~---~--~~ Yo