Its the time of year again when I have to decide what I’m going to watch for the next 3 months. My watch list has recently been shortened considerably as various series conclude, signaling the impending start of a new round of anime. These are the anime I’m planning to watch that start in October 2009. I’m not the biggest fan of translating names, but for the convenience of my English-speaking or non-Anime watching readers, I’ve included translations or official English names in brackets. Links go to MyAnimeList.net where you’ll be able to get a summary of each series.
I’m excited about the continuations of existing series including White Album, Asura Cryin’, and Toaru Majutsu no Index’s spinoff Toaru Kagaku no Rail Gun. I have mixed feelings about Shugo Chara Dokki Doki. I loved the first two seasons, but the show was really concluded in those two seasons. I can’t imagine this third season being anything more then filler, or anime original content, which the first seasons already had their fair share of. My excitement for new shows is in particular extended to Kobato which is from CLAMP, a manga-ka group who I am a big fan of. I’m yet to watch a series by CLAMP which I haven’t enjoyed.
What are you expectations for this season? Do you have any suggestions?
This tutorial will explain how to add a table of contents to a generic WordPress page. Our table of contents will be a list of posts in chronological order. This tutorial is a follow up to a comment on the post for my WordPress Table of Contents Widget by Ashley who indicated that she would be interested in the capability of having a table of contents in a page rather then the sidebar.
This tutorial will take you through the steps needed to install PHP on Microsoft Windows. I’m using Vista, but with minor changes, these instructions should also be valid for Windows XP and Windows 7 as well.
I thought it would be nice to make a post about my development environment. That is, the tools and applications I use in my development of Muse’s Success and other projects.
I’ve gone through and chosen the series I will be watching this season. I’ll update this post later with short impressions of the series I’ve chosen. For now, I just have a list.
UPDATE! Just waiting on Element Hunters and Tokyo Magnitude 8.0 now. I also haven’t seen the real beginning of Yokuwakeru Gendaimahou but the special episode that streamed online was good, so I think even if I watch these two before the real first episode comes out, I can still give a valid impression.
UPDATE #2: Still waiting for Element Hunters, if its not out by tomorrow, I’ll make a post without it.
This tutorial builds on the previous tutorial – Introduction to PHP: Hello World and as such, you should take that tutorial first if you have not already.
In this tutorial, we are going to take our previous Hello World script, and store the date in a database. We will then add the last access time to our original script.
This tutorial will introduce you to PHP with the customary Hello World script. You will be introduced to the echo language construct and the date() function. The goal of this tutorial is to show you how to output text, and display the current date.