Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Russ Michaels

Based on previous versions i would expect perfect compatibility.
We have been able to move databases from sql 2000/2005 to 2008 without any
issues.

If you are concerned then simply install 2012 and try migrating a few
databases.

Regards
Russ Michaels
On Sep 14, 2012 3:35 AM, Mike Kear afpwebwo...@gmail.com wrote:


 Sorry for asking an OT question, but I've been asking around Microsoft (at
 least 10 different people in MS Support,  and in Partner services)  for
 more than a week and after all this time not a single MS person will even
 attempt to answer this question 

 If i install a SQL Server 2012 product,   (any level - Express or up to
 Enterprise )   how compatible is it with SQL Server 2005 databases?

 The reason I ask is I'm building new laptops for development, based on
 Windows 7 Pro OS,  and want to install up to date software if i can.   But
 my major client uses SQLServer 2005 as his production database.   Therefore
 any machine I build has to be capable of developing SQL2005 databases.

 Does anyone here know the answer?  Or else can anyone point me towards
 someone who could tell me?

 --
 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352606
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Maureen

2005 databases will likely run without problem once upgraded to 2012 - but
you won't be able to take those databases back to a 2005 server and run
them once you've upgraded them.  The issues are here:
http://msdn.microsoft.com/en-us/library/ms144256.aspx  - especially the
link at the bottom for backward compatibility issues.

You can also run multiple instances of the database - different versions -
on the same machine.  That might be your best choice.


On Thu, Sep 13, 2012 at 7:35 PM, Mike Kear afpwebwo...@gmail.com wrote:


 Sorry for asking an OT question, but I've been asking around Microsoft (at
 least 10 different people in MS Support,  and in Partner services)  for
 more than a week and after all this time not a single MS person will even
 attempt to answer this question 

 If i install a SQL Server 2012 product,   (any level - Express or up to
 Enterprise )   how compatible is it with SQL Server 2005 databases?

 The reason I ask is I'm building new laptops for development, based on
 Windows 7 Pro OS,  and want to install up to date software if i can.   But
 my major client uses SQLServer 2005 as his production database.   Therefore
 any machine I build has to be capable of developing SQL2005 databases.

 Does anyone here know the answer?  Or else can anyone point me towards
 someone who could tell me?



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352607
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Mike Kear

Thanks, Maureeen and Russ.  I fully expected to be able to upgrade 2005
databases to 2008 or further.What I'm really worried about is whether
I'll be able to develop databases on my laptops with the newer database,
and deploy the resulting work onto the client's SQL2005 database somehow.

Is there a converter utility or something  or can i create a 2005 database
using SQL Server 2008?

Maybe I'd be better to install only the SQL2005 on my laptops.

Cheers
Mike Kear
AFP Webworks
Windsor, NSW, Australia.


On Fri, Sep 14, 2012 at 6:38 PM, Maureen mamamaur...@gmail.com wrote:


 2005 databases will likely run without problem once upgraded to 2012 - but
 you won't be able to take those databases back to a 2005 server and run
 them once you've upgraded them.  The issues are here:
 http://msdn.microsoft.com/en-us/library/ms144256.aspx  - especially the
 link at the bottom for backward compatibility issues.

 You can also run multiple instances of the database - different versions -
 on the same machine.  That might be your best choice.


 On Thu, Sep 13, 2012 at 7:35 PM, Mike Kear afpwebwo...@gmail.com wrote:

 
  Sorry for asking an OT question, but I've been asking around Microsoft
 (at
  least 10 different people in MS Support,  and in Partner services)  for
  more than a week and after all this time not a single MS person will even
  attempt to answer this question 
 
  If i install a SQL Server 2012 product,   (any level - Express or up to
  Enterprise )   how compatible is it with SQL Server 2005 databases?
 
  The reason I ask is I'm building new laptops for development, based on
  Windows 7 Pro OS,  and want to install up to date software if i can.
 But
  my major client uses SQLServer 2005 as his production database.
 Therefore
  any machine I build has to be capable of developing SQL2005 databases.
 
  Does anyone here know the answer?  Or else can anyone point me towards
  someone who could tell me?
 


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352608
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Maureen

All of the upgrade and migration tools are at the link I sent you.  If the
database doesn't use any esoteric functions - if it is just basic sql - you
should be able to export it from 2008 as sql and execute the sql file 2005
to create a database there.  If you have functionality running in 2008 that
is not supported in 2005 that won't work and you'll have to exclude those
functions in your export/import and find another way to do them 2005 -
which can be problematic.

If you have any more questions, you can hit me offlist.  Data conversions
are the main part of my business and there are very few combos I haven't
fought with at some point.

