Web Design

Putting directory.asp and batch commands together in Excel

July 11, 2011
sorted

These are the steps I used to get a usable URL and create the code I needed for the batch file, in only a few minutes - using Excel. Open directory.asp in a browser. View source. Copy the section with the URLs. Paste into Excel The code will look like this: <li><a href="/folder/page1.asp">Page Title</a></li>...

Read more »

Create a directory page using asp

July 11, 2011

I use this code (saved in a .asp page) to create the directly listing of all HTM and ASP pages in a folder. I also used this on my websites (as an include in other pages) to display a directory of all pages in a specific folder. It's configured to list the newest pages...

Read more »

Open webpages using a batch file

July 11, 2011

I’m moving my sites into WordPress and need to verify the redirects are correct. With more than 2000 pages to check, it would take forever if I had to click on each link and open them in a browser. Instead, I used a batch file. Two batch files actually, one for IE and one...

Read more »

Add a floating ‘back to top’ icon to web pages

June 14, 2011

It's nice to have a 'back to top' link throughout a webpage but its a pain to code each link.... better is a floating icon/link that remains at the bottom right corner of the browser window. It's also easy to add to pages - in my experience, you can insert it anywhere in the...

Read more »

Keep images from jumping on hover

June 12, 2011

It always annoyed me that hovering over images on my sites often caused the text on the page to jump down.  It finally annoyed me enough to take the time to look into it (and I was doing some other CSS work on the site at the same time. :))   Anyway, its caused by using a...

Read more »