Need to simulate a network of computers? Download CiscoPacket Tracer version 5.3 without having to login as a Cisco user. 🙂
Technology
Java: Strings
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…)
Finally a good domain host
Update (2011-04-06): Today is the 24th day since I started tracking my uptime, and StableHost still has 100% uptime. Finally found the domain host I’ve been looking for: StableHost. I’m happy with their service that I want to share this with you. Check them out if you are looking for a good domain host. They […]
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 […]
OpenCart: Override Invoice ID
Edit: Seems like there’s something missing in the code I inserted. I only found out after further system testing. Will update this post when I feel like fixing it. :p I’m taking an E-Commerce class (it’s my last school term!) and my group’s project in an online store that uses OpenCart, an open-source shopping cart […]
PDF Download: Flash CS4 for Dummies by Ellen Finkelstein and Gurdy Leete
Start learning Adobe Flash CS4 by reading this book: Flash CS4 for Dummies! With Adobe Flash CS4 For Dummies as your guide, you can unleash your creativity and contribute to the “Flash”-iest showcase of dynamic content: the Web! You’ll become acquainted with Flash CS4 and learn when to use this popular Web development tool. Plus, […]
The Top Paid to Click Sites. Join only the Best PTC Sites
PTC sites are fun. All you have to do is click and view advertisements and you earn money. You will earn a lot if you join the best ones around… that is, if you stay active. I used to be active with some PTC sites many years ago, but stopped. Now I decided to resume […]
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.