website

What's quicker: serving a static HTML file from the filesystem or from MemCache?

What's quicker: serving a static HTML file from the filesystem or from MemCache? Also, is there scaling and/or other concerns I should be aware of? ...

DotNetNuke 5 - Are there any best practices for migrating existing aspx-based website into DotNetNuke

Hello, our website resides on iis-server and is completely written with Expression Web using templates and pure html-pages based on those templates. There's also some slight functionality built using c# in code behind. Now i've been looking into DotNetNuke 5 as an alternative, so that our content editors (no tech bg) wouldn't have such...

Git workflow for web development

I have been playing around with git on my local machine and everything makes sense until it comes to a remote and multiple developers I start getting confused. My goal is to have a "semi public" dev site/s that a group of 4 people can work on and push changes to the live site as they are ready. We need the dev site/s to be on the public...

Are there any website comments systems available (like phpbb for forums)?

I'm looking to add comments to my website. I've seen some great frameworks for forums (like phpbb) and for blogs (like wordpress). Is there anything like this for comment systems? ...

Brazilian portuguese website to support russian, mandarin and japanese

Hi there. We have a website in brazilian portuguese developed using Coldfusion (for the user interface), Hibernate (for the business logic) and Oracle database. If we consider to support russian, mandarin and japanese languages what concerns do we must have? Thanks in advance. ...

Finding out your website visitor IP address in Java

Hi, Is there simple and reliable way to detect your website visitor IP address using Java. I am trying to make use of Akismet to detect spam on my blog post/comment. The API require me to specify the IP address of the commenter. Thanks =) ...

Is it safe to share md5(cookie, some_string) with a third party service?

Hi, I need my users to authenticate against a third party service with the same cookie the use with my website. Is it safe to share the md5(cookie, service_name) with the service, where service_name is a constant string that all the users will use. To authenticate against the service a js function will do the md5 of the cookie on the ...

Should Django be used for large, complex sites?

I've recently used Django for a very small CMS-style website. I was so impressed with how quick and easy it was to develop a Django project, that I'm now considering using it for a significantly larger project. However, before I get excited about the idea, I just wanted to run it by someone who actually has developed a very large Django...

Grab PDF file from website?

I maintain a website showing my university group's publications. I have written a quick and dirty Ruby script to parse a CSV file containing this data (which I grab manually from ISI Web of Science website), and present it in a nice format in HTML. There is no direct link to a PDF file in the CSV file. Instead, there is information whi...

What are the Legal / Allowed characters for web server file names on?

What characters are allowed in filenames for HTML files on ALL servers (*nix, Windows, etc.) ? I'm looking for the "lowest common denominator" that will work on all servers. USE: I'm naming a file to be served up publicly (Mysite.com/My-Page.htm) E.g., space? _ - , etc. E.g., can I have File-Name.htm, File_Name.htm File Name.htm...

Does this registration process seem simple enough?

Building a website that has English & Japanese speaking users, with the Japanese users being actual paying customers (they're businesses looking to promote their presence). Their registration process is a tad different than the English users. Here's what I had in mind, tell me if there are any glaring mistakes I should avoid: User -> H...

Contents of ASp.net website documentation

I have already developed a website and deployed it.Now i need to document it . Please provide an example for the documentation. Also provide, contents needs to added in the document? Thanks in advance! ...

Q & A site similar to stackoverflow in PHP

I am developing a Q & A Site for my students. I find stackoverflow an amazing example and would like to have something similar(if not this feature rich) for my course. I am a sytem programmer not much familiar with web-application development. How do I begin. Database scheme, features, AJAXness etc. Can I get some existing codebase I ca...

Web site HIPAA compliance

Ok I got the concept of HIPAA. Thanks to all those who participated. But anybody has real experience on how to setup the website and programming. I am trying to implement this with .NET. Is SSL Certificate enough to ensure the privacy of the information. This is the thing I am going to have webforms that are going to submit this info to...

Building Website With Video Upload Feature - Possible Implementations?!

Hello! Currently I have a static html/css website that I want to build a backend onto in order to upload high quality videos to the site. I'm not entirely sure how I might go about doing this.......suggestions for implementations, language to use etc. would be greatly appreciated. I have no constraints aside from of course, spending mil...

Is there a site where I can post snippets of code for review?

I'd seen someone post a link to such a site on SO , but I forgot what it was... ...

Navigation error in ASP.net website

I have developed a website using visual studio 2008. Which uses active index to navigate from one page to the next page. It will increment the index when the user clicks the next button. According to the incremented value , next pages has been navigated There is a drop down in the first page with values (A,B,C,D) Normally, Website n...

ActiveIndex error - suggessions needed

I have a activeindex naviagtion error, while i navigate pages using the next button. This issue is happening, when user goes to the last page again come to the front using back button and go the last page using “next “button. (Multiple iterations causing this issue) Website is acting strange. It gives following flow.. Page1-->page2-->...

IE6 website display problem (background or padding issue?)

I'm trying to get a website to display properly in IE6 and IE7. Here is a screenshot of how it looks in IE6. IE8, Safari, Firefox, etc. all display this site correctly. Could someone give me a hint as to what is causing the distortion in IE6? If you want to take a look at the page source, the site is: www.devaswami.com Get the CSS ...

Teaching a layperson to write a website

Background. An intelligent marine ecologist student would like help with her University-hosted project website. Proposed Solution. I installed an open source website authoring tool (Amaya) on her Windows-based laptop and began to teach her to craft websites. Result. Amaya is too complicated, too buggy. CSS and HTML are too complicated ...