Tuesday, May 27, 2008

Microsoft Live Mesh: WOW!

mesh I don't know when was the last time a Microsoft product made such an impression on me. Microsoft Live Mesh surely did it.

About a week ago Ignacio send me an invitation to take a look at Mesh sharing one of his folder with me. I started up installing the small (1.57 MB) client app in my notebook computer. After doing that a shortcut appeared in my desktop to the folder Ignacio shared with me. I double clicked it and a light winform asked me where I wanted that folder.

Now that folder is synchronized all the time and we can add, remove or modify files and the client will sync those files up. Even when we modified the same word doc at the same time, the client told us there was a conflict and let us view both version of the file and pick the one we wanted to keep as final version (no merging yet).

Another cool feature is that I don't need the client to access the files. I can go online to mesh.com and go to my Live Desktop where I can see al my folders and files, work with them and upload them back up to keep them synchronized with all my computers.

Also, you can connect via Remote Desktop to any of your devices and work as if you were sitting in front of them. Better yet than regular Remote Desktop, since, when you're working somebody can be watching what you're doing. Let's say my wife's at home having some kind of problem and calls me for help (she does that). I can connect to my home computer (DSL connection) and show her how to do what she needs to do.

And one more feature I haven't been able to test is the ability to extend your desktop to one of your devices. The client installs a video controller which I assume will be used for that kind of stuff.

Live Mesh is a tech preview (not even in beta yet) but if you ask me, It's already a great product!

Note: I always mentioned devices because now you can only add computers but mobile devices and mac computers will also be available for synchronization.

Read Full Post

Thursday, May 01, 2008

GeneXus X is here

Many cool stuff I won't detail since you can read them from the site www.genexusX.com.

For a couple of months or so I contributed with my grain of sand to the GeneXus dev team, so I guess that allows me to feel the pride and happiness I feel right now about the release :)

Congratulations to all the team!

Read Full Post

Saturday, March 15, 2008

Popfly Blocks

I've been playing around with Popfly for a while now, so I thought I'll post something about it.

Popfly is one of Microsoft 'newest' online toys that allows you to create mashups and blocks. Mashups are pieces of code which using Silverlight will display something nice to show in your web site, Facebook profile, Live Space, etc.

But, to show what?!... well pretty much everything that's available on the internet. To create a mashup you don't need any programming skills cause it's pretty much dragging, dropping and linking blocks. To build blocks you must have at least some programming knowledge cause you'll need to write some javascript and a config file with xml.

You can build your block from the online editor (not too nice) or you can download the VS2008 Popfly Explorer and build your blocks from VS2008, where you can debug your code.

I created a few mashups and two blocks. One of them is called Picasa Web Block and takes two parameters, username and albumname. After filling those up you'll get a collection with all the pictures from that album and you can display those pics with any of the display blocks available.
The other block was a little trickier, it takes a US zip code or a location code and the temperature unit (c or f) and it'll return the "current" weather conditions from the given location. The weather forecast is provided by Yahoo! Weather which takes the data from Weather.com.

In my spanish blog (scroll down all the way) I have a mashup I created with my Yahoo Weather block and the Live Earth block from Microsoft. Here's a picture of what it looks like.

weather

Mahalo to my visitor from Hawaii :)

Read Full Post

Tuesday, March 11, 2008

Show us your love!

RCA2008_Generic_125  As every year aspnetPro is conducting the Reader's Choice Awards where DeKlarit is running for best Add-In and of course, Product of the Year.

It is a good opportunity to vote for your favorite tools, the ones that make your life easier every day (of course DeKlarit is one of them). Me, I voted for IDM's UltraEdit which it's is a great tool, some of the Infragistics's controls and Microsoft's Visual Studio, among others.

As a great plus, you get the chance to take a look at a great compiled list of the best developing related tools in the web.

Vote here!

Read Full Post

Tuesday, March 04, 2008

Assembla: What a tool!

I was getting tired of VSS, don't ask me why, I just wasn't happy about the different VSS databases. Also, at DeKlarit we're using SVN with TortoiseSVN which has a great integration with Windows Explorer. So I started to look for some free SVN server... I didn't try too hard, cause I just loved the first one I found.

It's called Assembla and it has many cool features. Here's just a list of what you get with a free account:

  • Unlimited team size
  • Public or Private (invited members only)
  • Subversion (this is what I was looking for)
  • Trac - development tickets and timeline
  • Integrated Ticket tool
  • Wiki
  • Milestones, Tasks, and Discussions
  • Alerts: Real-time email, batch email, or RSS (one of the simplest and coolest features)
  • File attachments
  • Chat
  • "Stand-up" or "Scrum" team member reports
  • Image Annotation
  • Time tracking and reporting
  • Staffing workbench

You get all that with a free 500 MB account, which is pretty decent for just source code and some wiki pages. Right now I'm hosting three projects there and I'm really happy about it.

One feature I particularly "enjoy" is being able of open tickes (like, issues, bugs, improvements) and then close them from tortoise while committing the changes. All you have to do is writing 'fix #2' as as comment to the commit you're doing if that action closes your ticket #2.

Read Full Post