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: *

  1. jakeyg

    Dynamic Movable questions

    My mate is looking at AJAX for work and reckons this book is good http://www.amazon.co.uk/exec/obidos/ASIN/1590595823/203-8243908-0041549?%5Fencoding=UTF8 hopefully I can nick it off him when he's read it ;-)
  2. jakeyg

    security problem between websites

    Hope this is the right forum for this question, sorry if it isn't The website my webhost points to is at www.gallowtech.co.uk and everything works fine there :-) My other website www.teamsurge.com is stored in a subdirectory on my webhost at www.gallowtech.co.uk/teamsurge The source of...
  3. jakeyg

    Conformance to web content accessibility

    It's the usage of the Accessibility icons as described on http://www.w3.org/WAI/WCAG1AAA-Conformance I'm trying to figure out. It looks like I'm fine according to webexact, but I wondered if there was a definitive program/site like the w3c html validator at http://validator.w3.org/ that I...
  4. jakeyg

    Conformance to web content accessibility

    Regarding the conformance to web content accessibility guidelines 1.0 on the w3c site I've used the online validator webxact watchfire to go through my site to check for validity and it says that my site is fine. I've gone through the list of things I had to check manually it said and they're...
  5. jakeyg

    target ="_blank"

    It *is* just the strict doctype that won't allow it I decided not to use javascript when I found that method as I aren't really a fan of JS anyway and most browsers go nuts about active content if you include it. I've got a load of photographs which, in my old site, I popped up in their own...
  6. jakeyg

    target ="_blank"

    As target ="_blank" isn't supported in proper web standards, what's the recommended method for opening a new browser window ? ta
  7. jakeyg

    Tables on a CSS styled page

    Shoot me in the head Found a random "td {width: 700px;}" buried in the CSS unsurprisingly, when I deleted that it worked fine sorry for the blonde moment no more late night coding for me, I'll stick to playing battlefield2 at 3am I think
  8. jakeyg

    Tables on a CSS styled page

    I've got a CSS controlling my layout while the HTML/ASP controls the content I'm still using tables to show my tabular data though, think that's still allowed ;-), but while I can set the tables overall width using either the CSS or a "width=" directly, I can't contol the width of the "td"s by...
  9. jakeyg

    When is not a cookie, a cookie?

    It's written in ASP someone said "it might be a problem with the URL alias as the files are stored on the customers webspace in a subdirectory and the URL they've bought masks onto that subdirectory and because one URL is setting the cookies and another is picking them up..." I'm just having a...
  10. jakeyg

    When is not a cookie, a cookie?

    Been developing a website and being using a subdirectory of my mainsite to develop it online. I've just uploaded V1 of the code for approval to the customer site. There are no cookies in the site at all Everything works fine if you "accept all cookies" on both sites, but if the privacy...
  11. jakeyg

    CSS border control

    Lovely I'll go through and try and get rid of the rest of the margins thanks
  12. jakeyg

    CSS border control

    When the pages of my site are viewed in Firefox, the text wraps in the correct place, bout 1/4 of an inch to the left of the edge of the window, but in IE the wrap is about an inch to the right of the window. The layout is done using CSS and I think i've narrowed it down to teh "content" div...
  13. jakeyg

    spyware is killing me, help!

    The best anti scumware package I've found is spysweeper. It's about £30 and worth every penny. Saved my sanity opn a number of occasions :-) I put it on my mates machine and found 13500 traces 4 weeks after an re-install, he was wondering why it was acting up
  14. jakeyg

    Text Size

    I've changed one of the menu elements and it looks like I accidentally changed the <LI> when I changed all the other fonts over to ems :-( DOH On a whim I tried not using <LI>s to define where the buttons sit and it looks and acts fine, so I'll leave it now that it works thanks for the help guys
  15. jakeyg

    Text Size

    No, I've got nothing on the hover, yet ;-) it's just when you alter the size of the text. Nothing else on the page moves Me site is http://www.gallowtech.co.uk Don't laugh at the site too much it's only there for me to play around with code and colour combinations which isn't easy when...
  16. jakeyg

    Text Size

    Checked every number in the CSS and the fixed sizes for margins/padding/whatever are all defined using px, so that shouldn't move. I've tried changing/removing every line within the CSS to see which line affects it, but no matter what I get rid of the menu items grow and shrink, no matter where...
  17. jakeyg

    Text Size

    Just noticed that even though my menu links are defined with px a.menu { color:#09c; font-size:16px; text-decoration:none; font-weight:600; font-family:verdana, arial, helvetica, sans-serif; } The menu items grow/shrink a little bit Any ideas why?
  18. jakeyg

    passed the end

    When searching through some code in .NET I noticed at the bottom the message "Passed the bottom of the document" Is it "passed" or "past" in generel usage cause "passed" looks wrong somehow?
  19. jakeyg

    Text Size

    Lovely Is using px elsewhere in the CSS like margin:10px 0px 16px 0px; line-height:20px; considered good or bad form ?
  20. jakeyg

    Text Size

    What are the conditions for getting the Text Size option in IE (and other browsers ???) working? In tek-tips for example, changing the Text Size only affects some of the headings like "Member Moderated" and "Programmers" but headings like "HTML, XHTML & CSS (Cascading Style Sheets) Forum" are...

Part and Inventory Search

Back
Top