It's not bad per se, I just like older architecture and the fact that most of Berlin got destroyed in WW2, and the rest got destroyed by the Socialists in the Cold War doesn't really makes things better.
ah, I try to always look forward. I am an 'avant garde' kind of person. Architecture is the one thing I concede, though.
I HAVE COME FROM THE FUTURE FROM THE DISTANT YEAR OF 2017 TO BRING A MESSAGE you're a bum. fite me (9*^*)9
Having a problem getting the inventory table to work with jquery for my game. What it's supposed to do is write the start of the table, the middles of the table, and then the end of the table. Code: $('#inventoryTable').html("<table><tr><th>items</th><th>quantity</th></tr><br>"); for(item in inventory){ if(inventory[item].itemQuantity!=0){ $('#inventoryTable').append("<tr><td>"+inventory[item].itemName+"</td><td>"+inventory[item].itemQuantity+"</td></tr><br>"); } } $('#inventoryTable').append("</table>"); But it doesn't. It seems to be writing the start of the table, the end of the table, and then the middle of the table. If i move the middle section into the start of the table, it works fine, because it only has to write the start and the end. Code: $('#inventoryTable').html("<table><tr><th>items</th><th>quantity</th></tr><tr><td>"+inventory[item].itemName+"</td><td>"+inventory[item].itemQuantity+"</td></tr>"); $('#inventoryTable').append("</table>"); This seems to work fine, but i need it to automatically put a line for each item the player does not of 0 of. It seems to be putting the middle at the end. Is this because the For loop only runs after the appends have run?
I like trying out new things and concepts as well, but a lot of architecture nowadays is recycled brutalism. The Guggenheim museum in Bilbao is a good example of mdoern architecture done right. (Picture spoilered because it's hueg) In comparison, here's the student dorm I lived one year in which is hailed for "architectural beauty":
Guys :U I was fumbling around adding some music to Starbound, when I let my eyes wander for a bit to stall time, then I noticed this error in log First monster I ever captured was a poptop some weeks ago. Should I do something about this? Is this supposed to not be achievable?
Checking back on this forum after not being on it for a year and a half is hilarious because everything I've posted on has either been deleted or archived We did it bois, 1400/1 like to post ratio