On Fri, Sep 14, 2012 at 2:43 AM, Mike Kear afpwebwo...@gmail.com wrote:


 Thanks, Maureeen and Russ.  I fully expected to be able to upgrade 2005
 databases to 2008 or further.What I'm really worried about is whether
 I'll be able to develop databases on my laptops with the newer database,
 and deploy the resulting work onto the client's SQL2005 database somehow.

 Is there a converter utility or something  or can i create a 2005 database
 using SQL Server 2008?

 Maybe I'd be better to install only the SQL2005 on my laptops.

 Cheers
 Mike Kear
 AFP Webworks
 Windsor, NSW, Australia.


 On Fri, Sep 14, 2012 at 6:38 PM, Maureen mamamaur...@gmail.com wrote:

 
  2005 databases will likely run without problem once upgraded to 2012 -
 but
  you won't be able to take those databases back to a 2005 server and run
  them once you've upgraded them.  The issues are here:
  http://msdn.microsoft.com/en-us/library/ms144256.aspx  - especially the
  link at the bottom for backward compatibility issues.
 
  You can also run multiple instances of the database - different versions
 -
  on the same machine.  That might be your best choice.
 
 
  On Thu, Sep 13, 2012 at 7:35 PM, Mike Kear afpwebwo...@gmail.com
 wrote:
 
  
   Sorry for asking an OT question, but I've been asking around Microsoft
  (at
   least 10 different people in MS Support,  and in Partner services)  for
   more than a week and after all this time not a single MS person will
 even
   attempt to answer this question 
  
   If i install a SQL Server 2012 product,   (any level - Express or up to
   Enterprise )   how compatible is it with SQL Server 2005 databases?
  
   The reason I ask is I'm building new laptops for development, based on
   Windows 7 Pro OS,  and want to install up to date software if i can.
  But
   my major client uses SQLServer 2005 as his production database.
  Therefore
   any machine I build has to be capable of developing SQL2005 databases.
  
   Does anyone here know the answer?  Or else can anyone point me towards
   someone who could tell me?
  
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352609
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread .jonah

I don't know, but you may be able to DTS the DBs back to the older 
version - while losing any 2008-specific features?

I know I can connect to and manage a SQL 2000 database server from 2008 
enterprise manager.

On 9/14/12 2:43 AM, Mike Kear wrote:
 Thanks, Maureeen and Russ.  I fully expected to be able to upgrade 2005
 databases to 2008 or further.What I'm really worried about is whether
 I'll be able to develop databases on my laptops with the newer database,
 and deploy the resulting work onto the client's SQL2005 database somehow.

 Is there a converter utility or something  or can i create a 2005 database
 using SQL Server 2008?

 Maybe I'd be better to install only the SQL2005 on my laptops.

 Cheers
 Mike Kear
 AFP Webworks
 Windsor, NSW, Australia.


 On Fri, Sep 14, 2012 at 6:38 PM, Maureen mamamaur...@gmail.com wrote:

 2005 databases will likely run without problem once upgraded to 2012 - but
 you won't be able to take those databases back to a 2005 server and run
 them once you've upgraded them.  The issues are here:
 http://msdn.microsoft.com/en-us/library/ms144256.aspx  - especially the
 link at the bottom for backward compatibility issues.

 You can also run multiple instances of the database - different versions -
 on the same machine.  That might be your best choice.


 On Thu, Sep 13, 2012 at 7:35 PM, Mike Kear afpwebwo...@gmail.com wrote:

 Sorry for asking an OT question, but I've been asking around Microsoft
 (at
 least 10 different people in MS Support,  and in Partner services)  for
 more than a week and after all this time not a single MS person will even
 attempt to answer this question 

 If i install a SQL Server 2012 product,   (any level - Express or up to
 Enterprise )   how compatible is it with SQL Server 2005 databases?

 The reason I ask is I'm building new laptops for development, based on
 Windows 7 Pro OS,  and want to install up to date software if i can.
 But
 my major client uses SQLServer 2005 as his production database.
 Therefore
 any machine I build has to be capable of developing SQL2005 databases.

 Does anyone here know the answer?  Or else can anyone point me towards
 someone who could tell me?



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352610
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Mike Kear

OK, thanks everybody.I think I am fairly sure I'm going to be able to
load up anything I might develop in the future onto that client's 2005
server.

And thanks Maureen for your offer.  If you dont mind, I'll keep your offer
on my desk in case I really get stuck.

Interesting, that I had multiple answers and suggestions inside 4 hours
here,  when Microsoft have been unable to even take a stab at the answer in
over a week.


Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


--


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352611
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF DDos update released

