11 posts tagged as "asp-net"

Accessing the Miso API a sample ASP.NET application

Miso recently launched the initial phase of their API and make use of OAuth (similar to Twitter’s implementation) to allow user’s to authenticate with Miso and authorize your application to act on their behalf. The documentation is well written…

How to convert a 10-digit timestamp in JSON to a Javascript Date

That’s a fairly long title to describe this: 1280296860 I found this value in a field of a JSON response from a web service where I was expecting a date. I’m used to seeing 13 digit timestamps so this date surprised me and looked a little odd. After…

WhatIWantMost How to post to your Twitter timeline

Last week I attended a presentation about Web 2.0 that described the recurring concepts behind the buzzword and looked at how (as well as if and when) those can be applied to enterprise systems and organizations. One of the points of the presentation…

Adding paging to a Repeater

I’ve added paging to a Repeater a couple of time, though rather infrequently. Every time I take up the task again I either have to dig through old code or search Google once again. This time around I went straight to Google and found a nice simple…

Managing Ads

Managing Ads

I’m sure that you know that I have some Google Adsense ads on this site. I don’t use them too much here because I don’t want them to be too obtrusive, but I figure if the couple of dollars that they provide a month will pay for this site’s hosting…

ProfileCommon nogo with WAP - get WebProfile Generator

Don’t spend several hours of your precious late-night development time, like me, trying to figure out why the hell your Visual Studio does not work the way Scott Mitchell’s does : “After defining your Profile properties, the ASP.NET engine…

Changing machineKey settings in Web.config causes bad behaviour?

Friday night I tried to update the machineKey section of a web.config file of a site so that it could share logins with another couple of sites. I have done this before a couple of times with those sites. The site currently has the machine keys…

An early review of Search Engine Optimization An Hour a Day

An early review of Search Engine Optimization An Hour a Day

Last week I picked up a copy of Search Engine Optimization: An Hour a Day by Jennifer Grappone and Gradiva Couzin.  I have a slight interest in SEO, however I try not to get drawn into it too much because it can really eat up your time and I prefer…

More fun with CruiseControl.NET, NAnt and Subversion Another method for getting the Subversion Revision Number in NAnt

Earlier this week I got our build server versioning our builds using the standard x.x.x.x nomenclature where the first two sets are major and minor versions, which are manually set and updated when appropriate, the third number is the build number as…

Update to Dayton-Cincinnati Code Camp Notes

I previously posted my notes from the Dayton-Cincinnati Code Camp that took place in January.  In it I wrote the following as part of my notes about Brian Sherwin’s session on SQL Server Reporting Services: Debug Local run Individual report…