Is This What You See ?

September 8, 2009

This is how my site looks on my computer and how it should look when viewed with most browsers, I supposed.
Thanks to Leonny, I was told that when my site was viewed with Internet Explorer 6 on Windows XP,  the 2 right hand columns of  this site DISAPPEAR totally !
And I am wondering whether you have been reading my blog WITHOUT the right hand columns all this while.
Do drop me a note or send me an email haifangsee[at]gmail[dot]com if that’s the case and I will have to find a way to fix it!

THANKS HEAPS!

blogging

(2) Comments


Bookmark and Share

 

 

 

 

 

Blogger Choice Awards

December 8, 2008

3059774079_ae90fe11c1_o

I am not sure how many of you are aware of this but the annual Blogger Choice Awards 2009 is ON. This event is sponsored by IZEA, Inc and they have numerous award categories for you to vote your favourite blogs. There are The Best Parenting blog, Best Blog Design, Best Photography Blog, Hottest Mummy Blog, Hottest Daddy Blog, just to name a few.

Some may find the word ‘BEST’ rather daunting. It is a big word and it seem to me rather impossible to determine the ‘BEST’ based on the limited number of blogs I visit each day. There are always better, nicer and cooler blogs waiting to be discovered. It was because of this, I voted for none last year.

This year, however, I have convinced myself that the ‘BEST’ shan’t be a hindrance for me to support some of the bloggers whom I think deserve a pat on the shoulder for delivering wonderful stories, beautiful photos, inspiring thoughts and many many more to readers like myself. I am participating and casting my votes this time and I feel good !

One of the blogs that I voted for under The ‘Blogitzer’ Category is Cheesyskepticism by Regina Escobar

Regina is an ASEAN scholar from the Philippines currently studying in NUS. I enjoy Regina’s bold writing style both in form and substance.  She dares to speak her mind on issues that may not be too mainstream or may even be a little controversial. It takes courage for what she is doing especially when you are putting your face on the Internet.  For that, I admire her guts. Furthermore, I think she write beyond her years, at least in my opinion. It is definitely a good break from the really exciting topics of parenting and kids.

Some new mummies’ blogs that I have nominated and voted are Raefootprints, Mumspotting, HappyHomeBaking and AllAboutYourChild. Do check them out!

So come on, hop on over here to support your favourite blogs now !

blogging

(5) Comments


Bookmark and Share

 

 

Related posts from archives:

 

 

 

Adding Snowflakes to your Site

December 2, 2008

I have always been very excited about changing the ‘look’ of my site, dressing it up with new banner and new layout. My lack of artisitc genes doesn’t stop me from fiddling with the template, the code and script. It gives me tremendously joy and satisfaction when I managed to tweak those intimidating codes.

Since I migrated my site to my self hosted wordpress, I have been overwhelmed by the versatility of this new platform. I love the many ready written plug-ins and the fact that, if I am ever geeky enough, I can write my own plug-ins in PHP ! The good thing about running wordpress on my own server is that, I can almost change anything ! I am not so sure whether you can do this much if you are running the site from wordpress.com itself.

Comparing Bloggers to Wordpress, is like comparing Windows to Linux. Bloggers do has its advantages. Firstly it is from Google, anything from this big giant can’t be too bad. Secondly, it is like Windows, Easy to Use, and that alone is enough to make a lot of bloggers stay on.

Having said that, I thought of sharing with you some tips on how to create some snowflakes to your site this holiday season.

Method 1 : (for blogger and wordpress.com users, basically what this does is call the script from my server)

Step 1 : Open template file

Step 2 : Insert

<script type=”text/javascript” src=”http://4malmal.com/wp-content/themes/4malmalBlog/snow.js”></script>

somewhere between the <head></head> tag

Step 3 : Save template file

Easy peasy, you are done !

Method 2 : (for users who are hosting own site and can access the template files, you may like to run the script from your own server)

Step 1 : Save the snow flake image snow into your computer with filename snow.gif. Upload image to your site.

Step 2 : Go to http://4malmal.com/wp-content/themes/4malmalBlog/snow.js, copy the chunk of code, paste it in notepad/wordpad. Save as snow.js

Step 3 : Near the start of the above code, look for

//Configure below to change URL path to the snow image

var snowsrc=”http://www.4malmal.com/wp-content/themes/4malmalBlog/snow.gif

Replace snowsrc (in blue) with the URL of the image uploaded in Step 1.

Step 4 : Save file

Step 5 : Upload edited snow.js to template directory of your site

Step 6 : Edit header template, add the following <script type=”text/javascript” src=”<?php bloginfo(’template_directory’); ?>/snow.js”></script> between the <head></head> tag

Step 7 : Save template

VOILA !

It is SNOWING already !!!

blogging

(10) Comments


Bookmark and Share

 

 

 

Page 1 of 11