various tech ramblings

Categories: Programming, Rails

MySql Ruby Examples

Permalink Jul 15, 2010 22:30, by admin, Categories: Programming, Rails
Decided to learn a little more about Ruby by writing a Ruby program to manipulate some MySql tables that I have. I could have used "ActiveRecord" but I wanted to use Ruby classes only. Originally I had errors because it was not finding the MySql gem. T… more »
Leave a comment »

Fabricating Robots

Permalink Jul 13, 2010 10:11, by admin, Categories: Programming, Rails
Working today on a Rails app that groups client generated webapges and we need to have the ability to screen out "child safety challenged" and "naughtyware" from being indexed by google so we are not blacklisted from adwords. The final step was generatin… more »
Leave a comment »

Firefox Addon

Permalink Jun 15, 2010 12:33, by admin, Categories: Programming
Built my first firefox plugin! Fun to see something like this working. Here are the steps to just get a basic one up and running.Setup a profile on firefoxTo do this usefirefox firefox -p // win (may have to set windows env var: MOZ_NO_REMOT… more »
Leave a comment »

Virtualbox

Permalink Jun 04, 2010 22:47, by admin, Categories: Programming
Need to have a Linux instance running on my windows xp laptop. Have downloaded and installed Virtualbox and it runs like a charm. Its Open Source (GPL) and is has full virtualization, meaning that the OS that runs in it runs unmodified! I downloaded a Ub… more »
Leave a comment »

Geolocation and PHP

Permalink May 28, 2010 16:48, by admin, Categories: Programming, GIS
Geo location is now so easy: $geo = unserialize(file_get_contents('http://www.geoplugin.net/php.gp?ip='.$_SERVER['REMOTE_ADDR'])); print_r($geo); echo "City: " . $geo['geoplugin_city']; ... Thanks geoPlugin! more »
Leave a comment »

:: Next >>

September 2010
Mon Tue Wed Thu Fri Sat Sun
 << <   > >>
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
things that are of a technical nature that i find interesting and find time to write about

Search

Robs Fav Links

Places I like to visit:
b2