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 Rhinorhino 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: Glowball
  • Content: Threads
  • Order by date
  1. Glowball

    MS Project 2013, SharePoint 2013, and Pooled Resources

    Hi all, I'm using MS Project 2013 and SharePoint 2013 without Project Server. I have all of my projects set up in project sites on SharePoint and everything is working well. I know that I can't use Resource Pools without Project Server, but what is my best workaround? I'd like to show...
  2. Glowball

    IT PM or Technical PM?

    Hi all, I'm trying to narrow down my job title. I'm a project manager and an SME in Web development, and I've only worked on Web-based projects. Would you consider me an IT Project Manager or Technical Project Manager? If anyone has examples of the two jobs I'd also appreciate that. Thanks!
  3. Glowball

    Odd SMTP Service Timed Out

    Hi all, I am seeing something odd in CF8. Every once in a while I see the following error message when sending a small batch of single emails one after the other: Message: A problem occurred when attempting to deliver mail. Detail: This exception was caused by...
  4. Glowball

    Best Configuration for 4 Drives?

    Hi all, please excuse what is probably a very basic and easy question. I have two 1TB drives in a RAID1 right now and I just picked up two 2TB drives. I'd like to keep a mirror in there somewhere and use all four drives. I'm planning on formatting and resinstalling everything so I can set...
  5. Glowball

    How to Create an MD5 Hash?

    I've tried a few of the examples I've found on the Internet but I can't seem to find something that will return a 32-byte hex hash of a string in an Oracle query. I'm on 10g. Any ideas? I'm looking for something like the MD5() function in MySQL. Thanks!
  6. Glowball

    Comparing BLOB fields in two different databases

    Hi all, I have a BLOB field storing the binary for a PDF file. The database is being copied to another space and I'm not sure the BLOB field is being copied correctly. How would I compare the two fields to make sure they're exactly the same? I've used LENGTH() but I think that's really only...
  7. Glowball

    Uploaded Files Over 50K are Corrupt

    Hi all, I'm having a weird issue and I'm not sure how to solve it. I can use CF8 to upload any size file I'd like and I get no errors. I'm storing the files themselves in an Oracle database. If the file is over 50K, though, I cannot download it. These are all PDFs and it says the file is...
  8. Glowball

    ColdFusion Database Browser Like phpMyAdmin?

    Hi all, I was wondering if anyone knew of an application that allowed the manipulation and viewing of data in a database much like phpMyAdmin offers for PHP and MySQL? I thought I'd see what was out there before writing something myself. I need it to be Web-based. Thanks!
  9. Glowball

    CSS Layout like a Table with Rowspans

    There are lots of CSS layouts floating around out there but I haven't seen one like the one I'm looking for. How would you lay this out? <table border="1" align="center" width="80%"> <tr> <td rowspan="3" width="50">left</td> <td>top</td> <td rowspan="3" width="50">right</td> </tr> <tr>...
  10. Glowball

    Rollover Menu Not Quite Right

    Hi all, I'm having issues with a menu. What I've posted here is a simple example. Basically, there is an active menu item (the page you're on) and the content shown in a block below it corresponds to that item ("Item 1" in my example). If you roll over Item 2 or Item 3, the text associated...
  11. Glowball

    Exception Handling for CFCOMPONENT Extends?

    Hi all, I'd like to use an Application.cfc file in my root directory, and I'd like it to extend another CFC. I want to call the other CFC using a mapping. In other words: <cfcomponent extends="mapping_name.cfc_name"> Naturally, everything breaks if the mapping doesn't exist. I want to be...
  12. Glowball

    Converting MySQL Navigation Data to PHP Array

    I spent some time on solving this issue but I can't seem to get to where I need to be. I have navigation in a MySQL database like so. ID Name Parent_ID Order ---------------------------------- 1 Category 1 0 1 2 Category 2 0 2 3 Product 1 1...
  13. Glowball

    Upload Binary File to Database without Putting it on the File System

    I think that I should be able to do this, but I'm not sure how. I have ColdFusion 7 and Oracle 9i, and I want to store binary files in the database. However, I cannot write to the file system -- it's technically impossible. The only way I can do it is if there is no file system storage...
  14. Glowball

    Best Practices for Working with Dev/Test/Prod Environments

    Hi all, I'm using Dreamweaver 8 and I'd like to set up Dreamweaver sites according to best practices. Here is how the home page environments are set up. Production: www.sitename.com/foldername/index.cfm Test: intra.sitename.com/foldername/index.cfm Development...
  15. Glowball

    Help Setting Up Oracle Datasource

    Hi all, sorry in advance if this is confusing. I am a developer without much system admin knowledge. We have two hosting companies and I'm playing the go-between for them but I'm stuck. We have one company hosting Oracle for us, and the other company hosting ColdFusion (this won't change...
  16. Glowball

    Issue with Multiple TEXT Columns in One Table?

    I have a vague memory of being wary of using too many TEXT datatype columns in an individual table, but I can't seem to find any specific information about it. I think it was an issue with Oracle at some point, but my memory is hazy. Is there anything I should be concerned about if a single...
  17. Glowball

    Calling a CFC Method

    I've been using CFCs (components) but I guess I've never tried to call them from another other than the top directory in my site's file structure. Now I'm trying to create an instance of a CFC from a subdirectory and I'm not sure how to do it. Here is an example of my file structure...
  18. Glowball

    Virtual PC and VPN

    Hi all, I've set up a Virtual PC 2007 on my Vista host computer to run XP. I did this so I could install Cisco VPN Client software that is not compatible with Vista. This way I can use the VPN but still work in Vista. The problem is that I can't get authenticated. It simply pops back to the...
  19. Glowball

    Maintaining Network Connection While on a VPN

    Hi all, I'm pretty clueless when it comes to the VPN I need to use. I have Vista on my main computer where I do my work, and XP on my laptop where the VPN client is installed (the client doesn't work on Vista so I'm stuck with this scenario). I would like to retain the network connection...
  20. Glowball

    Help with Logs

    Can someone help me understand what's happening on my site? I track all 404s, and I don't understand what this hacker or hacking server is trying to do. I have a few interesting requested URLs, like these examples. /,\'/images/example.gif /scripts/%20+%20example%20+%20\"/...

Part and Inventory Search

Back
Top