public marks

PUBLIC MARKS from cascamorto with tags programming & howto

December 2006

slayeroffice - web experiments gone horribly awry

by 5 others
This is where I house all of my various experiments with javascript, the DOM and all other things web related. Have a look at all the stuff down the column over there. Everything from tools to games and a ton of useless eye candy widgets can be found, and all of them are free. All I ask is that if you use any of it on your site that you give credit where its due by leaving any code comments you find in tact and linking back to slayeroffice if you are so inclined.

November 2006

XULPlanet.com

by 18 others
The XML User Interface Language (XUL) is a markup language for describing user interfaces. With XUL you can create rich, sophisticated cross-platform web applications easily. Tutorials * Main Tutorial * Developer Guide * XUL Questions References * XUL Reference * Object Reference * XPCOM Reference

Yahoo! Developer Network Home - Welcome!

by 16 others
# JavaScript Developer Center # Flash Developer Center # .NET Developer Center # PHP Developer Center # Python Developer Center # Ruby Developer Center

Sysinternals Freeware

by 26 others
The Sysinternals web site provides you with advanced utilities, technical information, and source code related to Windows internals that you won't find anywhere else. Mark Russinovich and Bryce Cogswell alone write and update everything here. We welcome all suggestions and comments.

January 2006

*** [Ruby-Doc.org: Documenting the Ruby Language] ***

by 16 others
The ruby-doc.org Ruby documentation project is an effort by the Ruby community to provide complete and accurate documentation for the Ruby programming language.

Developers Guide to Semantic Web Toolkits for different Programming Languages

by 1 other (via)
all the programming frameworks for Semantic Web : C - Haskell - Java - JavaScript - Common Lisp - .Net/Mono - Perl - PHP - Pike - Prolog - Python - Ruby - Proprietary Languages

CGI Programming 101 - Learn CGI Today!

CGI Programming 101 will show you how to add guestbooks, page counters, shopping carts and other interactive elements to your website. CGI programming is easy to learn; if you know HTML, you can learn CGI. You don't need any prior programming experience.

Les Doc's du net

Bienvenue dans les Doc's du net, répertoire de cours et tutoriels du net traitant des langages de programmation, des bases de données, des réseaux, des systèmes d'exploitation, en passant par la cryptologie, et tout ce qui touche aux nouvelles technologies.

Tutoriel : se mettre aux standards du web

by 6 others (via)
Nous allons voir ensemble comment rendre un site existant conforme aux standards, en prenant une page non conforme.

*** Ajax & Intérêts - Gérald's blog ***

by 1 other (via)
En gros, c’est quoi ce Ajax ? Une présentation simple et imagée

*** APPRENDRE à PROGRAMMER avec Ruby - Christopher David PINE ***

by 2 others
Document PDF - Traduction de Jean-Pierre ANGHEL - Si vous voulez programmer un ordinateur, vous devez "parler" dans une langue que votre machine comprendra : un langage de programmation. Il existe de nombreux langages de ce type, et certains sont même excellents. Dans ce tutoriel j’ai choisi d’utiliser mon langage de programmation favori, Ruby.

Ruby Homepage Downloadable documents

* Ruby 1.4.6 Reference Manual * English reference manual for Ruby 1.6 is not yet prepared. See Ruby 1.6 Library reference online. * Ruby-doc.org accumulates Ruby-related documents widely. * Recently, stdlib-doc project accumulates RDoc-based documents for Ruby standard libraries widely.

*** Try Ruby! - a hands-on tutorial ***

by 51 others
Got 15 minutes? Give Ruby a shot right now! Ruby is a programming language from Japan (available at ruby-lang.org) which is revolutionizing the web. The beauty of Ruby is found in its balance between simplicity and power. Try out Ruby code in the prompt above. (help 6)

*** Programming Ruby - The Pragmatic Programmer's Guide ***

by 1 other
This book is a tutorial and reference for the Ruby programming language. Use Ruby, and you'll write better code, be more productive, and enjoy programming more.

*** Why's (Poignant) Guide to Ruby ***

by 29 others
This is just a small Ruby book. It won’t crush you. It’s light as a feather (because I haven’t finished it yet—hehe). And there’s a reason this book will stay light: because Ruby is simple to learn.

The Ruby Cookbook Official Unofficial Homepage

Hello, this is Leonard Richardson. Lucas Carlson and I are writing the Ruby Cookbook for O'Reilly. I've put up this page to solicit and coordinate community contributions, and to make the official outline publicly available. Our goal is to make this book a better reference than O'Reilly's Perl and Python Cookbooks.

Learning Ruby

by 2 others
Copyright (c) 2003 Daniel Carrera

Zen Spider Software Ruby Page

by 1 other
# Ruby QuickRef # Ruby Snippets # Lessons Learned: Coding Ruby Late at Night # Ruby Cookbook

Pragmatic Programmers' "Programming Ruby" online and interactive book

"Programming Ruby" pragmatic programmers INTERACTIVE Great for all of us the "pragmatic programmers" put their excellent book online! Want to test the code examples from the book while reading on-line? "Programming Ruby" INTERACTIVE is the *complete* online book PLUS a "Try it"-button above every code-excerpt which spawns the online interpreter

Ruby.CHannel - The Ruby Tutorial

Ruby tutorial Getting started Strings Regular Expressions Arrays and Hashes Control Structures Methods (also known as functions) Classes/Instances +++ The Ruby Interpreter +++