browse by tag: oo programming in language
sort by
Registration form with Merb and Datamapper
in Ruby added by prodevtips, on 27/2/2008 examples framework intermediate oo programming
How to setup a semi-advanced registration form with Merb and Datamapper with validators and stuff.
comment save reportMerb and Datamapper on Ubuntu with XAMPP
in Ruby added by prodevtips, on 20/2/2008 beginner tutorials framework oo programming
Basic setup tutorial to get you started with Merb and Datamapper.
comment save reportPython - 15 Line HTTP Server - Web Interface For Your Tools
in Python added by admin, on 14/2/2008 intermediate oo programming web server
I write a lot of command line tools and scripts in Python. Sometimes I need to kick them off remotely. A simple way to do this is to launch a tiny web server that listens for a specific request to start the script.
comment save reportRuby Spin-up: Where Did That Method Come From?
in Ruby added by admin, on 28/1/2008 beginner tutorials examples oo programming
A tutorial that gives a nice background on some object-oriented thinking in Ruby, including classes, superclasses, modules, and singleton methods. It's a straightforward tutorial aimed at those who have gotten their feet wet in Ruby, but not the object-oriented aspects of Ruby.
comment save reportSimple WxRuby application
in Ruby added by prodevtips, on 5/11/2007 intermediate oo programming
This is a real world example that demonstrates a how a small application that is using WxRuby and WxSugar for the display could work.
comment save reportRolling with Ruby on Rails, Part 2
in Ruby added by admin, on 21/10/2007 beginner tutorials oo programming ruby on rails
In Rolling with Ruby on Rails, I barely scratched the surface of what you can do with Ruby on Rails. I didn't talk about data validation or database transactions, and I did not mention callbacks, unit testing, or caching. There was hardly a mention of the many helpers that Rails includes to make your life easier. I can't really do justice to all of these topics in the space of this article, but I will go into details on some of them and present a brief overview of the rest, with links to more detailed information.
comment save reportTutorial 1 - Objects, Applications & Applets
in Java added by admin, on 16/9/2007 beginner tutorials oo programming
The first Java tutorial covers the topic of objects/classes as well as outlining the basic structure of Java applications and applets.
comment save report