IE8, IE9 does not repeat repeat-x background image

I had some trouble with Internet Explorer – IE8 and IE9 not repeating a background image. All other browsers were fine.
In IE, the background image was not tiled, but only shown once, no matter what I changed – widths, heights, px-sizes, %sizes, auto-margins etc.

Solution

For some reason IE does not repeat my gif image, but saving it as jpg solved the problem.

New website for Fuengirola Unihockey

CUF Fuengirola new websiteThe unihockey team of Fuengirola has got a new website. RJ has created a dynamic site with an inspiring design and features to help members of the team share results, experiences and communicate about practices.

CUF Fuengirola plays in the Spanish National Unihockey League and ended fifth in 2011.

RJ Constructs Meeting Point for Swedes in Fuengirola

Fuengirolakontakt.se information för svenskar i FuengirolaReine Johansson has constructed fuengirolakontakt.se, a meeting point for swedes in Fuengirola. The site is constructed so that everybody can contribute to the content with useful information about the city, events, shopping, sports, kids activities and so on. Fuengirolakontakt.se also has a forum for the same audience.

RJ builds web page to the painter Nomi Wilkens

Nomi Wilkens new websiteRJ has been assigned to create a web site where the danish painter Nomi Wilkens will present her works.

The design is simple and stylish, aiming to highlight the paintings.

The system includes a publication tool where the artist herself can change and add texts and images as she creates new works or to present forthcoming exhibitions.

Matching domain names using JavaScript RegExp

This is a Regular Expression that I used to check validity for a domain entered by a user. It covers the top domains which the particular service covered and you should change it for your own top domains.

If you need a RegExp that matches all valid domains, including all top domains and all subdomains, there is a good attempt (no support for special characters such as åäö) here.

Here is the code:

var domainPattern = new RegExp("^[a-z](-?[a-z0-9]+)*\.(se|com|net|biz|org|es|co.uk|dk|info|eu|mobi|name|nu)$");
if (!domainPattern.test(domainField.value.toLowerCase())) {
// Not ok
}
else {
// Ok
}

Hope it’s of any use to someone!

RJ has built new website for Simzar Estates

RJ has constructed a new website for Simzar Estates, the danish real estate agent at Centro Idea i Fuengirola/Mijas.

The project comprises webb based administration interface for entering properties, property database and of course the presentation web page and Google search engine optimization.

See the result at Simzar Estates – simzar.com

RJ builds web based booking system for Dansk Biludlejning (Car rental)

RJ has built a booking system for Dansk Biludlejning/Malaga Car Park.

The system includes dialogues and database to administrate customers, parking orders, rental cars, contracts etc and is completely web based. Data is secured with an automated backup system.

RJ builds website for La Costa Invest

RJ has been selected to build a new website to the danish real estate agent in Torremolinos, La Costa Invest. It will be a full fledged database driven website with administration interface to enter properties and of course search and presentation as well as Google search engine optimization.

Testwinner.co.uk redesigned

RJ has thrown out the old testwinner.co.uk and replaced with a new one. The dark background is used to highlight the products described on the site.
More room has been given to content, thanks to a much smaller page header.
Comments are appreciated!!

RJ launches svenskt.es (swedish.es)

All swedes travelling, living, buying or selling from, in or to Spain, can now take advantage of Reine Johansson‘s latest creation, Svenskt.es. For starters, everybody selling services or goods specifically to swedes can get their own presentation page, for better exposure in search engines and to everybody searching swedish products and services in Spain.

If you have comments or suggestions, feel free to express them using the form below.

Return top