2012-09-14 Thread David Boyer

On Tue, Sep 11, 2012 at 7:48 PM,   wrote:

  i already read tha adobe bulletin, it doesn't really say much.

 I doubt you will ever see details and description about any possible attack.
 It would be too easy for those looking for ideas...

Publication of details of an attack are pretty common. Good guys will
typically find an attack, alert the people who are in a position to
fix the product(s), wait for them to confirm it and start on a fix and
then publish the details of the attack after the vulnerability patch
has been released.

Well I think I'm being a good guy so far ;) Contacted Adobe about this, they've 
got the fix out and I've been working hard contacting those who I think are 
most at risk from the issue itself.  I doubt I'll put the details of the attack 
out there anytime soon, I'd still feel a bit guilty if it was taken advantage 
of, even if it's the fault of someone not updating their installations.

I'm still trying to discuss some things with Adobe in relation to this, so you 
may get some more information at some point.

Dave
---
David Boyer
Blog  http://misterdai.yougeezer.co.uk
Twitter - http://twitter.com/misterdai
CFML Engine Monitor - http://www.cftracker.net

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352612
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF DDos update released

2012-09-14 Thread Russ Michaels

perhaps it might help if a few other people got on their case as well,
especially hosts, who will be the main ones who do not like this fix.

On Fri, Sep 14, 2012 at 12:00 PM, David Boyer
dave.cft...@yougeezer.co.ukwrote:


 On Tue, Sep 11, 2012 at 7:48 PM,   wrote:
 
   i already read tha adobe bulletin, it doesn't really say much.
 
  I doubt you will ever see details and description about any possible
 attack.
  It would be too easy for those looking for ideas...
 
 Publication of details of an attack are pretty common. Good guys will
 typically find an attack, alert the people who are in a position to
 fix the product(s), wait for them to confirm it and start on a fix and
 then publish the details of the attack after the vulnerability patch
 has been released.

 Well I think I'm being a good guy so far ;) Contacted Adobe about this,
 they've got the fix out and I've been working hard contacting those who I
 think are most at risk from the issue itself.  I doubt I'll put the details
 of the attack out there anytime soon, I'd still feel a bit guilty if it was
 taken advantage of, even if it's the fault of someone not updating their
 installations.

 I'm still trying to discuss some things with Adobe in relation to this, so
 you may get some more information at some point.

 Dave
 ---
 David Boyer
 Blog  http://misterdai.yougeezer.co.uk
 Twitter - http://twitter.com/misterdai
 CFML Engine Monitor - http://www.cftracker.net

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352613
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Russ Michaels

why not just run a small VM with SQL 2005 for when you need it ?
or upgrade those 2005 users to 2008/2012

On Fri, Sep 14, 2012 at 11:21 AM, Mike Kear afpwebwo...@gmail.com wrote:


 OK, thanks everybody.I think I am fairly sure I'm going to be able to
 load up anything I might develop in the future onto that client's 2005
 server.

 And thanks Maureen for your offer.  If you dont mind, I'll keep your offer
 on my desk in case I really get stuck.

 Interesting, that I had multiple answers and suggestions inside 4 hours
 here,  when Microsoft have been unable to even take a stab at the answer in
 over a week.


 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


 --


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352614
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Dan G. Switzer, II

I don't think you will have any issues, but if your really worried about
creating 2005 databases in 2012 that aren't compatible, why don't you just
create a blank database in a 2005, then either take it offline and make a
master copy or make a backup of it. You could then use that backup to
create native 2005 databases anytime you need one.

-Dan

On Friday, September 14, 2012, Mike Kear wrote:


 OK, thanks everybody.I think I am fairly sure I'm going to be able to
 load up anything I might develop in the future onto that client's 2005
 server.

 And thanks Maureen for your offer.  If you dont mind, I'll keep your offer
 on my desk in case I really get stuck.

 Interesting, that I had multiple answers and suggestions inside 4 hours
 here,  when Microsoft have been unable to even take a stab at the answer in
 over a week.


 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month


 --


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352615
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Carl Von Stetten

Mike,

