Skip to content

DaveTech

If technology was easy and always worked right the first time, you wouldn’t be reading this.

Main Nav

  • Home, Services
  • Portfolio, Contact, Support

Recent Posts

  • Compress photo-realistic images to JPG for use on the web
  • Google Tag Manager for BigCommerce
  • Update the “hosts” file on Win7
  • My quick and dirty review of the Palm Pre
  • Google AdWords Email Phishing Scam

Blogroll

  • Analytics Talk
  • Joost de Valk’s SEO Blog
  • Joseph Morin – Travels
  • Juice Analytics
  • Matt Cutts: Gadgets, Google, and SEO
  • Michael Roebuck’s Blog
  • Rob Snell’s Yahoo! Store Blog
  • Unofficial Google Analytics Blog

Clues & Answers

  • ClickZ Internet Marketing
  • Nine lessons in search engine optimization | SEO Theory – SEO Theory and Analysis Blog
  • Search Engine Watch
  • The Long Tail
  • The Official Yahoo! Store Blog
  • WebmasterWorld
  • Y Store Services
  • Y Store Tools
  • Ystore.com

How To

  • A modern approach to Flash SEO
  • Developer\’s Guide – Google Chart API – Google Code
  • How To Extract Images from a Word Document
  • Kick Butt With Internal Site Search Analytics � Occam\’s Razor by Avinash Kaushik
  • LyndSeo
  • What?? No Office Shortcut Bar for Office 2003??

TechDocs

  • deconcept SWFObject
  • Google Analytics
  • MySQL 5.0 Reference Manual
  • The CPAN Search Site
  • Trust and Authority – they are not the same thing

Author: David Burke

Build a list of Files

Here’s a quick snippet of code to build a list of files from a folder using Perl:

my $ext = '_plog.txt';
opendir (DIR, ".") || die "Can't open directory: $! n";
my @flist = grep (/$ext$/, readdir (DIR));
closedir (DIR);
Posted on December 3, 2005January 25, 2006Author David BurkeCategories PerlLeave a comment on Build a list of Files

Hello world!

Just got the blog installed… it’ll look more like the rest of the site shortly. So far, I like it! Installation was easy, seems to be fairly feature rich. (And it’s the blog software Matt Cutts uses…) As WordPress is PHP/mySQL based, this will be a good excuse to finally learn PHP & mySQL…

Posted on November 21, 2005December 3, 2005Author David BurkeCategories GeneralLeave a comment on Hello world!

Posts navigation

Previous page Page 1 … Page 6 Page 7
Proudly powered by WordPress