I am looking for guidance in choosing an ASP.NET web framework so I can move my applications to the web.
In the last 3-4 years I have developed software based mainly on Smart Client Software Factory and Composite UI Application Block.
What web framework would you recommend for me?
Thank you!
...
Hello everyone.
What are the steps required for enabling a Java web application (Developed using Spring + Wicket) to accept client file uploads to a specific directory on the server.
While Googling for answers to this question I see suggestions that /WEB-INF/some-directory should be used as the upload location?
Is the reason for this bes...
This question is related to "Java Web Application - File Upload".
Is it possible for a Web Application to read a file from the host file system?
My guess is that for security reasons the answer is no - but I guess it should be possible for it to read files in directories below the root of the application.
If so, could someone supply an e...
Hi,
I am making a planner application for the iphone that can work online to store tasks in a mysql server. However, when I attempt to synchronise the two databases I have a problem. The thing seems to be that I can't insert more than one set of values at once into the iPhone database:
INSERT INTO planner (title, duedate, submitdate, su...
Hi All,
I am an experienced Java developer and have developed many enterprise applications. Recently I decided to develop a website that has lots of images and videos. The website should also be easily updatable and all type of contents (e.g. images, videos, songs) should be uploaded.
I searched a lot on this forum and other pla...
I'm looking at building a custom web application for a client (a specialized auction site, in this case), and we're evaluating using some existing CMS as the "scaffold" for the application.
The justification is the fact that for many custom web application projects, some 70% of the code written goes in to adding CMS features, user manag...
I ve completed a web application and now i want to prepare functionality and technical documentation for the same. But i ve never done such documentations. Can someone provide how to prepare such documentations.
What are the necessary points to be
included in functionality and
technical documentation?
What are the factors to be conside...
What I am trying to achieve is the following. I would have "main" web worker on Azure the would have to create sub-workers (sub pages).
For example, main page would ask for a username. After entered pre-defined .asp page would have been "copied"/published to a new sub directory.
Ff there is www.foo.com and user enteres Joe the main wor...
I have servlet that does the following:
public class LoginServlet extends HttpServlet {
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
response.setContentType("text/html");
PrintWriter out = response.getWriter();
request.getAttribute("u...
I have an asp.net web application which i want have multilingual support now.For some reasons,the management is not ready to use satellite assemblies or resource file.They want to have it table driven.so i created tables to store the text for each part of the page.I dont want to make a call to db every time the page control loads.Ex: if ...
Does anyone know of a firefox plugin that can be used to drive the UI of a Web app?
...
I have a webapp setup that uses Stripes and Freemarker; for part of it I'm also coding some GWT stuff, and I'm trying to figure out the best way of getting information from the actionBean into GWT code. Currently I do this in the template:
<script>
var params = {
nick : "${actionBean.nick}",
logout: "${actionBean.logout}"
}
...
Is storing a list of 1000 instance of my custom class to the session variable a good approach ? My asp.net web app need multilingual support and i am storing the labels in a table.I will have multiple users who has their own language preference and text(label content) preference.
I am thinking about loading the labels and store it in s...
Can anyone speak to how the different browsers handle the following:
Picture an HTML document essentially rendering content of a static app with lots of data.
<div class="abundant_class">
<div class="abundant_class">
<div class="abundant_class"></div>
<div class="abundant_class"></div>
...
</div>
...
Hey guys,
I'm primarily a front end developer and I've been meaning to get into server side development. I'm not new to programming per se [I've been doing a fair bit of programming for the past couple years] but I'm fairly new to server side development.
I've dabbled with PHP in the past and have used it to construct spartan websites...
Hello,
I am looking at how I structure my projects in ASP.NET (web applications).
Most websites will have the basics but each project will differ and I will need to add some extra functionality that I would like to group into applications. E.g. add a blog application.
I am interested in web applications so that I may package websites...
I've been writing a web application for the past year or so and I've got a feeling I've structured it in a poor way but I'm not really sure what it should look like.
The application models logistics so currently has two main parts - geography and network.
Domain + Business layer
I have separated the network and geography in 2 separa...
Hi there, i'm writing a web app in C# in which i need to implement a scheduling function which has to be fired every day at the same time, i already used quartz to do something similar in an JEE application and it works perfectly; reading some post and docs about using quartz.net gave me some doubts how to implement it.
How can i inte...
i want to build it in asp.net 2.0
what actually advertising impression program
means?
what is this term means like geography, demographics, setting up a rate card.
how can i easily build it?
any reference site for example
any pdf for help
any help will be welcomed
...
Hi All,
Is there a way to get the URL of a web app or page if it has been added to the Home screen on iPhone?
I added a web app to the home screen and forgot the actual URL
Many Thanks
...