Skip to content

*.dannyg

an extension of dannyg

Menu
  • Home
  • art
  • inspiration
  • music
  • poetry
  • Recipes
  • writings
Menu

Perfmon Counters for Measuring Bandwidth

Posted on March 31, 2010

Works well, measured in bytes. Technorati Tags: perfmon,bandwidth,debugging

Configuring ASP.NET MVC on IIS6

Posted on March 23, 2010

http://blog.stevensanderson.com/2008/07/04/options-for-deploying-aspnet-mvc-to-iis-6/ Technorati Tags: aspnet,mvc,iis

Sharepoint related upload problems

Posted on March 15, 2010

There was a slight issue with uploading documents larger than 28 MB on Windows Server 2008.  This Microsoft knowledgebase article helped me resolve it. http://support.microsoft.com/kb/925083 Technorati Tags: sharepoint,windows

Observer pattern in Javascript

Posted on February 18, 2010

The observer pattern is extremely powerful in many cases where you want to have a Javascript class “listen” to another object.  The class or object attaches to a Subject and waits an…

JQuery & JSONP

Posted on February 8, 2010

http://jasonkelly.net/archive/2009/02/24/using-jquery-amp-jsonp-for-cross-domain-ajax-with-wcf-services.aspx Technorati Tags: json,jsonp,jquery,javascript

BlogEngine.NET custom captcha

Posted on December 24, 2009

One of the biggest flaws with my blog was that there was no CAPTCHA  ("Completely Automated Public Turing test to tell Computers and Humans Apart.)  Wikipedia article here. I was getting comment…

Building a custom ORDER BY clause from a WHERE IN clause

Posted on December 8, 2009

I ran across a pretty interesting requirement.  Be able to sort something off a CSV list of items.  In this case we have a comma separated string we are using for an…

Get SQL Table Sizes

Posted on December 7, 2009

Very powerful script for determine table sizesm the original blogger http://www.mitchelsellers.com/blogs/articletype/articleview/articleid/121/determing-sql-server-table-size.aspx DECLARE @TableName VARCHAR(100)    –For storing values in the cursor –Cursor to get the name of all user tables from the sysobjects…

Use COALESCE to create a CSV

Posted on December 3, 2009

This has proved time and again to be a useful method of creating a datafeed. DECLARE @EmployeeList varchar(100) SELECT @EmployeeList = COALESCE(@EmployeeList + ‘, ‘, ”) + CAST(Emp_UniqueID AS varchar(5)) FROM SalesCallsEmployees…

Debug VBScript in EditPlus

Posted on December 3, 2009

See the below screenshot for configuring. Technorati Tags: vbscript,debugging

Posts pagination

Previous 1 … 4 5 6 … 9 Next

Recent Posts

  • Reading Room
  • Inspirational Movies / TV shows
  • Remove passphrase from PEM file
  • Parallels Multihoming a CentOS Server
  • Forced Failures

Archives

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
©2026 *.dannyg | Design: Newspaperly WordPress Theme