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

    how to set the wrap attribute in a textarea box using InPlaceEditor

    when using InPlaceEditor using the textarea box....i want to set the wrap to equal "hard" for instance <textarea name='text1' wrap='HARD'></textarea> however i can't hard code the wrap='HARD' using InPlaceEditor because the html code is generated the prototype javascript file any suggestions?
  2. diezy

    how to use the BETWEEN keyword in perl's dbi SEARCH_WHERE

    hey, i am trying to search for a date that is between 2 dates. i know you can do this in a straight sql query: SELECT "column_name" FROM "table_name" WHERE "column_name" BETWEEN 'value1' AND 'value2' however...i am using perl's dbi abstract search and was wondering if there is a way i can...
  3. diezy

    how to disable the web...but not disable email

    is there a way to disable the web(IExplorer or firefox)...but still be able to send emails via outlook lets say?
  4. diezy

    grabbing a variable from a popup after submitting

    hey, i have a webpage with a form on it. on that form i have a link to a popup window that has a "add new member" form. however once the user fills in the popup form and submits it i want to grab the first name field from the popup)"add new member" form and pass it my original form (the parent...
  5. diezy

    how to remove www from the url

    i was wondering how to remove the "www" from a url if it was entered by a user, however still keeping the arguments/url path in tact
  6. diezy

    how to remove www from the url

    i was wondering how to remove the "www" from a url if it was entered by a user, however still keeping the arguments/url path in tact
  7. diezy

    image resize question

    is there a function or a way to resize an image with only giving the width and have the height automatically be adjusted according to the given hieght for instance if you open up photoshop and want to resize an image...if you have "contrain proportion" checked it will automatically adjust the...
  8. diezy

    GD library doesn't work

    hey, im running php 5, however when i run certain functions like: ImageCreateFromJpeg() or ImageCreateTrueColor() i get error displaying: Call to undefined function ImageCreateFromJpeg() ...etc i looked in my php/etc folder and i do see the php_gd2.dll and it does appear to be running when i...
  9. diezy

    Script making in filemaker.

    hey, heres my problem: Im new to filemaker, and im trying to program a script that adds certian fields depending on certian data a user selects. im trying to make an script with an if statement but its seems like i am very limited to how i can create my if statement i can only create...
  10. diezy

    SP2 computer restart problem: Illegal systemm DDL relocation

    I previous posted problem with my computer(s) always restarting just before windows loaded after i downloaded some sp2 updates. i finally was able to pause the blue screen error. it says: "STOP:c0000269 {illegal system dll relocation} The system dll user32.dll was relocated in memory. The...
  11. diezy

    Windows XP Product Key used to many times??

    i've tried loading 2 different copies of windows xp pro on 2 different computers with the same XP cd key. Both work...and run fine until i download all the updates. after downloading and install all or most of the updates...at some random point in time the computer will just shut off and then...
  12. diezy

    Windows XP restarts everytime just loading page

    I installed windows xp pro with service pack 2 on my computer. after getting a set of more updates (one that included the gdi+ decection tool. and a whole bunch of other secuirty updates. once i restarted my computer and the windows xp loading page was finishing loading i would get a quick blue...
  13. diezy

    how to create a Privacy Policy statement

    hey, i was wondering if anyone knew a site where you can download Privacy Policy template or the goes abouts of how to write one.
  14. diezy

    Creating a Privacy Policy statement

    hey, i was wondering if anyone knew a site where you can download Privacy Policy template or the goes abouts of how to write one.
  15. diezy

    How to create page number links (Result Pages links) on pages

    hey i was wondering if anyone knew an easy to create page number link or "Result Pages" as google has it on there pages So when you have a page full of results queried from a database and you want to break or link the result into seperate pages i want to know the logic or some example on how i...
  16. diezy

    How to select more then one field using the DISTINCT keyword

    hey i was wondering if there is a way to select more then on field using the DISTINCT keyword i have a query like this: $str_sql = "SELECT id, product_id, name, description, price FROM products ORDER BY name ASC"; However i know adding the Distinct keyword like this won't work $str_sql =...
  17. diezy

    Is it good to have a high buffer level using nero?

    I was just buring a couple of cd's with nero...and i am curious if it is good to have a high buffer level (like at 98%) or is it better to have low buffer level?
  18. diezy

    emailing html file? is that possible?

    i am trying to send an email after a user has registered an account online, and i was wondering instead of retyping where i have to keep on contactinating a string of html code... <? $message ="<html>" $message =."<title>google homepage</title>" $message =."<head>blah blah blah</head>" $message...
  19. diezy

    text emails or html emails

    i was curious to what would be more appropriate when creating/sending emails is it better to create plain text emails or html emails? is there great pros and cons? or not really? "do the chickens large talons?
  20. diezy

    comparing a string to a Mysql db result

    i have an if state have is comparing a result from a database and submitted string from a form. when i print them out they both print the same result 123456 (db result) 123456 (submitted form result) however try to compare them to see if they are equal in a if statement, it comes out false...

Part and Inventory Search

Back
Top