2
votes
7answers
71 views
Video format that wouldn’t require a browser plugin
What is the recommended (cross-browser) video format to use on websites so that users' browsers (or most of them) wouldn't require to download a plugin to view it?
1
vote
5answers
67 views
How to get fields from such a string?
I'm importing some data from a database. The data has been stored by a CMS written in php where I have no control. Here is the data (a dense report from a paypal response):
a:56:{ …
0
votes
0answers
23 views
How to export Excel into a proper XML format
I was wondering if someone can help me. This task may be simple for some, but I'm having some trouble.
I have an Excel document, and it isn't "too" complex, but it will not genera …
0
votes
2answers
60 views
boost::format - attempting to use HTML as formatter string - need some help
Hi all, I'm attempting to use boost::format, where my formatting string is the HTML below. I intend to insert 3x std::strings at locations specified by %s placeholders.
In other w …
1
vote
2answers
19 views
JTemplates format Date using asp.net mvc
Hi
I have the following JSON date returned from a MVC page e.g.
"DateProcessed":"\/Date(1258125238090)\/"
and I am using JTemplates to process the data as below.
$('#result'). …
0
votes
1answer
17 views
How to save a character with a line above (like this ō) in a file system?
What file format should I use? It is for PHP to afterwards retrieve such a character and for HTML to display.
0
votes
1answer
26 views
Nginx raises 404 when using format => ‘js’
Hi,
I upload images to my App using Ajax and an Iframe. In Development everything works like a charm. But in production Nginx suddenly raises a 404 error. When I look into the log …
1
vote
2answers
24 views
Check if string is of SortableDateTimePattern format
Hi,
Is there any way I can easily check if a string conforms to the SortableDateTimePattern ("s"), or do I need to write a regular expression?
I've got a form where users can inp …
0
votes
1answer
28 views
Reporting Services Matrix format different between Visual Studio and Report Server
I'm having a problem where in the local project preview tab (and when "running" the report from visual studio) both are corrently formatting. However, after deploying to the report …
0
votes
1answer
25 views
ASP.Net Membership saves changed password as plain text even with Hashed passwordFormat set
Hi all, I'm using the ASP.Net SqlMembershipProvider to manage my users. Here is my config:
<membership defaultProvider="SqlProvider" userIsOnlineTimeWindow="15">
<p …
3
votes
7answers
151 views
In ASP.NET, how can I force the format of dates in a DropDownList to “DD/MM/YYYY”?
I have to build a DropDownList with the dates of the last 7 days. I would like the DropDownList displays the date as "DD/MM/YYYY". So I created a list of dates:
DateTime date = Da …
0
votes
3answers
80 views
Methods for limiting the Rails render format to html
I have a Rails 2.1.2 site that only has html templates e.g. jobs.html.erb, so when I request a restful resource:
www.mysite.com/jobs/1
It renders my job in html, however, if …
0
votes
0answers
32 views
csv output format from sqlplus run in a Unix script
I need to format csv output file from a sqlplus query. The char and varchar output fields come out in the max column size in the table, which means a lot of columns have extra blan …
2
votes
8answers
227 views
Java Double to String conversion without formatting
I have the number 654987. Its an ID in a database. I want to convert it to a string.
The regular Double.ToString(value) makes it into scientific form, 6.54987E5. Something I dont …
0
votes
5answers
83 views
Parsing problem, exception
This is my BMI calculator with GUI. It compiles, but if the user enters characters rather than numbers into the fields, the program crashes. What is wrong with my catching of the n …
