website

A script to get files from the net

Hi guys , I own a website and I wonder if there is a script that get files for me from other links on the net a load it to my server I will explain more I found a file with a size of 400 mb i want to host it on my server the normal way i used is to download the file to my pc then upload it to my server but is there a script or a way ...

Using master pages with multiple entities

I'm beginning to plan a complete redesign of our departments intranet pages. As it stands, every department gets their own folder within root. They all share the same look and feel but don't use CSS everything in each file is straight up static text. Basically, if a change has to be made to the header, every file must get changed. The nu...

How to gracefully restart django running fcgi behind nginx?

I'm running a django instance behind nginx connected using fcgi (by using the manage.py runfcgi command). Since the code is loaded into memory I can't reload new code without killing and restarting the django fcgi processes, thus interrupting the live website. The restarting itself is very fast. But by killing the fcgi processes first so...

How do you structure an infinitely scalable form using Javascript?

I have a product registration form that allows the user to add additional product fields by clicking "add product". When the user clicks add product, Javascript creates new product field in an existing div. I currently allow up to 10 products to be added on the form, so I setup a div structure like this: <div id="product1"></div> <div ...

Best website performance monitor?

I'd thinking about using an external web site performance tool to monitor the load time of our site through time. I found webmetrics.com. Seems pretty ok with email reports etc. Any other suggestions? I'm looking for biggest value / $ :) ...

How can I copy files with ASP.Net using Vista and IIS7?

I have a button on a website that creates a directory and copys a file. I developed it using Visual Studio 2008, ASP.Net 3.5. I am running Vista as my OS. The website uses identiy impersonation. The functionality doesn't work ("Access to Path XYZ is denied") when: I run the website via IE hitting the local webserver The functiona...

How to organize assets of a website?

I am curious as to whether or not anyone knows of a good reference/best practice on how to organize a website's assets. I have always had a folder for CSS/scripts/images and just dumped everything in there, but this gets out of hand as the site grows. On the other end of the spectrum I have heard of people creating a css/scripts/imag...

Best solution for turning a website into a pdf

The company I work for we have a CBT system we have developed. We have to go through and create books out of the content that is in our system, I have developed a program that goes through and downloads all of the content out of our system and creates a offline version of the different training modules. I created a program that creates ...

E-commerce Site

I have to build an e-commerce website, so I wondered how I would go about this? Are there any plugins like Paypal or something that will make the transactions a bit easier? ...

IE's Default CSS Values

I have a web application that I'm working on for work and its not very Firefox friendly (design was made 2 years before I started with the company). There are some CSS issues that I am having problems with and I can't use a CSS Reset because the page design is pretty much set in stone and it would cause more work then I need right now. ...

How to notify search engines that my site is down for some time?

My site will be down for next few days. Is there any way to so that search engines knows about this and don't do any -ve action towards reputation and pagerank of website. ...

How to protect/monitor your site from crawling by malicious user

Situation: Site with content protected by username/password (not all controlled since they can be trial/test users) a normal search engine can't get at it because of username/password restrictions a malicious user can still login and pass the session cookie to a "wget -r" or something else. The question would be what is the best solu...

Using Windows Live Writer as a web site content editor.

What are your thoughts on using Windows Live Writer communicating with your website as the content editing system? Windows Live Writer supports multiple category blogs (i.e. can be news, articles, and blogs), multiple category pages, tagging, XHTML WYSIWYG editing, image and file uploading via services or ftp, and the client has a "Inse...

Updates to website for Christmas?

I'm doing some research to redesign our website. What sort of updates are expected from a high-end site for the Christmas season? Please write what is expected and possible steps to get there. Currently I have listed: Code? -- Site Snow Effects, Snowball effects, Christmas-branded Add-ons?, Flash 'Toys'. Graphics? -- Theme?, Banners,...

How to prevent deep linking to files on my website

I own a website which contain a lot of freeware stuff to download on it. The problem I'm facing is that people from around the world are taking the direct links of the files (for example .zip files) and posting them on their websites and general forums. I am getting a huge amount of bandwidth and that's ok, but the number of pages visi...

What's the best solution to create a 'streaming video website"?

We are considering developing a streaming video website, like Youtube. What are the technologies available, and how to leverage them? I know that clients like Adobe Flash Player, Silverlight etc can be used to play the streamed movie, but my concern is more or less regarding the server architecture, encoding etc. Please help. Right now...

What PHP coding in a website allows the user get to the next page and make changes?

I think I have to enter a function in the blank space, but I'm not sure because I am a beginner: =\" .php\">Add Or Delete Product In Your System I don't know what should be written in the blank space,after the (=\") so that the user will be brought to the next page and will be able to change the settings. I know I have to make it ...

Development and production environment in PHP

I would like to setup two environments for my new website written in PHP. One - to develop new versions and test them. And second production where my actual stable version of website will be available. Website in PHP will consist of many PHP and other files (JS, images, and so on). So I think how to prepare this environment in best way ...

How do I connect a database to a website so that the user can access the database and make changes to it?

I am trying to make a website that allows the user to make changes to their individual mysql database. The website is written in PHP. How do I connect one of the web pages to a database? Any advice would be appreciated. ...

How do I connect to my mysql databases, which I used heidsql to make, from a website?

I am using heidisql to create my mysql databases. How do i connect to those databases from the website I'm using. I need to be able to change the databases from the website. I am writing the website in php and writing the program that interacts with the databases in python. Can anyone help me? Thanks ...