keaglez

Hi! I'm Jeffri Hong, also known as keaglez, a 20 years old geek who love the web and comic.

Farewell to online manga scanlation sites

Posted on Uncategorized and tagged with

Few days ago, I was shocked when Manga Toshokan finally taken down the majority of series they host. That means, almost all of the scanlated manga is gone in their site, leaving to manhwa and manhua (Korean and Chinese comic respectively). While I read some manhwa and manhua, it still sad to see all of the manga gone, since Manga Toshokan have a huge collection of manga that I can’t find anywhere.

That’s not ended here. One Manga will also close in a week time. One Manga is my favorite online reader site, though the quality is not as good as the one hosted in Manga Toshokan, it is much faster to load. Now they still have a good time updating any manga they had until the closing end. That’s the final week for them.

Two of the big sites have taken down for now or continue with lesser series, now there is also another big name that likely to follow them. Manga Fox for example. They still have majority of the series now, but the big three (as you might now, the big three is Bleach, One Piece and Naruto) is already taken down. So it seems that’s only time until the other series follow. :(

Ok, don’t get me wrong. I love manga, I always read them whenever I have time, I read scanlation manga, and whenever my favorite series published in my country, I buy them. I read both, scanlation and published manga. I love scanlation because they have updated series, so I don’t need to wait for months before it published in my country just to know the continuation of the story. There is also, many and many awesome manga that’s not published here, that leaves me with only scanlation manga to read them.

So why did the scanlation sites is taken down? The reason is, recently, US and Japanese publisher are forming a coalition to fight scanlation sites. You can read more on this news on ANN, U.S., Japanese Publishers Unite Against Manga Scan Sites.

Now that it come to this, there should be a solution, for both sides. I know that scanlation is illegal due to copyright issue, but there is a lot of manga that is not available everywhere and not as update as in Japan. I won’t mind if I have to pay to get a licensed manga to read online, so I hope there is still a way, that we can still read manga online, no matter if it is paid or not.

At least, to the extent we can see now, there is two solution. First is the upcoming Open Manga. The second? Obviously, underground… IRC or P2P to get the latest scanlation… lol :)

Hope everything will be well, but, farewell One Manga. It’s a good year I had with you. I still won’t said farewell to Manga Toshokan, as I will still open them regularly to check for updated manhwa and manhua. :)

Update: One Manga has taken down all of their manga, farewell One Manga! Now let’s see how’s other sites going.

Some useful tips for WordPress custom post type and taxonomy

Posted on Programming, Wordpress and tagged with ,

Custom post type is one of the most powerful WordPress feature. It allows us to create just any content we need, combined with custom taxonomy, the possibility is just endless. WordPress have allowed to have custom post type and taxonomy for some while, but with WordPress 3, everything is far more easier. We have register_post_type and register_taxonomy created specifically for this purpose.

While this two combined to be a wonderful addition for your WordPress blog, there is still a lot of things that is not yet documented. Here is a few useful tips I collected when working with custom post type and taxonomy.

Read more…

July Promotion on PSD to XHTML service

Posted on Service and tagged with , , , ,

Recently I try my luck on offering service for PSD to XHTML and CSS conversion on Kaskus, the biggest local forum in Indonesia. I have done many PSD to XHTML and CSS conversion before, often, I also do conversion to WordPress and Magento. While I want to list my previous work here, unfortunately, due to the contract, I’m not permitted to list them. So basically, you can see how well my blog markup is for an example of my work. :)

Details for my service can be found here. For international user, you can just contact me for a quote.

For this service, I will offer a promotion every month. For July, you will get a limited offer for a free PSD to XHTML and CSS conversion, only for 1 person. The following condition is apply for this promotion:

  • You must agree and give me permission to list the work on my portfolio page and Kaskus (with a clear position of me as the PSD to XHTML and CSS converter, the design is still yours of course, no worries :) )
  • Turn around is in a week (I’ll work on it when I have time, but I’ll make sure it completed in a week)
  • Only for 1 page (additional page will be charged with normal price)
  • I will choose the design that sent to me
  • Only for client that haven’t working with me before (sorry for returning client :) )

Deadline is August 1. Your design will be converted to XHTML and CSS in a week after the deadline.

Blog redesign

Posted on Designing, Programming, Wordpress and tagged with , , , , ,

Welcome to my new redesigned blog! It’s been a year and a half since the last time I changed the design. I have always wanted to change it, but I just always don’t have enough time. :) I know I’m not that good enough in designing, but at least, this is the best design I ever made until now!

The idea behind this design is, to make a simple, usable layout and still looks beautiful. There is a lot of tutorial on the web that helped me when making this. I try to make the website small in size, so you’ll able to load it fast enough. There is also a cool trick on the background, which still make the markup small without much wrapping div over div to accomplish the effect. I also realize the importance on social networking nowadays, so I add links to some of my account. :)

Read more…

Checking the current post type with is_singular function

Posted on Programming, Wordpress

The WordPress 3 introduce a new feature that let us easily make our own custom post type. This is really a cool feature that give more possibility to customize the WordPress powered website. However, I find that the documentation is not complete yet.

In the recent problem I got, it requires me to check the current post type, something like is_single for post and is_page for page. Luckily enough, the is_singular is now changed to accept a parameter, and that is post type. :)

In current codex page, it still not updated. However, now we can use this to check whether we are on our post type page or not.

if ( is_singular(“my-post-type”) )
// whatever you want to do here

Great!

Proudly powered by Wordpress