I think that each database has a setting for compatibility level (go 
to the Properties dialog for the database, then the Options tab, it's 
at the very top).  As long as you leave this at SQL Server 2005 (90), 
you should be able to run the same database on 2012.  I don't have SQL 
Server 2012 yet, but I do have 2008 R2. Here is an excerpt from the help 
docs for 2008 R2, under Alter Database Compatibility Level:

 For all installations of SQL Server 2008, the default
 compatibility level is 100. Databases created in SQL Server 2008
 are set to this level unless the *model* database has a lower
 compatibility level. When a database is upgraded to SQL Server
 2008 from any earlier version of SQL Server, the database retains
 its existing compatibility level if it is at least 80. Upgrading a
 database with a compatibility level below 80 sets the database to
 compatibility level 80. This applies to both system and user
 databases. Use ALTER DATABASE to change the compatibility level of
 the database. To view the current compatibility level of a
 database, query the *compatibility_level* column in the
 *sys.databases* catalog view.


   Using Compatibility Level for Backward Compatibility

 Compatibility level affects behaviors only for the specified
 database, not for the entire server. Compatibility level provides
 only partial backward compatibility with earlier versions of SQL
 Server. Use compatibility level as an interim migration aid to
 work around version differences in the behaviors that are
 controlled by the relevant compatibility-level setting. If
 existing SQL Server applications are affected by behavioral
 differences in SQL Server 2008, convert the application to work
 properly. Then use ALTER DATABASE to change the compatibility
 level to 100. The new compatibility setting for a database takes
 effect when the database is next made current (whether as the
 default database on login or on being specified in a USE statement).

This is followed by a long table that explicitly states the differences 
in compatibility from previous versions.  I'm assuming the docs for SQL 
Server 2012 would have something similar.

HTH,
Carl


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352616
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: if logging is turned off? how do i

2012-09-14 Thread morchella

are there any articles you could recomend.
my solution works but that sounds pretty slick.
i am googling log4j ColdFusion

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352617
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: if logging is turned off? how do i

2012-09-14 Thread Russ Michaels

if you cannot use cflog and do not have access to the cfadmin then your
only option is to create your own log, whether using log4j or cffile.
if you just need to create a simple log, then cffile append will probably
suffice.
Just make sure you make a cleanup utility to delete old logs and rollover
the logs each day, or you will end up with lots of wasted space and lots of
redundant files.


On Fri, Sep 14, 2012 at 4:35 PM, morchella morchella.delici...@gmail.comwrote:


 are there any articles you could recomend.
 my solution works but that sounds pretty slick.
 i am googling log4j ColdFusion

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352618
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: if logging is turned off? how do i

2012-09-14 Thread Judah McAuley

I've not done it before, myself. I'd probably just use CreateObject
and instantiate log4j and then start with the log4j docs. I believe
the class you'd be most likely to use is
org.apache.log4j.DailyRollingFileAppender

It also just occurred to me that you could use LogBox. It is part of
the ColdBox framework but is also a standalone application that you
could easily integrate. If you go that route, you've got a native CF
solution and it also supports a huge number of logging options, like
logging to email, to db, to file, to twitter, based on pattern
matching, based on severity, etc.

http://wiki.coldbox.org/wiki/LogBox.cfm

Download and api docs are available about 2/3rds of the way down this
page: http://www.coldbox.org/download

Cheers,
Judah

On Fri, Sep 14, 2012 at 8:35 AM, morchella
morchella.delici...@gmail.com wrote:

 are there any articles you could recomend.
 my solution works but that sounds pretty slick.
 i am googling log4j ColdFusion


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352619
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Embedding image to a document that is attached to an email

2012-09-14 Thread Bruce Sorge

So after searching the docs, I found out that you have to do two things to 
embed an image to a PDF with CFDUCUMENT.

1. Set the localUrl variable to Yes
2. Use the path to the image relative to the file accessing it. Since my image 
is in the Images folder, my code was ing src=Images/logo.png / And it IS 
case sensitive. 

Bruce 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352620
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


SOT: returning data from ajax and displaying it..

2012-09-14 Thread Greg Morphis

I've got this code:
myspan.innerHTML += 'ul'
for(i=0; ipresentation.DATA.length; i++) {
   myspan.innerHTML +=
   'li class=grey_homepage_texta href=' +
presentation.DATA[i][presentation.COLUMNS.findIdx('PATH')]
   + '' + presentation.DATA[i][presentation.COLUMNS.findIdx('TITLE')]
   + '/anbsp;nbsp;('
   + presentation.DATA[i][presentation.COLUMNS.findIdx('AUTHOR')]
   + ')nbsp;nbsp;span style=font-size:10px;color:blue;'
   + presentation.DATA[i][presentation.COLUMNS.findIdx('DATE')]
   +  /span/li
}
myspan.innerHTML += '/ul'

And it's not working properly.. when I look in Firebug I see:

span id=output
h3Results for your search:/h3
ul/ul
li class=grey_homepage_text
a href=path_to_filefile 3/a
nbsp;nbsp;(foo 2, foo 45)nbsp;nbsp;
span style=font-size:10px;color:blue;02-24-2012/span
/li
li class=grey_homepage_text
a href=path_to_filefile b/a
nbsp;nbsp;(foo 1)nbsp;nbsp;
span style=font-size:10px;color:blue;02-24-2012/span
/li
/span

