|
How do you approach blocking bad websites such as malicious websites, porn and etc in ISP Level.
Started by Ainab on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Sounds tricky:
How do you.
Can setup an account (free), and then you can go through a very simple process to block websites the list of websites every day so it's automatic for you and your users.
|
|
Which websites are visited daily by .net platform developers?
Started by Avinash on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Questions/333701/which-are-the-must-visit-daily-websites-for-programmers
please stop asking repeated.
|
|
I was just wondering if someone has a list of websites and what they are built with. I think myspace is built with asp.net... facebook is build with php... etc.
List of websites and what they use as their development platform?
Answer Snippets (Read the full thread at stackoverflow):
You can write amazing websites in perl, php, .net, or classic asp if you want.
Really doesn't matter.
|
Ask your Facebook Friends
|
Hi, I'm new to world of .NET programming and I want to know about websites that have articles, tips and other useful information about .NET and Microsoft technologies. The websites I currently visit are:
MSDN StackOverflow WindowsClient.NET TheServerSide...
Started by Ekkapop on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Good blogs about C#/.Net:
Jon Skeet: http://msmvps.com/blogs/jon_skeet/default.aspx Eric Lippert: http://blogs.msdn.com/ericlippert/default.aspx I suggest you try and read ScottGu's blog as often as possible to keep yourself updated in the .Net world... .
|
|
Running a IIS6 server on Windows 2003. All the websites use ASP.NET
I have a number of websites all running separate HTTP websites:
www.domain1.com www.domain2.com www.domain3.com
I have a separate HTTPS website
www.secure.com
These websites are all running...
Started by docflabby on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
This is because the SSL handshake happens before header....
I don't actually know how to do this in IIS (or even if it is possible), but I thought I should note that you are going to need separate IP addresses for each of your domains if this is going to work .
|
|
What are some good websites for learning HTML?
Started by Dilse Naaz on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
In my opinion :
http://www.w3schools.com/htmL/
Beginners
http://www.quackit.com/html/tutorial/
http://www.tizag.com/htmlT/
http://www.html.net/tutorials/html/
Advanced
http://www.advancedhtml.co.uk/advancedhtml.htm
http://www.pageresource.com/html/index....
|
|
I am only interested in freeware.
What websites should I be browsing to find great software for free?
Started by joe on
, 34 posts
by 34 people.
Answer Snippets (Read the full thread at superuser):
My favorites are Filehippo.com, Fileforum.com, Snapfiles.com and Softpedia....
There are plenty of them.
Download.com has a nice Freeware section - fast servers and well polished .
Free and open source software.
SourceForge is the first that comes to mind.
|
|
Do you need a Mac to work on websites originally built with Iweb?
Started by oo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Note that....
Technically? No, you don't, the code exists there for you to edit .
If you want to keep the same interface, yes; I could be wrong here, but it does output HTML, so you can just edit the HTML in any editor .
Depends on how you want to edit it.
|
|
What are the best free of charge books, tutorials, websites for Java?
Started by alsadk on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
He has older editions of Thinking in Java , Thinking in Enterprise Java and various books about Object ... .
You can check out Bruce Eckel's books that are freely available online .
Sun itself probably has the most comprehensive list of tutorials on Java .
|
|
Is is better to host two different websites on one tomcat instance?
OR
One tomcat instance for each website?
Answer Snippets (Read the full thread at serverfault):
Handle....
Two tomcat instances would be a memory pig and no performance advantages .
It depends how loaded are the sites, and if the need special configuration and loaded modules, but it usually easier to maintain a single instance .
Same instant is fine.
|