Monday, August 20, 2012

Windows Server 2012 now available in the Windows Azure VM Gallery

";

function asyncGetData(feedUrl) {
return $.ajax({ url: feedUrl, dataType: "jsonp", jsonp: "jsonp" });
}


function refresh(feed) {

var feedUrl = feed.url + feed.pageIndex;
var feedContainer = $("#" + feed.containerId);
var pdata = asyncGetData(feedUrl);
pdata.done(function(data) {
var container = feedContainer;
container.empty();
feed.totalCount=data.TotalItems;
for(var i = 0; i " + value + "");
var text = node.text();
var max = 150;
if(text.length > max) {
text = text.substring(0, max);
text = text.replace(/\w+$/, '');
value = text + "...";
}
else{
value = text;
}
}
return value;
}});
}

$(function() {
for(var i = 0; i

Source: http://blogs.technet.com/b/serverandtools/archive/2012/08/18/windows-server-2012-now-available-in-the-windows-azure-vm-gallery.aspx

ryan o neal dark knight rises trailer dark knight rises trailer vince young vince young evan longoria carrie underwood

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.