website

What does the 'Validating Web Site' step do when building an ASP.Net website?

It's taking some time to do every time I debug my application. Is it something I can speed-up or skip? ...

Resource for developing a website

Hi, Can anyone recommend resources to learn how to develop websites, as opposed to web applications? I am looking to develop a website for a consulting company to be precise. I would be more interested in best practices for creating the layout of a website (user appeal, eye candy, not an eye sore) Thanks -M ...

What best practices and conventions are there when designing and implementing a website?

I'll soon be working on a personal website that will include static and dynamic content (starting with static content, with dynamic content added over time using both custom-written components as well as open-source solutions), however I'm fairly new to web design and development, so any advice on things such as directory structure, file...

Linux administration stackoverflow-like websites

Are there any Linux administaration related peer-run websites out there where people could ask questions in stackoverflow fashion? Yes, I am aware that it's not really a programming question, however I guess it would be handy to know where to go with such non-programming, but closely-related stuff. ...

Running a Silverlight Website

When using silverlight in a browser is there anyway to switch xaml pages? I'm also wondering how to go about using my encryption class I've wrote in c# to validate users in silverlight. Any help would be much appreciate! ...

Making an existing site mobile friendly

So I am planning to make an existing website mobile friendly. The good part is that it is entirely text based with a few images which can likely be omitted from the mobile version of the site. The bad part is that it is a VERY complex site with a ton of pages (and each page can vary based on the data and the user accessing the site) A l...

Website security tips

Possible Duplicates: What are the security concerns I need to consider while coding? What should a developer know before building a public web site? If you're not able to or just plain aren't going to use SSL then you should: Not be transmitting sensitive information. Using SSL does not make your website totally secure (man-...

Backlink-reporting website crawler?

What tools are there out there to crawl a website and report, for each page, a list of pages within the website that link to it? ...

Downloading the contents of a web directory?

If I have example.com/dir and dir is basically a folder in the example.com server then how can I download the conteents of the folder to my hard drive? ...

Controlling access to a website with IIS/Active Directory

I need to secure a legacy help site on our network that points out to the world. Ideally, I want to have people authenticate with their active directory logins, because everybody in the company is already there, and they already know that stuff. Ideally, I'd need to set the default domain so people don't have to type that. I have an e...

How can I see how much bandwidth my website uses?

I'm looking for a Firefox addon which will track how much bandwidth a page is using. This could be a regular HTML page or GMail with the chat feature using Javascript. Is there anything that will help me optimize my page like this? ...

C# Login to Website via program

I'm relatively new to using C#, and have an application that reads parts of the source code on a website. That all works; but the problem is that the page in question requires the user to be logged in to access this source code. What my program needs a way to initially log the user into the website- after that is done, I'll be able to ac...

Automated website folder backup system needed? Any recommendations?

Hi guys is there any backup software that can take periodic backups of online website folders and store them offline on a local system. Need something robust and would be nice if theres something free that can do the job :) Thanks for the links - I have ftp access and its my website and its a bit of a documents sharing website with us...

JavaScript code to Class Diagram

Hi, I am looking for a tool that can generate class diagram from JavaScript code. Similar to the ones for C++ and Java. Is there any? Thanks ...

What is the aspnet_client folder in my ASP.NET website?

I inherited a website and see that folder in the web root. I'm trying to clean out the old crap, and wondering if I can delete it. What is this folder used by? Is it auto generated? Is it a cache? What creates it? ...

Recurring Payments

Hello I am implementing paypal website standard method. using this method i want to implement installments. Installments means that the buyer will have to pay the money. He cannot cancel this subscription unless he has paid all the installments. Can any buddy help? regards Qasim Ali ...

Should I put .htm at the end of my urls?

The tutorials I'm reading say to do that, but none of the websites I use do it. Why not? ...

How do I setup IIS with a cookieless domain to improve performance?

I was reading in google's documentation their new pagespeed plugin, that they recommend using cookieless domains to improve performance: Static content, such as images, JS and CSS files, don't need to be accompanied by cookies, as there is no user interaction with these resources. You can decrease request latency by serving static re...

webpages slow on iphone and blackberry

One guy mention how sites with 'crap' run slow on iphones and blackberries. What is the 'crap' he is talking about? what makes it slow? There was a severe pause on his phone when he showed me an example site. ...

Why won't my web browser reflect changes I made on the server?

This is as simple as it gets. My school provides us with a personal storage that can be used for a webpage. Its the standard http://www.example.com/~studentname type deal. Previously, I would make changes to an index.html file and upload in using the 'Secure File Transfer Client' to my public_html folder. I'd hit refresh, and bingo. I u...