Blog posts tagged "code"
cURL Error 26: Failed to open/read local data from file/application
Last night I was battling against cURL Error 26: "Failed to open/read local data from file/application" and eventually found a very simple solution...
# Permalink Posted on Tue 26th August, 2008 in with 5 comments
File Renamer
ETW pointed out to me a cool perl script File Renamer which tidies up directories of TV episodes, and it will fetch the episode titles from EpGuides.com or TV.com.
# Permalink Posted on Mon 14th May, 2007 in with no comments
Accessible Display: None
Nathan Smith explains the problems with using selector { display: none; } to hide content on a page and suggests a better alternative selector { display: block; overflow: hidden; width: 0; height: 0; }.
# Permalink Posted on Fri 6th April, 2007 in with no comments
Showing 1 to 3 of 3