Greene Village

Skip to main content
spacer
New Stuff

Running XAMPP and Apache with IIS
External Searchbox in an ASP.Net Form
Expression Web DWT with "Includes"
ASP.Net Master Pages with User Controls

RGBA - Color with Transparency
HSLA - Color with Transparency

Projects

My web design projects are now at Webbish Designer. I started out thinking that Greene Village would fulfill that role, but I've gone in new directions with WordPress, Dreamweaver, and other tools, so I made a fresh site to match.

Greene Village remains my ASP.Net sandbox and article site.

About

I enjoy making websites that are standards-compliant and beautiful. I've been a Web Developer since 1996, mostly in an IIS/ASP.Net/SQL server environment in academic libraries. I "retired" in late 2008, and continue to work on my own projects and do freelance web development.

This site has a place for some of my favorite web development tools, where I can comment, post tutorials, and try new things.

I live in lovely Maryville, TN, with my family, the world's best dog and a cat who rules.

  • Home
  • CSS
    • Centering content
    • Opaque text, transparent background
    • RGBA Transparency
    • HSLA Transparency
  • ASP.Net
    • Expression DWTs with "Includes"
    • Master Pages with User Controls
    • XAMPP and Apache with IIS
    • Add an External Searchbox
  • jQuery
    • jQuery dropline menu tweaks
    • Set body IDs in Expression Web DWTs
  • Photoshop
    • Photoshop Type Shortcuts
  • Word
    • Regexes to clean Word docs
spacer
  • My other websites
  • Greene Hamlet - Beowulf
    Greene Tea - WordPress
    Greene Teapot - Blogger Tips
    Webbish Books - eBooks
    Webbish Designer - me!
  • Webbish Arts - design
  • Eee PC Love - Linux
    Old Dogs New Care



Running XAMPP and Apache with IIS
on the same Windows PC is easier than you might think. Just configure IIS or Apache to listen to a different port. Assign the one you are currently using most to port 80, and the other to port 8080 or the available port number of your choice. I've had both servers running simultaneously for several months without any problems.

See Running XAMPP and Apache with IIS for simple instructions on how to do this. If you're a Microsoft developer who needs to work more confidently in a LAMP environment, or vice versa, having your own development server is a low-stress way to expand your skills.
 

ASP.Net Master Pages now merge my layout elements with each content page. Can you see the difference? No? Good! I just switched from Dynamic Web Templates to Master Pages. The transition was painless. For details about managing common, but frequently-changed content, see Expression Web DWT with Includes and ASP.Net Master Pages with User Controls. 
 

Cleaning up Word to HTML conversions is time consuming. Regular expressions can make it faster and easier. In Regular Expressions to Clean Word I explain methods I use and some handy "regexes." If you're repelled by code, there's one regular expression you should know that can remove all Word styles and attributes from every paragraph tag in a document. It's explained in the article, and you can skip the rest if you want to.

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.