Joined dzone
After reading about dzone in Matthias’ blog, I signed up an account there and published my first article. Having only a very quick look on this portal, it looks to me like one of those few, providing additional value.
After reading about dzone in Matthias’ blog, I signed up an account there and published my first article. Having only a very quick look on this portal, it looks to me like one of those few, providing additional value.
I just spend some minutes this evening updating the LibraryThing Widget CSS styles.
The DIV classes used by LibraryThing are as follows:
.LTwrapper .LTheader .LTitem .LTprovided
LTwrapper is for the whole widget, LTheader only for the “Random books I have” line, Ltitem for each book and finally .LTprovided for the footer “powered by LibraryThing”.
However, to get some more flexibility in the layout you should make usage of the cascading property in CSS and define the .LTitem img class to position the images. It could look like the following then:
.LTitem img { float: right; margin: 0px 0px 0px 10px; }
Writing a blog entry takes some time, Twitter let’s you easy drop a line about what you are doing right now. It includes mobile phones (yeah!) and instant messaging. Unfortunately It does only include GTalk, LiveJournal and Jabber – no MSN Messenger. The API is quite simple and the widget provided is pure HTML/JavaScript. I remember about that suggestion while performing the theSpoke tests a few years ago. BtK and me have seen some potential in this…