Dynamic Designs Blog

— Orders Open

Posted January 27th 2010 by Aaron in Dynamic DesignsComments (0)

Dynamic Designs is now taking orders again. I haven’t taken orders in a while because of college but I have a lot of time over the next few months to make some designs and websites.

Check out the Prices and Order pages for details.

— Java Projects

Posted January 25th 2010 by Aaron in JavaComments (0)

I haven’t added any Java projects in a while. This first one is a text alerts project where a match attender notifies subscribers about any updates from a certain match.

textAlerts.zip

This second one is a basic application with a user interface using a MiGLayout and Swing. It will run by double-clicking the extracted file.

migapp.zip

Both projects will only work if you have Java installed and the first one will only work if you run it in either Eclipse or Command Prompt.

— New Portfolio Designs

Posted January 25th 2010 by Aaron in PortfolioComments (0)

I’ve added some designs to my Portfolio which I made recently including the new Dynamic Designs layout. The other layout is for my hosting site which offers free hosting so if you’re looking to get hosted, check out Let Go Hosting.

Click on the thumbnails below to view my latest designs:

— 1 Year Online & Version 4

Posted January 21st 2010 by Aaron in Dynamic DesignsComments (0)

Today, January 21st, Dynamic Designs has been online for one year. I’ve added a new layout to the site too. It’s another simple layout but different to any of the previous layouts.

I haven’t updated the Portfolio in a while so I’ll add more to that soon. I haven’t posted a lot lately as I haven’t been in college so I haven’t learned anything new to post about.

— Java Constants

Posted December 10th 2009 by Aaron in JavaComments (0)

A constant in java is a variable with a pre-defined value. To declare a variable as a constant, use the final modifier:

public static final int VARIABLENAME = 0;

VARIABLENAME can’t ever be assigned to a different value.

The full name for this declaration is an enumerated constant.

Page 1 of 512345»