Archive for January, 2007

Noosa Wedding Gowns and Formal Dresses

Friday, January 26th, 2007

Looking for something elegant and different for your wedding gown or for a gala function, school formal or debutante ball? Often it’s difficult to find an eye-catching garment that suits your shape and style.

Fairytale Brides and Formal can offer you personalised service and a wonderful variety of contemporary and traditional bridal wear and stunning party dresses for dances and special occasions. Exclusive importers of up-to-the-minute overseas fashion, their new site displays their current range of gowns.

Wordpress 2.1

Wednesday, January 24th, 2007

This is becoming a daily habit almost. The new major Wordpress 2.1 version, code-named Ella for Ella Fitzgerald, is now installed with no problems. Next update isn’t due till April 23 thankfully! Regular updates are intimated from now on which will make it better for using Wordpress on client sites.

Spam-proof email addresses on web sites

Monday, January 22nd, 2007

Over the weekend, I cobbled together another handy javascript method for foiling evil spam bots, whilst making life easy for web developers. The script below enables you to change the subject of the email as you go as well - you could add other variables like a link title too if you wished. Functions are very useful devices!

Firstly, the content of email.js:

function sibaem(subject) {
var username = “emailprefixhere”;
var domain = “whatever.com”;
var atsign = “@”;
var address = username + atsign + domain;
document.write(’<’ + ‘a’ + ‘ ‘ + ‘href=’ + ‘”mailto:’ + address + ‘?Subject=’ + subject + ‘”>’);
}

Save the above as email.js in your scripts folder and link to it in the head of your document like this:

<script src="scripts/email.js" type="text/javascript"></script>

Then in the body of the document, call the function with the following code where you want an email to appear, for example:

<script type="text/javascript">
<!–
sibaem( “Website enquiry” );
document.write ( ‘email me</a>’ );
//–>
</script><noscript><a href=’contact_form.php’ title=’Complete my contact form’>contact me</a></noscript>

If you wish to make the user changeable and for the email address to be visible to the human eye on your site, here’s the content of email.js:

function sibaem(username, subject) {
var domain = “whatever.com”;
var atsign = “@”;
var address = username + atsign + domain;
document.write(’<’ + ‘a’ + ‘ ‘ + ‘href=’ + ‘”mailto:’ + address + ‘?Subject=’ + subject + ‘”>’ + address + ‘</a>’);
}

and here’s what goes in the body:

<script type="text/javascript">
<!–
sibaem( “youremailusername, Website enquiry” );
//–>
</script><noscript><a href=’contact_form.php’ title=’Complete my contact form’>contact me</a></noscript>

Wordpress 2.0.7

Monday, January 22nd, 2007

That was quick! another update hot on the heels of the last. Only 6 files changed this time so it took only a few seconds to update. I see the next major version - Wordpress 2.1 - will be out at the end of the month - I need to set a reminder for it.

Wordpress 2.0.6

Monday, January 8th, 2007

No sooner than the vulnerabilities are revealed than they are fixed by the Wordpress team. Another upgrade successfully accomplished in record time!

Prosperity, intellect and wisdom for 2007

Monday, January 1st, 2007

This year, we send our best wishes for prosperity and peace - it’s about time all of us had a bit of a rest from interminable bloodshed over resources, religion and global supremacy. Rather than using reason to develop a logical, secular code of ethical behaviour which considers the best interests of fellow human beings as well as their own, it seems too many humans depend upon crude instincts and irrational brutish faith to justify baseless feelings of cultural superiority and barbaric slaughter of and stealing from other humans.

To celebrate our alternative peaceful vision for enlightenment in 2007, we’ve made a desktop wallpaper featuring Ganesha, a Hindu deity symbolising intellect, wisdom and prosperity.

We’ve also taken the time to add some of our latest artwork and greeting cards to our online art gallery.

Enjoy!

"The first rule is to keep an untroubled spirit. The second is to look things in the face and know them for what they are."

- Marcus Aurelius
Go to the Top of the Page
Search this Site
Sibagraphics
ABN40098165406 / QLD BN17649330
P.O. Box 259, Pomona, Qld Australia 4568
Ph: +61 (0)7 5485 2085
Mob: +61 (0)412 665 189

Visitor locations

Valid XHTML 1.0 / Valid CSS Copyright | Privacy | Disclaimer
Copyright © 1998 - 2008 Sibagraphics
Page last modified October 11, 2007.