CF 9 with IIS 7

2011-11-29 Thread Greg Morphis

I just did a fresh install fall cleaning.. of my PC..
I installed IIS and ColdFusion.. however I think I installed the 32
bit version of CF as oppose to the 64 bit (I had the exe saved in my
backup)
Anyways I have that all sorted out.. if I hit http://localhost/index.cfm
I get a CF error file not found.. that's fine.
I want to add a site so I can have several..
I added a site and binded it to port 81..
However when I hit http://localhost:81/index.cfm (which DOES exist)..
I get an internal 500 error.

I've been googling this morning and haven't found much help.. Here's
what IIS shows

Module: IsapiModule
Notification:   ExecuteRequestHandler
Handler:AboMapperCustom-50513
Error Code: 0x800700c1
Requested URL: http://localhost:81/index.cfm
Physical Path: C:\mysite\index.cfm
Logon Method:Anonymous
Logon User:   Anonymous

Thanks in advance!

~|
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:348891
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Scott Stewart

Did you install CF on port 8500, by chance?

If it's pre 9.01, you need to have the IIS 6 compatibility mode
installed (or whatever it's called), you can install this  by going to
programs and look for Windows Features..

The easy way is to uninstall what you have, download CF 9,01 and
install in IIS 7.


On Tue, Nov 29, 2011 at 11:19 AM, Greg Morphis gmorp...@gmail.com wrote:

 I just did a fresh install fall cleaning.. of my PC..
 I installed IIS and ColdFusion.. however I think I installed the 32
 bit version of CF as oppose to the 64 bit (I had the exe saved in my
 backup)
 Anyways I have that all sorted out.. if I hit http://localhost/index.cfm
 I get a CF error file not found.. that's fine.
 I want to add a site so I can have several..
 I added a site and binded it to port 81..
 However when I hit http://localhost:81/index.cfm (which DOES exist)..
 I get an internal 500 error.

 I've been googling this morning and haven't found much help.. Here's
 what IIS shows

 Module:     IsapiModule
 Notification:   ExecuteRequestHandler
 Handler:    AboMapperCustom-50513
 Error Code:     0x800700c1
 Requested URL:     http://localhost:81/index.cfm
 Physical Path:     C:\mysite\index.cfm
 Logon Method:    Anonymous
 Logon User:   Anonymous

 Thanks in advance!

 

~|
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:348892
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Greg Morphis

When I installed it I told it to use IIS but I do have IIS 6
compatibility installed.
I may uninstall CF 9 and reinstall it making sure I use the 64 bit version.
Any other things I can look for?


On Tue, Nov 29, 2011 at 10:25 AM, Scott Stewart
webmas...@sstwebworks.com wrote:

 Did you install CF on port 8500, by chance?

 If it's pre 9.01, you need to have the IIS 6 compatibility mode
 installed (or whatever it's called), you can install this  by going to
 programs and look for Windows Features..

 The easy way is to uninstall what you have, download CF 9,01 and
 install in IIS 7.


 On Tue, Nov 29, 2011 at 11:19 AM, Greg Morphis gmorp...@gmail.com wrote:

 I just did a fresh install fall cleaning.. of my PC..
 I installed IIS and ColdFusion.. however I think I installed the 32
 bit version of CF as oppose to the 64 bit (I had the exe saved in my
 backup)
 Anyways I have that all sorted out.. if I hit http://localhost/index.cfm
 I get a CF error file not found.. that's fine.
 I want to add a site so I can have several..
 I added a site and binded it to port 81..
 However when I hit http://localhost:81/index.cfm (which DOES exist)..
 I get an internal 500 error.

 I've been googling this morning and haven't found much help.. Here's
 what IIS shows

 Module:     IsapiModule
 Notification:   ExecuteRequestHandler
 Handler:    AboMapperCustom-50513
 Error Code:     0x800700c1
 Requested URL:     http://localhost:81/index.cfm
 Physical Path:     C:\mysite\index.cfm
 Logon Method:    Anonymous
 Logon User:   Anonymous

 Thanks in advance!



 

~|
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:348893
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Scott Stewart

do you have IIS pointing at port 81?

On Tue, Nov 29, 2011 at 11:32 AM, Greg Morphis gmorp...@gmail.com wrote:

 When I installed it I told it to use IIS but I do have IIS 6
 compatibility installed.
 I may uninstall CF 9 and reinstall it making sure I use the 64 bit version.
 Any other things I can look for?


 On Tue, Nov 29, 2011 at 10:25 AM, Scott Stewart
 webmas...@sstwebworks.com wrote:

 Did you install CF on port 8500, by chance?

 If it's pre 9.01, you need to have the IIS 6 compatibility mode
 installed (or whatever it's called), you can install this  by going to
 programs and look for Windows Features..

 The easy way is to uninstall what you have, download CF 9,01 and
 install in IIS 7.


 On Tue, Nov 29, 2011 at 11:19 AM, Greg Morphis gmorp...@gmail.com wrote:

 I just did a fresh install fall cleaning.. of my PC..
 I installed IIS and ColdFusion.. however I think I installed the 32
 bit version of CF as oppose to the 64 bit (I had the exe saved in my
 backup)
 Anyways I have that all sorted out.. if I hit http://localhost/index.cfm
 I get a CF error file not found.. that's fine.
 I want to add a site so I can have several..
 I added a site and binded it to port 81..
 However when I hit http://localhost:81/index.cfm (which DOES exist)..
 I get an internal 500 error.

 I've been googling this morning and haven't found much help.. Here's
 what IIS shows

 Module:     IsapiModule
 Notification:   ExecuteRequestHandler
 Handler:    AboMapperCustom-50513
 Error Code:     0x800700c1
 Requested URL:     http://localhost:81/index.cfm
 Physical Path:     C:\mysite\index.cfm
 Logon Method:    Anonymous
 Logon User:   Anonymous

 Thanks in advance!





 

~|
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:348894
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Greg Morphis

I have the site bound to port 81..
And I get an IIS error message when I hit
http://localhost:81/

but I don't get an error message when I hit http://localhost:80/


On Tue, Nov 29, 2011 at 10:37 AM, Scott Stewart
webmas...@sstwebworks.com wrote:

 do you have IIS pointing at port 81?

 On Tue, Nov 29, 2011 at 11:32 AM, Greg Morphis gmorp...@gmail.com wrote:

 When I installed it I told it to use IIS but I do have IIS 6
 compatibility installed.
 I may uninstall CF 9 and reinstall it making sure I use the 64 bit version.
 Any other things I can look for?


 On Tue, Nov 29, 2011 at 10:25 AM, Scott Stewart
 webmas...@sstwebworks.com wrote:

 Did you install CF on port 8500, by chance?

 If it's pre 9.01, you need to have the IIS 6 compatibility mode
 installed (or whatever it's called), you can install this  by going to
 programs and look for Windows Features..

 The easy way is to uninstall what you have, download CF 9,01 and
 install in IIS 7.


 On Tue, Nov 29, 2011 at 11:19 AM, Greg Morphis gmorp...@gmail.com wrote:

 I just did a fresh install fall cleaning.. of my PC..
 I installed IIS and ColdFusion.. however I think I installed the 32
 bit version of CF as oppose to the 64 bit (I had the exe saved in my
 backup)
 Anyways I have that all sorted out.. if I hit http://localhost/index.cfm
 I get a CF error file not found.. that's fine.
 I want to add a site so I can have several..
 I added a site and binded it to port 81..
 However when I hit http://localhost:81/index.cfm (which DOES exist)..
 I get an internal 500 error.

 I've been googling this morning and haven't found much help.. Here's
 what IIS shows

 Module:     IsapiModule
 Notification:   ExecuteRequestHandler
 Handler:    AboMapperCustom-50513
 Error Code:     0x800700c1
 Requested URL:     http://localhost:81/index.cfm
 Physical Path:     C:\mysite\index.cfm
 Logon Method:    Anonymous
 Logon User:   Anonymous

 Thanks in advance!







 

~|
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:348895
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Russ Michaels

if it works fine on port 80 then why not just stick to using port 80 ?
You do not need to use a different port for each site, you just need
to make sure each site has a different host header.


On Tue, Nov 29, 2011 at 4:40 PM, Greg Morphis gmorp...@gmail.com wrote:

 I have the site bound to port 81..
 And I get an IIS error message when I hit
 http://localhost:81/

 but I don't get an error message when I hit http://localhost:80/


 On Tue, Nov 29, 2011 at 10:37 AM, Scott Stewart
 webmas...@sstwebworks.com wrote:

 do you have IIS pointing at port 81?

 On Tue, Nov 29, 2011 at 11:32 AM, Greg Morphis gmorp...@gmail.com wrote:

 When I installed it I told it to use IIS but I do have IIS 6
 compatibility installed.
 I may uninstall CF 9 and reinstall it making sure I use the 64 bit version.
 Any other things I can look for?


 On Tue, Nov 29, 2011 at 10:25 AM, Scott Stewart
 webmas...@sstwebworks.com wrote:

 Did you install CF on port 8500, by chance?

 If it's pre 9.01, you need to have the IIS 6 compatibility mode
 installed (or whatever it's called), you can install this  by going to
 programs and look for Windows Features..

 The easy way is to uninstall what you have, download CF 9,01 and
 install in IIS 7.


 On Tue, Nov 29, 2011 at 11:19 AM, Greg Morphis gmorp...@gmail.com wrote:

 I just did a fresh install fall cleaning.. of my PC..
 I installed IIS and ColdFusion.. however I think I installed the 32
 bit version of CF as oppose to the 64 bit (I had the exe saved in my
 backup)
 Anyways I have that all sorted out.. if I hit http://localhost/index.cfm
 I get a CF error file not found.. that's fine.
 I want to add a site so I can have several..
 I added a site and binded it to port 81..
 However when I hit http://localhost:81/index.cfm (which DOES exist)..
 I get an internal 500 error.

 I've been googling this morning and haven't found much help.. Here's
 what IIS shows

 Module:     IsapiModule
 Notification:   ExecuteRequestHandler
 Handler:    AboMapperCustom-50513
 Error Code:     0x800700c1
 Requested URL:     http://localhost:81/index.cfm
 Physical Path:     C:\mysite\index.cfm
 Logon Method:    Anonymous
 Logon User:   Anonymous

 Thanks in advance!









 

~|
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:348896
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Greg Morphis

That'll work Russ but I'm not familiar with doing that, can you point
me to a tutorial or something? How would the site be reached?

Thanks

On Tue, Nov 29, 2011 at 10:49 AM, Russ Michaels r...@michaels.me.uk wrote:

 if it works fine on port 80 then why not just stick to using port 80 ?
 You do not need to use a different port for each site, you just need
 to make sure each site has a different host header.


 On Tue, Nov 29, 2011 at 4:40 PM, Greg Morphis gmorp...@gmail.com wrote:

 I have the site bound to port 81..
 And I get an IIS error message when I hit
 http://localhost:81/

 but I don't get an error message when I hit http://localhost:80/


 On Tue, Nov 29, 2011 at 10:37 AM, Scott Stewart
 webmas...@sstwebworks.com wrote:

 do you have IIS pointing at port 81?

 On Tue, Nov 29, 2011 at 11:32 AM, Greg Morphis gmorp...@gmail.com wrote:

 When I installed it I told it to use IIS but I do have IIS 6
 compatibility installed.
 I may uninstall CF 9 and reinstall it making sure I use the 64 bit version.
 Any other things I can look for?


 On Tue, Nov 29, 2011 at 10:25 AM, Scott Stewart
 webmas...@sstwebworks.com wrote:

 Did you install CF on port 8500, by chance?

 If it's pre 9.01, you need to have the IIS 6 compatibility mode
 installed (or whatever it's called), you can install this  by going to
 programs and look for Windows Features..

 The easy way is to uninstall what you have, download CF 9,01 and
 install in IIS 7.


 On Tue, Nov 29, 2011 at 11:19 AM, Greg Morphis gmorp...@gmail.com wrote:

 I just did a fresh install fall cleaning.. of my PC..
 I installed IIS and ColdFusion.. however I think I installed the 32
 bit version of CF as oppose to the 64 bit (I had the exe saved in my
 backup)
 Anyways I have that all sorted out.. if I hit http://localhost/index.cfm
 I get a CF error file not found.. that's fine.
 I want to add a site so I can have several..
 I added a site and binded it to port 81..
 However when I hit http://localhost:81/index.cfm (which DOES exist)..
 I get an internal 500 error.

 I've been googling this morning and haven't found much help.. Here's
 what IIS shows

 Module:     IsapiModule
 Notification:   ExecuteRequestHandler
 Handler:    AboMapperCustom-50513
 Error Code:     0x800700c1
 Requested URL:     http://localhost:81/index.cfm
 Physical Path:     C:\mysite\index.cfm
 Logon Method:    Anonymous
 Logon User:   Anonymous

 Thanks in advance!











 

~|
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:348897
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Casey Dougall

On Tue, Nov 29, 2011 at 11:50 AM, Greg Morphis gmorp...@gmail.com wrote:


 That'll work Russ but I'm not familiar with doing that, can you point
 me to a tutorial or something? How would the site be reached?

 Thanks



download 64Bit, I just went through re-install a couple days ago and it
works fine.


~|
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:348898
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Russ Michaels

open c:\windows\system32\drivers\etc\hosts file in notepad, you will
need to run notepad as administrator on windows vista or windows 7 or
you wont be able to save the file.

at the bottom of the file just enter your desired host headers
pointing at localhost, I tend to use a dev. sub-domain of the
real/live domain for consistency, but you can use whatever you like

e.g.

127.0.0.1  dev.mydomain1.com
127.0.0.1  dev.mydomain2.com

then set the same host header in IIS for the site
russ


On Tue, Nov 29, 2011 at 4:53 PM, Casey Dougall
ca...@uberwebsitesolutions.com wrote:

 On Tue, Nov 29, 2011 at 11:50 AM, Greg Morphis gmorp...@gmail.com wrote:


 That'll work Russ but I'm not familiar with doing that, can you point
 me to a tutorial or something? How would the site be reached?

 Thanks



 download 64Bit, I just went through re-install a couple days ago and it
 works fine.


 

~|
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:348899
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Greg Morphis

So I should be able to add a site, All Unassigned IPs, port 81..
DefaultAppPool and be able to access it by
http://localhost:81/
Right?

Thanks!



On Tue, Nov 29, 2011 at 10:53 AM, Casey Dougall
ca...@uberwebsitesolutions.com wrote:

 On Tue, Nov 29, 2011 at 11:50 AM, Greg Morphis gmorp...@gmail.com wrote:


 That'll work Russ but I'm not familiar with doing that, can you point
 me to a tutorial or something? How would the site be reached?

 Thanks



 download 64Bit, I just went through re-install a couple days ago and it
 works fine.


 

~|
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:348900
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF 9 with IIS 7

2011-11-29 Thread Greg Morphis

That's pretty simple.. I've already uninstalled CF though. And am
installing the 64 bit version. I'll attempt this is I can't get it
working. I do appreciate all of your help

On Tue, Nov 29, 2011 at 11:10 AM, Russ Michaels r...@michaels.me.uk wrote:

 open c:\windows\system32\drivers\etc\hosts file in notepad, you will
 need to run notepad as administrator on windows vista or windows 7 or
 you wont be able to save the file.

 at the bottom of the file just enter your desired host headers
 pointing at localhost, I tend to use a dev. sub-domain of the
 real/live domain for consistency, but you can use whatever you like

 e.g.

 127.0.0.1      dev.mydomain1.com
 127.0.0.1      dev.mydomain2.com

 then set the same host header in IIS for the site
 russ


 On Tue, Nov 29, 2011 at 4:53 PM, Casey Dougall
 ca...@uberwebsitesolutions.com wrote:

 On Tue, Nov 29, 2011 at 11:50 AM, Greg Morphis gmorp...@gmail.com wrote:


 That'll work Russ but I'm not familiar with doing that, can you point
 me to a tutorial or something? How would the site be reached?

 Thanks



 download 64Bit, I just went through re-install a couple days ago and it
 works fine.




 

~|
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:348901
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Weird attack

2011-11-29 Thread Pete Freitag

On Thu, Nov 24, 2011 at 9:41 AM, Matt Blatchley m...@bridgeleaf.com wrote:

 I've never used Fuseguard before, looks pretty good though.  Any
 experience with the customizations?  It says fully customizable, but
 is it all done via code, or a GUI?

Hi Matt,

Just wanted to provide some more details on how customizing FuseGuard
- it is customized a CFC file called a Configurator. You can use one
configurator for all your sites, or create customized configurators
for each site / application. When you add FuseGuard to your
Application.cfc/cfm you simply tell it which Configurtor CFC to use
for the given application.

The Configurator tells FuseGuard which filters (filters inspect the
request and give it a threat level, they do not modify the input as
that can lead to hard to debug issues), loggers (log to db, email,
files, etc), and block listeners (api hook that runs if FuseGuard is
configured to block a request, and a request is blocked) to run, along
with a few other FuseGuard instance specific settings. You can find
the Install / Config Docs here:
http://foundeo.com/security/fuseguard/docs/2.0/ and the CFC api
reference here:
http://foundeo.com/security/fuseguard/docs/2.0/reference/ or if you
prefer here's a 10 min video on installing / configuring FuseGuard:
http://www.youtube.com/watch?v=ubESB87vl5U

Feel free to contact me directly if you want. Thanks.
--
Pete Freitag - Adobe Community Professional
http://foundeo.com/ - ColdFusion Consulting  Products
http://petefreitag.com/ - My Blog
http://hackmycf.com - Is your ColdFusion Server Secu

~|
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:348902
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Weird attack

2011-11-29 Thread Matt Blatchley

Thanks for the information Pete.  I appreciate your response.

Matt


~|
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:348903
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


SOT: curved corners

2011-11-29 Thread John M Bliss

Best-practices questions re: achieving borders with curved corners. If I
understand correctly, my options are:

- CSS border-radius...but this only works in very new browsers and/or not
always the same way, right?
- images containing the curves stuck in the corners of divs...this is
what I'm currently attempting but I'm clearly doing something wrong because
I'm seeing lots of nasty cross-browser issues...does anyone have a URL with
a good example of how to do it right?

Advice?

-- 
John Bliss - http://about.me/jbliss


~|
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:348904
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: curved corners

2011-11-29 Thread Josh Nathanson

There are a couple of jQuery plugins that do curved corners.  I think they
use math to draw curved corners out of 1x1 pixel divs when there is not
css available (older browsers).  You might want to check those out and see
which ones look the best and are easiest to work with.

-- Josh



On Tue, Nov 29, 2011 at 1:53 PM, John M Bliss bliss.j...@gmail.com wrote:


 Best-practices questions re: achieving borders with curved corners. If I
 understand correctly, my options are:

 - CSS border-radius...but this only works in very new browsers and/or not
 always the same way, right?
 - images containing the curves stuck in the corners of divs...this is
 what I'm currently attempting but I'm clearly doing something wrong because
 I'm seeing lots of nasty cross-browser issues...does anyone have a URL with
 a good example of how to do it right?

 Advice?

 --
 John Bliss - http://about.me/jbliss


 

~|
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:348905
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: curved corners

2011-11-29 Thread Les Mizzell

  Best-practices questions re: achieving borders with curved corners.


At some point (...and I have this problem with clients too), we've GOT 
to convince our clients that degrade gracefully isn't a bad thing. 
They see some wizz-bang widget they want, and then scream when it won't 
work in IE6 just like it works everywhere else.

Sheesh!!

Meanwhile - yup, there's some j-query and will get it to work in some 
older browsers


~|
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:348906
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: curved corners

2011-11-29 Thread Wil Genovese

There is Nifty Corners - http://www.html.it/articoli/niftycube/index.html

It's improved over the years, but sometimes can be slow to load. Or used to be. 



Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 

On Nov 29, 2011, at 4:26 PM, Les Mizzell wrote:

 
 Best-practices questions re: achieving borders with curved corners.
 
 
 At some point (...and I have this problem with clients too), we've GOT 
 to convince our clients that degrade gracefully isn't a bad thing. 
 They see some wizz-bang widget they want, and then scream when it won't 
 work in IE6 just like it works everywhere else.
 
 Sheesh!!
 
 Meanwhile - yup, there's some j-query and will get it to work in some 
 older browsers
 
 
 

~|
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:348907
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


SOT: curved corners

2011-11-29 Thread Tony

I have a simple one with a table and little tiny graphics in black, works
in everything but ie6

On Tuesday, November 29, 2011, Josh Nathanson joshnathan...@gmail.com
wrote:

 There are a couple of jQuery plugins that do curved corners.  I think they
 use math to draw curved corners out of 1x1 pixel divs when there is not
 css available (older browsers).  You might want to check those out and see
 which ones look the best and are easiest to work with.

 -- Josh



 On Tue, Nov 29, 2011 at 1:53 PM, John M Bliss bliss.j...@gmail.com
wrote:


 Best-practices questions re: achieving borders with curved corners. If I
 understand correctly, my options are:

 - CSS border-radius...but this only works in very new browsers and/or not
 always the same way, right?
 - images containing the curves stuck in the corners of divs...this is
 what I'm currently attempting but I'm clearly doing something wrong
because
 I'm seeing lots of nasty cross-browser issues...does anyone have a URL
with
 a good example of how to do it right?

 Advice?

 --
 John Bliss - http://about.me/jbliss




 

~|
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:348908
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: curved corners

2011-11-29 Thread Claude Schnéegans

I have designed a custom tag able to create all sub images from one gif image 
and manages all frame parts.
See : CF_EasyFrame http://www.cftagstore.com/tags/cfxeasyframe.cfm


~|
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:348909
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm