Archive for the ‘Net Escape’ Category

23
Mar

Happy Easter 2008

   Posted by: Ryman Tags: , , ,

It’s the day of eggs, rabbits, and most specially for us Christians, we celebrate today the resurrection of the Lord, Jesus Christ. However, this year Easter is celebrated on different dates. March 23 western countries and April 27 on eastern countries. But even if our country is located on the east, we still celebrate Easter today, since it marks the end of this weeks’ holy week.

In predominantly Roman Catholic Philippines, the morning of Easter (known in the national language as “Pasko ng Muling Pagkabuhay” or the Pasch of the Resurrection) is marked with joyous celebration, the first being the dawn “Salubong,” wherein large statues of Jesus and Mary are brought together to meet, imagining the first reunion of Jesus and his mother Mary after Jesus’ Resurrection. This is followed by the joyous Easter Mass. [wiki]

Easter Eggs, after the break.
Read the rest of this entry »

Saiwaina. Happy ^___________________^

Yup. See that big smile.

Reason: I got (from my cousin) another batch of J-doramas to watch, and just in time for this week’s holy week vacation. Last December I’ve finished watching at least 10 J-doramas. This week, a total of 7 series to finish. Take note, that “drama” doesn’t mean it’s always heavy on the drama part. Most I’ve seen are comedy and suspense, with a hint of drama. And as a reminder to myself, I’ll register an account at Jdorama.com so I can post my ratings on the series I’ve finished watching.

Here is a list of the J-doramas I’m going to watch, and hopefully finish before this week ends.

  1. Bambino! (12 episodes, 2007).
  2. Dragon Zakura (11 episodes, 2005).
  3. Nobuta wo Produce (10 episodes + opening special & ending special, 2005). If you’ve read my post about Horikita Maki, this is the series where she won Best Supporting Actress in 2005.
  4. Proposal Daisakusen (11 episodes, 2007).
  5. Kurosagi (11 episodes, 2006) - The Black Swindler. Horikita Maki also stars in this series.
  6. Kisarazu Cat’s Eye (9 episodes, 2002).
  7. Yuukan kurabu (10 episodes, 2007) - Leisure Club / Yukan Club.

Hana Kimi (Hanazakari no Kimitachi e) will be shown in a local channel here in the Philippines. I’m not sure if it is going to be popular. But whatever, Horikita Maki is still cute, I even watched the whole series 3 times already. Most Pinoys still choose Korean dramas rather than Japanese dramas (J-doramas). Remember the local hit Meteor Garden, which is basically the Korean version of the Japanese original, Hana Yori Dango? MG became widely popular but not HYD.

As a bonus here is the ending theme for Hana Kimi, Peach by Otsuka Ai (4:07, MP3, 126kbps, 3.8mb).
Download at Rapidshare.com (3.9 MB)
Otsuka Ai - Peach [Hana Kimi ending theme].mp3

Oyasumi nasai minna (good night everyone) ^______^

Continued from part II.

Either if you are a Pro or a Newbie blogger you should subscribe to your own website’s RSS feed. What you see in your web page, is usually not the exact replica on what other people see if they are subscribed in your RSS feed. Here are a list of what I’ve observed in some sites and blogs since using a feed reader for almost a year.

Why is it necessary to subscribe to your own blog or website?

  • Image wraps. The text wraps on the image perfectly on the site itself, but when viewed on a feed reader, the text has an uneven flow on the side of the image. There are usually two ways to use IMG (image) wrapping; (1) using a CSS and CLASS to define alignment, and (2) directly inserting the ALIGN tag on the IMG itself. If you use the CSS method, the output on the feed reader is usually messed up because the reader doesn’t call the external CSS of your site. If you directly place the ALIGN tag on the IMG, this will result in a favorable output. I’ve seen a lot of feeds from popular websites that have a messed feed output.
  • Messed up script codes. I’ve seen this a couple of times. There’s that time when a blog owner try to liven up his/her feeds by adding a little more info at the end of the feed posts. So what does he/she do? Add scripts and additional codes at the footer of the feed. And sometimes, just sometimes, the code spreads out like an error message, for days. It’s a common rule for web developers that when you are coding for a website, you usually check the output in Internet Explorer and Firefox (which has the same output as the rest of the other browsers. Opera, Safari). It must look good in both browsers. So if you are adding codes and scripts on your site feed output, remember to check them in a feed reader (Google Reader, Bloglines).
  • Hotlink protected image. I fell for this mistake twice, the first time I didn’t realize the problem. If you use a CPanel on your web host, there’s that feature to have your images protected from hotlinks. Generally if you protect, let’s say all JPG images, when another person directly link to that image in your host, it will not show up on his/her end. The protected image format will only show up on the websites you “allowed” it. Usually the only allowed site is your domain, placing any other domain on the “allowed” list will let them steal your bandwidth. There are mixed reactions regarding this problem. One, is that, when you hotlink protect your images and your domain is the only thing in your “allowed” websites, then the image will not show up on a feed reader. A solution to this problem is to add the reader in question to your allowed domains, like adding Google Reader. But what if I’m using a different feed reader? You might as well add that one, and add all the other feed readers on the list. There are still some sites on my feed reader that falls to this problem. I have two options usually for this; (1) if I find the article/post interesting, I click the link to go to the site itself to view the image, and (2) if this goes on, like for days or weeks, I hit the unsubscribe button.
  • More tag. The more tag lets you break your post if it is too long. The broken part is usually hidden unless the viewer click on the post tile (direct post link) or click the “read more” link. In blogging etiquette, the use of more tag is essential if you have a post that is too long. Bloggers often use this for many reasons.
    1. For directing page views and traffic to their sites. If I’m reading a good article on my feed reader and I hit the “more” link to continue reading, I usually end up on the site itself. Bloggers use this to gain page views for their site, since a user visiting the site itself counts more than someone who is reading its contents in a feed reader.
    2. Giving a slice before showing the whole cake. Usually a good introduction and a single photo is enough to tempt the reader to click the “more” link. Bloggers, write a short intro about the topic of the post, and sometimes a short paragraph detailing the rest of the article. This is a good practice because it doesn’t flood the reader with too much info. The reader has a choice to continue reading (click the read more) if he/she finds it interesting or just leave the post alone. Since it’s just a summary, he/she didn’t waste a couple of minutes more. I use this technique in my babes portal category. Two advantages are: (1) less bandwidth consumption since the rest of the photos doesn’t load unless the reader is interested to continue reading the whole post, and (2) the page load is quicker.

    Like the hotlink problem, I usually unsubscribe from blogs that uses this too much. It’s too much of a hassle to go out of the feed reader to visit the site itself. And that’s the reason why we use feed readers right? To let the contents of the site visit us, not the other way around.

  • Content cutting. In Wordpress, and some other blogs (?), there is an option to automatically cut your post after a certain number of words to give a brief summary. This is good, but quite irritating and I’ve unsubscribe to more than a dozen of blogs because of this reason alone. Not unless you count your words every time you create a new post, you wouldn’t know in what part the cut will happen. The end result? The reader is confused because he couldn’t read the rest of the post’s introduction. Don’t use this please, just use the “read more” function.

Now you might be wondering why I didn’t use the “more” feature on this long post. I could have, but even if the reader of this post is interested of not. I just don’t want to interrupt his/her reading, I don’t want that to happen to me. I’m guessing after the first two of the list above the reader, if not interested, could have skipped this post. But since you’ve already reading this part of the post, then that means you are one of the interested readers.

That’s another reason why I always use lists (bullets) in my posts. It’s easier to read and easier to skip the post if the reader is not interested.

Remember, the reason why you should subscribe to your own feed is to see what the others are seeing. So if there is a problem in the feed, you can correct it quickly. It had saved me during the hotlink problem I encountered. When I read the feed of my own blog, the images where not showing up, but when I look at the website the images are just fine.

My tip: Don’t do to your feed what you don’t want to see in someone else’s.

I have been ‘officially’ blogging for exactly one year today. I tried blogging a couple of times in the past years, but I really didn’t stick to it. I don’t know the reason, but every time I start a new blog, after a few entries I close it. Xanga, Zopia, Blogger, LiveJournal, and other forgotten free blog service, I’ve tried it all, but closed my account after a few weeks.

Last year when two (1, 2) of my co-workers convinced me to start blogging, I gave it another try. I was hesitant at first because I really have nothing to blog about nor have the passion of a blogger. Still, I gave it another shot. Created another blog at blogger and named it, Coldmoondrops.

Here is the first post I made at Coldmoondrops, and my very first post as a blogger.

It was late at night. The moon is shining brightly on a clear sky. The air is somewhat musky but cool nonetheless. Shadows of light poles can be seen across the dusty road. Houses on the right side and vast fields on the left. These are the first things I’ve noticed when I came back to this place. I never thought I would go back here again, but fate decided I visit this place once again. For what? Reconciliation? Forgiveness? I don’t now. Reason and purpose seems to escape me every time I look for it. No matter. I will never see this place again, maybe, I’m not sure. I’m not always sure. I’ve been living my life going to where destiny wants me to go. I seldom decide for myself what I want to do or where I want to go. I just follow the flow of life. Like a fallen leaf swimming across a river. Uncertain on where it would go or what will happen. Well… whatever happens, happens… that’s what I always say. But this place, I have a lot of memories here. I was happy the very day I arrived here, it was just a visit really, but what happened was more that just a simple visit. It was somewhat destined to happen…
2BC

Hi, this is my first entry for my blog here at blogger. I’m not really a good writer but I’ll try my best to post stuff about… well… just about anything I can think of. This is not my first blog (don’t ask about the old ones), but I’ll try to update this from time to time. Also I can only write if the following conditions exist: (1) I have too much time at work, (2) I thought of something worth writing, and (3) I’m inspired. Don’t mind the grammatical and/or spelling errors, I tend to write not to notice those things =)

So that’s my short into… oh and welcome ^_^

I already stopped blogging at Coldmoondrops, and continued my personal blog here at Eternalmoonlight.net. Some of the entries there have been imported at this site. And I’m also planning to close Coldmoondrops after a few days, or just delete the posts there.

I’m also glad that I got into blogging. Not only did I helped a lot of people, but also learned many things. I even made my other site, a blog site. I’m wishing for another year of blogging to learn, share, and help.

Regarding the title, ichi means one (1) in sino-Japanese, and in native-Japanese it is hitotsu.

13
Feb

My notes at Google Notebook

   Posted by: Ryman Tags: ,

My Google Notebook add-on in my Firefox browser just updated. I haven’t been using it for a while since I began using Google Reader and conveniently “starred” the news or clips I like. I want to revive using this simple extension since it’s so convenient to note things that you find in the web. I started using Google Notebook in unison with iGoogle. My feed aggregator was iGoogle, and my notepad is Google Notebook.

Once installed in your browser, adding a note is simple. Just select (highlight) a piece of text from a website, then right click and select Note This. And that’s it, the note, including the whole URL of the website is added for reference. If you open your Notebook, you can edit the entries, add labels, and sort them out. My primary reason why I use Google Notebook is that I can virtually access all my notes on another computer.

Another interesting note is that if you use Google Bookmarks, the labels you use on it to organize your bookmarks appears on Google Notebook as well.

I’m re-organizing some notes on my Google Notebook, so there are some stuff I have to remove. I’ll use this entry to post the things that I’ve removed in case I need to find it some other time. And maybe some of you may also find it useful.

My notes after the jump
Read the rest of this entry »