In search of a simple slideshow made with jQuery I found an article by Jon Raasch and also an article by Jonathan Snook, both very interesting. The later had an incredibly simple code that I really liked, but there was
... Read more »
Just got hit with this z-index bug where the dropdown menu goes behind the embedded youtube video. I tried to change every z-index in my stylesheet but to no avail. It turns out that the solution lies in the object
... Read more »
In some instances you can have links in the main menu of a wordpress blog that you don't want people to follow. Typically if the page it links to is empty and you are only using the link as a
... Read more »
Always in need of a colorpicker i decided to put one up on this site. Because it's a wordpress child theme it was a little tricky to get it working. I found a jquery colorpicker plug in at http://gusc.lv/jquery/gccolor.html which
... Read more »
I've been at it before, but when i need it is forgotten again. This time I'm making a post as a reminder. Using include php in wordpress posts, pages or widgets requires a plug in. I have used Exec-php and
... Read more »
Working on a thematic child theme it has been bothering me that the tooltip ( title) appears when hovering over the main menu. It makes it difficult to see the text in the dropdown right below. Today i found a
... Read more »
I've been experimenting with the thematic theme framework and the concept of wordpress child themes. Being new to wordpress it's a bit of a challenge. Today i wanted to put up a slideshow in a thematic child theme on another domain.
... Read more »
How to make a simple jQuery slideshow