Kon's Blog
Life, liberty and the pursuit of clean code. With focus on .NET, SOA and all things Web.
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
ASP.NET
Blogs
Browsers
C#
Cloud Services
Compatibility View
Cookies
Debugging
Facebook
Firebug
Firefox
IE
IE9
jQuery
MVC
NuGet
Web Development
Windows Azure
Windows Live Writer
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2011 (1)
October 2011 (1)
June 2011 (1)
March 2011 (1)
January 2011 (1)
November 2010 (5)
Recent Posts
1
Comments
Easily Delete Cookies in Firefox
by
fallen888
I just discovered a great Firefox add-on, called Remove Cookie(s) for Site , which makes deleting cookies from a web site very easy (it’s not new, but it’s new to me). This is especially useful for developers when debugging your cookie CRUD operations...
Filed under:
Firefox
,
Web Development
,
Browsers
,
Cookies
,
Debugging
4
Comments
Simple Way To Check If User Has Liked Your Facebook Page with ASP.NET
by
fallen888
Facebook provides a signed request with every postback to your page. Inside that request is some basic info, including whether or not the user has liked the profile page that is hosting the canvas application. Here’s a quick way to retrieve it: bool liked...
Filed under:
Facebook
,
ASP.NET
,
MVC
,
C#
,
Web Development
3
Comments
Trick Facebook Scrapping of Facebook Tab URL
by
fallen888
I constantly run into issues with Facebook scrapping the wrong information off of a page, when all you’re trying to do is put a simple Like, Recommend, or Send (or custom share) button on your page. This is especially problematic when you are working...
Filed under:
Facebook
,
Web Development
4
Comments
Compatibility View in Internet Explorer 9
by
fallen888
You may have noticed that the Compatibility View button which used to be in the Address Bar in IE8 may or may not be there in IE9. If you're missing it, you should now be able to find it under Developer Tools. Just hit F12 and you should see:
Filed under:
Web Development
,
Browsers
,
Compatibility View
,
IE9
,
IE
2
Comments
Can't Like a Page? Seriously??
by
fallen888
We've previously talked about programmatically liking a post. But I recently tried to like a page, and was presented with this lovely response - "(OAuthException) (#3) App must be on whitelist": Weak! Apparently, you can't like a page via Graph API (or...
Filed under:
Facebook
,
C#
,
Web Development
0
Comments
Firefox 4 beta & Firebug 1.7 alpha are available
by
fallen888
I've put off upgrading to the latest beta of Firefox 4.0 because Firebug didn't support it yet. Well, until very recently anyway. Here are the links to both downloads: Firefox 4.0b7 Firebug 1.7 Alpha
Filed under:
Firefox
,
Web Development
,
Browsers
,
Firebug
15
Comments
Getting Started With Facebook C# SDK
by
fallen888
In my previous post , I’ve mentioned a relatively new Facebook SDK available for .NET. Here’s a quick example of how to install and use it to post a message to an FB user’s wall and then Like it, using an MVC application. Install Facebook...
Filed under:
Facebook
,
NuGet
,
ASP.NET
,
MVC
,
C#
,
jQuery
6
Comments
New Facebook SDK for .NET, and on NuGet
by
fallen888
If you’ve been using the Facebook Developer Toolkit in the past to develop ASP.NET iFrame applications for Facebook, you may be interested in a few updates. That SDK has not been updated since April of 2010. And Facebook has made quite a few changes to...
Filed under:
Facebook
,
NuGet
,
ASP.NET
1
Comments
"Path is too long...” error using Azure Development Fabric
by
fallen888
I was recently telling a colleague about running into the following error while debugging locally my Azure cloud app: “The path is too long after being fully qualified.” So I figure I’d share my findings. First of all, there’s most likely...
Filed under:
Windows Azure
,
Cloud Services
0
Comments
New kid on the ASP.NET block
by
fallen888
I’m quite excited about my technology blog’s new home here at asp.net . Currently having nothing better to share, here are some items of interest that got me to where I am today: My old blog is here . I’m using Windows Live Writer to post this blog...
Filed under:
Blogs
,
Windows Live Writer
More Posts