<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/8549075?origin\x3dhttp://faida.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Friday, October 08, 2004

I need an answer.

I was just like looking for someone to ask about this VB comment yesterday. Fortunately, I got an answer now. For the benefit of those who doesn't know VB, like me, you add comments in VB by using the apostrophe ( ' ). I was told it's only good for a single line comment, what about multi-lines?

Thursday, October 07, 2004

Just when I thought...

A student asked me how to add comments in VB. I tried using the C like comments hoping that it would work. Well... thanks to me it did not :/ Grrr... I know nothing about VB. Just made me realized how little I know in this IT world...

Bye bye ads!

Have you ever tried geocities' free web hosting? Don't you just hate it when pop-up ads suddenly distract everything you have created... and covers your "dugo't pawis" masterpiece? Whew! It really sucks!
Now here's a good news for all you design addicts out there! I was trying to figure out how to remove those ads from showing up on my page... and guess what I found out? Exactly! I figured it out! Can't wait to do the same on your web sites? Here's how it's done...

1. In your source code (you can view the source code directly in the file manager) add the following two tags after your closing html tag
<noscript>
<plaintext>
2. Now your code must be the same with this...
</body>
</html>
<noscript>
<plaintext>
3. Save the changes and say...

Bye bye ads!

Wednesday, October 06, 2004

A genuine gratitude

We are supposed to be grateful to the people behind this free blog's site, and to all those behind the sites that offer free web hosting. I don't know with you... but I am. =) Afterall, I wouldn't be able to have this post if not because of them. Don't you just love free stuffs? Now, considering it's free, these people have all the rights in the world to place their trade marks or links on your page. Hey! It's a free space you're using there so can't you at least pay some credit to them? By letting their trade marks, links, and ads stay on your page, that is.

"So where are those things that you've been bubbling about on your page? I can't see one."

Now that's another part of the story. You see... these people also gave me a new source of learning. I guess that makes me doubly grateful now.

To you guys out there... Thank you! Mabuhay kayo!

Tuesday, October 05, 2004

This one is tougher: Removing the blogger's navbar

Did I hear you wish of removing the blogger's navbar? The navigation bar and toolbar of the blogger that appears at the top of your page?
Well, your wish is my command...
Just follow this simple trick and you'll be opted out of the blogger's list! =)
Here's how you do it...

1. Go to the Template tab
2. Look for the body tag in the source code
3. Add the <noembed> tag just before the body tag
4. Add the </noembed> after the body tag
5. The code must look like this now...
<noembed>
<body>
</noembed>
6. Try it and you'll be amazed

Got this one from diaphaneity at www.diaphaneity.com (COOL site!)

Monday, October 04, 2004

How to remove the "I Power Blogger" image

Whether it's against the norms of free blogging or not, I just figured out how to remove the "I Power Blogger" image at the bottom of the sidebar (not all of the templates though place this image at the sidebar, some templates just put it at the bottom of your page). As you can see, the image has disappeared on this page. Here's how to do it:

1. Choose Template on the tabs
2. Scan over the template's source code and look for this line:
<p id="powered-by"><a href="http://www.blogger.com"><img src="http://buttons.blogger.com/bloggerbutton1.gif" alt="Powered by Blogger" /></a></p>
3. Now if you spotted the target, delete the whole line and save the changes.
4. That's it!

Easy huh?

Saturday, October 02, 2004

There is always a first time

What does everyone say in a blog like this? Yeah right... it's my first blog, so is that a big deal? Everybody seems to have their own blog but me! And you know what they say... "If you can't beat them, join them!"