Say my web site is based on GPL code.
AFAIK providing a service to users through a web site - even a paid service - does not violate the GPL. This is because GPL is about distribution and I haven't delivered any code. I'm providing a service and may charge for it.
However, suppose I provide an API to my web site and charge money for us...
Just as the subject asks. Thanks!
EDIT 1
Maybe it's possible sometime while the request is being processed to store a reference to the parent page in the user control?
...
Ok I need to do this. I need to have button on master page.
Once that button is clicked I generate string that represents URL.
test.apx is content page I use and the string will look like something like this:
Example: "www.blah.com/test.aspx?user=blax&develop=extreme_all"
Now all I need is to reload the page while content is redirecte...
I am currently using XAMPP to test and Run my website on my Laptop.
Is there any (Good,Production Grade,Free,AMP based) server software?
Or Can I manually fix the security holes in XAMPP (like no password for 'root') to bring it up to production level?
Platform : Windows
Technologies: Apache, MySQL, PHP
Requirements: Hosting on Own se...
Can you recommend any good blogs and sites for Managers and Project Managers, obviously oriented to software development.
I started reading Rands in Repose a while ago, and really liked it, even got his book on Amazon. I also read Joel too, and own one of his "Joel on Software" books.
kkaploon made me notice I forgot to mention Jeff's ...
Possible Duplicate:
ASP.NET: Web Site or Web Application?
Please excuse me if this is a silly question. I've tried searching for answers elsewhere, but without much luck :(
In laymans terms, what's the difference between a web-application and a web-site in Visual Studio? Is one better than the other, or are they just different?...
There's a search site whose search results are generated dynamically by javascript. So the user enters a query, and the site displays the content on the page, without refreshing.
I need to grab those search results programmatically (say from a Java program or a perl/python script).
So ideally, I can launch my program with 100 queries...
Could someone pointing out what is the best way to control the website downtime; especially when having many sites running?
...
Hi All,
The scenario is intended user will access the servlet (e.g http://someip/myservlet) which in turn authenticates a password protected website (e.g. mysite.com - which is hosted on IIS server with Use Windows authentication enabled) implicitly and then opens that mysite.com – so that:
target users will not get prompt for usernam...
I'm having a strange issue with my project. It was a Web Site that is now converted to a Web Application that is in a solution. Initially classes were setup using Linq to Sql .dbml file, which stored its connection string in /MyProject/web.config. Now the project ('Web Application') is in a solution and when I modify the Linq to Sql d...
Hi
I'm into my first 3 months of web development and I have been dabbling with some server side scripting in the form of ColdFusion, along with some Javascript, JQuery and CSS.
I have read about CSS optimization and would like to know what are the other pertinent factors contributing to the better performance of a website. What all fac...
My client has recently taken ownership of an existing web site, with final deliverable s due in the coming weeks.
The former consulting firm will continue adding new features and maintaining the website until then.
My question is, how would we be able to verify that we have the most up to date, code running on their production servers?...
Does anyone have suggestions for a PHP, Python, or J2EE-based web forum that has a good API for programmatically creating users and forum topics?
Thanks In Advance
-J
...
I've been asked to devise a website for a small organization (with limited funding) - with internal and external facing sides.
Internally it would allow sharing of documents, a blog, goal setting, more?
Externally it would provide a simple but nicely designed public statement about the company's services.
It may evolve over time.
Sho...
I am looking for a piece of code, or even a list of all browsers' properties JavaScript can access so I can prepare my own stats system.
I'm not looking for anything that server-side parser can get (e.g. Agent, referrer, etc.).
I am not interested in external solutions like Google Analytics.
The reason for this is that I want to run i...
Hi all..
I know that searching in itself is a huge field, which also seems to be my problem. I just don't know where to start.
Here's the scenario:
I got a lot of shops which employs a lot of people and which has a lot of different products for sale. I need to create a single-textfield searchoption for my site. This textfield should s...
While working with web developers, I always hear from them that using iframes is something we must avoid as we can, and some say it's something bad, annoying and makes a lot of problems.
Also when i told my previous boss "not a developer" one day that i will use iframe, he looked at me as a bad developer :)
What i want to know, does i...
Ok so I start coding websites (yes I know I am almost 15 years late :0) and in many of the sites I see the following javascript:
<script language="javascript"><!--
var wwOpenInstalled;
if (wwOpenInstalled || parent.wwOpenInstalled) {
if (window.Event) {
document.captureEvents (Event.MOUSEUP);
}
document.onmouseup = (pa...
Hello, my question is the following:
I want to track users that are online at the moment.
The definition of being online is when they are on the index page of the website which
has the chat function.
So far, all I can think of is setting a cookie for the user and, when the cookie is found on the next visit, an ajax call is made to upd...
Hi,
I'm currently gathering different requirments over banking website development, and one of the part which I want to know deeply is "saving account" .
What the internal working do I have to keep in mind for making a website over "saving account" part?
Thanks in advance.
...