Joel Varty
A software architect's thoughts from
Edentity Web Systems
in Toronto, Canada.
Read my personal blog here:
joelvarty.com
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.Net 4.0
Agility
AJAX
Amazon
ASP.NET
Azure
C#
Chrome
Cloud
CSS
Flash
Google
HTML
IE9
IIS
IIS 7
iPad
iPhone
Javascript
jQuery
JSON
jTemplates
LINQ
LINQ-SQL
Live Writer
Mobile
MVC
OAuth
ODATA
OpenID
Output Cache
Safari
Silverlight
SQL Server
SQL Server 2005
TFS
Threading
Trace
TSQL
Twitter
Video
Video Games
Visual Studio
VS 2010
WCF
Windows 7
WPF
Sponsors
advertise here
News
Read my personal blog here:
joelvarty.com
Navigation
Home
Blogs
Archives
July 2011 (1)
January 2011 (1)
December 2010 (1)
November 2010 (1)
October 2010 (1)
September 2010 (2)
August 2010 (3)
July 2010 (3)
June 2010 (3)
May 2010 (6)
April 2010 (5)
March 2010 (2)
February 2010 (1)
December 2009 (2)
November 2009 (2)
October 2009 (3)
September 2009 (5)
August 2009 (2)
July 2009 (1)
June 2009 (3)
May 2009 (5)
April 2009 (4)
March 2009 (4)
February 2009 (5)
January 2009 (6)
December 2008 (1)
November 2008 (6)
October 2008 (3)
September 2008 (4)
July 2008 (3)
June 2008 (1)
March 2008 (2)
February 2008 (2)
January 2008 (2)
Recent Posts
0
Comments
UX Fail: IE 9
by
joelvarty
The people who designed IE 9 did a poor job of copying Chrome’s nice and clean interface. Why oh WHY would the little button to change into compatibility mode (which shouldn’t be necessary at all) be the same size as the refresh button? And why...
0
Comments
Azure SDK 1.3: Error on Web Role Publish…
by
joelvarty
If you get this error: The "TransformXml" task failed unexpectedly. System.UriFormatException: Invalid URI: The URI is empty. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) at System.Uri....
Filed under:
ASP.NET
,
Azure
0
Comments
Azure Deployment - Be careful adding a Remote Desktop connection to deployments that you want to swap staging with live…
by
joelvarty
Adding Remote Desktop capability adds an external endpoint onto the deployment, meaning it may have more endpoints that your current live deployment. When there is a difference in the number of endpoints between a staging and live deployment, you...
Filed under:
ASP.NET
,
Azure
0
Comments
Error 400 with WCF REST Services
by
joelvarty
I recently worked on a site that had a strange issue where “sometimes” the WCF service (JSON encoding) that we accessed via JavaScript (using jQuery) was throwing an HTTP 400 error. Setting a breakpoint at the web method itself was useless as it...
Filed under:
ASP.NET
,
AJAX
,
WCF
,
jQuery
0
Comments
Razor + Agilty will be a match made in heaven
by
joelvarty
I just finished reading Scott’s post on ASP.NET MVC 3 and the new @model key in Razor and it got me thinking about how we could change Agility module output templates to support MVC with strongly typed partial views based on the module definition...
Filed under:
ASP.NET
,
Agility
,
MVC
3
Comments
Server Controls vs Plugins
by
joelvarty
I think the ASP.NET world has changed completely as far as reusable code is concerned. Let’s start with a bit of background… Server Controls I remember when making reusable code in ASP.NET meant writing custom server controls that had all...
Filed under:
ASP.NET
,
AJAX
,
Javascript
,
jQuery
1
Comments
Amazon adds CloudFront API for content invalidation
by
joelvarty
Good news from Amazon this morning as they have announced what I’ve been asking for – an API for content invalidation. Previously, they allowed content to have a max-age of 1 hour, but it didn’t allow for the control that a manual invalidation would...
Filed under:
ASP.NET
,
Cloud
,
Amazon
2
Comments
VS 2010–Fix for hang on debugging ASP.Net 3.5 Apps…
by
joelvarty
Just got this in an email from Microsoft: Greetings from Microsoft Connect! This notification was generated for feedback item: VS 2010 - Hangs when debugging ASP.Net 3.5 web application or website which you submitted at the Microsoft Connect site. Hello...
Filed under:
ASP.NET
,
VS 2010
3
Comments
Getting comfortable with Javascript callbacks
by
joelvarty
It seems every language has it’s own way of implementing callbacks. Back in the VB days (daze?) we used the addressof operator and all kinds of win32 stuff to get app and activex control to do what we wanted. In C#, we have the delegate (and the anonymous...
Filed under:
ASP.NET
,
AJAX
,
Javascript
,
jQuery
2
Comments
Twitter OAuth Authentication with TweetSharp
by
joelvarty
The Twitter API is something that you may have learned to love and hate over the last while, but as of August 16th, you may have to change the way you access it. Basic Authentication is Going Away Previously, the easiest way to authenticate...
Filed under:
ASP.NET
,
OAuth
,
Twitter
More Posts
Next page »