
Woohoo ! It’s complete.
I’ve done a heavy upgrade to the redirection service, now sexier than ever.
There was a big flaw with the previous version, as you could only use it if you knew what was the number of the site you were looking for.
Well, you could try all the numbers one by one, but you’d probably get bored before you reach the end. Long story short : Using the service required some “external” knowledge.
The new version gets rid of that requirement by introducing a dropdown menu, with all the anime websites listed in their own category.
My goal was to provide a much better experience for people using the service, while not giving myself any extra work each time I introduced new anime in the list.
Adding a new anime will only take a couple more seconds than it did with the previous version, so it’s a pure win for me.
For the little story, the dropdown menu is created by doing an Ajax request to the server (to get the list), and then built from the ground using Javascript. I’ve left the Javascript unminified, in case you want to have a look. I’m no JS expert, but I like the end result.
The menu uses CSS3 for some sexy styling and animation. It’ll degrade nicely if your browser doesn’t support the latest CSS styling tags, so no worries on that side.
Untested on IE (is that a browser anyway?), though it should work as well. You’ll also get a nice warning box if your Javascript is disabled.
Whenever I update a chart, new anime in the list will be marked with a “NEW” animated image next to them. This way, you can quickly know where the new stuff is, without necessarily taking a look at the chart.
I’ve also added two new background images to the main page, to complete the “set”.
The image will change randomly at each pageload.
On the blog side, I’ve modified the “Website” menu on the menubar to add both the Neregate and Baka.bz websites.
I have other plans for the future, like alternative displays for the menu :
Menu > Anime Season > List
Well, this is just an idea for now. Your ideas and critics are more than welcome to expand the functionalities of the service
Feel free to have a look at the new version : baka.bz.
Sharing the base URL of the service now has a real meaning, unlike the previous version.
Side note, but I noticed two holes in the anime index, so I filled them with Train Hero and Beyblade Zero-G. These websites’ redirections won’t work if you pick them.
Also, the “Gakkatsu!” anime has the same code as the Jewelpet TV series. I’ll fix that in the v4.
Now that was a wall of text.