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 Mike Lewis 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. tamakre

    characters allowed in a text field

    Im using both DW8 and DW CS3 and have a question... I have a site where users can SIGNUP or REGISTER, by creating a username for their account. I dont want special characters like @ or # or & to be allowed in the username field of my form... can the spry validation options enforce something...
  2. tamakre

    hide image / resize image issue

    Thanks for the reply / code... it still (in Safari and IE7 shows a very quick 'large' image for each before the resize and in safari (for the pc) its really erratic... about 3 out of 10 attempts results in images reduced in width but NOT in height -- really strange. Thanks again, Im using code...
  3. tamakre

    hide image / resize image issue

    I have a site similar to a photo gallery and Im taking large(er) images (i.e. - 600 pixels wide in JPEG format) and using the javascript below to generate thumbnails of the images with the proper height / width ratio... issue is, when the page loads, they (the images Im resizing) all flash at...
  4. tamakre

    social networking site based on asp

    Thanks, yeah, I basically am following your suggestions... about an hour after submitting this question to Tek-Tips, I just found a MySql database for a sourceforge project that sounds similar - and modeled a lot of my database around that core... the datastructure is about 3 times as large...
  5. tamakre

    social networking site based on asp

    Im going to be building / starting a site similar to myspace where a group will be able to join (become a member) then can have 'friends' added to their page / profile, upload photos, enter text etc. etc. I was thinking through and plotting out the database (fields, etc. -- starting in MS...
  6. tamakre

    list all images in a folder and resize if wider than xx pixels.

    I want to give the user an image assets page... where the user (who is using an home-brew CMS solution to manage content for a site) is able to click to view 'all available images' that they can insert into the content they are posting... I would like to have this based on all images within a...
  7. tamakre

    hiding TRs using css

    thanks, I chickened out and just filtered using recordset parameter and allow the user to toggle with TR's to show based on a drop menu - via an onChange javascript function. I've noted your response/solution for another project Im working on though - thanks!
  8. tamakre

    hiding TRs using css

    Im trying to find a way to hide multiple table rows using something like document.getElementById("News").style.display = 'none'; ... in my table, the rows are assigned and 'id' based on dynamic content drawn from a database... the id is the content type ... News, Blog, Other... What Im...

Part and Inventory Search

Back
Top