Is there any standards/guidelines/good practices for making websites with support of different content and UI? I'm interesting in articles/tutorials, that cover this topics.
E.g. there going to be website for multiple countries. And user should have possibility to select UI and content languages separately.
I assume that not all content will be…
I enter command apt-get install apache2 --fix-missing (under the root user) and this is what I receive:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common libapr1 libaprutil1…
I have a client who has been using WebOffice (from WebEx) for a variety of tasks within their small organization. The problem is that they only really need a small subset of the features WebOffice provides (Contact list, Database, and Document Storage).
They've asked me to develop a website focused on these three features…
We use ViewState to store data that is being edited by users. However, ViewState just go to large so we really want something that is faster than that.
We considered session, but it has to be manually collected when users travel among pages.
Does anybody has suggestions?
Thank you very much.
Hello!
I'm seeking for solution how to isolate widget included by partial to main site. Issue appear when user access site with https. Ie 6,7 shows security confirmation dialog (part of website resources are not in secure zone).
First of all I download twitter widget on our side, also I download all CSS and pictures. Then I…
I'm probably being a total noob here, but I'm still uncertain about what a CSRF (Cross-Site Request Forgery) attack is exactly. So lets look at three situations...
1) I have a POST form that I use to edit data on my site. I want this data to be edited only by users that are logged in.
2) I have a site, which can be used by…
I'm looking to implement a RESTful interface for a Django application. It is primarily a data-service application - the interface will be (at this point) read-only.
The question is which Django toolsets / frameworks make the most sense for this task.
I see Django-rest and Django-piston. There's also the option of…
Where can I set it? I need files to be encoded in UTF-8 by default... there is nothing in Tools - Options or any other menu as far as I know :(
P.S. I don't need to set default encoding for Project or so, I need it to be default for any files I create. Thanks for your help :)
I am facing a design problem, here is some basic requirement:
Aggregator
1. Separate service for blog,video,images and associations.
2. Each of the service should be completely separate, that means they run on separate tomcat.
3. And each aggregator must be able to query local database and other aggregators
4.…
i saw that in asp.net .asmx file, we create webservices
[webmethod]
//method definition here
now for soap webservice
[webmethod]
[SoapHeader(some parameters here)]
//method defination here
my question is what's the difference between both webservices type and how to choose which service type to choose
Ajax seems to give a better user experience, but I'm not so sure if I take the right steps to protect and secure my application.
Is there a checklist of things I must pay attention to?
I have a client who wants their wordpress and google apps user accounts accessible using SSO, ie if they log in on one app domain google.client.com they will be logged into wordpress.client.com too without extra steps.
The same LDAP directory will be used to do backend authentication for both systems. Is it…
I'm posting this on behalf of a co-worker.
He gets a "The request was aborted: Could not create SSL/TLS secure channel" error while using a WebRequest object to make an HTTPS request. Th funny thing is that this only happens after a while, and is temporarily fixed when the application is restarted, which…
I have no problem executing a cgi file under the normal url like this:
http://www.myhost.com/mydir/cgi-bin/test.cgi
However when I tried to embedd it into HTML file (called index.html) like this:
<HTML>
<BODY>
<P>Here's the output from my program:
<FORM…
Hi
I'm trying to develop a site for mobile phones.
At the moment it seems to work on iphone and android htc desire and an n95.
When I try it on an LG renoir instead of the page fitting the width of the screen
the page displays at least twice as wide as it should meaning you can…
I'm working on a website for searching for businesses, then displaying a listing page. We've been toying with the idea of letting the clients manage their listing page using an external CMS. I'm not sure how often this is done, or if it's even best practice. Ideally, we want to be…
We are moving over to using Akamai for all of our large static content so far just flash but are planning to include images, css, and js files in that list.
I am curious what methods others employ to switch all of their local/relative paths to using an external hosting company. …
Hi!
In our SaaSy webapp we need to collect Google Analytics-like data (like, what pages were visited, how many 404s where there, etc.). I wonder if there are any best practices on what pieces of information should be collected (like, IP, User Agent, etc.) and how should these…
I don't understand how comes webserver and trackers like Google Analytics are able to track referrals.
Is it part of HTTP?
Is it some (un)specified behavior of the browsers?
Apparently everytime you click on a link on a webpage, the original webpage is passed along the…
I am running a test rig with IIS6 serving an ASP.NET (and Sharepoint) web site. We have several clients, and so we have custom root Web.config files for each client.
For this test rig, I want to just serve straight from the Trunk of our source control. However, I'd…
I have a system where employees can upload files. There are three ways
Upload to my account in public, private or protected mode
Upload to department account in public, private or protected mode
Upload to organization account in public, private or protected mode
where…
I have a group of writers around the world all trying to work on one story. I want them to be able to work with each other like they would on google documents, but from within our application. Specifically, being able to see who else is working on the document and…