jesterguy wrote:mine is:
<shiny pants>
<snip>
how come images dont show up for me?
Because they're > whatever the post area width is on a 1024x768 (I think that's what I have the make-it-a-link limit set to).
And as for the <shiny pants>, must be nice. I dev on an HP dv1000. That's a laptop. More specifically, my fiancee's laptop. I think they got some upgrades from base when they ordered it, and from memory since I'm not at home:
Processor: ~1.8?GHz Intel
Memory: 1.25gb (:P) PC2700 [shipped: 2 slots, 2x256]
Hard drive: 80GB (Dunno the RPM)
Video Card: Some Intel thing that uses ~64mb of system ram
Sound Card: Dunno
Speakers: Laptop speakers / Headphones with a volume adjustment on each ear
Keyboard: Laptop
Mouse: Touchpad
Operating System: Windows XP SP2
Motherboard: Who knows
Also from your sshot I can tell that
1) the tutorial you're at would save a lot of trouble by writing 'using',
2) you aren't a big fan of spaces, but you like carriage returns ")){...\n } \n else{" //eww
3) your variable capitalization is a bit strange ">> damage >> ApCost" //oops?
4) you don't like shorthand "if (blah) { \n ONE LINE \n } \n else{ \n ONE LINE \n}" , also if (blah == NULL) //i like shorthand
As opposed to if (blah) \n ONE LINE \n else \n ONE LINE \n
And as opposed to if (!blah), although tbh == NULL is 'safer' in case they decide to change NULL to some value not == 0 because that would make sense ha.