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

    Microsoft Word question

    Hey, I have a word document which is about thirty pages long. Throughout this word document there are places where data is to be inserted. eg [client name]. Now at the moment I open the word document and manually insert the information from a simple text file which is sent to me from the...
  2. trent101

    Excel Macro Help

    Hey, What im trying to do is convert a dbf file to a tab delimited file. Now I can do this by opening the dbf file up in Excel and then simply save it as a tab delimited file, but it my situation it needs to be done every half an hour so I really need a way to automate the process. I was told...
  3. trent101

    dbf to tab delimited proggy

    Hey, Does anyone know of a program that convert dbf files to tab delimeted files? preferably run from a command line? I have a program that reads from tab delimieted files, however it now needs to read from this dbf file. If I open the file in excel and save it as a tab delimited file it...
  4. trent101

    font questions

    Hello, i have a question about using a fonts in my webpage. I would like to use a nice font that i have in photoshop, however this is not a standard font. Im just wondering what is the deal, if i use this font on my website but someone viewing my site doesnt have the font installed, will they...
  5. trent101

    Trying to combine two strings

    Hey, I am writing a win32 consol app using visual c++. what I am trying to do is cobine two strings. this is how i am doing it: String one = ".//savefile//"; string two = "fileone.txt"; string three = one + two; Now this compiles and runs, but i get a weird error, insetad of the string...
  6. trent101

    PHP Login Script

    Hey, I am really new to php and need some guidence. I can program in c++ but never really tried web programming. I have a job where I have to build a website, in which a user can register there details ( I'm assuming I would hook this up to a mysql or access db), and then they can login to the...
  7. trent101

    hyperlink colors

    Hey, I have a problem on my site where I would like the color of one set of links to be different to the color of another. For instance, the 'mini menu' down the bottom is on a dark background, so i would like them to be white in color. However the rest of the main content is on a white...
  8. trent101

    Different colored hyperlinks

    Hey, I have a problem on my site where I would like the color of one set of links to be different to the color of another. For instance, the 'mini menu' down the bottom is on a dark background, so i would like them to be white in color. However the rest of the main content is on a white...
  9. trent101

    Windows based CMS

    Hey, Ok I have read a good thread on people recconmending a CMS, however I am hosted with a windows server, so need a windows CMS. I have notced alot of CMS's (mambo, drupal) are for unix, so I am wondering can anyone suggest good ones for windows? I have found one, Plone, however I need to...
  10. trent101

    Framesets - the whole deal

    Hey, I am building a new webpage and would like to know - frames, are they the way to go? I learnt them in college a long time ago now but are they still used by pro design companies? I have a page where the top banner and left menu stay the same, so obviously frames would work, but are they...
  11. trent101

    New Small E-Business

    Hey, I am just starting a small e-business. I have read alot, but now I need to choose some software to use for accounting purposes. I have looked at a few free source programs, like TURBOcash and Volutive 1, however I am unsure what exactly I need. A lot of our payments will be like a...
  12. trent101

    Flash Questions

    Ok, I am creating a new site and have two questions: 1. The first is about my index page which is just one flash file. I am wondering is it possible to place a paragraph of text above it and color it the same as the bg so you cant see it, so that you will get indexed better in search engines...
  13. trent101

    New Website

    Hey, Have just designed my first web page -> www.officepoker.com.au Now I have been told that to have a valid html page (checked by a html validate eg. w3.org) is better for seo, as its cleaner code etc... But what happends if my page is written in asp.net, and the only errors i get are...
  14. trent101

    Help Installing 'Make'

    Hey, I have just installed Solaris 9 on my sprac box. I realised I allready have the tar program, so the next thing I did was go and download gunzip. However when I went to build it I realised that I dont have the make program. So I am just wondering how to I install it if I cant use make to...
  15. trent101

    Image Rollovers

    Hey, I am creating a webpage in Dreamweaver. And I wanted image rollover which I implemeted using Dreamweavers rollover wizard, if thats what you call it. The wizard had an option "preloaded images" allready set, so I just left it like that. Now the rollovers work fine, but I noticed they are...
  16. trent101

    Sending mail using asp.net w/ VB script

    Hey, In my site I have a contact page that is used to send emails to the owner. I have looked at several tutorials and have written the vb code needed. When I submit the form I get this error System.Runtime.InteropServices.COMException: The transport failed to connect to the server. it gives...
  17. trent101

    Sun Installation problem

    Ok, I have just purchased my first solaris box, its a sparc ultra1. The hard drive in it was too small so I purchased a bigger second hand hard drive for it. Now I want to install solaris 9 on it but I am a bit stuck. I dont know if this hard drive came formatted or not, but after trying to...
  18. trent101

    Reading a tab character

    Hey, I am creating a simple win32 consol program using vc++.net. My job is to read in data from two tab-delimeted files, one is a text file and the other has no extension so I am assuming is binary? I would like to know how to find out when I read in the tab delimerter, so I know when a field...
  19. trent101

    Response.Redirect Problem

    Hey, My web site has a registration form that the user can submit. When they submit the form and there are no errors, I then add the data to my database. What I would also like to do is take them to a thankyou page. I have tried using "Response.Redirect("thankspage.aspx")", however, I get an...
  20. trent101

    RedirectFromLoginPage help

    Hey guys, I am trying to create a login page using asp.NET. So far I have a login page (index.aspx) and a signup page where you can create a login (sign.aspx). So far everything works, you can create a username and password, and it gets stored in an access database. From there you can login...

Part and Inventory Search

Back
Top