First off, if you are in need of a good Java programming reference book, I suggest that you try Head First Java. In this blog entry, basics in Strings in Java programming will be briefly discussed. Assumption: You have already set up your Java development kit on your computer. (Environmental Variables, paths, etc…)
Coding
Flash Game – Clannad – Dango Daikazoku Adventure
As a homework in our Flash class, we were asked to design and code a Flash game with two levels. I decided to base my theme on “Dango Daikazoku” from the visual novel (PC game) and anime Clannad. I always found the dangos cute that I had fun making this game. 🙂 I’m letting you […]
Free PDF Download: Adobe Flash ActionScript 3.0 Programming
This manual provides a foundation for developing applications in Adobe® ActionScript® 3.0. To best understand the ideas and techniques described, you should already be familiar with general programming concepts such as data types, variables, loops, and functions. You should also understand basic object-oriented programming concepts such as classes and inheritance. Prior knowledge of ActionScript 1.0 […]
PDF Download: ActionScript 3.0 Game Programming University by Gary Rosenzweig
Trying to learn game programming in Adobe Flash? Want to learn game programming using AS3? Try this e-book that I’m going to share with you. It covers Adobe Flash CS3 Professional, so it’s perfect if you use Flash CS3.
Wrapping text in table cells and DIV tags
I’ve been doing research on how to wrap texts. First solution I found was giving the CSS property word-wrap the value break-word: word-wrap: break-word But this didn’t work in Firefox.
JavaScript: Setting the selected dropdown option by its index number
Long time no new entry. 🙂 Internship is keeping me very busy. In this blog entry I’ll show you how to select a drop down option by specifying its index number.
Inline Frame that automatically adjusts its height for the source page
Last year, I was working on our MULPROJ layout, and the type of layout I was making needed an iframe whose height is auto resized according to the source page’s content. This means that there should be no vertical scrollbar in the iframe, it simply adjusts itself vertically. I thought that it wasn’t possible to […]
Cobol Compilers free download: MFCICS, Microsoft Cobol 2.20, Cobol IDE
I used to have several Cobol compilers available for free download in my old blog, Poochycat.com. That blog has gone, months ago, I think. I’m putting up all those Cobol compilers in this post. 🙂
IE Tester – see how your web pages look in different versions of IE (Windows Internet Explorer)
(Post taken from my old blog, Poochycat.com) Ahh, it seems that I posted this in our MULPROJ days. ^_^ Yesterday I woke up at 6AM. I wanted to go on with my sleep, but I couldn’t. I suddenly remembered that I haven’t tested in different versions of Internet Explorer the layout design of the website […]
PDF Download: Head First Java (2nd Edition) – by Katy Sierra and Bert Bates
Learning Java? Great, this book will help you. I uploaded this Java Programming PDF to share with IT Elective 1 (Object Oriented Programming with Java) classmates. 🙂 I searched for it in Google, and I’m lucky to find this free e-book of Head First Java – Second Edition. I can’t remember where I got it […]