WordPress

Customizing WordPress login page is a pretty easy issue. We just have to hook our code into login_head function. Here is how to do it: The first create custom-login.css: Then place this code into the functions.php file. When you hover over the WordPress logo of the login page, you’ll see that it links to official [...]

A client asked me to implement function that allows to change background image randomly after each refresh. After some time of messing with rotation scripts I decided to create something myself. Here is my solution. The first we have to prepare CSS. We will use an image with fixed position and 100% width and height. [...]

With this plugin you can add videos to your sidebar (or any other widgetized area of your site). Just copy and paste code of the video into the Advanced widget. The Youtube’s original video code doesn’t pass W3C validation. The filtered video code of the Advanced Videobox will keep your site XHTML valid. Of course [...]

With Youtube Videobox plugin you can add unlimited number of videos to your site in a painless way. All you need is to copy and paste code of the video into the Youtube Videobox widget. The original video code from Youtube doesn’t pass W3C validation. My filtered video code will keep your site XHTML valid. [...]