website

How do I check if a page is bookmarked

Without resorting to using an ActiveX or some other kind of client side coding: Is it possible to determine if a visitor to a website arrived to a page via his bookmarks or the home page? Personally I think its impossible, but I would like to be sure or proven wrong. The way I am doing something like this at the moment is: Request.Ur...

How do you deploy a website to your webservers?

At my company we have a group of 8 web developers for our business web site (entirely written in PHP, but that shouldn't matter). Everyone in the group is working on different projects at the same time and whenever they're done with their task, they immediately deploy it (cause business is moving fast these days). Currently the develop...

How to Integrate ASP.Net Webforms website with an ASP.Net MVC web application?

How would I run both of them under one main website, say www.example.com, which is written and deployed using a Visual Studio ASP.Net MVC web application project, and where an ASP.Net Web Forms website, would run from a subdirectory of the main site, say www.example.com/myapp? ...

what is the advantage of having a users' logs records in a website?

what is the advantage of having a users' logs records in my website or forum, why I should know who sign in? and when? I am asking this question because I built a website and my supervisor he asked me let the the system record all members logs! ...

Q&A Website Design

What could be admin side features for Q&A Website like this one? ...

What is the best/cheapest PHP/MySQL domain hosting?

I know the answer to these questions may not be the same and a lot of it "depends," but basically I just want to start a site and I'm not planning for it to get a ton of traffic and I don't need a lot of space. I want a hosting service that is reliable and somewhere where I can play around a bit. Any ideas on where is the best place to...

How to safely allow embed content?

Hi guys. I run a website (sorta like a social network) that I wrote myself. I allow the members to send comments to each other. In the comment; i take the comment and then call this line before saving it in db.. $com = htmlentities($com); When I want to display it; I call this piece of code.. $com = html_entity_decode($com); This w...

website monitoring

I have a few websites on different servers, Is there anything quick and easy to setup, so those website will be monitored? I just need to know the website is accessible or not. ...

IE6 layout issue - absolute positioning

The following HTML looks as required in Firefox 2 & 3 and IE7. The Left button is on the left, the Right button is on the right, and the text in the middle is...in the middle! However on IE6 the Left button is misaligned - it appears center-aligned. Can anyone suggest why?? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN...

How do you archive an entire website for offline viewing?

We actually have burned static/archived copies of our asp.net websites for customers many times. We have used WebZip until now but we have had endless problems with crashes, downloaded pages not being re-linked correctly, etc. We basically need an application that crawls and downloads static copies of everything on our asp.net website ...

Web site projects vs Web Application - which is better?

I've just started using a cms (N2) which has a template basic implementation using a web site project template in vs2008. I've noticed that when compiling it it takes a lot longer than using a web application project which I am more use to. My questions are: Why does it seem to take a lot longer to compile? Which is better to use? Sho...

Entire website hijacked! How to prevent from being hijacked?

The technical solution can be found here: Entire website hijacked! Part 2: How to configure name-based virtual hosting? The original domain is http://neteditr.com The offending copycat site is http://kitchen.co.jp After reading upon some articles it seems like this kind of website hijacking is done by proxy servers, but how in the wo...

Can I change the warning settings for Web Sites in visual studio?

I can turn on warnings as errors and exclude certain warnings for all the projects in my solution except for a website (not web application). Is there anyway to turn on 'warnings as errors' as errors for websites and is there anyway to turn off certain errors for the whole website or sub folders? Update I'm using ASP.Net with C# ...

What's the best way to add colored-sytax code snippets to a web page?

Is there a web gadget or service or some open source solution for doing this? Or do people just hand-code this in the HTML? I need to add some Ruby and Python code to a web page. ...

Planning your WEB UI and Navigation

I know many on SO do not like subjective questions and I tend to be that way as well but am really curious about what others do when planning their websites' UI and navigation. I have been searching the web for useful flow charting/diagramming tools and did find a few but started thinking maybe other people have a better approach for th...

How do I resolve "Type or namespace could not be found" compilation error?

I'm concerned that the web hosting that I'm paying for is not configured correctly. ASP.NET Web Sites which compile and run correctly on my local machine don't work once they're deployed. The issue I'm dealing with is a compilation error: CS0246, "Type or namespace could not be found (Are you missing a 'using' directive or assembly ref...

How can I provide safety template for user to modify with python?

I am building a multi-user web application. Each user can have their own site under my application. I am considering how to allow user to modify template without security problem? I have evaluated some python template engine. For example, genshi, it is a pretty wonderful template engine, but however it might be dangerous to allow user to...

Any recommended websites for SQL puzzles?

Is there any website that contains SQL puzzles, tips/tricks etc? Any version of SQL (Oracle, MSSQL etc) will do. Just want to solve some general SQL puzzles and want to learn more about SQL. Thanks in advance! ...

Why are login fields mostly right-aligned?

Most popular web-sites that require you to log in, have the authentication form on the right side of the page. More or less. As a right-handed person, I find it rather intuitive to look at and convenient to work withthat I don't have to sprain my neck or move my mouse too much to select the username field (though of late, most pages d...

Looking for these specific website themes

I'm looking to skin my web app according to different themes. So I guess I'm looking for some CSS designs? It would be of great help if I could get any links to themes that resemble: Desert/sandstone/Middle East Green/environment/climate change Corporate Plain white background (Mac-ish look) Pastel/funky/marketing EDIT: I need the d...