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 Wanet Telecoms Ltd 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: MrBelfry
  • Content: Threads
  • Order by date
  1. MrBelfry

    Search for multiple entries in the same field

    Hi there I've written a little photo gallery to manage all our church photos (which are numerous!). It is possible to tag the photos with certain keywords ie. BBQ, youth etc the table looks like this id = id of photograph tag = tag keyword I'm able to search for photographs with multiple tags...
  2. MrBelfry

    Sync fonts

    Hi there I have about 8 pc's (XP & Vista) and a mac (OSX) running in our office and we keep running into trouble when someone installs a font on 1 machine, uses it in a document and then someone else opens it on another machine and the font is not present. Does anyone know of a way of syncing...
  3. MrBelfry

    imap_fetch_body help

    Hi tippers I'm trying to develop a script that checks an email account for emails with attachments and copies the attachment to a webserver. So far so good but imap is confusing me and I want to drive a truck over my head. What I now want to do is have the user be able to specify some options...
  4. MrBelfry

    imap_savebody problem

    hi there I clearly out of my depth so need some really simple advice. I have a little script that logs into an email server, looks through some emails and then should download some attachments onto a webserver. I can do all of the above but when I try and open the files I get errors to do with...
  5. MrBelfry

    Frozen Mac

    Hey there Having a little trouble with my mac. was capturing some video using Final Cut Pro. I changed tape and I got the little 'new tape you may wish to chage the reel setting' message but when I hit ok nothing happened. I then tried to do a force quit from the apple menu. Nothing happened. I...
  6. MrBelfry

    3 way gradient thing

    Hey guys I'm a complete illustrator noob. I need to create a gradient like the kind of thing you'd see on the photoshop colour picker (see example). Everything I've tried has resulted in failure even though I feel it should be easy. What can I do? Thanks MrBelfry www.mrbelfry.co.uk...
  7. MrBelfry

    Apache on a LAN

    Hey there I've installed apache loads of times on my lan but this time I seem to be having problems. I'm running apache 2.0.59 with php and mysql and am having problems getting a response from the server. From the machine that apache is installed on I can get pages served but from other...
  8. MrBelfry

    Hightlighted Text

    Hey folks In Indesign cs2 is there any way to set the background colour of some text to make it appear highlighted. I don't want to change the background colour of the frame but just part of the text. Thanks MrBelfry www.mrbelfry.co.uk www.lighthousecc.co.uk www.imagemagazine.co.uk
  9. MrBelfry

    Scale letters so they are all the same size

    Hi Is there any way in indesign that I can automatically scale letters so that fit into a text box. So that the letters are all the same size vertically and stretch horizontally to fill a box? Thanks for any tips! MrBelfry www.mrbelfry.co.uk www.lighthousecc.co.uk www.imagemagazine.co.uk
  10. MrBelfry

    Repeat printing

    Hey there I am new to indesign having just purchased CS2 after using MS publisher for far to long. In publisher it was really easy to design something like an A5 flyer and have it print automatically 4 times on an A3 sheet of paper (this reduces our printing costs). I've been looking for...
  11. MrBelfry

    Licencing

    Hey I've just posted this question in the office forum but was told to ask it here. Hope you can help. MrBelfry www.mrbelfry.co.uk www.lighthousecc.co.uk www.imagemagazine.co.uk
  12. MrBelfry

    Office Licencing

    Hey there I've been getting some conflicting advice re licencing for office 2003 (Pro version) and was hoping I could get a definitive answer here. I don't have any specific licencing arrangement with MS as we bought most of our PC's one at a time BUT someone told me that I could install...
  13. MrBelfry

    Network Connections Missing

    Hey there I have a small network with 3 win2000 machines on them. My boss got a new digital camera - a sony T3 - and I installed the drivers onto two of the machines. I noticed that on the 2 machines I installed the drivers that my network connections had disappeared BUT the network was still...
  14. MrBelfry

    MySQL 'SET' datatype and PHP

    Hi there guys I'm developing a php application for managing contacts. On of the fields in the db will contain title information ie 'Mr', 'Mrs', 'Dr' etc - I've used the set datatype to add a little bit of validation. Is there anyway that PHP can access the values I've entered as the set...
  15. MrBelfry

    Linux & Windows LAN Question

    Hey guys I am a complete Linux newb but wanted to set up a LAMP machine to run a small intranet and also mirror our website. I don't want to do any filesharing or anything like that The LAN already consists of some Win2k machines and now I want to add Linux (I'm using the Mandrake 9.2 distro)...
  16. MrBelfry

    Testing for an internet connection

    Hey I'm developing a couple of scripts to serve as an intranet. Some of the scripts allow the user to update a db on a remote server BUT as we're on dialup I wanted to check to see if there is an internet connection available before I give them the option. My feeble newby mind has come up with...
  17. MrBelfry

    Connecting to a remote host

    Hey there I'm sure this is a question that will have come up before but the tek-tips search engine seems to be slightly messed up at the minute so I'm asking it again! I'm developing a PHP script to update a table on a remote machine. I can connect easy enough but only if I add the % wildcard...
  18. MrBelfry

    PHP FTP functions

    Hi there I'm trying to upload a file to a remote server using PHP's FTP functions. Here is my code: $conn = ftp_connect($ftpserver); $login = ftp_login($conn, $username,$password); // upload the file $destination = "/www/images/events/$filename"; $source = getcwd() . '\\flyerpics\\' ...
  19. MrBelfry

    array search

    Hey there when using the array_search function I am running into problems. I want to delete an element from an array if it is set to a certain value. But if the key that array_search returns is 0 then PHP also thinks that means false! Which means I either don't delete the element thinking it...
  20. MrBelfry

    CSS Horizontal lists

    Hey there Tek-Tippers I'm designing a site with a horizontal menu bar along the top which I would like to align on the right of the page. The relevant css looks like this: #menu { width: 100%; text-align: right; } #menu ul { list-style: none; margin: 0; } #menu ul li { float: left; }...

Part and Inventory Search

Back
Top