Ano ang Balitaktakan?

Ang "Balitaktakan" ay usapin o diskusyon, kalimitan ay mainit o malalalim ang pinag-uusapan, na kung saan ang pagkakaiba ng matitinding opinyon ay napapahayag.

Subscribe to our RSS Feed

Subscribe to our feeds
RSS po ang sinabi namin na kung saan makakatanggap kayo ng not-up-to-date news mula sa amin, inuulit ko RSS po.

Web matters

19
Jun

The Web is evolving, check out this youtube video

I just found this in my firefox bookmarks (I’m cleaning my bookmarks at the moment. I have this nasty and messy habit of dragging my surfed sites out in the bookmarks area and don’t check ‘em out later… or maybe forever)

Enjoy, what is Web 2.0… the web is evolving…



19
Jun

TweetmyGaming.com, microblogging for gamers

I found this microblogging from tweeter.com, tweetmygaming.com…
I’ll try to implement this in GamerPinoy.com later…

19
Jun

Auto Redirect the browser to another page

There are two ways that I will discuss this topic, first by means of HTTP-EQUIV Refresh and by means of Javascript.

Redireting with HTTP-EQUIV Refresh

<META http-equiv=”refresh” content=”5; URL=http://www.balitaktakan.com”>

…the content=”5; … means that the timeout before redirecting the page will be in 5 seconds. Of course, the URL= will be the page/site or wherever you want to redirect the page.

Redirecting using Javascript

Other way to consider if it happened to be that the browser isn’t javascript enabled or might not respond to the HTTP_EQUIV tag, you can try this final approach.

<script type=”text/javascript”><!–
setTimeout(‘Redirect()’,4000);
function Redirect()
{
location.href = ‘../redirectedpage.htm’;
}
// –></script>

Other way to consider if it happened to be that the browser isn’t javascript enabled or might not respond to the HTTP_EQUIV tag, you can try this final approach.

<code>
<html>
<head>
<META NAME=”Robots” CONTENT=”NOINDEX”>
</head>
</code>

19
Jun

Easy way to create your website’s favicon

There is an easy way of creating your favicon if you don’t know how to create on in photoshop. You can use favicon.cc, and guess what. You can even import an image, so start converting your pictures into those tiny favicon icons!

Now, one thing I noticed in favicon.cc’s logo is that there is resemblance with a “How to create web 2.0 logo” tutorial I found months ago in the web. Well, if you are wondering how to do that visit Alleba’s tutorial on “How to make a web 2.0 style logo”

  • Featured Bloggers

    • Site Stats

      Free Page Rank Tool

      Locations of visitors to this page