Archive for the ‘Resources’ Category
Saturday, November 29th, 2008
#wordcampau participants were lucky to catch up with advances in the popular, versatile blogging software, Wordpress with a keynote address by Matt Mullenweg, the developer of WP. WordPress 2.7 will be available in December with loads more features. Matt alerted participants to a new Wordpress template http://monotonedemo.wordpress.com/, where page colours and widths alter according to the colour and size photos which are added – could be a winner for a photography site. He tantalised the audience with a reference to the Wordpress 2.6 Maxtrix Easter Egg.
The impending release of collaborative plugin BuddyPress was foreshadowed, an innovation set to energise and transform WordPressMU (the multi-user version of WordPress) with social interaction.
The beauty of WordPress is the user friendliness of its CMS (Content Management System), its extensibility with a wide choice of plugins, easy to read Help section and ready availability of templates. A collaborative networking facility will be the icing on the cake.
The online presentation was nifty, demonstrating the versatility of Wordpress with integration of video streaming via Stickam, photos via Flickr and the inclusion of a Twitter stream using Monitter.
Other useful hints – collaborative tool ProjectPier, SlideShare, a site for sharing online slide presentations and of significant interest to businesses, the WordPress e-Commerce Plugin highlighted by developer Dan Milward.
Tags: CMC, Web Design, web development, wordpress
Posted in Web Design, Web Tools | Comments Off
Saturday, June 21st, 2008
Leaving a reasonable time for addons, extensions and themes to catch up, we’ve now installed Firefox 3.0.
Immediately, an anomaly appeared on the front page of the Sibagraphics site – a bottom scroll bar. This turned out to be from the top flash animations, one of which was floated right and the other left from id css instructions within the objects themselves.
This was simply solved by removing the ids and putting them in divs around the objects!
The site validates and is similar in all browsers, even the annoying and insecure IE6 which 24% of viewers worldwide still apparently use. Many of these would be corporate users who have unique company software reliant on that dodgy old M$ version.
Rather than use the M$ Virtual PC software in order to run two versions of IE, we found the very handy free Tredisoft solution, which will install standalone versions of IE from IE3 – IE6 if desired. Works a treat and naturally is not bulky and cumbersome!
Tags: browsers, CSS, Firefox 3.0, IE 6.0, IE 7.0, Web Design
Posted in CSS, Resources, Web Design, Web Tools | Comments Off
Monday, October 15th, 2007
Enjoy some of the new wallpaper we’ve added to our collection, from our recent photographic adventures in our own backyard.
These include two photos of Alistair, the peacock which has adopted us, a lovely white bauhinia, a butterfly obscured in a shrub, and a delicious elegant hippiastrum.
Tags: bauhinias, hippiastrum, peacocks, wallpaper
Posted in Graphics | Comments Off
Thursday, October 11th, 2007
Another quick and easy upgrade to the new Dexter model of Wordpress. Posts can now be easily tagged as well as categorised.
Tags: Blogging, software, wordpress
Posted in Blogging, Web Tools | Comments Off
Saturday, June 2nd, 2007
The latest Site Reference newsletter reiterates the important rule we’ve known and abided by since we began our business in 1998 – DON’T USE FLASH INTROS no matter how much clients may insist, grovel and beg.
“Please, don’t use a Flash intro on your website. You’d think everyone would realise they’re a bad idea by now, but every web designer still gets clients who just don’t seem to realise that Flash intros are universally mocked and hated. Don’t be one of those people.”
Here’s a list of some of the reasons why flash intros and indeed why pure flash sites should be avoided at all costs.
- Flash intros delay site visitors finding what they came for.
- Gratuitous animation is superfluous.
- Without html content, people without flash enabled will see nothing on visiting your site. Neither will search engines.
- Flash design breaks the browser back button.
- People who need to increase text size because of bad vision will not be able to do so with text integrated in flash. Use of html allows people to choose larger or smaller text sizes if they so desire.
- Link colors don’t work so you can’t see where you’ve been and which links you’ve yet to visit.
- The Find in Page browser feature won’t work.
- Text translators won’t work.
To counter these problems, when animation is required and actually adds something to a site, we always include descriptors within the flash object tag, title tag, and noscript tag. The web page also will have ample text content including text navigation.
Just say NO to flash intros! (and to flash only sites).
Posted in Flash, Web Design | Comments Off
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>
Posted in Code, Javascript | 2 Comments »
Wednesday, October 11th, 2006
Located in the Sunshine Coast hinterland, Spark1 Studios offers musicians state of the art music recording equipment in a superb environment for inspired performance production.
Sparky has produced albums for musical luminaries such as Gemma Doyle, Paul Fogarty and Radha.
Sibagraphics has transformed the coding of the Spark1 site and added a resources page along with other improvements.
Posted in Audio, Client News | Comments Off
Saturday, August 26th, 2006
Cooran photographer, Jon Neilson has added some superb shots of Japan and Magnetic Island to his site. My particular favourite is the Snow Garage – architecture in Japan is sublime. Also of note is the suspended Bonzai Tree.
Jon continues to show his interest in water transformations.
Posted in Client News, Graphics | Comments Off
Wednesday, July 19th, 2006
Using the imaginative java applet found here, you can create an image of your site. Below is what my site looks like.

Posted in Graphics | Comments Off
Wednesday, July 12th, 2006
Enjoy the new desktop wallpaper available in three sizes on this site of Peter Frankenfeld roses and some lovely dahlias growing in our backyard and which I captured on my Canon G6.
Posted in Graphics | Comments Off
Saturday, June 17th, 2006
Finally I found time to update the Sibagraphics art gallery – long overdue. It now sports the latest Coppermine gallery software and the few additional art works I’ve had time to accomplish this year.
Posted in Graphics | Comments Off
Saturday, June 3rd, 2006
Finally got a chance to spring clean my hard drive and retrieve all the web site backgrounds and borders I’ve made and not used on client sites. These new free web backgrounds and borders – red, blue, pale blue, navy, grey, orange, pink, green and multi-coloured – are available for download in the Sibagraphics backgrounds and borders sections.
Posted in Graphics | Comments Off
"No one can act alone in the name of all, and no one can accept the anarchy of a society without rules. Multilateralism is the key, for it ensures the participation of all in the management of world affairs. It is a guarantee of legitimacy and democracy in matters regarding the use of force."
- Jacques Chirac