Cosmos Releases Milestone 5 Comment

6:28 pm on August 6, 2010

Cosmos Website – Milestone 5 ” Visual Studio 2008 – Visual Studio 2010 is not supported yet. (Paid) Professional or higher (Free) Express Edition Express Editions are not supported in MS5. Express Editions will be supported again in the near future. ” So, with Express Edition support in the future, there may be another version [...]

Just Comment Here if You Need Help Comment

2:32 pm on May 15, 2010

I am under the impression that changing the commenting system to reduce spam has made it impossible to comment on older posts… so post questions and comments here

RSS Feed Reader… 6 Comments

1:43 am on April 17, 2010

Just a “for-the-fun-of-it” project… not so fun when you are making it on a laptop at 2 AM… Well, if it actually gets anywhere, I’ll let you all know…

just a reminder… 2 Comments

6:56 pm on February 19, 2010

The download to the AEOSgui is here: http://www.ertnerd.com/source.zip

SPAM!! I HATE IT!!! 2 Comments

11:59 am on January 18, 2010

No, I’m not talking about the canned pork (I haven’t tried it yet, but I think I will soon) I’m talking about usless adverts (expecially the ones that aren’t even on topic…) THEY DRIVE ME CRAZY!!! ARGH!!!!!!! Comment below if you hate spam too!! (And if I wanted advertisements, I would have banner ads on [...]

FillRectangle 4 Comments

7:27 pm on December 31, 2009

public static void FillRectangle(uint lx, uint ly, uint sx, uint sy, uint colour) { for (uint xx = lx; xx < sx + lx; xx++) { for (uint yy = ly; yy < sy + ly; yy++) { if(xx <= 319 && xx >= 0) screenbuffer[yy * 320 + xx] = colour; //If you are [...]

goto Comment

5:45 pm

I feel a bit odd… I just used a goto statement… because I was lazy… This is not good practice… Worse, the code is a mess now in that little spot. Eh, I guess I’ll fix it later. (This is a project unrelated to AEOSgui)

Merry Christmas!!! 2 Comments

6:47 am on December 25, 2009

Email Choice 1 Comment

12:14 pm on December 24, 2009

7 out of our 13 (14 if you include myself) users have a gmail account… Which I think is a bit odd… Go for Yahoo, I use it and haven’t had any problems, (except the router doesn’t let me actually do port forwarding, which would otherwise allow me to have my own home server… But [...]