I have project X ( a deployable war file ) which is depended on project Y ( as a jar dependency ) . Anytime i change anything in project Y I have to build a jar and add it to Web-inf/lib folder ( ofcourse i have ant scripts to automatically do it ) .
I am wondering how to avoid this additional step . I would ideally want eclipse to co...
I'm very new to web development, have many years background on the desktop, but nothing on web, only html. I want to make a simple dynamic webpage for a product I've been working on by myself, but I don't know which of the two, MVC or WebForms, would be easier for me.
The lessons at asp.net didn't help me much, I took the "first step" t...
Are there different user agents for each version of the iPhone?
...
This is possibly the most obscure question I've asked on here but we have a client who requires payments to be taken from a wide variety of countries.
The best candidate my googling has so far found is RBS Worldpay which supports pounds, dollars, South African Rank, Mauritian rupee (MUR) and the Kenyan Shilling (KSh).
Is there anothe...
Hi,
Is there a way that I can track when people drop out of a form. If the form is, say, 10 fields long and they start entering their data and then decide to not submit half way through, is there a way to capture the data they've entered already to give an idea of when and why they didn't submit?
Many thanks
...
I'm having problems with the helper Html.ListBoxFor().
Here is my ViewModel:
public class NewReservation
{
public SelectList AvailableServiceDates { get; set; }
public DateTime SelectedServiceDate { get; set; }
}
Here is my action method:
public virtual ActionResult New()
{
NewReservation newReservation = new...
Sorry, I don't have a lot of experience with audio and video on the Web.
I've been given a Flash tutorial to post to the corporate website that is an .exe file with an embedded Flash player. Users will be on IE, so I guess they would get the run/save prompt.
I don't like this and I know it generally isn't done, but I need to know if i...
For some reasons, unknown to me, prettyPhoto is loading images in reverse. It opens the last picture first and then as you can guess, you're given the option to see the previous photo all the way back to the first photo. I've setup prettyPhoto according to the documentation however I'm not getting the desired effect. Not sure what I'm do...
When creating web projects (mostly XHTML/WORDPRESS THEMES) for sale on any given marketplace, what is the best way to go about writing technical manuals for users?
...
Hi,
I am having issue with png image on IE6 and tried to search every where but no success.
I am using this css code for displaying png image .Is there any problem.
Please let me now.
.bottom-box {
width: 210px;
float: left;
margin:5px;
position:relative;
padding: 5px;
text-align:left;
height: 150px;
min...
Hi guys,
I need to center my footers content and I can not make it works.
I am centering my page using: #wrap {width: 960px;margin: 0 auto;}
I have used float:left; float:right; in my header and content.
So, I try to center my footers content making use of:
#footer {height:0 auto;min-width:960px;float:left;}
div.inner_footer {heigh...
I`m learning programming languages. And I decide that I need to lear a new web framework. I have 2 candidates: Django or ASP.NET MVC 2.
Can you say me the difference between them and what is so interesting?
...
I've been trying to build a web site and I was using a CSS Reset Stylesheet to aid in cross-browser compatability. However, now that I am looking at the results in Firebug, it looks like all CSS Resets do is spend a lot of wasted time traversing up the DOM. For instance, a simple line of code like:
<div><span><p>...</p></span></div>
W...
Can anyone please tell me why ServletContextListener.contextInitialized() gets called once for each virtual host that's configured in jboss-web.xml? Is there is any way of having multiple virtual hosts while forcing contextInitialized() to only be called once?
...
I would like to write my own (toy?) web framework as a learning experience. I want to go through the whole process from scratch. I'd like it to be served through Apache on Linux. I'm looking for the best route to understanding every step of what is happening when using a web framework. I'd like to use whatever language best facilitates t...
I would like to make a browser based game with multiple gamers in the same environment.
So if I did a first person shooter type of game would a client be able to open a udp connection with the server?
...
My team at work is going to start working on a website with a medium amount of business logic and a large amount of database. soon. We've got to pick a language and a framework to build it on, but we're not really sure where to start. There are literally a zillion options. All we need is something that hooks into database, something ...
Scheme relative URLs are something that I've just found out about - where you don't specify the scheme of a URL and it picks it up from the current context.
For example:
<img src="//domain.com/img.png" /> will resolve to https://domain.com/img.png if the current scheme is HTTPS or http://domain.com/img.png if it is not.
This seems like...
I am having 2 web formsand will have a drop down list on those web forms. If i select a value from drop down and click on ok i will get tranfer to next page. In that page i will have a drop down with the same values in the previous form . What i need is i would like to disable the selected value in the previos form and would like to disp...
I'm developing an iPad web app which plays sounds. From time to time multiple The movie could not be played alert box errors popup. One pops up for each sound that cannot be played, so if 10 sound bytes are (not) played then 10 alert boxes popup, which is a problem for the user. Often the only way to get rid of them is to reset the iPad....