Search results

  1. adamblan

    2D, Flash or 3D???

    You're going to want to try Flash w/ Papervision 3-d for that sort of effect...
  2. adamblan

    WWW or not-WWW

    Yes- there is a difference, but as long as you use a 303 redirect (from non-www -> www or vice versa) you'll be fine;)
  3. adamblan

    Help With a IE Fix, with ajax Gallery

    You'll have to be more specific than "it's broke, here it is, fix it" Which divs on which pages (P.S. though it looks like your layout is broken in FX also)
  4. adamblan

    pop up windo for a .php

    Popups are generated by javascript, which basically tells the browser to open a specific html or php page in a specific window or element of the DOM. If you want the page to just open in a new window, try this out
  5. adamblan

    CSS div positionning problem in different browsers/OS

    Layout with tables terrible idea. Don't do it. Try to absolutely position these elements instead of floating them.
  6. adamblan

    Designfeeds.com.au

    Looks nice & clean - a little too sterile in my opinion. Try some imgs to help bring attention to the articles... this site has some definite potential, but with so many articles, a search option would be nice ;)
  7. adamblan

    Adding accounts to a website?

    The main server side scripting languages you'll want to look into will be ASP, PHP, or ruby. Any of these will bring the requisite functionality, but I'd definitely recommend starting with php (great support, works w/ Windows or Linux servers, etc) Also, you'll most likely want to use a...
  8. adamblan

    On a scale of one to 10

    I like the design so far - should work for the skier/rider crowd ;) Geodun's right about your text being too tough to read, but I think it's more of a sizing issue than the color... Maybe try adding a border around "New Items" ??
  9. adamblan

    Need help with 2 site maps

    You don't really install sitemaps - you just upload them to your server. Try using a dedicated ftp client like filezilla to transfer the sitemaps to your public_html directory
  10. adamblan

    background

    search for "tiled background image"
  11. adamblan

    html question

    There are close to 400 instances of invalid html in the sample you just posted. Validate your code, and it might just solve your problem...:rolleyes:
  12. adamblan

    Problem with web form mailer

    Access denied sounds like a problem with the server side script - not the html form on your site... Check the code in "/webformmailer.php" to make sure it has the correct mailto parameters (or if you need help, post the code)
  13. adamblan

    Embed Video IE6

    I'm not sure about Media Player params, but there should be an option for streaming the video... As it is now, your video loads completely before it begins playing.
  14. adamblan

    Custom Tshirt Website!!

    What's with <p align="center" class="style73">&nbsp;</p> (specifically, why is this line repeated 100x at the end of the page)? I like the monsterthreads site better than sydneycustomshirts - even though it is a template...
  15. adamblan

    Guys Review ME

    Page is pretty badly jumbled @1024 x 768 using FX... watch your floats & potisioning
  16. adamblan

    What is the proper way to indent text in xhtml?

    xhtml has nothing to do with it, other than providing the DOM for your css & js to style. Indentation (& every other style) should be managed with a linkd/imported css document. If you just want to indent the first line of each paragraph, you'll need js to select p:firstChild and apply the css...
  17. adamblan

    flash not running on website

    Double check your paths - or try using an absolute url and see if that helps. You could also use swfObject instead of embed to keep your page standards compliant & display alternative content (instead of "Plug-in Required" when Flash isn't available.)
  18. adamblan

    Calculator Help

    Yep- write the function once, call it as many times as necessary;)
  19. adamblan

    Website Photo Gallery?

    Or try Thickbox if you're using jquery - it's actually a good deal lighter than the prototype/scriptalicious based Lightbox
  20. adamblan

    Beauty Therapy Clinic

    Looking good Voodish - everything flows nicely:) I would suggest an accordion widget for the sidepanel, though. The information is the same on every page - keep this expanded if the content changes page to page, but otherwise it's just kind of redundant ;)
Top