<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/DeveloperHell" type="application/rss+xml" /><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'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><item><title>Storing User Profiles</title><link>http://www.developerhell.com/out/Storing_User_Profiles</link><guid>http://www.developerhell.com/out/Storing_User_Profiles</guid><description>User Profiles -  The profile feature in ASP.NET 2.0 allows you to define and store per-user settings to be used throughout your application. Settings can also be stored in an anonymous profile while users are not logged in, and then migrated to a logged-in user profile at a later time.</description></item><item><title>Learning Python Programming Language Through Video Lectures</title><link>http://www.developerhell.com/out/Learning_Python_Programming_Language_Through_Video_Lectures</link><guid>http://www.developerhell.com/out/Learning_Python_Programming_Language_Through_Video_Lectures</guid><description>One of the upcoming projects I am doing (I will reveal it in one of the next blog post) is going to be written entirely in Python. I have a good understanding of Python but, same as I had with JavaScript, I have little experience doing projects from the ground up in it.

Before diving into the project I decided to take a look at a few Python video lectures to learn language idioms and features which I might have not heard of.</description></item><item><title>The state of Python profilers in two words. Use cProfile.</title><link>http://www.developerhell.com/out/The_state_of_Python_profilers_in_two_words_Use_cProfile</link><guid>http://www.developerhell.com/out/The_state_of_Python_profilers_in_two_words_Use_cProfile</guid><description>This is for people who still wonder what they should use every time. cProfile was added in Python 2.5 after much discussion about the downsides of existing profilers.</description></item><item><title>Registration form with Merb and Datamapper</title><link>http://www.developerhell.com/out/Registration_form_with_Merb_and_Datamapper</link><guid>http://www.developerhell.com/out/Registration_form_with_Merb_and_Datamapper</guid><description>How to setup a semi-advanced registration form with Merb and Datamapper with validators and stuff.</description></item><item><title>Rails Messaging Tutorial</title><link>http://www.developerhell.com/out/Rails_Messaging_Tutorial</link><guid>http://www.developerhell.com/out/Rails_Messaging_Tutorial</guid><description>This guide aims to be a simple, logical tutorial showing how to develop a simple Rails messaging system with all of the trimmings with Ruby on Rails (v2.0.2). This tutorial is intended for beginner to intermediate Rails users. If you&amp;#039;ve never used Rails before, I suggest you check out any of the excellent introductions out there.</description></item></channel></rss>
