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

admin has submitted 105 links

category icon

Rolling 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 report
category icon

Rolling with Ruby on Rails

in Ruby added by admin, on 21/10/2007 beginner tutorials ruby on rails setup

Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby).
Let's answer a couple of burning questions before rolling up our sleeves to build a web application!

comment save report
category icon

ASP.NET 2.0 Caching

in .NET added by admin, on 21/9/2007 advanced content management

Probably one of the coolest features with ASP.NET is caching, ASP.NET 2.0 has new caching features that I will explore in this article.

comment save report
category icon

An Introduction To CSS

in CSS added by admin, on 17/9/2007 beginner tutorials css style

CSS is the acronym for: Cascading Style Sheets. CSS is an extension to basic HTML that allows you to style your web pages.
An example of a style change would be to make words bold. In standard HTML you would use the <b> tag like so:

comment save report
category icon

Tutorial 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