Posts Tagged ‘Ruby’

Autocomplete in WxRuby’s Scintilla

Saturday, May 10th, 2008

These are the requirements for the autocompletion feature:... Read More

More Scintilla in WxRuby

Wednesday, May 7th, 2008

Getting the Lispy indentation to work was easier said than done but I believe I have prevailed. I haven’t done any massive testing yet but so far I’m getting the behavior I want. A lot has changed in pico.rb, not so much in main.rb though, let’s walk through the new stuff, in main.rb:... Read More

Scintilla basics in WxRuby

Tuesday, May 6th, 2008

Update: The project is now on bitbucket.... Read More

Registration form with Merb and Datamapper

Tuesday, February 19th, 2008

This tutorial is an example of a typical registration form with Datamapper and Merb, we have:
- Unique username and email.
- Password confirm check.
- Terms and conditions agreement.
- And some more custom stuff implemented such as birthdate from year, month and day dropdowns.... Read More

Speedlinking 19 Jan 2008

Friday, January 18th, 2008

Time for some nice links again, as usual most links are from Dzone.... Read More

Merb and Datamapper on Ubuntu with XAMPP

Monday, January 14th, 2008

The process of setting up Merb and Datamapper can easily derail, these are my experiences of setting them up on Ubuntu with XAMPP.... Read More

Simple WxRuby application

Tuesday, October 16th, 2007

Update: This application uses the old wxRuby, for a more up to date example see the editor in wxRuby series. However, the RubyScript2Exe parts should still apply as is since that logic is separate from the GUI logic.... Read More

The C-Dominion

Monday, October 15th, 2007

Have you ever thought about what massive power c-style programming holds? Not just in the number of users and adherents but in the very minds of the majority of programmers today? By c-style I mean all languages that are similar in style to C and C++, in this group you can find Java, Perl and PHP to name a few.... Read More