|
I want to analyze examples of poorly designed web sites and well-designed web sites.
Specifically, I want to look for and document ideas that I should and should not use in my own web site.
Additionally, I need to understand the following:
A discussion...
Started by Kombucha on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't think source....
Although this may not specifically answer your question, it's a worthwhile resource when it comes to website usability .
No discussion of website usability is complete without a reference to Steve Krug's book Don't Make me Think .
|
|
What is iPhone's browser tag and how iPhone optimized web site is different from a usual mobile web site?
Thanks!
Started by sergeb on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You find it here
This is the specific code you asked for (taken from that article):
<!--#if expr="(${HTTP_USER_AGENT} = /iPhone/)"--> <!-- place iPhone code in here --> <!... .
Nettuts has a great introduction to web-developement for iPhone.
|
|
Possible Duplicate:
ASP.NET: Web Site or Web Application?
Can anybody explain me the difference between Web Site and Web Application in .NET?
Started by Justin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The normal project has to be inferred....
A Web Site is simply a folder .
The Web Site project type first appeared in VS 2005 as a replacement of Web Applications.
To be compiled into a single dll, normally placed in the /bin folder .
|
Ask your Facebook Friends
|
Possible Duplicate:
What should a developer know before building a public web site?
What are the do's and don't for making your web site more secure.
Started by S M Kamran on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Don't trust HTTP.
A public web site?
Don't trust data coming from the user (or the user's browser).
|
|
Do you know where a can find a web site template for a web site that would look like Office 2007. I am looking for the right colors, hover, etc.
Started by tom greene on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Perhaps....
If you're just looking for a CSS template, I have no idea .
If you want a JS framework, that one might be what you want, or you could skin it .
Not exactly, but close.
Not exactly what you mean, but I always though Extjs looked sort of like Office .
|
|
In VS2008 what is the difference between Web Site and Web Application? And are there advantages to using either one?
Started by Brad on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
There are some projects....
Web Site Projects use a just in time compilation approach which would dynamically compiles and cons:
Web Site project's source are dynamic, you don't necessary need to go thru your development.
It works.
|
|
I have a Web Site in IIS 6.0 that hosts several virtual directories. Some of the virtual directories in the Web Site need to be served out to the internet, so there is a public DNS entry for the Web Site as a whole. Other virutal directories should not...
Started by Andy White on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Addresses or subnets, then you can do this on any level of the web site - even a page if you want.
|
|
How do I set the icon that appears on the iPhone for the web sites I create?
Started by Zack Peterson on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Follow....
These links, represented by an icon, are called web clips .
The user can add a web application or webpage link to the Home screen .
From the Apple Developer Connection Safari Web Content Guide for iPhone page Specifying a Webpage Icon for Web Clip .. .
|
|
Why php is more preferred by the developer for flash web site than asp.net
Started by amexn on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I am quite sure this is quite subjective, but here are a couple of ideas :
PHP is free (cost no money) PHP is free (open source) -- that matters to some people (matters to me) From what I've heard, there are great libraries to facilitate communication... .
|
|
Which is the best Data Modeling and Web Site Wireframe tool for web application
Started by amexn on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The nice thing about this product is that it's intentionally unstyled, which forces you to focus on moving forward with... .
Balsamiq Mockups is very nice, and has a free web based version (it nags you every once in a while, asking if you'd like to purchase) .
|