DNS Vulnerability Now in the Wild
Dan Kaminsky's upcoming Black Hat preso on the recently discovered DNS cache posioning vulnerability has just been upstaged by its release into the... more »
0 commentsSave Tags: microsoft, news, security, server
Know Every HTML Tag There Is
The question is do you know all the HTML tags? Do you know exactly how they work and what each tag does? And the most important of all, how each tag... more »
0 commentsSave Tags: how-to
Coding Horror: iTunes is Anti-Web
Ever find yourself clicking on links to music or videos and getting blasted in the face with this delightful little number?
0 commentsSave Tags: opinion, usability, web design
The Erlang hype is grotesque
Take for example this recent post on hacker news with the title “Amazon and Google Discover Erlang (IMDB is switching from Perl to Erlang)”. There in... more »
3 commentsSave Tags: opinion, other languages
EXT JS 2.1 Overview
EXT JS is a feature-packed and cross-browser RIA framework built from JavaScript and CSS that seriously reduces the development time of Web 2.0... more »
0 commentsSave Tags: javascript, reviews
List of Firebug Extensions
Have you ever been interested in what extensions are available for Firebug? If yes, take a look at what I have found. Frankly, I was quite surprised... more »
0 commentsSave Tags: tools
Ruby Editors - The Choices For Non-Mac And Non-VI People
I'm on a Mac most of the time and TextMate will be pried out of my cold dead fingers. But when I'm on my Ubuntu box, glad to see there's a growing... more »
0 commentsSave Tags: open source, ruby, tools, unix-linux
The unary ampersand in Ruby
A marshmallow toasting dragon slayer from Montréal asked about the unary &. I like this question, because when I saw it, I realized immediately... more »
0 commentsSave Tags: ruby
The Weekly Source Code 29 - Ruby and Shoes and the First Ruby Virus
This week's source is a clever "ClickOnce"-style hack for Ruby. It's cool because it brings together a number of technologies into a very clean... more »
0 commentsSave Tags: opinion, ruby, trends
Domain Specific Languages in Erlang
People are talking about Erlang. This talk is disproportionately about concurrency rather than any of the other powerful properties of the platform,... more »
0 commentsSave Tags: other languages
Review of the screencast series The Ruby Object Model and Metaprogramming (episodes 1-3)
Even if you’re new to the Ruby community, you are unlikely not to have heard about the Pragmatic Programmers, who are well reputed for publishing... more »
0 commentsSave Tags: books, opinion, reviews, ruby
Fuzed and EC2: Scale Rails big and fast!
First of all, this post is about 2 things that rock. One is Fuzed, the new Erlang web glue that runs Rails on the Erlang-based Yaws web server, put... more »
0 commentsSave Tags: how-to, ruby, server, web services
Move Over, AJAX, ARAX Is Here
Move over, AJAX; Microsoft is pushing a different scenario, known as Asynchronous Ruby and XML, or ARAX.
0 commentsSave Tags: ajax, ruby, trends
Headius: Inspiration from RailsConf
RailsConf 2008 is over, and it was by far better than last year. I'm not one for drawn-out conference wrap-up posts so here's a summary of my most... more »
0 commentsSave Tags: java, opinion, ruby
Ultra-Cool JavaScript Information Visualization Toolkit (JIT)
The JIT implements advanced features of information visualization like Treemaps (with the slice and dice and squarified methods), an adapted... more »
0 commentsSave Tags: javascript, tools
MagLev rocks and the planning of the next Ruby shootout
This post covers a couple of topics: 1) Why MagLev matters; 2) My plan for the next Ruby shootout.
0 commentsSave Tags: opinion, ruby
21 Ruby Tricks You Should Be Using In Your Own Code
In this post I present 21 different Ruby tricks, from those that most experienced developers already use every day to those that are more obscure.... more »
0 commentsSave Tags: how-to, ruby
The creator of Ruby explains why Ruby sucks
Matz, the creator of Ruby, explains the problems Ruby faces in the "Vision for the future" Conference.
6 commentsSave Tags: open source, ruby, unix-linux, web 2.0
Ruby on Rails - a paper dragon?
When Ruby on Rails started to gain some momentum a year or so ago, I decided to take another look at the Ruby language itself along with the Rails web... more »
3 commentsSave Tags: opinion, php, ruby
Ruby on Rails, Passenger (ModRails) vs CodeIgniter and Kohana
Today, when someone was asking on a forum about the efficiency of web frameworks, I thought I’d give the few frameworks I work with some more... more »
2 commentsSave Tags: php, ruby, web 2.0
Ruby: An EventMachine Tutorial
Ruby / EventMachine is an event-driven networking library for Ruby, similar to Twisted for Python. Certain aspects of it are also similar to... more »
0 commentsSave Tags: frameworks, ruby
Announcing the Ruboss Framework
Dima and I have been working hard on the Ruboss Framework: a framework that aims to take Flex and Rails development to the next level by making the... more »
0 commentsSave Tags: announcement, flash-flex, frameworks, ruby
Software Development AntiPatterns
An AntiPattern is a pattern that tells how to go from a problem to a bad solution. For example: The Blob, Continuous Obsolescence, Lava Flow and more.
2 commentsSave Tags: .net, java, php, ruby
Processing.js
I've ported the Processing visualization language to JavaScript, using the Canvas element. I've been working on this project, off-and-on now, for the... more »
0 commentsSave Tags: frameworks, gui, javascript
via