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

  1. kylebellamy

    Re-sizing a layer and centering it on the work area

    I know I should know this but for the life of me I can't figure it out! I am creating a sign for a client in Illustrator and part of what he wants is a mock up of how the sign will look on the building. Since it is a building sign it is huge and so I export the image as a JPG and scale it down...
  2. kylebellamy

    Making a stroke permanent

    I created an oval and applied a Dry Brush style stroke to it. There are a bunch of little bits that I would like to clean up from the dry brush look around the outside. How so I turn that stroke and oval into a permanent object? I have put a white object over one of the squiggles, selected the...
  3. kylebellamy

    Color Profiles and Output Issues

    Hello All, I am having a strange issue with my computer where everything in Photoshop and Illustrator has an odd tint to it. See the attached image for reference. The gradient in this image is CYMK 0% - 100% K gradient. Yet somehow it is showing as a purple tint. This is shows even when I...
  4. kylebellamy

    Merging and creating a background object from multiple objects

    Hello all! I'm going to use an image on this page as a reference: http://www.crestock.com/image/2813507-Science--Azure-Series.aspx Specifically, the atom as it works with what I am trying to accomplish. Ignore the reflections as they are not part of my deign. I wanted to know how to go about...
  5. kylebellamy

    Bandwidth / Windows XP question

    Couldn't think of a better title for it. lol When saving a file from one server to another using IE, does the file get routed through the computer to the other server? For example, I am in a browser based file exchange area (TeamShare)and want to save a file uploaded there to our document...
  6. kylebellamy

    Spaces in form email data

    I came across this form and it's working fine as a contact form but the email I receive is all one long string of text. I know that \n is the code for a new line but I can't figure where to put it in this. Either the form crashes or the entry disappears. $mail_recipient =...
  7. kylebellamy

    Making a Javascript assignable to certain links

    I'm guessing this is a class thing but I wondered if Dreamweaver CS3 could make it easier. I have a script currently that goes inline with a link so that the link opens in the parent browser window. <a href="#" onClick="window.opener.location.href='somelink.htm';">Link text</a> I am...
  8. kylebellamy

    PHP form to email downloading the PHP file

    And it's so hard to phrase the query in google or here that I had to just ask it. I click submit and the browser tries to download the file rather than execute it. Same thing with an ASP version. The site I'm working on is hosted on a Windows 2003 server. Kyle http://www.flickr.com/resurfacing
  9. kylebellamy

    Network a non network printer

    This is going to sound odd but I wanted to help a neighbor to get her printer wirelessly connected to her laptop. She doesn't have a desktop anymore but just got fios and the wireless router. Is there some sort of connection box that an go between the printer and the router that will make it a...
  10. kylebellamy

    Searching for document server solution

    My website is hosted on a Windows 2003 server. I don't own the server but I can install things like Wordpress and other database driven applications. I am tasked with presenting a document server option where multiple users can log in via a website page and see documents available to each...
  11. kylebellamy

    Centering a CSS layout that Photoshop created

    Essentially, what it did was to absolutely position everything from the corner in a container. Inside of that container are all the divs and images that were sliced. All in all it is tight and good looking but stuck in the upper left hand corner. I was reading about setting margins to auto and...
  12. kylebellamy

    Layers and images

    I was messing around with an idea and trying to build an entire site layout via CSS but something fairly difficult rather than column 1, 2, etc. The basic is that I have two rectangle images standing tall on the page. They are in a div that keeps them centered. They have their own CSS to give...
  13. kylebellamy

    Javascript &quot;Tooltip&quot; positioning problem

    Backstory: I have a script running that shows and hides DIVs which I will paste in just a second. I've discovered that the process is slightly flawed in that the positioning of the DIVs is based off strange coordinates. At first, I was using CSS inline to position them with Margins but if any...
  14. kylebellamy

    Hide Other Layers on clicking link

    I am playing with layers and have no problem with creating the DIV to be hidden and getting them to show up on a link click. Here's the code I'm using: function ShowContent(d) { if(d.length < 1) { return; } document.getElementById(d).style.display = "block"; } The thing is that I have each...
  15. kylebellamy

    getURL, modify and got to modified URL

    For some reason, I can't find a lot of info beyond getting the URL in javascript so I've come back to the best place I know to see if anyone has some code ideas. I need to create a script that takes the URL from the browser: https://extranet.website.com/etc.../etc... (the rest of the url needs...
  16. kylebellamy

    Vista Panel?

    I really don't know where else to post this. I've come across a number of host sites featuring something called Vista Panel as the control panel for an account but I can't find anything on the net about it so that I can see what it is. I currently have cPanel on my account but I was thinking...
  17. kylebellamy

    Combining Multiple Excel files with multiple pages

    Hello all, I have roughly 10 spreadsheets with 10 pages in each that I use for reporting on various aspects of my companies documents server. I was wondering if there was a way to combine them all into a super-workbook so that each of the files is a main page with sub pages beneath it. I hope...
  18. kylebellamy

    Simple Color Switching

    I've been looking around in google and not finding what I wanted so I've come back to the place that always has the answers I need. I am looking for a way to change all the <h> colors and a few minor graphics to a different color based on what the user clicks. In this case, it starts out a...
  19. kylebellamy

    Garageband And An External Drive

    I want to know if there is a process for placing the sound files onto a small USB HD. I have an iBook with a tiny little 30GB drive in it (I just don't want to go through the nightmare of upgrading that) and all of the supplemental sound disks from Apple that I would really love to use. Is...
  20. kylebellamy

    Help in modifying a script

    I need to modify this script so that it will hide other div layers when I click on a linked thumbnail. But it can't hide all the layers as there are other elements that need to remain. Basically it's a background changing script. <script language="JavaScript1.2" type="text/javascript"> /*...

Part and Inventory Search

Back
Top