@Poremsky.com

Tips & Tricks for Windows, Office, and Whatever

  • Home
  • Windows
  • Office
  • BlackBerry
  • Web Design
  • WordPress
  • Internet Explorer

Remove Member links from Xenforo forum

Published on March 24, 2014 Last reviewed on May 9, 2019

Remove hyperlinks to Member profiles in XenForo.

Using a CDN

Published on July 10, 2013 Last reviewed on July 10, 2013

A Content Delivery Network (CDN) can speed up your website and is affordable for all webmasters.

Putting directory.asp and batch commands together in Excel

Published on July 11, 2011 Last reviewed on May 17, 2014

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> <li><a […]

Create a directory page using asp

Published on July 11, 2011 Last reviewed on May 3, 2017

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 first, […]

Open webpages using a batch file

Published on July 11, 2011 Last reviewed on September 28, 2016

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 for […]

Add a floating 'back to top' icon to web pages

Published on June 14, 2011 Last reviewed on June 1, 2016

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 code, […]

Keep images from jumping on hover

Published on 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 background […]

Recent Posts

  • What is the Brown File Box Icon on Files in Windows 11?
  • Remove Office Licenses from Windows
  • Add a Confirm Unsubscribe Link in Sendy
  • Add the Recent Items Folder to Windows 10 Quick Access
  • A New Scam? Cashing in on Kohl's Cash

Recent Comments

  • FUAD on Remove Office Licenses from Windows
  • Brian DuBridge on Add the Recent Items Folder to Windows 10 Quick Access
  • Renee Moodie on Remove Office Licenses from Windows
  • John P on Remove Office Licenses from Windows
  • Puja on Remove Office Licenses from Windows
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

© 2022 · @Poremsky.com