testimonials

Fraction Calculator in Java (Part 1)

January 21, 2009 at 3:38 pm | Java, Java Tutorials, Programming, Tutorials | 11 comments

Click here for part 2 (creating the app)

I’ve been doing some Java programming lately. My latest project was creating an application that adds, subtracts, multiples and divides fractions and reduces them to simplest form. It’s a very basic app, no GUI and simple string and integer input. The first part of this tutorial will involve creating a class for fraction objects while the second part will be building the actual application. Perfect for any beginner programmers and a good tutorial to learn some of the basic fundamentals of Java and object-oriented programming, so let’s begin! (more…)

The Future of Web Markup

January 11, 2009 at 9:05 pm | CSS, Web Development, XHTML | No comments

I saw an interesting article on CSS 3 over at NETTUTS. It showed some of the different features that CSS 3 has. I hadn’t actually ever really looked into CSS 3, but from what I saw it looks really impressive. It looks like it has a lot of really nice features that would make a developer’s job 100x easier, five of which were discussed in the article. (more…)