I added recently a new section to my blog (on the right) named projects with the list of all projects that i am currently working in.
The projects aren’t all mine. Pedro and Tiago are also part of them. And, in some of them, we have persons who insert all the content in the website (like Astroligia and 4Pilares).
Currently there are only 7 projects (because the other are under development):
Centro de Copias, Bird Zone, Astrologia and 4 Pilares are still under construction. A lot of content is being added at the moment. Soon they will be at 100%.
Sms will soon be upgraded with a new design and new features.
The 2nd Version of Orion’s Belt will begin it’s development in january 2008. If everything goes well, in july, all of you can test (if you want of course) a new and improved version. We promise not to disappoint!
Happy Christmas to you all!!!


It’s MINE! I finally bought a 60gb sony playstation 3!
It’s a petty i can’t find any compatibility information regarding naruto ultimate hero 2… so tomorrow i’m going to buy Naruto Ultimate Hero
(for me, one of the best fighting games in the market).
I finally had time to change the look and feel of my blog. I think now much clean, light and simpler. What do you think?
There are some things that i still need to add ( like links to all my projects
) and some CSS problems that i need to resolve (like the fact that the two right columns have some weird space in the top that i cannot remove…)
Still, i thing the new look is a great improvement
My friend Tiago finally released his website about birds.
It has a Portuguese and an English version (I think the english version is still under construction…). It needs some content but i think it’ a good start.
You can check it at aves.zi-yu.com (I must change this name… is not international… )
PS: Isn’t the banner Cool? ( I made it :D! )
Yesterday they finally arrived! The two Transformer books i ordered from amazon.com:

the difference between the euro and the dollar finally payed up! I saved almost 15€. In our days is more cheaper to buy books in the united sates then in our local book store. This is valid for any kind of book (it’s a petty I cannot buy a PS3 or a PSP at amazon).
Check this books at:

Another good idea by google! A very simple chart API. There is no posts, no complicated code. You just access a url, pass the correct parameters and voila. Your chart is ready.
e.g. the url http://chart.apis.google.com/chart?cht=p3&chd=s:hW&chs=250×100&chl=Hello|World
Will return this image:
According to Steve Crossan, of the google API team, this is one of those technologies developed has a “20% time project” and is already used in applications such has Google Video and Google Finance.
Here are some useful resources:
I just downloaded the Visual Studio 2008 Trial in 30 minutes!
The file I download is an .iso and has 3.30GB!!!!
I download at an average speed o 1.75MB
My internet is very fast today ( of course the MS server upload also helps
)
The name is MooTools, a very cool Javascript Library with object oriented and Ajax support. It simplifies the way you write your scripts because it has a very simple syntax and a lot of features integrated (like effects, Drag and drops, scrolls, Tooltips, etc, etc).
To test the framework, I started yesterday an Star Rating control in ASP.NET. I Clearly needed 2 things
The first was easy. I made a little search and found 2 very simple that i recommend: Komodomedia and pmob.
For this example I used the second. Both are well done, so i just picked one of them.
The second: do some code using mootools (Also very easy like is expected of any javascript framework)).
First Step: The creation of the control
The first thing to do is to to create a control that renders the star rating. The method GetRating is something abstract because, according to your implementation (and context of usage) this information will come from a specific place.
Let's just suppose that the we are in a context of an blog and the rating goes to a database and get's the average rating of the current post.
NOTE: for test proposes the method can return the value '3' (just to see some stars).
After create this control, create and aspx and insert insert the control into an ASPX test page. Don't forget to add the css of the star rating to the aspx. This css is available at http://www.pmob.co.uk/temp/star-rating.htm ( or simply download the zip at the end of the page
).
then compile and run the project. You should see something like this:
Second Step: The javascript
Now that we have the control running, we need to add to each star and event onclick so we can handle the user rating. To do this, we will the following script:
The Ajax type has an event named "update". This is very useful because you can simply put the html element you want there (In the example above I inserted the element "ratingMessage') and the response of the request will simply be inserted into the element.
After this step you will not be able to see anything moving (yet!) because the page that handles the ajax request, Formatter.aspx, isn't created.
Third Step: Process the Ajax request
Finally the page responsible for receiving the ajax request, the Formatter.aspx (to make the example simple, I used an aspx page but you can also any type of file).
The page only receives the value of rating (to simplify the example) and returns a text indicating which rating we choose.
You can download this example here
After several months reading the blogs of PrintScreen, I sent and application to be added to the community. Guess what, they accepted me!
Hello to you all.
Note: the 3 musketeers are finally together in a single community: me, Pedro Santos and Tiago Sousa, the 3 persons responsible for the project Orion's Belt.