Opal Creations Blog | A bit about what we do and what we know!

Join the growing community of Mobile Websites (MOBI) today before your competitors do. Buy a mobile menu site today. Your customers are trying to log onto your website via their mobile phones even as you’re reading this. Your normal website may take a few minutes to load, and may be complicated for the customer to view because it was not created for mobile phones! Plus if you have a Reflux site with us (version 3 and above) then you will get 30% off the prices.Previews of our mobile menus (more…)

· · · · · · · ·

We have recently upgraded the Reflux Takeaway Website software. The update includes various bug fixes and optimisations as well as the following new features.

(more…)

· · · · ·

This JavaScript function provides a simple script to generate a random HEX colour code that can be used on any DOM element. A simple call to the function “genHEX()” will return a 6 character string that changes everytime. This is useful if you want an element to be a different colour on each page load.

The Code

Below is the code, documentation is in the form of comments in the code.

function genHex(){
    // Make a new array with all available HEX options.
    var colours = new Array("0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f");
    // Make variable to hold 6 character HEX array
    digit = new Array(5);
    colour="";
    for (i=0;i<6;i++){
        // Loop through 6 times, randomising the letter added to the array
        digit[i]=colours[Math.round(Math.random()*14)];
        colour = colour+digit[i];
    }
    // Returns like "a10bc5". It is likely that you may need to add a "#".
    return colour;
}

· · ·

We have recently purchased a development server for our Reflux Takeaway Website package. This will allow us to make changes and trial developments on a controlled environment. We can now roll out updates for all clients at once even if you are all on different versions of Reflux.

(more…)

· · ·

Free Spotify account?

Yes. These accounts are hard to come by nowadays unless you want to pay £9.99 per month for the premium. Fortunately we have a bundle off accounts to give out. Make no mistake, this is not the premium account but rather the invitation code you need to make your own account…. you cannot currently sign up without one. Read more to find out how to get your free account. (more…)

· · · ·

In an attempt to start building up a greater online presence for our business, we will be signing up with a variety of directory services.

We have just signed up for BT Tradespace, a free online directory service that allows businesses to add simple information. If you have found our main site there is not much point looking at the BT Tradespace page as there isnt much information on it. The link is: http://opalcreations.bttradespace.com/

· · ·

Older posts >>

Theme Design by devolux.nh2.me