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

    ASP & Zebra Barcode Printing/Printer

    Hi all, I have created a page that automatically generate a bunch of barcodes for me, I can print them out on a regular printer just fine, but I am wondering, how can I get it so that it will print on a Zebra barcode printer? Is there a special programming language I need to use? I have only...
  2. JoJoH

    ASP Email - How to get emails to inbox instead of junk mail folder

    Hi, I'm using ASP to automatically send out emails to my customers, but the thing is, most of my customers are using Hotmail, AOL, and Yahoo and the email just get filtered into the junk/bulk mail folder because it was sent by a script...what can I do so that the email will be delievered to...
  3. JoJoH

    Please advise! Anyone use this web host before: 24by7data?

    Hi all, Has anyone use this web host before? www.24by7data.com Their offers sound so tempting!(Free hosting, dedicated IP, just seems too good to be true) I really want to sign up with them but... 1)They do not have any contact information 2)They do not have any privacy policy/terms and...
  4. JoJoH

    Couple of things I want to track about my visitors, please advise

    Hi all, I'm trying to track visitors that are on my site... I am already tracking how many people are currently online but I want to be able to track: 1)which page they are currently on 2)which page they abandon/left the site on 3)their ip addresses Please advise Thanks in advance!
  5. JoJoH

    Script/tutorial on developing a chat service?

    Hi all, Could any please tell me where I could find a free script/tutorial on chat services? Not chat room but something like... when the customer views it it is like the operator is chatting with him/her only but on the operator's side, he/she could be chatting with a couple of customers at...
  6. JoJoH

    Requires link back but how come link not visible?

    Hi all, I've seen many sites that are listed in directories that requires a link back(of course the requirement is that the link has to be "visible")but how come I cannot find where they put the link?? And if the link is not visible why would the directories list them? Can someone...
  7. JoJoH

    List in shopping directories, link back??? Advice please !

    Hi all, Whenever I want to list my site in any shopping directories, they always required a "link back", some even has to be on the home page!(no way). What do people usually do when they are faced with a "link back" situation to actually link back as promised without...
  8. JoJoH

    Is there any way I can extract an email address.....???

    Hi all, Is there any way I can extract an email address from a page? The basic concept is: Here is a page with lots text I want to extract an email address between the <a href=&quot;mailto:whoever@whoever.com&quot;>whoever@whoever.com</a> But that email cannot be my email address (<>...
  9. JoJoH

    When will Google do an update on it's index/rerank pages???

    Hi all, Does anyone have any idea as to approximately when will Google do an update on it's index? Please advice. Thanks in advance. JoJoH http://www.jadeboutique.com
  10. JoJoH

    Does Google really give preference to pages it finds by itself?

    Hi all, Does Google really give preference to pages it finds by itself over the once submitted? Please advice. Thanks in advance. JoJoH http://www.jadeboutique.com
  11. JoJoH

    Help the starting-out type by sharing your success in the IT field!

    Hi all! Mind to share your experiences of your sucess in the IT field so far? [smile](Such as how you started your own web design company, how you got your mcsd certification, what excellent resouces did you use, etc) I thought this will be extremely helpful to young, starting out type people...
  12. JoJoH

    Hi all, 2 questions in mind :)

    Hi all, 2 questions in mind :) 1) Will spider crawl files that has not been linked to from the main site? I don't think it would but just want to make sure :) 2) Where do people usually store files that manage their web site data if they are using a web host instead of their own server...
  13. JoJoH

    Redirect user if they type in the full path of a 'No public access' pg

    Hi all, I am wondering, is there any way to redirect user to another page if they type in the full path of a particular page that I want to protect and do not want public access? Please advice. Thanks in advance JoJoH http://www.jadeboutique.com
  14. JoJoH

    Hi all, I am totally puzzled ove

    Hi all, I am totally puzzled over this piece of code: <% Dim iCount iCount = Request.Form(&quot;Count&quot;) Dim strSize, strImgURL, strSQL Dim Command1 set Command1 = Server.CreateObject(&quot;ADODB.Connection&quot;) Command1.ConnectionString = Connection_String Command1.Open Dim iLoop...
  15. JoJoH

    Pg loads slow when added repeated region ! Even when no rec to repeat!

    Hi all, I have facing very strange problem... After I added the repeated region to my page, that page loads extremely, extremely slow... The page does not have large amounts of records to retrieve/repeat, just like 3 or 4(Even if it doesn't have ANY records to repeat, it's slow.). I have not...
  16. JoJoH

    How to get rid of &quot;\&quot;?? Please advice!

    Hi all, I am quite new to PHP and I have a question in mind... Well basically what's happening is I've created a customer review system. Here is how it works: I've created a form that submits to a page that would grab the form variables and insert it into a text file. Then I will have another...
  17. JoJoH

    WEIRD! ASP page slows down suddenly! Nothing new in coding though!

    Hi all, My goodness, this thing is driving me crazy! I have a few ASP pages that are behaving extremely weirdly, and I have no idea why! Sometimes they load extremely fast and then all of a sudden it slows down VERY much then a little while later it speeds back up again! I just don't know why...
  18. JoJoH

    Not receiving email from basic PHP emailing script??

    Hi all, Hum weird, I am very new to PHP and I am totally puzzled about this situation: I have this very basic script, no error... <?php $to = &quot;myemail@ssomewhere.com&quot;; $subject = &quot;Hi!&quot;; $body = &quot;Hi,\n\nHow are you?&quot;; if (mail($to, $subject, $body)) {...
  19. JoJoH

    Send an email that contains both the HTML and plain text versions?

    Hi all, Is there anyway to send an email that contains both the HTML and plain text versions? (allowing the client software to pick and choose). I've found a PHP tutorial for this but is there any VBscript/ASP once out there? Please advice. Thanks in advance! JoJoH...
  20. JoJoH

    Is there any easier way to insert the URL of images into database?

    Hi all. Is there any easier way I could insert the URL of images into database? Because now I basically copy the URL one by one and put it into the database, which could get very cumbersome when you have hundreds of them! Please advice. Thanks in advance! JoJoH http://www.jadeboutique.com

Part and Inventory Search

Back
Top