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

    Determining what my MySQL tables need

    I bought a premade site years ago and decided to put it back up. Sad to say, I don't have the original database and the original programmer changed their email address. I can't get my CGI scripts to work anymore because they require special MySQL "stuff". Sorry for my impressive knowledge on...
  2. cgilover

    Meta tag syntax

    I am writing another script to help with SEO and I need to know every possible syntax-correct way to make a meta tag. Below is what I have so far. don't worry about doing mixed up quotes (ie: name='name"...). Can you think of any more? <meta name = "name" content = "content" \> <meta...
  3. cgilover

    What's a real server to pull keyword suggestions from?

    I am trying to write a script that parses content from a REAL server which has search results. I tried using http://inventory.overture.com/d/searchinventory/suggestion/ but you can't search pluralized words (such as scripts or women). Anyone know of another HUGE place that does something...
  4. cgilover

    How to add something to &quot;path&quot;?

    Unzip the installation file to c:\perl2exe and add the directory to your path. That's a message I get when trying to install a program that works through the command line but I have no idea what it means about the path. I unzipped the exe to C:\ like it said but it keeps saying it's an...
  5. cgilover

    Beginners help to creating their first perl module!

    I'm trying to create my first perl module and I have zero knowledge of what I'm trying to do. I want to make it simple but something I'll likely use, so I decided on a meta tag parser. The module will use LWP::Simple and parse a given $url and strip ALL meta content into a hash then export the...
  6. cgilover

    HTML regexes

    I am parsing a page from Google that shows you when the last time the page was cached. That's just fine but the problem is, I am also taking the source code from the cached page and trying to show the user what their page looked like when Google saw it. On some pages it works (like mine!), but...
  7. cgilover

    converting between bytes/kb/mb/gb

    I have a script that calculates file sizes per file extension. The first part is the sum of all files in that extension, the second part is the average size (deprived from the total number of files in that extension and the total size). The problems I am having is converting the bytes into more...
  8. cgilover

    Can someone give my site a quick review?

    I have a site that is still being developed (nearly complete) and I've had a few people tell me that the text is hard to read all over the site. The problem is, I am very colorblind and the way the black reacts on the gray looks very readable to me..but apparently to those with better color...
  9. cgilover

    Can someone do a quick review of my site?

    I have a site that is still being developed (nearly complete) and I've had a few people tell me that the text is hard to read all over the site. The problem is, I am very colorblind and the way the black reacts on the gray looks very readable to me..but apparently to those with better color...

Part and Inventory Search

Back
Top