How to Get Data with YQL (Yahoo Query Language)
DEPRECATED This article is here for archival purposes. The Yahoo YQL [https://developer.yahoo.com/yql/] website is incredible for data scraping and crawling. The examples below were...
Ideas, findings, thoughts and discussion focused on the technology and how to make things work.
DEPRECATED This article is here for archival purposes. The Yahoo YQL [https://developer.yahoo.com/yql/] website is incredible for data scraping and crawling. The examples below were...
Here's why I use em: 1. Pixels are precise, but they're not very flexible. If you increase your browser's font-size, things may...
DHCP stands for Dynamic Host Configuration Protocol. Its most popular function is dynamically assigning IP addresses to devices within a network....
There are many functions available for Time, Month, Day, and Year. Below are a few examples. # Find out the Current Time t = Time.now # Find out the Month,...
Before you save a password to a database, it may make sense to encrypt it. That way, when you do some user authentication, you can compare the users...