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

JediN1nja

  • Visual Editor Styling Problem (Wordpress Dashboard)

    Turn's out it was using the wrong font in editor-style.css *facepalm* I changed it to the display font that is used in the theme and it solved the problem. The visual editor font just looked more bold than the font I used.
    Comment by JediN1nja August 2012 permalink
  • Offline IE8 video solution

    Thanks Mottie! I couldn't really make much sense of the pages you sent me but it did get me to this page which was the quickest and easiest way to embed windows media player into HTML :)
    Comment by JediN1nja June 2012 permalink
  • Offline IE8 video solution

    Yep. Everything will probably be in one directory somewhere on the notebook. Any easy JS frameworks I can use? :)
    Comment by JediN1nja June 2012 permalink
  • JQuery Full Page Slider

    That is exactly it! :D Thank you so much!
    Comment by JediN1nja April 2012 permalink
  • JQuery Full Page Slider

    What I thought was wrapping all the content in page divs. So in that sense you are simply animating 2 divs at the same time. So when you click for example the about button in the menu, the gets animated upwards with a slide animation to display:non…
    Comment by JediN1nja April 2012 permalink
  • Fixed Header Position like facebook bar

    It would help if you mentioned what IE version specifically? Nevertheless, these should help. Fixed footer (Could be applied to header as well) http://css-tricks.com/snippets/css/fixed-footer/ http://css-tricks.com/snippets/css/fixed-positioning-in…
    Comment by JediN1nja April 2012 permalink
  • Replace character with image using JQuery

    Nevermind I found a good link to what I was looking for :) https://github.com/ro31337/jQuery-Countdown-Timer
    Comment by JediN1nja April 2012 permalink
  • JS off-hover?

    I don't know if this will help, because I am pretty much a JQuery noob as well. But if I understand you correct, try this: $("#button").hover(function() { //insert hover state }, function() { //insert non-hover state });
    Comment by JediN1nja January 2011 permalink
  • Image swop linked with escape button

    hahaha that error msg is quite funny and a good idea! yeah i remember the boss mode, mostly in games :) I was thinking both images would load on page load but one would be display:none if you get what i'm saying. I suggested to them 2 modes. …
    Comment by JediN1nja January 2011 permalink
  • Unknown Error

    Got it fixed now. Thanks TT_Mark :)
    Comment by JediN1nja January 2011 permalink
  • Scroll to Top link - help PLEASE!

    I did manage to do figure it out like this. What I did do was place a var in the javascript section: var myWidth = (document.documentElement.clientWidth / 2) - 458; and then at the controlattrs i did this: controlattrs: {offsetx:myWidth, offsety:…
    Comment by JediN1nja January 2011 permalink
  • Scroll to Top link - help PLEASE!

    the problem with that is, its 450px from the edge of the browser window not the center. so when the browser window size changes, or someone else's screen resolution is different to mine it will overlap or pull away from the content. check the …
    Comment by JediN1nja January 2011 permalink