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

    Annotate Wireframes?

    Looking for some help here. What is the best way (tools, software, technique, etc.) to take witeframes or UI and annotate them with information for developers to code against. Such as, map a contentId to an area of the UI? Thanks
  2. GUJUm0deL

    P3P issue -- anyone??

    So, dealing with a P3P policy issue on, what else, IE. Our setup: customer comes to SITEA.com and logs in. During the flow we send info to SITEB.com (which we also own but for some reason the higher-ups want a separate url/domian). In FF and Chrome we are able to send the info over (using an...
  3. GUJUm0deL

    iFrame and cross domain

    Hi folks, have a question relating to <iframe> SCENARIO TWO DOMAINS: -- mywebsite.com -- yourwebsite.com FLOW: -- yourwebsite.com creates a overlay with an <iframe> pointing to a log-in box from mywebsite.com -- user enters in UID/PSWD and hits submit button the overlay (that has the <iframe>)...
  4. GUJUm0deL

    GeoLocaton code not working in Chrome, why??

    Hi, I came across this code online and made modification to fit my needs. It works in FF and IE9 but not in Chrome (Chrome ver 21). I've spent a few days trying to figure out and why and so far no luck... Thanks in advance. <!DOCTYPE html> <html> <head> <meta http-equiv="content-type"...
  5. GUJUm0deL

    how does yahoo do this?

    When I go to login into my Yahoo mail I see a rotating background image, how do they do that? I don't think its adserved. I see it happening on many sites like cracked.com What is the best practices for that? Does that not slow down the page load? _____________________________ Just Imagine...
  6. GUJUm0deL

    word counter?

    Is there a JS version of a word counter that ignores html tags like <strong> and <i> or html tags like <div id="something"> or <p> _____________________________ Just Imagine. http://www.imajinarts.com
  7. GUJUm0deL

    connecting to UPS

    Hey folks. I have this eCommerce site I manage and all of a sudden the XML tool used to connect to UPS yields a "Server Down" error. I contacted UPS and they swear its not them and I can't seem to track down WHY this error is returned. I checked the URL and tool app to be used and nothing...
  8. GUJUm0deL

    Access to MS SQL

    Hope this is the right place to ask this... I have an Access 2002 dB which I need to convert over to MS SQL. I am using SQL Server Management Studio Express. How can I do that? _____________________________ Just Imagine. http://www.imajinarts.com
  9. GUJUm0deL

    Access to MS SQL...

    Hey Access guru's. Need some guidance here. I have an Access 2002 dB which I need converted over to an MS SQL Sever dB. How can I do that? I have SQL Server 2005 Express Edition installed my computer. PLEASE tell me I can use that to convert the Access to MS SQL... Thanks1...
  10. GUJUm0deL

    Vista to XP?

    I just bought an HP (Compaq) CQ50. The laptop came with Vista Home. I want to reformat the HD and install XP Pro. Is that going to cause an issue with any hardware, say like the graphics card? The graphics card is NVIDIA GEFORCE 8200M G I'm asking cause I installed XP Pro and screen has a...
  11. GUJUm0deL

    SP1 or SP2

    I wanna reformat my laptop and was wondering which is better? XP Pro service pack 1 or service pack 2? Laptop is AMD dual core, 2ghz with 3 gigs of ram and a dvd burner _____________________________ Just Imagine. http://www.imajinarts.com
  12. GUJUm0deL

    RDC into win2k from home

    I have a win2k machine which I'd like to RDC into from home. But every time I attempt to connect I get a message saying "client could not connect to the remote computer". What am I doing wrong? The server is connected to a router at the office, if that helps in any way. I enabled "RDC...
  13. GUJUm0deL

    wap anyone?

    Hi folks. Are there any good guides, industry specifications on developing a WAP site? I'd like to know what limitations, restrictions and good coding practice are used. What styles are not allowed in WAP based browsers, etc. _____________________________ Just Imagine...
  14. GUJUm0deL

    Site Review, Phase II

    OK, let me have it: http://www.jayweinstein.com/ Made lots of changes, first off, removed the heavy JS files usage. Dug into the issue a bit more, and found out CF made using the <cfwindow> tag so darn easy that it was child's play; however, the major downside was the ridiculously large JS...
  15. GUJUm0deL

    dB design question

    I have the following table which holds the info for images the user uploads. PHOTOID (PK) CATID (FK) -- PK in categories table SUBCATID (FK) - PK in subcategories table I can get the insert into and update to work fine, but how can I get the query to work so that I can only get results where...
  16. GUJUm0deL

    slowness when using cfwindow?

    I asked for a site critique in thread253-1490188, and in there a few people have noted that the initial site load is slow due to large JS files being cached. I use the <cfwindow> function as the 'contact us' form. Has anyone ever had an issue where using the <cfwindow> causes the site to...
  17. GUJUm0deL

    Site review

    http://www.jayweinstein.com/ Comments/suggestions welcome. I've tested this in FF3 and IE6. Still doing some light code fixes, and client is in the process of entering content (some of the content is there). Thanks. _____________________________ Just Imagine. http://www.imajinarts.com
  18. GUJUm0deL

    dB design for multiple images

    I have a form where the user can upload multiple images. The user can upload 5, 10, 15, 30, 50 images -- however many as s/he wants. I am having some difficulties in getting the dB schema setup. My original design idea was: photoID, catid, picname, picurl But then I realized how will it...
  19. GUJUm0deL

    related selects for category and subcategory

    Hi all. Need some help here. I have two tables, category and subcategory. I need to do a related selects between these two tables, but am having some difficulties. The issue I've come across is not all categories will have a sub-category assigned. How can I query the first table to get all...
  20. GUJUm0deL

    CSS layout issue

    Hi, all. I'm having some issue with layout style. It looks different in IE and FF. I want to be able to have the width of the left and right sections to be the same height no matter if one of the sections is smaller then the other. Does that make sense? http://www.jayweinstein.com/ Thanks...

Part and Inventory Search

Back
Top