website

Is there a point creating a site using XSLT

Is this technology still popular? I want to make a website which automatically transforms XSLT files. It should work like this: When a user accesses the site, a single handler would accept his request and then find a suitable XML for it (according to the URL requested) and transform it using its attached XSL file. I want to do this in ...

What is the quickest way from a concept to a site?

I've got a bunch of website ideas and I was wondering what is the quickest way to get from a pretty thorough concept definition (idea mind-maps, use-cases, architecture diagrams ) to a working website. The only point is to get to something that's functional, not worrying about performance. The idea is to get something out to showcase a f...

Is Java overkill for news websites?

A client of mine wants a news website designed in Java, and I told him that Java is overkill for that kind of website. I suggested to him that there are dozens of CMS that we can customize for him, as well as other programming languages that are better suited for websites but he insisted. Is Java overkill for news websites? ...

Getting webpage statistics in ASP.NET

Which free (preferably open source) component would you recommend to capture my website visitation statistics under ASP.NET? I have SqlServer available. I would prefer db at the back end vs file logging because it is reportable. ...

What is the best way to restrict access to a development website?

I have a site i am working on that i would like to display only to a few others for now. Is there anything wrong with setting up windows user names and using windows auth to prompt the user before getting into the development site? ...

how to add the namespace automatically on every new Page, Control added To a WebSite in VS2008?

how to add the namespace automatically on every new Page, Control added To a WebSite in VS2008? when i add a new page the code behind looks like this public partial class MyNewPage : System.Web.UI.Page { } i just want the page wrapped into a namespace as below: namespace Project.Web { public partial class MyNewPa...

zoom buttons in android's web browser

The web-site i'm working on is specially designed for Android. The user will not benefit from Android build-in zoom buttons. On the contrary they make a mess. How can i switch them off? ...

Best CMS for a corporate web presence?

I need a CMS for a corporate website. The corporation is a $200M company. We have a current site that's flash-based, but we'd like to replace it. It's not a very complex site at all, mostly brochure-like with press releases and management bios. I'd like a CMS that's fairly easy for a non-technical user, as our marketing department would...

How do I get my text to flow with this <img> instead of waiting till it's clear? [HTML]

I'm trying to get the text to float around the little image on my web-page, and I've tried everything I can think of. I would embed the html and css here, but I had trouble doing it, sorry. (I'll edit out the url when it's answered so I ain't using this as advertising.) [removed] ...

Flash Site Architecture - one swf vs many?

I'm about to start building a site entirely in flash (per the client's request), using AS3, and was wondering about best practices for doing so in terms of application architecture. The site isn't too large--think homepage, persistent nav, 8 subsections or so, each with their own content but similar design between subsections. In the pas...

What is the benefit to validating email address at registration?

After user registers, i send an email with a guid link which user clicks to validate the registration. So it confirms the email exists, but how does that help fight spammers? Cant bots 'click' same link back to the site and validate registration just the same? Its late, maybe im missing something. ...

Using Other Programmers Custom Controls

I am using Scott Mitchell's textBox Characters and Words counter control, i downloaded it from the website http://www.4guysfromrolla.com/ and unzipped it to my desktop. then in VWD Express 2008, i created a new tab in the Toolbox, i chose the *.dll from the unzipped folder, i used the control, all is fine (try it, i recommend it) but whe...

OpenID for a website - recommendation

I am running few websites for my clients (not connected at all), all of them with separate registration of users. I am thinking about implementing OpenID sign in module for those websites. I am looking for the recommendation - what kind of website - maybe even part of website (regular/irregular customers of e-shop, website comments autho...

Whats the best CMS/Website Starter kit for my project?

I need to build a company profile website, which will contain a gallery of images which this company designed before, and will contain the normal stuff, such as about us, contact us, menus for fast navigation, and also need to give this company a way to edit the site them selves, so which CMS/Website template you recommend for me? -Free ...

Detect web user's language, e.g. in JavaScript?

I'm thinking of doing multiple language versions of my website (e.g. English and German). I'd like to offer a reasonable default based on the user's language. What's the easiest and least obstrusive way to do that? EDIT: The ideal solution would be not to use any server-side technology, but to encode everything in the html-files. Curre...

Web accessibility and h1-h6 headings - must all content be under these tags?

At the top of many pages in our web application we have error messages and notifications, 'Save' and other buttons, and then our h1 tag with the content title. When making a web application accessible, is it ever acceptable to have content above the top-level structure tag like we do here? ...

IE 6/7 on Windows XP vs Windows Vista

Have you noticed substantial differences in website rendering on IE 6 or IE 7 when run on Windows XP versus when run on Windows Vista? ...

How to configure community server to make contact us page work?

I have a community server website, i have contact us page enabled in it, but for a reason i don't know its not working. But all notifications i receive on the same mail when some one send a comment on a post or forum. Any one can tell me whats the problem or how i can solve or configure? Thanks, ...

Opening the database connection once or on every databaseaction?

Im currently creating a webportal with ASP.NET which relies heavily on database usage. Basically, every (well almost every :P ) GET query from any user will result in a query to the database from the webserver. Now, I'm really new at this, and I'm very concerned about performance. Due to my lack of experience in this area, I don't reall...

Necessity for Interfaces, Injections in unique project

Why should I implement Interfaces and Dependency Injection on a site with almost no chance for reuse or upgrade by anyone else? ...