website

Does anyone know of a decent free online bug tracker for web development purposes?

Does anyone know of a decent FREE online bug tracker for web development purposes? ...

Django - Website Home Page

I've been having a look at Django and, from what I've seen, it's pretty darn fantastic. I'm a little confused, however, how I go about implementing a "home page" for my website? Would it be a separate app, or just a view within the project, or what? ...

Setting up a new website with Liferay Portal - basic steps?

I know this is not specifically a programming question, but programmers will often have to do this work. How do I create a website with Liferay portal - the docs are pretty light on this fundamental issue and are all for version 4.4. I am using version 5.2 and the docs don't seem to be relevant. Do you know what the basic steps are. So...

How to programmatically log in to a website to screenscape?

I need some information from a website that's not mine, in order to get this information I need to login to the website to gather the information, this happens through a HTML form. How can I do this authenticated screenscaping in C#? Extra information: Cookie based authentication. POST action needed. ...

using web site to develop or using web application in ASP.Net?

Hello everyone, I want to learn the pros and cons of using Web Site project type or using ASP.Net Web Application Project type? My web application is using ASP.Net 2.0 or later, and the web application just shows UI, call some other database store procedure and some other WCF Web Services. thanks in advance, George ...

How to develop a complex website ?

I'm wondering how to approach in order to develop a complex website, would you start with a CMS and then customize it to your needs or will it be better to build it from scratch. Say for example if you wish to develop a site similar to stackoverflow, will you prefer to use a CMS or develop from ground up, with least time and effort. ...

How do you illustrate web site navigation?

Hi everyone! I want to know if there is a "standard" way to illustrate a web site navigation (mostly "common" websites, not big web applications). Can I use UML for that? I'm looking to make a diagram of the navigation and not a "working prototype" (like you can do with balsamiq or others) Thanks! ...

Is it possible to reference a VS2005 website project from another project in the same solution?

I'd like to add nunit testing to a VS2005 C# ASP.NET website project - so that I can excercise methods in the App_Code directory. It's recommended that the tests are added as a seperate assembly so that the testing code does not get delivered with the website - in this lies my question: When I add a new project into the solution which h...

Is there a website devoted to projects or enhancements for free software?

What I'm referring to is a site that works similarly to e-lance, rentacoder, etc, but is specifically aimed at free software projects. Programmers are paid to implement a feature request, fix an error or build an application from scratch, and all code is licensed under the GPL. It might also include collaborative/team features such as ...

Want to add Localisation in my website - multilingual website

Hi friends, I have created a website, i want to add localisation for this website - multilingual website. I have created this using PHP, javascript and ajax. I had tried for google language translator API. Is there any other way to do this. Could you please suggest me how to implement this in my website. ...

What would this be classed as, Search, login or something different?

I have been asked by a client something I have never really come across before and wondered if anyone could classify it for me, so that I can work out how to design it. Basically they would like a box in which the user types in a code, the first part of this code will determine which page they are then sent to. This page will not have ...

How to create MSDN like links in Sandcastle documentation website?

I've generated a website documentation of my project with Sandcastle. This website uses frames so when I click though sites my URL in browser does not change. I would like to have URL changed in browser when I browse through website documentation generated with Sandcastle. Why? Because I would like to link to concrete subpages of docume...

Search website page content in VB.NET - 3rd party tools? Code Examples?

I am hoping to implement search in my asp.net website. I have been searching the web, but I am not sure which way to go. Here is what I am looking for: ability to search the text in static pages on my site exclude pages or folders that I don't want to search code must be in vb.net or c# must be something I can quickly implement .net 2....

How do I Programatically add a Web Site (C#) to IIS 6.0?

Hello everyone, We have a web application that until now installed under the "Default Web Site" in IIS. A customer now wants us to install it under a different web site, and we want to do that from the installer. My question is in 2 parts: A) How do I programatically add another web site alongside the 'default web site'? B) We are using...

Visual Studio: How to make Cassini listen on ::1?

Visual Studio's internal development web-server only listens for connections from the local computer. Unfortunatly, the web-server only binds to the IPv4 loopback address: 127.0.0.1 On machines with IPv6 enabled (i.e. Windows Vista, Window 7), it does not bind to the IPv6 loopback address: ::1 When you push play in Visual Studio, ...

VS automagically adding some undesired references to a WebSite project

We are facing a very weird situation using Visual Studio 2005: There is a Web Site project we do have, and VS when compiling the project automagically adds some undesired references, like 'System.Data.Oracle' (we don't use Oracle at all, and never did) and things from asp.net 3.5 (the project is 2.0, we don't use in it anything related ...

Is there any good php5 OOP tutorial site?

Is there any good php5 OOP tutorial site? I Googled for a while ,and found that there are all of PHP4 OOP site everywhere. ...

User authentication in HTML, with no PHP, ASP or JSP

Can I create user accounts automatically using HTML, VBScript or JavaScript? By 'account' I mean being able to limit access to pages to authorised users only. ...

Websites & Web Applications Using Erlang

I was wondering if people could post some examples of interesting websites and web apps that were built with Erlang? I can start with a few Erlang based sites: twitterfall.com - Waterfall of Tweets vimagi.com - Cooperative painting. twoorl.com - Twitter clone. dayfindr.com - Collaborative meeting scheduling. beerriot.com - Beer enthus...

How to implement copy protection in website product?

My company has a website product (ASP.NET) which is sold to customers. It means we don't host the website. They install it on their server and run it in the intranet. I need to implement some sort of copy protection mechanism so that not everyone ends up installing the website. It has following aspects: It has to be completely softwar...