<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>rss / new tutorials</title><link>http://www.developerhell.com/feed/new_articles/all</link><description>the last 20 tutorials</description><language>en</language><item><title>Create a Hibernate application that is managed by JBoss AS</title><link>http://www.developerhell.com/out/Create_a_Hibernate_application_that_is_managed_by_JBoss_AS</link><guid>http://www.developerhell.com/out/Create_a_Hibernate_application_that_is_managed_by_JBoss_AS</guid><description>Developers will be introduced to Hibernate and learn to build Java classes and map files from scratch. They will also learn to reverse engineer the database schema into Java classes and Hibernate mapping files and build a web application that will be able to interact with the Hibernate POJOs which they will later deploy to JBoss AS.</description></item><item><title>Inside Ruby on Rails: Rescuable and rescue_from</title><link>http://www.developerhell.com/out/Inside_Ruby_on_Rails_Rescuable_and_rescue_from</link><guid>http://www.developerhell.com/out/Inside_Ruby_on_Rails_Rescuable_and_rescue_from</guid><description>Last time I talked about the ActiveSupport Module#delegate method. Today, I want to introduce an other poweful ActiveSupport module: Rescuable, also known in the Rails ecosystem as rescue_from.</description></item><item><title>Customize Page Management in Liferay Portal 5.2 Systems Development</title><link>http://www.developerhell.com/out/Customize_Page_Management_in_Liferay_Portal_5_2_Systems_Development</link><guid>http://www.developerhell.com/out/Customize_Page_Management_in_Liferay_Portal_5_2_Systems_Development</guid><description>In this article by Jonas Yuan, developers will learn to employ features of page management. They will also learn how to use communities and layout pages efficiently.</description></item><item><title>Ruby on Rails 2 - from zero to a small application</title><link>http://www.developerhell.com/out/Ruby_on_Rails_2_from_zero_to_a_small_application</link><guid>http://www.developerhell.com/out/Ruby_on_Rails_2_from_zero_to_a_small_application</guid><description>Describing the process of setting up RoR2 and developing a small application. The tutorial touches most aspects of RoR development, form helpers, activerecord and Ajax to name a few.</description></item><item><title>SOA Capabilities in BizTalk Server 2009: WCF SQL Server Adapter [pdf]</title><link>http://www.developerhell.com/out/SOA_Capabilities_in_BizTalk_Server_2009_WCF_SQL_Server_Adapter_pdf</link><guid>http://www.developerhell.com/out/SOA_Capabilities_in_BizTalk_Server_2009_WCF_SQL_Server_Adapter_pdf</guid><description>This tutorial will explain how to use the WCF SQL Server Adapter to implement composite transactions and poll for data changes in BizTalk Server 2009</description></item><item><title>Developing Web Applications using JavaServer Faces [pdf]</title><link>http://www.developerhell.com/out/Developing_Web_Applications_using_JavaServer_Faces_pdf</link><guid>http://www.developerhell.com/out/Developing_Web_Applications_using_JavaServer_Faces_pdf</guid><description>The tutorial explains how NetBeans can help us easily develop web applications that take advantage of the JavaServer Faces framework.</description></item><item><title>Parsing gettext strings with Ruby</title><link>http://www.developerhell.com/out/Parsing_gettext_strings_with_Ruby</link><guid>http://www.developerhell.com/out/Parsing_gettext_strings_with_Ruby</guid><description>Basic hash, regular expressions and blocks tutorial.</description></item><item><title>Ruby on Rails 2 scaffolding</title><link>http://www.developerhell.com/out/Ruby_on_Rails_2_scaffolding</link><guid>http://www.developerhell.com/out/Ruby_on_Rails_2_scaffolding</guid><description>Basic tutorial on how scaffolding in RoR 2 can work.</description></item><item><title>Documenting Your Project in Python [pdf]</title><link>http://www.developerhell.com/out/Documenting_Your_Project_in_Python_pdf</link><guid>http://www.developerhell.com/out/Documenting_Your_Project_in_Python_pdf</guid><description>The tutorial provides a few tips to start documenting your project through the seven rules of technical writing that summarize the best practices, and a reStructuredText primer, which is plain text markup syntax used in most Python projects.</description></item><item><title>Load Testing with Visual Studio Team System 2008 [pdf]</title><link>http://www.developerhell.com/out/Load_Testing_with_Visual_Studio_Team_System_2008_pdf</link><guid>http://www.developerhell.com/out/Load_Testing_with_Visual_Studio_Team_System_2008_pdf</guid><description>This chapter explains how to use unit testing or web testing, and how to simulate a realistic scenario such as the number of concurrent users that have different browsers and different network speed, and are accessing the system from multiple locations. This testing collects the application performance and stability data in different scenarios, and is used for analyzing this data in order to scale the application for better performance.</description></item><item><title>Scraping and Converting Data with Hpricot and JSON in Ruby</title><link>http://www.developerhell.com/out/Scraping_and_Converting_Data_with_Hpricot_and_JSON_in_Ruby</link><guid>http://www.developerhell.com/out/Scraping_and_Converting_Data_with_Hpricot_and_JSON_in_Ruby</guid><description>We&amp;#039;re retrieving information from a HTML document with Hpricot, no regular expressions needed.</description></item><item><title>Autocomplete in WxRuby&#039;s Scintilla</title><link>http://www.developerhell.com/out/Autocomplete_in_WxRuby_s_Scintilla3691</link><guid>http://www.developerhell.com/out/Autocomplete_in_WxRuby_s_Scintilla3691</guid><description>How to accomplish autocompletion when you write your own editor.</description></item><item><title>AUI in WxRuby</title><link>http://www.developerhell.com/out/AUI_in_WxRuby</link><guid>http://www.developerhell.com/out/AUI_in_WxRuby</guid><description>Advanced User Interface to create all the coolness you need in your desktop application.</description></item><item><title>The basics of how to work the Scintilla component in WxRuby.</title><link>http://www.developerhell.com/out/The_basics_of_how_to_work_the_Scintilla_component_in_WxRuby</link><guid>http://www.developerhell.com/out/The_basics_of_how_to_work_the_Scintilla_component_in_WxRuby</guid><description>The basics of how to work the Scintilla component in WxRuby.</description></item><item><title>Project browser in WxRuby</title><link>http://www.developerhell.com/out/Project_browser_in_WxRuby</link><guid>http://www.developerhell.com/out/Project_browser_in_WxRuby</guid><description>Advanced TreeCtrl tutorial</description></item><item><title>CSS Star Rating System</title><link>http://www.developerhell.com/out/CSS_Star_Rating_System</link><guid>http://www.developerhell.com/out/CSS_Star_Rating_System</guid><description>Recently I had to create a Star Rating system for a client so I thought I&amp;#039;d share with you the techniques I used to accomplish this. If you are not familiar with a Star Rating System, it&amp;#039;s simply a method of voting using (usually) 5 stars in a row, which will change colour as you hover over them indicating the level at which to rate something.</description></item><item><title>More Scintilla in WxRuby</title><link>http://www.developerhell.com/out/More_Scintilla_in_WxRuby</link><guid>http://www.developerhell.com/out/More_Scintilla_in_WxRuby</guid><description>A discussion on custom key commands and custom behavior.</description></item><item><title>A Lightweight Approach to Aspect-Oriented Programming in Python</title><link>http://www.developerhell.com/out/A_Lightweight_Approach_to_Aspect_Oriented_Programming_in_Python</link><guid>http://www.developerhell.com/out/A_Lightweight_Approach_to_Aspect_Oriented_Programming_in_Python</guid><description>aspects.py library provides means to intercept function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first. Depending on the wrap, the execution of the original function can be omitted, or the function can be called arbitrarily many times. Wraps are able to modify the arguments and the return value of the original function. In the terminology of aspect-oriented programming, the library allows applying advices (wraps) to call join points of methods and functions in around fashion.</description></item><item><title>Behavior-driven Testing with RSpec</title><link>http://www.developerhell.com/out/Behavior_driven_Testing_with_RSpec</link><guid>http://www.developerhell.com/out/Behavior_driven_Testing_with_RSpec</guid><description>Testing fever has infected the Ruby programming community, and the infection is spreading. One of the most promising innovations in testing in the past year is the introduction and rapid growth of RSpec, a behavior-driven testing tool. Learn how RSpec can change the way you think about testing.</description></item><item><title>Using Pyke, the Python knowledge engine</title><link>http://www.developerhell.com/out/Using_Pyke_the_Python_knowledge_engine</link><guid>http://www.developerhell.com/out/Using_Pyke_the_Python_knowledge_engine</guid><description>This describes how to use pyke from within your python program.</description></item></channel></rss>