• Feed

  • Back online

    By maurizio | February 10, 2010

    Back online!
    Here I am, again trying to write down my thoughts on a blog. I missed
    it a bit. Writing is a good exercise in ordering thoughts and ideas. I
    have lots of thoughts and ideas running on my mind; what I really
    miss(ed) is the force to write them down.

    Last time I was writing on my blog I was basically unemployed. After
    I’ve found a job ( waay away from home) I stopped writing for a while.
    I was too busy organizing my life and trying to figure out how to feel
    less lonely here. I always had thoughts on my mind, some I would have
    loved to share, some not. What I usually had on my mind where great
    ideas, at least that’s what they seemed to me, but too big or
    cumbersome to be done by myself alone. Even now I have some big thing
    I’d like to develop.

    ooh. it’s very hard to order thoughts on a piece of (virtual) paper. I
    should start again to write more often.

    Topics: Uncategorized | No Comments »
    Subscribe to my feed here!

    Read other related posts:

  • My Server died
  • Back again!
  • Agloco and McLaren
  • How to create (nice) charts

    By maurizio | May 22, 2008

    NOTE this is an old post I wrote more than 6 months ago. I haven’t finished it and I am not planning to finish it. I am posting it to see if someone is interested. If there is some interest I will go on. (I know how it will end.. :-) )

    ———————-
    I promised to write about that and here it is. There are many possibilities to create nice charts for your blogs; you can create a chart with a programming language of choice and then put it in an image that you will load on your posts or you can create the chart on the fly. You can also use a flash based empty chart and put the data later. I prefer to use the latter option because it’s easy to learn and you can reuse your code easily. If you check my latest two graphs about the “John Chow vs. Shoemoney” competition, I wrote the HTML code once and I just copy&pasted it on the second post.

    How does the flash based charts works? A flash chart is a program that is just waiting for data. When you give it your data path, the software will read them and create all the information needed and then it shows them on the provided space.

    The charting software I used on my previous posts is FusionCharts. They offer a free version that’s perfect for my experiments.

    The best way to learn how to use this kind of stuff is to look at some examples. In my case I wanted to create a line chart with 2 different lines, so this example on the documentation was very handy. On that page you have a big button called Show XML. Press it and you will see the core of the chart. The file that will open is an XML file with all the datas needed by the chart application to create a nice looking chart of the data.
    If you watch the xml AND the resulting chart at the same time, it shouldn’t be difficult to understand how the data are divided. The chart shows 4 different lines (Offline Marketing,Search,Paid Search and From Mail). It’s not difficult to discover on the XML that there are 4 different “things” that have those 4 names on it. ( If you know a bit of HTML you will understand XML in seconds, since XML could be considered a very clean HTML with your own tags.) If you are seeing the XML inside Firefox (and even in IE if I remenber correctly) you are lucky because the browser print the XML with a nice indentation that allow you to spot on the fly how object are built. Starting from the four names above, you’ll discover that those “object” are called dataset which means that are build inside their own Xml Tag ( <dataset> …. </dataset> ).

    Topics: Programming, Uncategorized | 1 Comment »
    Subscribe to my feed here!

    Read other related posts:

  • Charts: John Chow vs Shoemoney
  • Subtitle Change
  • Google Spreadsheet and Oo Calc
  • Back again!

    By maurizio | May 19, 2008

    I am back again!
    After more than 6 months, here I am. I spent the last 6 month moving to another (big) city. Actually I spent less than a week doing that and the rest of the time I just tried to get used to my new home city.
    Now I decided to go back to my blog because I can’t wait until I’m used to here before writing something again. And it will probably takes me decades to get used to here.

    I’ve noticed that my blog receives more or less 30 users every day even if I’m not posting a single new thing. Most of them are just reading “my” funny haiku post. Which is in some way sad because I haven’t written that haiku myself; but at least I can prove that funny posts are a good thing.

    Topics: Ramblings | 3 Comments »
    Subscribe to my feed here!

    Read other related posts:

  • Back online
  • Firefox: Find your bookmark
  • I’m back!
  • MyBlogLog is getting dumber

    By maurizio | November 27, 2007

    I already hate the fact that I had to open (another) Yahoo account to be able to use MyBlogLog again, but the stupid thing is that I can’t upload my old image. Every time I try it ask me to crop it. if I put a 4×4 pixel image it still ask to crop it. What’s happening? I thought they get better with Yahoo…

    Topics: Ramblings | 6 Comments »
    Subscribe to my feed here!

    Read other related posts:

  • MyBlogLog is buggy
  • MyBlogLog
  • MyBlogLog
  • « Previous Entries