the ul/ul are on the same line but they're definitely outside the for
loop looping over the li's. Any idea how to remedy this?

Thanks!


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352621
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: returning data from ajax and displaying it..

2012-09-14 Thread Greg Morphis

Got it.. I just made a long string and then at the end set the innerHTML
value to the string.. works like a charm!

On Fri, Sep 14, 2012 at 2:15 PM, Greg Morphis gmorp...@gmail.com wrote:

 I've got this code:
 myspan.innerHTML += 'ul'
 for(i=0; ipresentation.DATA.length; i++) {
myspan.innerHTML +=
'li class=grey_homepage_texta href=' +
 presentation.DATA[i][presentation.COLUMNS.findIdx('PATH')]
+ '' + presentation.DATA[i][presentation.COLUMNS.findIdx('TITLE')]
+ '/anbsp;nbsp;('
+ presentation.DATA[i][presentation.COLUMNS.findIdx('AUTHOR')]
+ ')nbsp;nbsp;span style=font-size:10px;color:blue;'
+ presentation.DATA[i][presentation.COLUMNS.findIdx('DATE')]
+  /span/li
 }
 myspan.innerHTML += '/ul'

 And it's not working properly.. when I look in Firebug I see:

 span id=output
 h3Results for your search:/h3
 ul/ul
 li class=grey_homepage_text
 a href=path_to_filefile 3/a
 nbsp;nbsp;(foo 2, foo 45)nbsp;nbsp;
 span style=font-size:10px;color:blue;02-24-2012/span
 /li
 li class=grey_homepage_text
 a href=path_to_filefile b/a
 nbsp;nbsp;(foo 1)nbsp;nbsp;
 span style=font-size:10px;color:blue;02-24-2012/span
 /li
 /span

 the ul/ul are on the same line but they're definitely outside the for
 loop looping over the li's. Any idea how to remedy this?

 Thanks!





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352622
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Job opportunity for Cold Fusion Developer at Omaha, NE

2012-09-14 Thread pranith K

We are looking for a ColdFusion Developer to join a long term project in Omaha, 
NE. 

Qualifications
Senior Cold fusion developer to drive the team  with best practises and build 
powerful applications.
Experience developing complex coldfusion applications.
6 or more years of hands on database development experience with MS SQL Server  
2005 and 2008.
Experience with SSIS packages.
Effective SQL Server Stored Procedure code design and ability to code complex 
programs.
Experience with Java script and CSS
Ability to multi task and manage multiple project/task assignments 
simultaneously.
Actively interface with other teams to gather requirements, design, code, 
debug, document, implement and maintain various DB projects

I would really appreciate if you can refer me to someone who might also be 
interested in this opportunity.
Let me know if you need anything else.

Thanks,

Praneeth
ProKarma Inc.
Ph: 402-546-3664
Fax: 402-333-5869
pkommin...@prokarma.com
www.ProKarma.com

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4572
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-jobs-talk/unsubscribe.cfm


RES: Job opportunity for Cold Fusion Developer at Omaha, NE

2012-09-14 Thread Carlos Costa

Hello
I saw your request.
In fact, I currently live in Portugal and I can not accept this offer.

However, I would like to work with you on specific projects remotely.

What do you think of this?

Sincerely,

Carlos Costa

-Mensagem original-
De: pranith K [mailto:pkommin...@prokarma.com] 
Enviada em: Friday, September 14, 2012 4:08 PM
Para: cf-jobs-talk
Assunto: Job opportunity for Cold Fusion Developer at Omaha, NE


We are looking for a ColdFusion Developer to join a long term project in
Omaha, NE. 

Qualifications
Senior Cold fusion developer to drive the team  with best practises and
build powerful applications.
Experience developing complex coldfusion applications.
6 or more years of hands on database development experience with MS SQL
Server  2005 and 2008.
Experience with SSIS packages.
Effective SQL Server Stored Procedure code design and ability to code
complex programs.
Experience with Java script and CSS
Ability to multi task and manage multiple project/task assignments
simultaneously.
Actively interface with other teams to gather requirements, design, code,
debug, document, implement and maintain various DB projects

I would really appreciate if you can refer me to someone who might also be
interested in this opportunity.
Let me know if you need anything else.

Thanks,

Praneeth
ProKarma Inc.
Ph: 402-546-3664
Fax: 402-333-5869
pkommin...@prokarma.com
www.ProKarma.com



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4573
Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-jobs-talk/unsubscribe.cfm