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)
February 2009 - Posts
0
Comments
Lock your web app to 1 outgoing web service call across all threads
by
joelvarty
One of the things we see a lot of these days are web apps that call other web apps via web services, RSS, or REST APIs. I do this all the time, and often cache the response of the request (especially RSS and stuff like that) so that my high-traffic site...
Filed under:
ASP.NET
,
Threading
,
IIS
4
Comments
Put code in your blog with Windows Live Writer
by
joelvarty
This plugin for windows live writer called "Insert Code", lets you do this: This rocks, cause it means those of us that are lazy and want to copy/paste code from blogs can continue to be lazy. It also means searches on code will work better...
Filed under:
ASP.NET
,
Live Writer
9
Comments
JQuery - get a handle on a server element in javascript without using <%= elem.ClientID %>
by
joelvarty
One of the things I see a lot of is code that looks like this: < asp:CheckBox ID ="chkEnable" Text ="My Checkbox" runat ="server" /> < script type ="text/javascript" > var chkEnable = $get( "<...
Filed under:
ASP.NET
,
Javascript
,
jQuery
0
Comments
VS Docs for jQuery 1.3.1
by
joelvarty
I am using jQuery for everything these days - it really is an awesome add-on to any web application, and what even better is that you can get intellisense on it for the latest version. Makes it easy to get stuff like this showing up when you are...
Filed under:
ASP.NET
,
Visual Studio
,
jQuery
0
Comments
VS 2010 and deployments through IIS - MSDeploy here we come
by
joelvarty
I saw this posting on the webdevtools blog and was intrigued by its promise. Deploying apps across multiple environments really sucks with IIS, especially when you have specialized setting for different servers in a web farm, or you have multiple people...
Filed under:
ASP.NET
,
Visual Studio
,
IIS 7
,
VS 2010
More Posts