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
May 28th
29 notes
2 tags
May 28th
7 notes
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.
May 27th
5 notes
5 tags
Prompt User to Extend the ASP.NET Session Before... →
via vijay
May 25th
12 notes
2 tags
“If someone absolutely insists that you write truly useless documentation, say...”
– Robert L Read, How to be a Programmer
May 20th
8 notes
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.
May 19th
98 notes
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.
May 17th
18 notes
3 tags
Download and Share Visual Studio Color Schemes →
May 17th
2 tags
ListenThree things every developer should know, with Roy...
May 17th
3 notes
5 tags
May 14th
40 notes
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?
May 12th
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
May 10th
6 notes
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.
May 10th
4 notes
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.
May 10th
18 notes
3 tags
“I just realized Flash is the new RealPlayer.”
– Jeff Atwood
May 7th
4 notes
3 tags
Asynchronous method queue chaining in JavaScript →
Chaining. It’s an extremely popular pattern these days in JavaScript. It’s easily achieved by continually returning a reference to the same object between linked methods. However one technique you don’t often see is queueing up a chain of methods, asynchronously, by which functions can be linked together independent of a callback. via dustin diaz
May 7th
5 notes
4 tags
Rob Eisenberg's Co-routine Trick in Retlang  →
Julian Birch has posted a nice example of using retlang to build a concurrent windows forms application.
May 6th
6 notes
2 tags
“So much complexity in software comes from trying to make one thing do two...”
– 37signals
May 6th
4 tags
May 6th
4 tags
May 5th
6 notes
2 tags
Thimble for Tumblr theme development →
This will change my life. Thank you! Thimble is a PHP tool I put together to make Tumblr theme development a bit easier. It’s a simple application that allows you to test out your theme locally (or on another server) before moving it into Tumblr’s customize page. It’ll protect your fingers from all that tedious copy-pasting.
May 4th
728 notes
4 tags
May 4th
May 4th
1 note
4 tags
Udi Dahan on Command/Query Responsibility... →
Informative video by Uid Dahan on Command/Query Responsibility Segregation. You’ll have to visit the link because it can’t be embedded.
May 4th
7 notes
2 tags
May 4th