About
Digital Colony is the technical web site for Michael Allen Smith of Seattle.
Tag Archives: recursion
Using Recursion To Return a List of all Files on a Web Site
When I decided to build a sitemap for INeedCoffee, I was able to pull a list of URLs from the database. One simple query provided me with all the URLS on the web site. But what if you don’t have … Continue reading →
