Do I need to buy additional memory?

May 29
2007 17:07 (JavaScript, My Life) · Русский (8,483 views)

Today I spent almost full day for reflection on to buy or not additional memory for my computer. As a result new script was born, and he saved my brain:

Do I need to buy additional memory?

If you have questions like this — ask the script, maybe it would help you too :-)

Best Tech Videos: Great Changes Coming

May 20
2007 21:50 (Internet) · Русский (6,663 views)

Best Tech Videos: Logo

During the last few months we (I and Alexey Kovyrin) have been working on a major Best Tech Videos site platform update. If you have not seen it before — it is time to take a look at it because really soon everything will change. I don’t mean that site idea would change (you would be able to find there the best tech videos), but usability, information availability and many small but useful things will be changed for good.

Read the rest of entry »

Hi, I’m Ruby on Rails

May 14
2007 18:51 (Internet, Ruby on Rails) · Русский (8,069 views)

You definitely should watch it. Gregg Pollack and Jason Seifer from RailsEnvy present:

Part 1. Ruby on Rails vs Java

Read the rest of entry »

Generating permalink from string in Ruby

May 14
2007 18:27 (Ruby on Rails) · Русский (13,127 views)

If you are creating Ruby on Rails application like a blog, you most probably want to generate URLs using post titles. It’s good practice, because search engines like keywords in URL, and it looks more human-readable. Just compare: http://example.com/posts/10 and http://example.com/posts/generating-permalinks-from-string (yeah, it’s long, but self-descriptive). Anyways, this is small post about converting a title to a permalink.

Read the rest of entry »

JavaScript optimization Part 3: Attaching events

May 10
2007 01:41 (JavaScript) · Русский (19,825 views)

This is a third part of the JavaScript optimization tutorial, and today I’m going to talk about events. Sorry for a long delay between posts, I hope remaining parts would not be delayed so much.

Scenario: you have some elements and you need to add some actions to them (for example, when user moves mouse cursor over element, or clicks on elements).

Read the rest of entry »

 
Copyright © 2005 - 2008, Dmytro Shteflyuk