First up is a tutorial on using Git: Git Magic Next is the Bitbucket, a web site that offers free private Git repositories. … [Continue reading]
Parsing HTML In Ruby

If you want to programmatically download web pages in Ruby, the Mechanize gem can be used. When installing Mechanize, Nokogiri will also be installed. This provides a powerful combination where Mechanize is used to download content from the web and … [Continue reading]
Import Static HTML Pages Into WordPress

The HTML Import 2 plugin can take a directory of static html pages and import them into WordPress as posts or pages. I did some experimentation with the plugin and found that it did the job as advertised. I was able to import the static pages as … [Continue reading]
GitHub Repository For Fetch Photo Bucket

I have been doing some work with ruby recently. The first script I wrote uses Mechanize and Nokogiri to download a photo bucket album. Ruby is all new to me. Prior to this script I had only gone through the try ruby course. GitHub Repository I … [Continue reading]
Installing Ruby On Ubuntu 10.10
I have recently installed the development environment for Ruby 1.9.3 on Ubuntu 10.10. Thanks to Ryan Bigg for his great write up. … [Continue reading]
- « Previous Page
- 1
- …
- 7
- 8
- 9
- 10
- Next Page »