03/17/2010
Twitter Announces Their Version of Facebook Connect
Posted by Michael Assad
Twitter announced @anywhere at the SXSW conference.
03/16/2010
What is Cloud Computing?
Posted by Joel Varty
It’s one of those things, kind of like “web services” where the terminology has been thrown around by a ton of people and means a lot of different things.
03/14/2010
Why Multitenancy Matters In The Cloud
Posted by Michael Assad
An explanation as to why multi-tenancy is the way to go for cloud based applications!
02/13/2010
Windows Vista Snipping Tool
Posted by Jonathan Voigt
This is a cool tool for taking screen captures that is built right into Vista!
02/09/2010
Amazon S3 – Now with Versioning!
Posted by Joel Varty
Now, Amazon has added Versioning as an out of the box feature that you can simply enable!
02/02/2010
HTML5 Video with Flash-like controls in 100% javaScript
Posted by Ian Davis
As we move into the new world of web standards, it's worth checking out how far along we are already with the capabilities of HTML5's new video element.
01/19/2010
411 Length Required in Firefox 3
Posted by Andre Small
When using AJAX in FF3.0.x you need to be careful if you are doing a post to webservice method or any end-point that does not accept any parameters.
01/15/2010
jQuery 1.4 released
Posted by Osvel Legon
Today the 1.4 version of jQuery was released.
01/05/2010
Windows Azure Platform Released
Posted by Michael Assad
Microsoft's cloud computing environment has been released including the Azure operating system, .NET Services, and SQL Azure.
01/05/2010
SQL Azure Migration Wizard
Posted by Mike Iskiw
This looks like a promising little app to migrate SQL server databases to SQL Azure
01/05/2010
Maps that go BING
Posted by Mike Iskiw
Bing Maps provides a robust API to support building pretty much any mapping application you might think of.
01/04/2010
jQuery and JavaScript Coding: Best Practices
Posted by Osvel Legon
When used correctly, jQuery can help you make your website more interactive, interesting and exciting.
12/23/2009
Mobile Sites and the iPhone
Posted by Mike Iskiw
There is one magic line that you need to remember to add to your Head Tag to get mobile sites to be displayed properly on the iPhone,
12/21/2009
Agility Tip: Handling Agility Save Events in Client Mode
Posted by Joel Varty
One of the features we added this year was the ability to write Input Forms for Content Definitions and Module Definitions that are for "client side save", which means that the values of the content item are saved using Javascript instead of a postback.
12/18/2009
Google Browser Size
Posted by Andre Small
Google labs has just released an interesting tool called Browser Size.
12/16/2009
Catching errors on the jQuery's load() function
Posted by Osvel Legon
When using the jQuery's load function there is a way to catch the errors
12/03/2009
Copy by value for JSON objects
Posted by Henry Ji
In Javascript, if you assign a reference object to another object, you actually copy it by reference.
11/30/2009
Get Querystring value from UrlReferrer
Posted by Andre Small
Here is a snippet of code that I have found to be useful as of late.