New WordPress 3.0New Wordpress 3.0

June 21, 2010
Tags: , ,

It seems that the long-awaited WordPress 3.0 is out and it also seems to have some new features that, in my opinion, brings WordPress closer to what a real CMS should be. I worked quite a lot with Drupal and now I consider WordPress to be a good alternative for all those projects. The most […]

0

Transparent text over imagesTransparent text over images

March 15, 2010
Tags: , ,

I needed recently to overlap, on a web page, a text on an image, and the text was to be white, with a black background, with alpha. For this, the solution is to make two DIVs, both positioned in a container div. The container div has to have “position: relative”. The second div has to […]

0

Cross-domain AJAXCross-domain AJAX

January 28, 2010

When using AJAX, there is a cross-domain security restriction that does not allow accessing an URL with a different domain than the one of the page that contains the script (the script’s domain). For most AJAX applications, this is not an issue, as you can host the data on the same domain. But let’s consider […]

0

Rotating an image on a web pageRotating an image on a web page

November 21, 2009

This post is about rotating an image on a web page – that is not rotating more images (slide-showing them). It’s about rotating an image with an angle. Why would that be useful? If you want to put an image rotated by an angle on a web page, the easiest would be to make a […]

0

ImageFlow on the first pageImageFlow on the first page

November 10, 2009

For this site I wanted to use an imageflow-type gallery on the index page. There I will upload several pictures of mine 🙂 The first thing to try was searching an already-made module for wordpress. I couldn’t find one that was the way I wanted – either they were old, not working, bulky, slow, ugly, […]

3

“deviant-thumbs” plugin"deviant-thumbs" plugin

November 9, 2009

When building this site, I thought I should add some color to it. And because I am a fan of DeviantArt, I looked for a way of showing several images from there in the sidebar. I discovered, after some search, the plugin deviant-thumbs, which actually got updated to version 1.9.2. It works great – it […]

0