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

Kenneth

  • < > are removed when using xmlrpc

    I guess nobody has had this problem before. Still haven't found a solution. The problem gets bigger and bigger. I tried a clean install. Deleted all files and emptied the database. Only installed wordpress with standard theme. The result is st…
    Comment by Kenneth May 2010 permalink
  • Testing WordPress Security

    First thing I always do with a fresh install, is to make another account with administrator capabilities and delete the "admin" account.
    Comment by Kenneth May 2010 permalink
  • Jquery working in Firefox, not in IE

    Ok, solved it. Beginners mistake and a very stupid one http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
    Comment by Kenneth April 2010 permalink
  • installing wp on 3 subdomains... best way?

    Can't you work with a RSS reader to display the posts from the 3 blogs on the main page?
    Comment by Kenneth November 2009 permalink
  • Wordpress - Joomla - other ???

    Well, uhm, i was asked to do this project because the organisation lost 90% of their entire budget to some designer scam. And since i used to date a woman who works for the organisation, she asked me if i could do this as a favor :oops: I have us…
    Comment by Kenneth November 2009 permalink
  • jquery and Wordpress

    Maybe i'm wrong but as far as i know jQuery is already "included" bij Wordpress so it's already declared. I had problems with a slider jquery library. And I solved it by putting the wp_enqueue_script in the header just before wp…
    Comment by Kenneth June 2009 permalink
  • Colour Schemes - Choice of 4!

    I would go for n° 2 I'm not a designer so i only decided as normal visitor of your site
    Comment by Kenneth June 2009 permalink
  • css not working in IE (only on some pages)

    when i look at the source of your page, I find this Just after It looks like the end of a table but there is no beginning (or i don't see it) Maybe something went wrong with copy-paste
    Comment by Kenneth June 2009 permalink
  • push div won't push

    I tried that before and it does work. But in the video tutorial the -150px margin is used and it works. So why doesn't it work for me? I know I should be happy it works. But i'm one of those guys who isn't happy knowing it works but …
    Comment by Kenneth June 2009 permalink
  • load pages jQuery: do or don't

    I didn't forget about the possible problem of making it way to complicated with links in content that point to other content that .... :geek: But i "forgot" those things just so I could ask my question. I was just wondering if, whe…
    Comment by Kenneth June 2009 permalink
  • 2 language = 2 websites?

    My answer is not specific to website but programming in general. I often have to make programs in two languages. And then you have a choice. Or you make to programs (websites) or you load the text for the program (website) from a database. It all …
    Comment by Kenneth June 2009 permalink
  • my first website

    I started with a small drawing on a piece of paper. With "graphic editor" you probably mean photoshop or the gimp or similar? I tried photoshop and it took me two hours to add gradient to something :oops: That's why I said it shows i…
    Comment by Kenneth May 2009 permalink
  • Strange behaviour Jquery

    I finally found the problem. The problem wasn't the function I called, but when I called it: jQuery(document).ready(function($) { $('#left_photo').innerfade({ animationtype: 'slide', speed: 750, …
    Comment by Kenneth May 2009 permalink
  • Strange behaviour Jquery

    Still no success Jquery(document).ready(function() { var img = new Image(); Jquery(img).load(function() { Jquery(this).hide(); Jquery('#FeaturedEventImage').removeClass('loading').append(this); Jq…
    Comment by Kenneth May 2009 permalink
  • IE6 div positioning

    I only just uploaded the new code to my webspace. It worked on my computer So this was the "Double Margin bug" Chris talked about in his http://css-tricks.com/ie-css-bugs-thatll-get-you-every-time/ article. I read the article but never re…
    Comment by Kenneth May 2009 permalink
  • IE6 div positioning

    I started over with the code you provided but I didn't see much difference except some styling. But then, by accident, I found the problem #header_rechts p {color: #FF3366; float: left; font-size: 3.0em; When I removed the floa…
    Comment by Kenneth May 2009 permalink
  • IE6 div positioning

    Ok, i fixed the 's that were missing. :oops: Now the page validates but the problem remains. Then I changed the css file to your code. Now the menu is next to the slogan but still under the logo and not next to the logo. So the problem st…
    Comment by Kenneth May 2009 permalink