Recently asked on Yahoo! Answers:
Reading file names in VB.NET?
I am making a program that I will use to read files in a particular folder and put those file names into a text file. How can I do this?
This is actually pretty easy to do in VB.NET, and there are several other examples on the Web. [...]
Recursively Listing Files In A Directory And Adding Their Names To A Text File In Visual Basic .NET
A Windows Shell Script To Automatically Rename And Move Images To A New Folder
Recently asked on Yahoo! Answers:
How do I set Windows XP to rename same named files when in same directory?
I’m putting thousands of images and other files in the same folder so that I can sort from that folder, I want to keep all the versions that I may have the same file name with different [...]
Displaying A Random Image From A Directory Via PHP, Part 2
In a recent blog post about randomly displaying an image from a directory via PHP and its built-in image and filesystem functions, I promised to expand upon the answer I had given to demonstrate some other cool filesystem tricks.
It’s about time I made good on that promise.
We’ll start by showing how to display a random [...]
Displaying A Random Image From A Directory Via PHP
Recently asked on Yahoo! Answers:
How would one code a rotating image (using PHP) that can be hosted on Geocities Pro for, say, a forum?
In the past, I’ve been able to host a rotating image using another method by naming a folder ’something.png’ to fool a forum into thinking the folder is a picture and it [...]
An ASP.NET 2.0 Script To Share Files Among Users
Recently asked on Yahoo! Answers:
How could I enable user to upload and download file from server using asp.net 2?
How could I enable a user to upload file to the server and then view link to download this file from the server to anthor user i when he enters the site using ASP.NET 2?
The problems here [...]
An ASP.NET Subroutine To Locally Store The National Weather Service Current Observations XML Feeds
As promised in my last article, here’s some ASP.NET 2.0 / VB.NET code to locally store / cache the National Weather Service’s current observations XML feeds.
The first step in this process is to create a directory on your Web server that is writeable. The second is to determine how, and when, you’ll update your feeds. [...]
