IronRuby unleashes the power of Ruby to the .NET world. One of the most interesting opportunities is that now you can use Ruby's testing frameworks to test .NET code. In this article, Shay Friedman shows you how to take advantage of popular testing frameworks to test your .NET code with ease.
Hal Fulton interviews Shay Friedman about writing code at the age of 8, why IronRuby is much more than a bridge between .NET and Ruby, and why both Rubyists and .NET developers should use IronRuby.
In this chapter, Russ Olsen at both the Factory Method pattern and the Abstract Factory pattern. He also shines a light on some dynamic Ruby techniques that will help you build factories more effectively.
Jim Cheshire shows you how to create pages in Microsoft Expression Web 3, including how to import files, format text, create hyperlinks, configure page properties, use code snippets, and configure file editors.
Neal Ford interviews Jay Fields about his new book with Shane Harvie and Martin Fowler, Refactoring: Ruby Edition, why they wrote the book around Ruby and not Dynamic Languages in general, and why he'd take a powerful language over a powerful tool anyday.
IronRuby is Microsoft's implementation of the Ruby language on top of the DLR. Its main goal is to provide seamless interoperability between Ruby and the .NET Framework. Shay Friedman gives you your first taste of IronRuby.
Dreamweaver does all of the HTML coding behind the scenes, but it's important to know how HTML works. This tutorial from Adobe Dreamweaver CS5 on Demand shows you everything you need to know about HTML.
Learn the various elements that must appear in an HTML file, including how to include all the HTML Tags that every web page must have, how to organize a page with paragraphs, line breaks and headings, how to validate your web content, and how to differentiate between HTML, XML, XHTML, and HTML 5.
brian d foy shows you how to use HTML::TreeBuilder so you end up using a natural, easy-to-follow interface that your maintenance programmers can understand. Now that's effective Perl.
In this chapter, learn how HTML can be used in the WordPress.com environment. This is useful whether you just want to do a few simple things with your blog postings and the Text widget, or if you want to go much further.
In web design, what happens behind the curtain is what really matters. It's time to learn some basic HTML and see how the code affects the content in this chapter from Sams Teach Yourself Microsoft Expression Web 3 in 24 Hours.
Among the changes in the new version of Python is the way the division operator works. In this article, Python book and video author Wesley Chun explains how the math function has worked since Python was created and how it changes as the dynamic language moves towards the future.