designing4u.de Yet Another Coding Blog

4Jun/080

Loading content into multiple div containers using jQuery and JSON

Because I didn't write anything in a long time and because I just changed the layout of my site, I decided to write a new example about jQuery and extend it this time with JSON. After studying google analytics I noticed that people are mostly interested in jQuery examples and specifically in showing and hiding content after users click. Because I already covered this example, I decided that this time I'll show you, how to load content into different div containers at one time. If you assume that you want to load content into more boxes, you definitely need to use JSON (JavaScript Object Notation). Of course one can say that XML would be suitable for this example as well, but the advantage of JSON is that it doesn't produce that much overhead. Of course XML is more versatile than JSON but with build in function of jQuery you can easily process received date.

4Jun/080

New design

Because I am not a CSS guru and I was tired with adjusting my style sheets for every single browser (mostly IE6) I decided to redesign my blog and use YAML framework. I really enjoyed working with it. It gives you plenty of dummy layouts, which you can use and change according to your needs. I am still not fully satisfied with this layout, but it is better than before. If there are any designers around looking at my blog I have an offer for them. I am not a designer, but I can help you with your programming. If you have problems with your site, we can make a deal. If it's not a big project I can write it for you, and you can make a new design for me. How does it sound?:) I'm waiting for your offers.

Filed under: trash, YAML No Comments