treehouse : what would you like to learn today?
Web Design Web Development iOS Development

adhoc01

  • 100% height in relative positioning

    Thanks a lot for your help!! I thought about doing that but didn't want to cheat as I have been concerned about losing my CSS knowledge. Please it wasn't me being a fool!
    Comment by adhoc01 December 2008 permalink
  • Javascript Time Zones

    @cybershot : Thanks a heap, a page full of answers. Should be able to bodge something out of that.
    Comment by adhoc01 September 2008 permalink
  • Javascript Time Zones

    yeah the issue with this is that its a date-stamp from the server and not the clients computer. So i was wanting some kind of javascript snippet to nicely list all the time zones and then I could make alterations from there. . . Its no biggy as I …
    Comment by adhoc01 September 2008 permalink
  • This site has a usability problem. plz solve this

    Ha Chris thats you told! To be fair thought; if you turned off the css you would have had more luck.
    Comment by adhoc01 September 2008 permalink
  • menu id's and includes

    I asked a very similar question a while back and got given this code to use the file name to dynamically load the body id's. Thought it might help . . .
    Comment by adhoc01 August 2008 permalink
  • jQuery DropDown Sidebar Navigation Help

    a quick google brings up http://ayozone.org/2008/02/06/drop-down-menu-with-jquery/. Have a look what the code is doing and go from there - $(function() { $(\"a#menu-call\").mouseover( function() { $(\"ul#menu\").anima…
    Comment by adhoc01 August 2008 permalink
  • Mobile device recognition

    Thanks box, its a good read!! SO I thoguht I would post where I have got to in this quest . . . not that far really BUT http://www.andymoore.info/php-to-detect-mobile-phones/ is a really simple option. Its a small PHP file and works a treat. Using …
    Comment by adhoc01 August 2008 permalink
  • Float issue with safari and FF

    Regarding the space between the logo and the green, its the .logobox class again - margin-top is on 29 - adjust that to desired value. To be honest your code is just a bit messy. If I were you I would try and recreate your site starting with fresh …
    Comment by adhoc01 August 2008 permalink
  • Mobile device recognition

    thanks edwin, Using other scripts could be a good call. To be honest I haven't explored that route, though I really should of! So thanks again! This forum is so solid, great source of minds! Now just the device recognition!
    Comment by adhoc01 August 2008 permalink
  • Brand New Website Design

    Well in my opinion; Maybe make the text larger and just move the arcs out a bit (and maybe a tad bigger too). I'm not sure, I just felt that the logo seemed a little dwarfed. That said I do like the height of the header. Sorry to be of no help…
    Comment by adhoc01 August 2008 permalink
  • Brand New Website Design

    Really nice and clean design. One thing is that I would like to the the logo a lot wider - maybe by 100%. I found myself straining to read/take it in. Great work tho!
    Comment by adhoc01 August 2008 permalink
  • Float issue with safari and FF

    I'm not sure I entirely understand what your trying to do, so ignore me if I am totally off! But in the logobox class, get rid of your padding-left and replace with a margin left of 30px and it looks fine and dandy to me! p.s. footer could do…
    Comment by adhoc01 August 2008 permalink
  • Blogs!

    I would get involved with MyPHPAdmin, it makes SQL a breeze. Not that its a hard language to get BUT its nice to have a visual representation.
    Comment by adhoc01 June 2008 permalink
  • Positioning Images

    Im sure the code you gave was from a bigger picture but the simple way to float 2 images to the right would have been to float them: #img1 { width:150px; height:150px; float:right; } #img2 { width:150px; height:150px; float:right; }
    Comment by adhoc01 June 2008 permalink
  • Safari and Javascript

    I feel guilty now.. after blaming javascript. Turned out that I put the onclicks on the options in a form and not the select. Sorry for the post anyway.
    Comment by adhoc01 June 2008 permalink
  • YES! Here is a design I have need for opinion of.

    Yeah the footer looks way off on 1920-by-1200. Great looking site otherwise!!!!
    Comment by adhoc01 June 2008 permalink
  • comicgallery css

    If you want to test PHP locally then you need to download a copy of apache and PHP. This takes some time to configure and can be a real headache BUT is really worth it . . . you only need to do it once. Are you on Mac or PC? If mac, then its dead e…
    Comment by adhoc01 June 2008 permalink
  • Saving Images for background use - need advice

    it all depends on what the images in the header and footer look like. I'm going to assume they are rounded corners. When it comes to saving images you have another option for transparency; PNG. The PNG format has an alpha channel and unlike GI…
    Comment by adhoc01 June 2008 permalink
  • Links not working ad text not selectable

    thanks a heap!!!!! Its been driving me mad. Just to end the question; it was solved by setting the z-index to -1. Really appreciate the help Chris.
    Comment by adhoc01 May 2008 permalink