Category Archives: Tech

PHP Paged Results – Trying Out

Been trying to get those fun paged results for Databases for a while now. I think I’ve almost got it down, but my current try is pretty buggy. I need to find a better tutorial, but I might just jug away on this try until I get it right. Practice makes  perfect, right? And then maybe I can figure out what I’m doing wrong. Heh.

On the bright side, the things I modified turned out the way I wanted. So yay!

You can check out my bug filled work here.

初めてPHP! GO! (First PHP! Go!)

Today I outfitted my first website with PHP. Yay!! I’m so happy that it worked. ^^ I now finally have the ability to edit one file and affect all of my pages. That makes me so happy.

Next up! Integrating Databases into the layout. :D

You can see it here at my scanlation site DaraDara Scanlations Now. If only I’d update the site’s content instead of just the layout. Heh.

More Tutorials

Was looking at Flash tutorials today (really need to start working with that wonderful program again. Heh.) and found a neat tutorial: Preloader

Haven’t used it yet, but it’s laid out very neatly and it’s to the point. Check it out if you feel so inclined.

Also, a killer artist posted a few CG coloring tutorials for photoshop and I picked up a few new tricks for them so I figured I should share them too. Photoshop CG Part 1 Part 2

So tired…

Lesson learned at 3:40 in the morning on a saturday:

One can rune SQL commands directly in phpMyAdmin.

Wish I would have known that before I filled out a table by hand. *passes out*

One step forward…two steps…

Decided to try my hand at Object Oriented Programming today after finding a tutorial on how to seperate entries from a database into multiple pages. Sadly though, I could not get it to work – today. I’ve stared at the code for about an hour now trying to figure out why mine doesn’t work, but to no avail. I’m going to look at it again tomorrow and see if I can make it work.

However, objects and classes are pretty cool on their own. I hope I can figure out how to make them cooperate.