Joel Varty
A software architect's thoughts from
Edentity Web Systems
in Toronto, Canada.
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.Net 4.0
Agility
AJAX
Amazon
ASP.NET
C#
Cloud
CSS
Flash
IIS
IIS 7
Javascript
jQuery
JSON
LINQ
LINQ-SQL
Live Writer
Mobile
MVC
Output Cache
Safari
Silverlight
SQL Server
SQL Server 2005
TFS
Threading
TSQL
Video Games
Visual Studio
VS 2010
WCF
Windows 7
WPF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2009 (1)
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)
Browse by Tags
All Tags
»
Javascript
(
RSS
)
AJAX
ASP.NET
jQuery
JSON
ResolveUrl in Javascript
by
joelvarty
This is something that is super easy, yet I get asked about it quite often. Here’s how you do it: In the master page for the site, put this: < script type ="text/javascript" > var baseUrl = "<%= ResolveUrl(" ~/ ") %>"...
Filed under:
ASP.NET
,
Javascript
Using the Generic Dictionary with JSON web services…
by
joelvarty
If you want to pass a name/value collection of untyped data to a webservice with JSON, do it like this guys, Joost van Schaik, says: http://dotnetbyexample.blogspot.com/2008/03/json-services-revisited-using.html Here’s the meat of it really – how...
Filed under:
ASP.NET
,
AJAX
,
Javascript
,
JSON
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
javascript:void() will throw a javascript error - you need to use javascript:void(0)
by
joelvarty
This is one of those javascript errors that makes me shake my head a bit, but with more and more Ajax style apps being built in Asp.Net, I have started seeing this quite a bit. If you have something like this: <a href="javascript:void(...
Filed under:
ASP.NET
,
AJAX
,
Javascript
More Posts