website

Javascript make the web broswer srcoll to the top?

What is the Javascript to scroll to the top when a button/link/etc. . . clicked? ...

What is your preferred site for code snippets

Do you use any public websites for code-snippets? If so, can you let me know which ones you would recommend? Clarification I'm not looking for anything specific to a particular language, as suggested below - I work with a few different languages so I need something fairly general. I've just found www.snippler.com that seems like a good...

Find coordinates of every link in a page

In Javascript: How does one find the coordinates (x, y, height, width) of every link in a webpage? ...

Looking for ways to automate web site testing

We develop custom survey web sites and I am looking for a way to automate the pattern testing of these sites. Surveys often contain many complex rules and branches which are triggered on how items are responded too. All surveys are rigorously tested before being released to clients. This testing results in a lot of manual work. I wou...

Combined SVN FTP system?

Are there any systems out there where one can check in changes for a website and have that automatically update the website. The website effetively runs off the latest stable build the whole time without the need to ftp the files to the server. ...

The best way to make a new site known?

You have a cool new idea on a revolutionary new internet site (e.g. one that makes ebay look obsolete or something that might make you surpass google). However how would you start to make it known in the net as the best idea is worthless as long as nobody knows it and uses it. What's your recommendation? Online Ads? Spaming blogs? But i...

How do you set up an API key system for your website?

Let say that I have a website with some information that could be access externally. Those information need to be only change byt the respected client. Example: Google Analytic or WordPress API key. How can I create a system that work like that (no matter the programming language)? ...

What is your favorite non-free Content Management System?

I say "non-free" because I'd like to see what CMS tools are out there beyond the normal Drupal, Joomla or Wordpress debate. Just your favorite! ...

What's the best linux distribution for ruby on rails development and hosting ?

I would like to know if there is a particular distribution that's more suited (has more utilities) for development and deployment of websites created using ruby on rails and javascript Thanks ...

Is Amazon S3 ready for prime time?

My company runs a site where we allow users to upload files. I'm worried about scaling as the traffic and client volume increases. I don't believe that we'll have an all-at-once traffic hit, but it will gradually increase over time. But over time it may get rather large, and not something I want to manage. If anyone has experience wi...

How do I limit the number of simultaneous downloads in Asp.net and/or IIS?

I have a website with a lot of large files. However, I want don't want users to start downloading like 10 files at a time. I noticed there are website out there where they only allow 2 simultaneous downloads. My website is programmed using ASP.net running on IIS. Does anyone know how I can limit simultaneous downloads? ...

How to build a website with a backend

My friend and I are planning to build a website that draws from a database back-end (PostGres, MySQL, etc). What would be an easy, non-Microsoft way to make an easily extendable, interactive website? It's not that we have anything against Microsoft; it's just that the web servers we could use only has Linux on them. Thanks in advance! ...

Licensing Websites - How does it work?

I've been looking at several sites that offer a form of "linkware" license where you get the website for free but need to keep all links to the developers site in place. Purchasing a license key and adding it to the site (either in a database or some form of config file) removes these links. I was wondering if anyone has had any experie...

Is it possible to tell if a user has viewed a portion of the page?

As the title says on a website is it possible to tell if a user has viewed a portion of the page? ...

Information on how to use margins

I need some info on how to use margins and how exactly "padding" works: For example: should I put a line to occupate the whole width of the page (no matter what resolution is used to display the web page) letting just a small border on each side, how could I put this? Thank you! ...

XML based website - how to create?

I would like to create an xml based website. I want to use xml files as datasources since it is a kind of online directory site. Can someone please give me a starting point? Are there any good online resources that I can refer to? I am pretty confortable with ASP and Javascript. Thank you in advance. Best regards, Aravind ...

What's the best way of spell checking an entire web site in one go?

Preferably server-side (Linux) or client-side (Windows) tools rather than web-based tools. Although, come to think of it, web tools would be interesting too. And there must be an easy mechanism of adding domain-specific terminology. ...

Adding video to a site

In your opinion, what are the best options for adding video to a website assuming it would be rendered as FLV. What are the key considerations? Would you use a 3rd party service (youtube.com, vimeo.com, etc.) or host yourself? Why? If you used a service, which one? If you hosted yourself is it as simple as using an existing embeddabl...

How do you turn a dynamic site into a static site that can be demo'd from a CD?

I need to find a way to crawl one of our company's web applications and create a static site from it that can be burned to a cd and used by traveling sales people to demo the web site. The back end data store is spread across many, many systems so simply running the site on a VM on the sale person's laptop won't work. And they won't have...

Login module for Website

What are the community's recommendations for an user login and management module for a custom-designed Website? The requirements: E-mail address + security-checked password Mechanism of recovering lost password Database of usernames, managed by privileged users ("administrators") Another data item is retained per user (such as...