I'm making a game in Silverlight, and I'd like to give it some background music. And in particular I'd like to avoid including the MP3 in the initial download (the XAP) - so that the user can start playing before the music has finished downloading.
How do I:
Dynamically start playing an MP3 file from a given URL
Have the MP3 file star...
Is there a way in Spring2 to build dynamic views to which a Controller can redirect to?
I have a form with a hidden field for an ID.
If the form is submited or other exception occurs i want to redirect back to the form (i have set formView). It redirect ok, but when it redirect back to form it is loosing the ID parameter. Is there a way...
I've been working a lot lately with web apps, mostly with javascript and json-rich web UIs.
I have to say I get impressed all the time with what I can achieve through these technologies.
More and more, I ask myself whether I would have preferred to go with a classic GUI to start with (whether it was C#/VB.Net + WinForms, or C/C++ + GTK/...
Hi all,
I searched a lot but could not find a solution for my question. It is quite simple as I think.
I opened a web page by providing some parameters, such as id=123456. The searched result page then contains a link to something like javascript:doSomething('ABC','ID'=123456).
What I would like to know, is whether there is a program,...
I will have an app where I will prompt users for a URL (with proper regex url validation) and return the page with cURL and run some checks on it.
What would be the most secure way of returning a remote webpage securely with cURL? As I understand even cURL has some vulnerabilities, like 'safe mode' Security Bypass (http://www.securityfo...
Hello. I need to package my ASP.NET Silverlight web site to a single MSI file.
But when creating web setup project, it can't install on iis version greater than 6. On greater versions it only installs when 'IIS 6 compatibility mode' is enabled on server. How can i make my setup project, so it installs correctly?
PS I don't have admin ri...
I want to login in gmail account automatically. Then want to create a mail through contents of a text file. Then select Email addresses from Database one by one and send mail through GMail account and everything should be absolutely automatic.
I mean. I have a list of thousands of emails and I want to send all of them a personalized ma...
Hello;
Which is the best way to represent data from a table with many columns and possible long text in the columns? The dialema is , if i use tables, the table width is very long and the table overflows outside the div. What options are there, can i list the data, the way this posts are listed in stackoverflow in a business application...
Could someone please explain owner/group/public permissions on files and directories in a web environment.
My current understanding is that "Owner" is the person who created the file.
Group, presumably are permissions granted to any user in Group 'Foo', and Public is, well, everyone.
What I don't quite get is how this translates to a ...
There is a web file within my intranet that my computer is authorized to read and write. I can open up IE or Firefox and view the file by typing int the url address. I need to write a C# desktop app that reads/writes to that file. Even though my computer has access, all my attempts so far result in 401, unauthorized access errors. The pr...
I'm looking for a bulletin-board software that will integrate with wordpress so that I can get peer-review on draft pages, powerpoints, other files
...
Hi,
As part of all the development of some use cases, I've used a properties file approach to handle almost all the configuration parameters in the project.
Even when this approach is a security safe approach, I need to be able to change this parameters on the application, so I need an admin web module to be able to change at runtime a...
What would cause styling to be all screwed up on multiple websites (google, stackoverflow, walmart, etc.) on multiple browsers?
...
I have a .net url which works perfectly with the www in front of it but when the url is just http://example.net its bringing up an under construction page.
I have tried all sorts of .htaccess files but nothing is working! Help!
...
Hello,
I'm working on a new website and I'd like to add a videochat feature. So I'm looking for services giving an API to do that easily.
Here is the list of features I need:
1-to-1 chat (a user can chat with an other one)
video
voice
chat
be able to know if somebody is currently chatting
user-friendly
working on all standard configu...
I have an html page and I want to upload a file usign the basic html input file without using the asp.net fileupload control.
I tried to write the following code in the html page and redirect it to the home page
(aspx page)
<form action ="../../default.aspx" enctype="multipart/form-data" method="post" name="myform">
<in...
Hi All
Requirement is this ...
One question, The usual place seems to be in your /WEB-INF/classes directory, but I have problems with that.if I ship my application as a WAR file, I can't get at it to edit it, which is a real problem.
We have our 3 WAR, we deployed apps with tomcat 6.0.16. We want to configure log4j.xml in external dir...
Does HTML rendering differ amongst different versions of windows ? For example does firefox 3.5 render HTML on xp the same as windows 7 ?
...
a client wants to "modernize" a 5 year old web/html-based Blackberry "application".
The application allows field service technicians and franchisees to inquire on warranty
and service status. Currently they use very simple php/html pages.
Application seems slow, especially on repeated inquiries which require constant reload.
Blackberry...
Hi,
I am looking for Free PHP script to open multiple URLs at once click. Please let me know if anyone find anywhere.
Thanks in advance,
Manim
...