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 TouchToneTommy 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: *

  1. Arion23

    CFMX java conflict

    Actually, MX is more like 4.6 to 6.0 (my understanding that it was in development for some time, and 5.0 was released as a sort of interim update) and is a HUGE change (as jdaniels mentioned, MX essentially changed coldfusion from an application server to a java application, and while offering...
  2. Arion23

    Advice on DRMing

    Hi all, A client recently approached me, and is asking for a solution to protecting their subscription based content from copying and redistribution. Most of what they are asking for is doable in a number of ways, but the last item is what is really giving me a mental block. What is required...
  3. Arion23

    suggestions creating print version page

    I found this today, and it might be of use - using media-specific CSS: http://www.alistapart.com/stories/goingtoprint/
  4. Arion23

    Register Site/Host

    Kind of a hard question to answer as there are so many variables to take into account :) I personnally use and recommend www.cfm-resources.com for hosting (their developer arrangement is fairly inexpensive and allows for ColdFusion, Access/MSSQL/MySQL setups, as well as ASP and PHP (I think))...
  5. Arion23

    Selling Applications

    I'm going to hazard a guess and say no, probably not but you may wish to contact the vendor or speak with a lawyer that deals in such matters. Have a look at the licence agreement that came with the trial application, and see if it limits you in that respect. If you go ahead with it, be aware...
  6. Arion23

    CF Server 4.5 cannot see Netware drive

    Have you tried running a coldfusion sql query against the datasource - it could just be studio having difficulties with the tables....
  7. Arion23

    CF Server 4.5 cannot see Netware drive

    It's not something I've come across before, but instead of browsing for the ODBC datasource, have you tried typing in the path manually? eg. z:\network\databases\mydatabase.mdb
  8. Arion23

    Stop errors when burning CDs

    Hi all, Just wondering if anyone else has experienced this problem, and if you might know how to fix it. I'm having intermittant problems when writing CDs - using an HP 8200 USB burner (latest HP drivers and RecordNow software) on XP Pro - every now and then I get stop errors with the code...
  9. Arion23

    DNS Problem

    It usually takes a number of hours for the changes to propogate around the 'net - give it a bit of time, and it should be working fine.
  10. Arion23

    CFLOOP adding exclamation marks

    Hi all, not sure if anyone can help out with this or not: I've got some code that loops over an array to create some HTML that is then sent via CFMAIL: <cfset Variables.Books = &quot;&quot;> <cfloop index=&quot;i&quot; from=&quot;1&quot; to=&quot;#BookCount#&quot;> <cfset Variables.Books =...
  11. Arion23

    VIA chipsets &amp; WinXP, what's the story?

    Just thought I'd share my experience with this same problem: I've got an Asus A7v266-E M/B, X-Micro GF3Ti500 video card and I've been running XP Pro for a couple of weeks. The first few days were nothing but trouble - crashing, loops etc. and I spent countless hours trying all the fixes and...
  12. Arion23

    Don't know if this is the right for

    Are the logs entered on-line (via a form or similar) or are they created offline (in Dreamweaver)? If they are created offline, then you could put the text through Word or something similar to spellcheck. If they are being created online, then I believe you can integrate spell-checking into the...
  13. Arion23

    Constant rebooting

    Just thought I'd throw my 2c in here. I had exactly the same problem with an Athlon/ASUS A7V266/Nvidia combo - frequent crashes/reboots for no apparant reason. After searching numerous sites/forums trying to find solutions that had worked for people, and not finding anything that worked for...
  14. Arion23

    Free WYSIWYG html editor

    TUCOWS has 5-6 free WYSIWYG editors listed in their Internet section, and heaps of shareware, so you might want to check out them.
  15. Arion23

    problem using htmldoc to generate pdf from html (linux)

    Hi, I've used htmldoc in a similar setup (html is generated by a perl/cgi script, then converted to PDF by htmldoc) although this was on a Win2k/IIS platform. I haven't seen the sort of problem you describe though. Perhaps you could post a link to a dummy HTML report produced by your script...
  16. Arion23

    Responsibilities as a web master

    Hi there, I'll make an attempt to answer your question based on my experience (I've been in the webmaster-type area for around two years now, so I'm still relatively green :) First, just to commenting on your 2 points: 1. Working the website - In my role, I'm responsible for all the coding...
  17. Arion23

    ICS with a Linux client?

    I'm not sure if I understand your question correctly, but I am assuming that you want to access the internet on your linux PC via your Windows XP PC. Have you set up ICS on Windows XP yet? If not, check out something like http://www.practicallynetworked.com/sharing/xp_ics/ Once that is done...
  18. Arion23

    Install freezing at partition check

    Well, I think I found the problem. I had a look at some other startup messages that people had posted on the net, and found that after the Partition Check: hda lines, a check is performed on the floppy drive. I had removed my floppy drive (and disabled it in BIOS) some time ago, as I never used...
  19. Arion23

    Alternatives to CF??? Ratings?

    Hi Paron, I'm not sure what you mean by your question &quot;does CF help port the front end over to the Web?&quot; - ColdFusion is basically the front-end AND the application. If you wanted to use the frontends that you may have in your Access-based applications, you will need to look at the...
  20. Arion23

    Alternatives to CF??? Ratings?

    Hi moonriver, Yah, access has some serious issues with multi-user access, including concurrency, security and reliability. As a single-user database for desktop apps, its useful as it is quite simple as far as database systems go. I find it great to work with when prototyping some of my...

Part and Inventory Search

Back
Top