I would want speak about Aptana since some weeks. Aptana is based in Eclipse Platform and is focused to develop webpages with HTML, XHTML and Javascript (mainly AJAX techniques). I have used Dreamweaver since I found Eclipse Platform and some of their plugins, Trustudio, CSS editor, JSEditor but really Aptana is special, my work is reduced with a good programmer tool and this is almos the perfect tool.
See ones examples
You can write Javascript AJAX more fast, check the errors, debug, etc... But I need some features like WISIWYG suck as Dreamweaver to desing templates. Yes, I know, the most time I spend with text mode editor but if I have a small help designing the layout of the page the tool would be all I want.
To develop PHP pages, Trustudio Community Edition for Eclipse, free and powerfull. The problem is that no works with Eclipse 3.2 yet.
Luckily, I have Zend PHP IDE for Eclipse, is not the same but is a good plugin while I wait the new version of Trustudio.
The code:
1 $.fn.image = function(src, f){
2 return this.each(function(){
3 var i = new Image();
4 i.src = src;
5 i.onload = f;
6 this.appendChild(i);
7 });
8 }
Call this function like:
1 $("#container").image("image.jpg",function(){
2 alert("image loaded");
3 });
Ok, I know that Windows Live Writer works with Windows Live Spaces but I suppose that this piece of software is compatible with Blogger system. The first test, configuring the account works but retrieving last post generates an error.
Well, this is another test, posting in Blogger, so I will try insert text and one picture, you can view Windows Live Writer working with Blogger:
The question is, Can i post in blogger with this software? soon I will have a response, if you see this post :)
NOTE: You can not upload pictures automatically with Blogger system, I suppose this feature is only for Windows Live Spaces :(

