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
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
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.
2 tags
So much complexity in software comes from trying to make one thing do two...
– 37signals
4 tags
4 tags
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.
4 tags
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.
2 tags