I am curious about whatsource versioning strategy would others apply on a java project (web application) which is very probable to have customization for several customers.
I\'m building an app using ExtJS 4.0\'s new MVC architecture. I\'m looking for a way to iterate over all the controllers in the app. below I\'ve put some sample code to give an idea of what I\'m tryin
I\'m looking for sources of information on designing permission names for our web-based application. For example, if I want a permission for creating a new member of staff, this might be called creat
I have a web application made with java that runs on Apache Tomcat. I need to give the application to for easy deployment for several clients.
I made a web page where I use \"a lot of\" jQuery plugins and custom made functions. Page is using Codeigniter PHP framework and MySQL database.
I am going to create a website which in that, users can create their own album of pictures and upload them on the website. I am going to use ASP.NET (C#) to develop this website.
How do you call a modalpopupextender(dialog panel) from any web page in the application with asp.net. lets say i have an email button on several开发者_如何学C pages and want to call the emailpopupexte
I am new to ASP.NET Web Forms. Now I am having a small project that I have develop it in ASP.NET. This project consists of the following:
I\'m trying to fix a particular laboratory web application (written in ASP.NET).There is a page used for quick data entry, where the end-user uses a bar code scanner to input the data.Each time they s
In the code behind of my web page, I call a WCF service. The service returns a byte[] representing a file. In the code behind I have the following line that captures the bytes.