June 2011 - Posts

1
Comments

How to keep Visual Studio 2010 up to date by albertpascual

  With Visual Studio coming out with out of band updates, Service Packs, platform support and Web Standards Updates including support for HTML 5 and CSS3 is really hard to keep your development machine up to date. Now when NuGet and other tools can...
Filed under:
1
Comments

How to find out what twitter users are unfollowing you by albertpascual

Twitter sends you notification for everything, when people start following you and when they reply to your tweet, even when they add one of your tweets into the favorites list. The only notification you don’t get so far is when a user stops unfollowing...
Filed under: ,
0
Comments

Enabling Cross-Origin Resources in IIS 7 by albertpascual

For JavaScript and CSS3 to access your website resources without having to post using proxies, CSS3 is now here to help. On your web application add on your web.config under system.webServer and all response to javascript will include that letting JavaScript...
More Posts