DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby   Site: Statistics
want to join us? register, it's easy | help
 

tutorials


category icon

Developing Web Applications using JavaServer Faces [pdf]

in Java added by nirajam, on 9/5/2009 Java NetBeans Open source beginner tutorials

The tutorial explains how NetBeans can help us easily develop web applications that take advantage of the JavaServer Faces framework.

comment save report
category icon

Parsing gettext strings with Ruby

in Ruby added by prodevtips, on 28/3/2009 beginner tutorials

Basic hash, regular expressions and blocks tutorial.

comment save report
category icon

Ruby on Rails 2 scaffolding

in Python added by prodevtips, on 28/3/2009 beginner tutorials ruby on rails

Basic tutorial on how scaffolding in RoR 2 can work.

comment save report
category icon

Documenting Your Project in Python [pdf]

in Python added by nirajam, on 8/3/2009 Open source Python markup

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.

comment save report
category icon

Load Testing with Visual Studio Team System 2008 [pdf]

in .NET added by SaalimS, on 8/2/2009 Load test SDLC Unit test VS.NET Visual Studio testing

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.

comment save report
category icon

Scraping and Converting Data with Hpricot and JSON in Ruby

in Ruby added by prodevtips, on 8/2/2009 hpricot intermediate scraping

We're retrieving information from a HTML document with Hpricot, no regular expressions needed.

comment save report
category icon

Autocomplete in WxRuby's Scintilla

in Ruby added by prodevtips, on 30/7/2008 framework oo programming wxruby

How to accomplish autocompletion when you write your own editor.

comment save report
category icon

AUI in WxRuby

in Ruby added by prodevtips, on 10/7/2008 framework oo programming wxruby

Advanced User Interface to create all the coolness you need in your desktop application.

comment save report
category icon

The basics of how to work the Scintilla component in WxRuby.

in Ruby added by prodevtips, on 29/5/2008 examples framework oo programming

The basics of how to work the Scintilla component in WxRuby.

comment save report
category icon

Project browser in WxRuby

in Python added by prodevtips, on 24/5/2008 framework oo programming wxruby

Advanced TreeCtrl tutorial

comment save report
category icon

CSS Star Rating System

in CSS added by admin, on 12/5/2008 examples intermediate style

Recently I had to create a Star Rating system for a client so I thought I'd share with you the techniques I used to accomplish this. If you are not familiar with a Star Rating System, it'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.

comment save report
category icon

More Scintilla in WxRuby

in Ruby added by prodevtips, on 12/5/2008 examples intermediate oo programming wxruby

A discussion on custom key commands and custom behavior.

comment save report
category icon

A Lightweight Approach to Aspect-Oriented Programming in Python

in Python added by admin, on 21/4/2008 aspect-oriented intermediate

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.

comment save report
category icon

Behavior-driven Testing with RSpec

in Ruby added by admin, on 31/3/2008 intermediate rspec testing

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.

comment save report
category icon

Using Pyke, the Python knowledge engine

in Python added by admin, on 22/3/2008 intermediate knowledge engine

This describes how to use pyke from within your python program.

comment save report