October 2011
3 posts
The Stack Exchange Architecture – 2011 Edition,... →
3 tags
Markdown in JavaScript →
2 tags
Text Editors for Programmers on the Mac →
I’ve mostly been using Kod but I might give Sublime Text a try.
April 2011
5 posts
3 tags
ASP.NET MVC Authorize Attribute with Access Denied... →
I struggled to get the ASP.NET MVC Authorize attribute to redirect to an “Access Denied” page when the user was not in the specified role. I was using windows authentication and no matter what I set in the web config customErrors section (which was recommended) the user would always be prompted to enter a username and password instead. I found this stack overflow answer that suggests...
4 tags
Windsor Logging Facility for log4net →
Can’t wait to try it out. No more coding static logger instances!
3 tags
NHibernate 3.2: Better Batching Support for... →
NHibernate now supports batch sets when performing cascade operations.
3 tags
Using Query Classes With NHibernate →
While query objects may not always be advisable, Liam has an interesting approach using a base class and an extension method for ISession.
February 2011
4 posts
jQuery Waypoints →
decodering:
Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.
(demos: infinite scrolling | sticky elements | scroll analytics)
2 tags
ILSpy: An open-source alternative to Reflector →
Goodbye Reflector, Hello ILSpy!
3 tags
Well-Known Lookup Data & NHibernate →
Save some queries by moving your well-know lookup data out of the database and into memory.
2 tags
January 2011
2 posts
2 tags
3 tags
Realistic CSS3 Box Shadows →
December 2010
4 posts
3 tags
Pure CSS3 Box-Shadow Page Curl Effect →
2 tags
Daylight Savings Time (DST) Ambiguities in .NET →
How to use the DateTime and DateTimeOffset objects when dealing with those pesky ambiguous time periods that occur when we switch back to standard time.
3 tags
Add a Favicon to External Links →
Using JavaScript, CSS, and Google’s favicon cache.
1 tag
Ultimate CSS Gradient Generator →
A powerful Photoshop-like CSS gradient editor.
November 2010
13 posts
2 tags
jQuery Gantt Chart →
A client side gantt chant written in jQuery.
3 tags
log4net ColoredConsoleAppender & NHibernate →
Not sure if using profiles would be required, but an interesting reference. Nice work Kristian.
1 tag
3 tags
Dear Tumblr: I want my post summary!
If {PostSummary} and/or {PostTitle} theme variables worked inside {block:Posts} I could do something like this:
<a href="http://twitter.com/share" class="twitter-share-button" data-url="{Permalink}"{block:PostSummary} data-text="{PostSummary}"{/block:PostSummary} data-count="none"data-via="sdowding">Tweet</a><script type="text/javascript"...
2 tags
NHibernate & Bulk Operations →
Should NHibernate be used for bulk operations? The jury is still out but Davy Brion has some good suggestion on how to use IStatelessSession session instead of ISession.
1 tag
2 tags
3 tags
Testing CRUD Operations With NHibernate →
Worked well for me.
3 tags
Simple NHibernate Session Management in ASP.NET →
No framework required.
4 tags
MonitornWang →
MonitorWang is an extensible windows service based framework for running jobs to monitor your software and system. The data collected can be sent directly to Growl clients, WCF, SQL, NServiceBus. It comes preloaded with some tasks but it’s simple to implement your own!
4 tags
NHibernate session management in NServiceBus →
I used a variation on using the IoC container to manage the session.
5 tags
NServiceBus + WebSphere MQ = nservicebuswmq →
IBM WebSphere MQ transportation layer for NServiceBus
5 tags
NServiceBus: A Getting Started Series by Adam...
Adam has an awesome list of posts on getting started with NServiceBus. He’s taking a more real world approach by converting the MVC Music Store.
Part 1: Analysis of ASP.NET MVC Music Store
Part 2: Music Store Schema
Part 3: Putting Messages on the Bus
Part 4: (Missing?)
Part 5: MVC Music Store Basic Pub/Sub
Part 6: MVC Music Store Saga(Workflow)
Part 7: Custom Performance...
August 2010
1 post
4 tags
Updated HTML5 Tumblr Theme with Comment Support
I finally gave in and added DISQUS comment support to my Generic HTML5 Tumblr theme. Thanks everyone for all the feedback!
June 2010
3 posts
6 tags
WebStorm 1.0 - JetBrains New Web Development IDE →
Looks like the makers of ReSharper have released a Web Development IDE. It’s also runs on windows, mac, and linux.
Navigate through files easily. Use relevant autocompletion for everything in your code. Get notified about code problems on the fly.
1 tag
3 tags
[Prefer] working software over comprehensive documentation.
– Manifesto for Agile Software Development
May 2010
25 posts
3 tags
Send an Email With Powershell →
PowerShell v2 has what seems to still be a relativley unknown cmdlet that allows you to send email. Here is an example of how to use it:
Send-MailMessage -To user@contoso.com ` -From user@fabrikam.com ` -Subject "Test" ` -Body "Test" ` -SmtpServer smtp.domain.com
2 tags
5 tags
Firefox Home Coming Soon to the iPhone →
It gives iPhone users instant access to their Firefox browsing history, bookmarks and the set of tabs from their most recent browser session. What’s more, it provides Firefox “Awesome Bar” capability that enables people to get to their favorite web sites with minimal typing.
5 tags
Prompt User to Extend the ASP.NET Session Before... →
via vijay
2 tags
If someone absolutely insists that you write truly useless documentation, say...
– Robert L Read, How to be a Programmer
2 tags
Introducing the Google Font API & Google Font... →
saschisch:
Google has been working with a number of talented font designers to produce a varied collection of high quality open source fonts for the Google Font Directory. With the Google Font API, using these fonts on your web page is almost as easy as using the standard set of so-called “web-safe” fonts that come installed on most computers.
3 tags
A style guide for internal apps →
mylescarrick:
These guys make software for churches. I really like this styleguide / pattern book for their apps. Might see if I can get something like that happening here.
3 tags
Download and Share Visual Studio Color Schemes →
2 tags
5 tags
4 tags
geektopia-deactivated20100527-d asked: Hi, Scott. Love the new theme and I'm using it for my own tumblr. One question: I cannot seem to get the "Stuff I Like" feature to work on my own tumblr. Can you explain how this is done?
5 tags
CQRS isn’t the answer – it’s just one of the... →
With the growing interest in Command/Query Responsibility Segregation (CQRS), more people are starting to ask questions about how to apply it to their applications. CQRS is actually in danger of reaching “best practice” status at which point in time people will apply it indiscriminately with truly terrible results.
via Udi Dahan
4 tags
Rogers iPad Data Plans Disappoint, No Fido Support →
Rogers released their pricing for iPad plans and customers are disappointed, to say the least. Be sure to read the comments. PS: Rogers, really? No Fido?
UPDATE: The Apple Canada site says that you can “Add iPad to your existing Rogers data plan” for $20. Rogers says that option does not exist. Event if it did, $20 is crazy.
3 tags
My HTML5 Tumblr Theme is in the Theme Garden →
The Tumblr Theme I use for this site is now in the theme garden. Let me know what you think.
3 tags
I just realized Flash is the new RealPlayer.
– Jeff Atwood