website

permanent alias url for small business website without having to change DNS

Question: Is there a service or a system methodology that would allow someone to setup a permanent base URL that could be used as a referrer to a business website regardless of where that website may be hosted at any given time? Example: suppose you have two websites that have identical content (they are just mirrored or synched copies)...

What gotchas are there for existing sites to render properly in Internet Explorer 8?

Now that IE8 is out, what are the gotchas that web developers are likely to encounter in their existing sites? Is there a list of "breaking" changes? Or is this thing "just going to work" with existing sites? ...

CopyLocal in a Visual Studio 2005 ASP.NET Web Site?

Hi guys, Is there something like the Reference property CopyLocal in a Visual Studio 2005 ASP.NET Web Site? A VS05 Web Application has a References folder in the Solution Explorer where you can select a reference and view its properties, such as CopyLocal, in the Properties window. But a VS05 Web Site only has a References folder in...

Using Customized Wiki (MediaWiki, TWiki, XWiki or other) to build scalable Website

Has anyone used Wikis to create highly customized and scalable website that does not look like Wikipedia? Answers.com Wiki is one that I know of. If yes, how much of an effort was to customize the existing code or create new templates/plugins? Which Wiki platform was used? ...

IIS Recompile ASP NET websites

hello, i was talking with a friend about what iis does when u put a new file inside a virtual directory. he tolds me that IIS recompile the entire website when u put a file anywhere in the website, i think it just happens (if happen) when u put a file inside your Bins folder. the conversation comes because a website in the company is ...

Is Microsoft ASP.NET Dynamic Data website a platform i can trust for making websites admin areas?

Did you used Dynamic websites before? you see its a good way for making fast admin areas for our websites? Is it easy to customize? Is it easy for the end user to manipulate? I am thinking to use it with a client and didn't use before, can you advice? ...

Any good tools for ensuring sites are live?

I'm looking for some recommendations for website tools to ensure that deployed sites are always live and available. Ideally, I'd like to have a decent reporting / messaging mechanism from it to report when any faults occur. I've considered using CruiseControl and having some custom .Net libraries ping each site and analyse the response ...

Some useful site with examples C++ and Java?

Could someone post some good links with examples of programs with code in C++ and(or) Java? ...

What is the best web log analysis software?

We are currently using SurfStats and I am trialling Sawmill at the moment as a possible replacement as it does not require the code injection that Google Analytics does. Is there a better package available or is it better to inject your own code (website is ASP.Net - VS2003) and write your own analysis application? Has anyone had any ex...

What tool visually maps out existing websites?

I used a tool a few months ago that scanned a specified website and created a visual hierarchy of the website's page links. It also represented each page with its appropriate screenshot. Does anyone know what tool this is? Or maybe something that performs the same basic features? ...

ssl impact on web server

Many of us have web and application servers that use plain TCP. Some of us have web and other servers that use a secure layer such as SSL. My understanding of SSL is that the handshaking is very computationally intensive, and the encryption of an ongoing connection is (relatively) cheap. My assumption for you to correct: an average ho...

Submit to External website and have site submitted from redirect to another page

I have to have a page submit to an external website. Not a problem. Problem is the external website displays a successful message, not good, I need to get the site it was submitted from to be redirected to something more user friendly. The external website won't redirect, which I think might be the easiest, if I pass it a redirectto p...

Why do people post their captchas publicly? Captcha: somerandomword

I'm implementing a website with a CAPTCHA on the registration form; my first. I've read dozens of posts on the arguments for and against, and of all the various implementations out there. I'm happy with all that but it's a necessary evil in my case. What I don't understand is why people post the random captcha characters in their posts,...

programmatic automated way to determine: is my site reachable?

Question: I need a way to automate routine tests that tell me if my website is reachable from remote addresses. Local tests and scripts from my own machines are not enough because these tests are inconclusive (return false positives). Is there a service or programming trick I can use to routinely attempt to connect to my site where the ...

how to load an english-site image, if the spanish-site-image does not exist

I have a multiple language site. With html, javascript, may be ajax if an image does not exist in spanish folder, it should load image from the english folder. path example english site : images/home.jpg spanish site : es/images/home.jpg Today i have message.properties ... stuff for doing text conversion message.properties message_es....

What's the easiest way to build an appointment booking website?

My wife is starting a new business and wants me to create a website for her that will allow clients to book appointments. I could obviously go ahead and start building something from scratch, but given that this is a fairly standard problem, I would prefer to reuse an existing solution (preferably in Java, but there is some flexibility ...

The trick to design a webpage very fast

Hello, I'm under very hard pressure to complete designing of a basic company website. Are there any tips and tricks that will help me finish the job very quickly? I don't know if some people use any specific software to get it done very fast or maybe shortcut keys or different designing standards or maybe some css/html templates? I re...

How to make two web sites appear as one - What features are important?

I am about to write a tender. The solution might be a PHP based CMS. Later I might want to integrate an ASP.NET framework and make it look like one site. What features would make this relatively easy. Would OpenId and similar make a difference? In the PHP world Joomla is supposed to be more integrative than Druapal. What are the imp...

Does there exist a site which hosts collections of unit tests in various fields?

Does there exist a site which hosts collections of unit tests in various fields? specifically, instead of digging and extracting the packages that seem close to your subject of coding, I'd like to use it like shared code, see how it was tested. (and then also know how it should work) So is there one like that? doesn't matter which progr...

Corporate site search

Having a small, SEO-friendly corporate site behind a basic password protection scheme, I'd like to add a basic search facility by using one of the off-the-shelf solutions. (I don't mind Google, or Yahoo having the site's content, as long as it doesn't leak to the web). Google doesn't seem to support this, so I'd like to ask the SO commu...