Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ecobb
  • Content: Threads
  • Order by date
  1. ecobb

    CF 8 Released this morning!

    Woo-Hoo! CF 8 is out! And it is packed with new features! Actually, this release has more new features added to it than any other release in CF history. Here's a good article by Ben Forta that touches on just a few of the new features...
  2. ecobb

    ColdFusion Comics

    These are good for a chuckle. Some of them are a tad vulgar, but it's all done in humor. I like the way they bash .Net and PHP, so that makes it worth it. [wink] Lenny And Bo, ColdFusion Programmers (Vol. 27) http://www.bennadel.com/blog/818-Lenny-And-Bo-ColdFusion-Programmers-Vol-25-.htm...
  3. ecobb

    E-commerce solution

    Does anyone have a particular favorite ColdFusion e-commerce application that they use? I've got a customer that I'm going to be building a storefront for, and I was just wondering what was already out there. I've got several that I'm looking at, but I wanted to get some "real world" opinions...
  4. ecobb

    Flex 3 Beta is out.

    http://labs.adobe.com/technologies/flex/flexbuilder3/ Hope This Helps! ECAR ECAR Technologies www.ecartech.com "My work is a game, a very serious game." - M.C. Escher
  5. ecobb

    Feds Overthrow Spam King

    This may not be exactly related to "Information Technology Ethics in the Workplace", but I couldn't find a more appropriate forum. Notorious Spam King Nabbed in Seattle, Could Face Long Prison Term http://www.foxnews.com/story/0,2933,276632,00.html Hope This Helps! ECAR ECAR Technologies...
  6. ecobb

    Where do you start?

    There seem to be several different versions of Flex (Flex Builder, Flex Charting, Flex Data Services, etc...), and with prices ranging from Free to Hundreds of dollars, how does one know where to start? Where is the beginning? What are the basics? Hope This Helps! ECAR ECAR Technologies...
  7. ecobb

    Simple authoring tool suggestions.

    I have a client that is completely computer illiterate, and she wants to be able to update and maintain her website herself. The site is already designed and has been online for several months, and going back and building a CMS is out of the question. I need to find a very simple, very basic...
  8. ecobb

    Scorpio (CF 8)

    Ben Forta is currently on a nationwide tour (US) talking about Scorpio and what's coming in the new release. He's actually going be close to me next week, I'm thinking about going to hear what he has to say. While surfing around, I came across a blog from a developer who caught the tour in...
  9. ecobb

    Site Review Time!

    I'm in the process of finishing a forum website, and I wanted to get some opinions on it. I'm mainly interested in hearing what you think about the aesthetics, ease of use, navigation, and things of that nature. From a technical standpoint, I know it doesn't validate and I'm working on that...
  10. ecobb

    CASE in a Where clause?

    Is is possible to use CASE in a Where clause? I'm trying to find an easier way to do the following. This is in a Stored Procedure I'm writing, rather than having 15 Select statements, is there some way I can have a dynamic where clause and just use 1 statement? IF @Type = 'Sales' BEGIN...
  11. ecobb

    SP Help, Is there a better way?

    I have a Stored Procedure that does exactly what I want, but I'm wondering if there's a better way to write it. Instead of returning individual variables, I would like to just return a query recordset with the same info. The info I'm trying to pull is actually pretty simple. In my table, I...
  12. ecobb

    Simple Calculation not working

    I know next to nothing about JavaScript, and I'm having problems getting a simple calculation to work. Here's what I'm trying to do. I have a signup form where users can order tickets to an event. There are only 25 seats available, and I'm keeping track of how many tickets have already been...
  13. ecobb

    CSS Weirdness...

    Can someone please take a look at this and tell me what could be going wrong? It started about 2 hours ago, I'm in the process of developing a site, when suddenly the css goes nuts! Everything looks right except my link colors. ALL of my visited links are using the visited link color...
  14. ecobb

    Multipage Validator - Cool Tool!

    Some of you may be aware of this, but I just found it. This Multipage Validator will index your site, and validate all of your pages at once. http://www.validator.ca/ Hope This Helps! ECAR ECAR Technologies www.ecartech.com "My work is a game, a very serious game." - M.C. Escher
  15. ecobb

    Test Site in Multiple Browsers

    I just stumbled upon this. It may be old news, but I thought it was pretty cool. You can "preview your website in 20 different browsers for Linux, Mac, Windows, Terminal, and Mobile. Customize screen resolution (tiny to huge), JavaScript (yes/no + version), Flash (yes/no + version), color...
  16. ecobb

    301 Redirect without .htaccess file

    I have an existing website that used to consisit of .htm pages. Very small site, only about 5 .htm pages. The site has been redesigned and the design now consists of ColdFusion pages. (.cfm pages replacing .htm pages) On some of the pages the content is the same, on some it's not. For...
  17. ecobb

    OK, Lem'me have it! Site Review Time!

    Ding, ding! Round 1! I just finished this site and I wanted to get some professional opinions on it. But before you guys dive in, I've got a couple of points I want to make. 1) I used Tables. (gasp!) I know css is the preferred method for layouts, but I was under a time crunch and after...
  18. ecobb

    Does Tricking Proxy = Spamming Search Engines?

    I've just come across something that I would like to get some other opinions/debates on. Here's the situation: I have a site that's starting to do fairly well in the Search Engines. It's not incredible, but it's starting to get noticed and generate some traffic. I had a call from a user...
  19. ecobb

    Save for Web not keeping Transparency

    I have an image that I'm trying to save as a transparent gif but PhotoShop (7) won't let me. Every time I choose "Save for Web" and select gif, it puts a white background behind the image. Even if I delete the backgound layer, PS still puts a white background. I tried saving it as a png...
  20. ecobb

    Problem comparing Session to QueryString

    I have a simple IF statement that is supposed to compare a session variable to a querystring, but it doesn't seem to be working. If I write the vars just before the comparison, the are identical but the IF statement never returns true. response.write Session("Cal_UserID") '-Returns 12345'...

Part and Inventory Search

Back
Top