<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SimonOnSoftware &#187; web</title>
	<atom:link href="http://simononsoftware.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://simononsoftware.com</link>
	<description>programming, databases and other IT something</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:48:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oh, Those Terrible Units</title>
		<link>http://simononsoftware.com/oh-those-terrible-units/</link>
		<comments>http://simononsoftware.com/oh-those-terrible-units/#comments</comments>
		<pubDate>Thu, 06 May 2010 21:39:27 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[units]]></category>

		<guid isPermaLink="false">http://simononsoftware.com/?p=810</guid>
		<description><![CDATA[﻿There are some numbers and units. Numbers are numbers. Units are units. Numbers informs how many. Units inform about two things:

how many
of what.


The SI Base Units



Name
Unit symbol
Quantity


metre
m
length


kilogram
kg
mass


second
s
time


ampere
A
electric current


kelvin
K
thermodynamic temperature


candela
cd
luminous intensity


mole
mol
amount of substance



IT Base Units



Name
Unit symbol
Quantity


bit
b
number of bits


byte
B
number of bytes


bits per second
bps
number of bits per second



Have you seen the difference? BYTES and BITS?
Word Of Truth

1 BYTE [...]


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/oh-those-terrible-units/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Day Without Spam</title>
		<link>http://simononsoftware.com/day-without-spam/</link>
		<comments>http://simononsoftware.com/day-without-spam/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 20:02:46 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=753</guid>
		<description><![CDATA[Yesterday was the first day without any spam comments here. All blog counters were as usual, the same view count and so on. One day without spam comments, strange. Today everything got back to normal, unfortunately.


Bookmark It






















No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/day-without-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Star Trekkin&#8217;</title>
		<link>http://simononsoftware.com/star-trekkin/</link>
		<comments>http://simononsoftware.com/star-trekkin/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 19:49:49 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=701</guid>
		<description><![CDATA[Oh yea&#8230;



Bookmark It






















No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/star-trekkin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Merb 1.0 is Out</title>
		<link>http://simononsoftware.com/new-merb-10-is-out/</link>
		<comments>http://simononsoftware.com/new-merb-10-is-out/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 15:44:39 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wtf]]></category>
		<category><![CDATA[merb ruby]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=317</guid>
		<description><![CDATA[Yea&#8230; great? Let&#8217;s install that. I used thor. First copy the whole archive:
thor merb:clone

Merb 1.0 installation
Nice, let&#8217;s uninstall all old things first:
thor merb:gems:wipe
and now installation:
merb:install:core
merb:install:more
merb:install:plugins
Errors as usual:
Failed to install gem &#8216;/home/szymon/src/merb/merb/merb-plugins/merb_screw_unit/pkg/merb_screw_unit-0.9.9.gem (0.9.9)&#8217; (merb-slices requires merb-core (&#62;= 0.9.10, runtime))
Create The First Merb Application
merb-gen app my_first_application
/usr/local/lib/site_ruby/1.8/rubygems.rb:578:in `report_activate_error&#8217;: Could not find RubyGem merb-gen (&#62;= 0) (Gem::LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems.rb:134:in `activate&#8217;
from [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/datamapper-and-ruby-on-rails/' rel='bookmark' title='Permanent Link: Datamapper and Ruby On Rails'>Datamapper and Ruby On Rails</a> <small>Aaaaaargh. Some time ago I wrote about problems with merb....</small></li>
<li><a href='http://simononsoftware.com/whats-wrong-with-merb/' rel='bookmark' title='Permanent Link: What&#8217;s Wrong With Merb.'>What&#8217;s Wrong With Merb.</a> <small>Merb is going to be a new killer application used...</small></li>
<li><a href='http://simononsoftware.com/virtualenv-tutorial/' rel='bookmark' title='Permanent Link: Virtualenv Tutorial'>Virtualenv Tutorial</a> <small>What is Virtualenv Virtualenv is a great piece of software....</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/new-merb-10-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write a Web Site in Pure C++?</title>
		<link>http://simononsoftware.com/write-a-web-site-in-pure-c/</link>
		<comments>http://simononsoftware.com/write-a-web-site-in-pure-c/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 07:55:25 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://localhost:9991/?p=82</guid>
		<description><![CDATA[Sure, why not. The efficiency should be great (truly said I don&#8217;t believe in all those benchmarks that show java being faster than C++). I know that some will say that it is difficult to write a C++ program but well, the same is said about perl and java so lots of people write soft [...]


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/write-a-web-site-in-pure-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YUI &#8211; The Best Ajax Framework?</title>
		<link>http://simononsoftware.com/yui-the-best-ajax-framework/</link>
		<comments>http://simononsoftware.com/yui-the-best-ajax-framework/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 11:58:56 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=180</guid>
		<description><![CDATA[I keep on writing some web application, that&#8217;s mainly for learning the internals of Django. What I want is to be fully html (seo optimized) on the front, and full ajax in the control panel. Last time  I was looking for an easy way of writing ajax based interfase. I found dojo. Last time when [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/quite-nice-rfc/' rel='bookmark' title='Permanent Link: Quite Nice RFC'>Quite Nice RFC</a> <small> ARPAWOCKY Twas brillig, and the Protocols [...]...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/yui-the-best-ajax-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Datamapper and Ruby On Rails</title>
		<link>http://simononsoftware.com/datamapper-and-ruby-on-rails/</link>
		<comments>http://simononsoftware.com/datamapper-and-ruby-on-rails/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 01:04:01 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[datamapper]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[merb]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=159</guid>
		<description><![CDATA[Aaaaaargh. Some time ago I wrote about problems with merb. That was obvious that if  not merb than it would be ROR. I installed new merb, some more things, run script/server&#8230; great, everything was OK.
I changed a little the application for using datamapper. Great&#8230; run the script and ooops now:

$ script/server
=&#62; Booting Mongrel (use 'script/server [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/new-merb-10-is-out/' rel='bookmark' title='Permanent Link: New Merb 1.0 is Out'>New Merb 1.0 is Out</a> <small>Yea&#8230; great? Let&#8217;s install that. I used thor. First copy...</small></li>
<li><a href='http://simononsoftware.com/ruby-rails-awesome/' rel='bookmark' title='Permanent Link: Ruby, Rails&#8230; AWESOME'>Ruby, Rails&#8230; AWESOME</a> <small>I really don&#8217;t get it, why almost each post or...</small></li>
<li><a href='http://simononsoftware.com/whats-wrong-with-merb/' rel='bookmark' title='Permanent Link: What&#8217;s Wrong With Merb.'>What&#8217;s Wrong With Merb.</a> <small>Merb is going to be a new killer application used...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/datamapper-and-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim as a Web Browser?</title>
		<link>http://simononsoftware.com/vim-as-a-web-browser/</link>
		<comments>http://simononsoftware.com/vim-as-a-web-browser/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 10:02:27 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=152</guid>
		<description><![CDATA[Vim is the best editor that I know (yea, I know emacs i even better and prepares coffee for free). But use this as a web browser? Well&#8230; maybe this is not a web browser in vim but a vim in a web browser. Take a look at this plugin: http://vimperator.mozdev.org/. It allowes to use vim [...]


No related posts.]]></description>
		<wfw:commentRss>http://simononsoftware.com/vim-as-a-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
