CSS positioning 101

A  little recap on your pro CSS knowledge:

http://www.alistapart.com/articles/css-positioning-101/

Dealing with “invalid label” javascript error when parsing JSON object

When you try to parse a JSON object and you get the error “invalid label”, there’s a great chance that you can solve it with the following method:

var JSONdata= someRandomDataFromAVar;

var JSONobj = eval( “(” +JSONdata+ “)” );

But it’s a better practice if you give the dataType: “json” property to your ajax query.

And now you can play with you nifty little object.

bpjs meetup HOLNAP @ colabs!

http://www.meetup.com/budapest-js/calendar/15401929/

Aki tud mindenképp jöjjék, ugyanis érdekes témának ígérkezik!