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

    Can't preview without overprint preview

    A friend of mine is having some issues seeing this in a PDF. He has a pdf/ill file that when you open it there appears to be something missing. When you click on overprint preview in ill. everything shows up. The same happens in Acrobat. When you open it it's not there until you view seps. Any...
  2. dmacster

    Photorec/Testdisk help

    I accidentally deleted a folder from my documents with lots of photos, but don't have $100 for a commercial recovery. I found testdisk/photorec, but when I try to launch, I get an error /photorec; exit dyld: /photorec Undefined symbols: /photorec undefined reference to _uuid_generate expected...
  3. dmacster

    Two htaccess files conflicting

    Not used to having to do this. Our server hosts 3 or so sites for us. In the root, there is an htaccess file containing only DirectoryIndex index.htm In one of the sites (the dept using this accesses and updates w/FrontPage), the directory contains an htaccess file that says # -FrontPage-...
  4. dmacster

    Moveable Type shows parent directory listing

    Not sure where to post this, but editorial people as work have installed MT w/our host, but when you go the the url, it shows the entire directory listing rather than the home page. Other directories for the site work fine. Ideas? thanks, donna
  5. dmacster

    Background expansion

    Okay - feeling rather dumb, but my content is overlapping the wrapper background here http://thezonemag.com/test/ I'm not seeing the problem, but it may be I've looked too long. Please point me, oh generous souls. Thanks, Donna
  6. dmacster

    Does anyone still have v5?

    I have a v5 file that I need saved to v4 so I can open in Indesign - wondering if anyone could help me out with this one. If so, let me know and I'll put the file on a ftp area to exchange. Thanks, Donna
  7. dmacster

    Losing it - wrap text around div

    I can't seem to find what I'm looking for in a search, so... I need the text to wrap around the div here on the right (with the image) http://jeffwesthome.com/about.html And for some reason I'm not getting it. Point me, please. Thanks, donna
  8. dmacster

    Confirm login keeps redirecting to login page

    Ok - I've screwed something up here, but can't figure out what. I want to make sure a user logs in to get to the form to update my db, but when I try to confirm login, I keep getting directed back to the login page, and even after entering a good user/password - redirects to login. If I remove...
  9. dmacster

    Advice, user accounts

    I'm looking for some advice on getting a project started. Point me to some tutorials, please. A small newspaper client wants to put their obituaries online, but also allow guests to register and post memorials. The memorials will be free for probably 30 days, then if they want to remain online...
  10. dmacster

    Parsing php through html with includes

    That's the best title I can think of for this. I've a client that has a bunch of html pages already created, and wants to add some banner type ads. I've added the htaccess file to the server and it will parse out the php in the file(s) with html extensions, but it won't use them as includes...
  11. dmacster

    Random images from xml with no repeat

    I've a client using the code from source from dominey, but the images sometimes overlap/repeat - so one image may load first several times, and some images may never get to the top position. How can I have this not repeat until all have been viewed. Here's the AS - I'm still on MX since I do...
  12. dmacster

    Part of code works, else doesn't

    I have a field in mysql db called website - not all companies have them, so may be empty. I tested by setting up one entry as having a site that I know works, but when I try this, the category page show the paragraph returns for the empty fields, but doesn't echo the website field. if...
  13. dmacster

    Doesn't make multiple columns in Explorer for Windows

    Hi all. I've this page using some modifications from the gracious jpadie, but in Windows Explorer, the holder area drops below the content and the column is only a single column. Does anyone else see a problem in different browsers on this page? http://capegazette.powweb.com/listings.php...
  14. dmacster

    SWF reading from different directories problem

    I don't know if that's quite the description, but basically I have an swf that uses an xml file to read from a directory of images for a slideshow. Works fine on the normal page, but the company that runs this site has pages in several different directories, updates them all manually, and the...
  15. dmacster

    Why is my script overflowing the holding container

    Hope that question is sensible. See link here http://capegazette.powweb.com/showcaseMain2.php The middle links are from a php script and are overflowing the maincontent div. Where have I screwed this up? I've been looking at it and changing back and forth, but cannot fix. Thanks, Donna
  16. dmacster

    Cannot access with login form

    I've a CRUD form to add, edit or delete. When I keep the connection info in the top, I can see the listings (with edit and delete), as well as the Add New. When I try to change out to force login, I don't see the list, just the add new. Here's what I have that lists everything <?php...
  17. dmacster

    Where can I add a getURL to this?

    The fla source just has an empty movie clip for this. The action source is at one of my earlier posts http://tek-tips.com/viewthread.cfm?qid=1494568&page=2 I don't know where (or if it is possible) to use this as a link to another page. Thanks, donna
  18. dmacster

    Undefined index

    I was just happy to have something show up, but I have errors when trying to Add New or even just edit existing. Two forms - first lists all the advertisers (manageSC.php) and the second (formSC.php) is to edit or add. When I get the manageSC form up, and click on Add New, I get the error at...
  19. dmacster

    No output for form

    I've tried to modify something I've found to do a CRUD form, but I'm not getting any output at all. Here's the code I'm using <?php require_once("includes/connection.php"); ?> <table align="center" width="75%" bgcolor="black"> <tr> <td bgcolor="white" align="center"> <font size="+2"><b>Ad...
  20. dmacster

    DB management form tutorial for multiple input types?

    I've been looking for some time this morning, but can only find tutorials on basic insert into a mysql db for one table and with text fields. I've a mysql db with 3 tables. Users (for the login to manage), categories (has 15 cats in 2 fields - structure of cat id and cat name, and advertisers...

Part and Inventory Search

Back
Top