Tagged Questions

0
votes
6answers
90 views

How do I make a side-scrolling iPhone app?

I am working on a side-scrolling iPhone app, and I have every resource, except the actual side scrolling part! How do I make an app so that it side-scrolls? To be more specific, I want the view of …
0
votes
2answers
20 views

error in media wiki php code

$wgAuth = new HttpAuthPlugin(); - After this line, control is not reachin the next line, not printin the next log. error_log("JITEN TEST :WGAUTH object created, Value of wgAuth is :" . $wgAuth . …
0
votes
0answers
14 views

Server side include (ssi) if condition not working

the if contition is to test for the day of the week: <!--#if expr="$DATE_LOCAL = /Thursday/" --> Thursday <!--#endif --> this works if the .shtml is in a static location but, not inside …
0
votes
0answers
40 views

RADGrid Client-Side databinding and Grouping

Hi there, I have a radgrid on an MVC view which is client side binding to a JsonResult controller. I need to display the returned json data in a grouped format but cant find anything on the radgrid …
0
votes
0answers
37 views

printing image in java server side. open source

I need to be able to print barcodes from a web service. The numbers are stored on the server and need to convert them into an image and then print a barcode strait onto the printer without sending a …
1
vote
3answers
63 views

Server Side Includes vs. ASP.NET Techniques is there a performance difference?

I was recently hired to update an ASP.NET 1.0 site, created before master pages were available. Hence the pages have server side includes (ssi) like <!-- #include file="footer.html" -->. I was …
1
vote
3answers
42 views

Question on logistics of hashing at client

I have found a lot of posts on hashing at the client but none that quite answer my question. I would like to hash user passwords at the client so that I don't have to send a plain text password …
0
votes
2answers
170 views

Download multiple files and zip them on client side programaticaly

I have a requirement to download multiple files from server and zip them into one file. So that user will to deal with only one file while downloading. We have files hosted in akamai servers, we …
0
votes
4answers
115 views

What are the best resources for learning how to avoid side effects and state in OOP?

I've been playing with functional programming lately and there are pretty good treatments on the topic of side effects, why they should be contained, etc. In projects where OOP is used, I'm looking …
1
vote
2answers
427 views

ASP.NET Client side validation and Post back

I have an aspx page in which i have 3 asp.net text boxes and 1 asp.net button control.I want to do a client side validation before the post back happens when i click on the button . ie ; If the the …
2
votes
7answers
3k views

How to get distance from Google Map API from server side ASP.NET 2.0

I am working on a project which requires a server side access to google map api. i want to calculate distance (actual distance, not straight line). google map api supports javascript and not asp.net. …
0
votes
1answer
214 views

Implementing captcha in a stateless REST web-service environment

The project I'm working on is a piece of static HTML with some inline JavaScript that will call a REST web-service, which I'm creating myself using .NET 3.5 WCF. The JavaScript will grab some details …
0
votes
0answers
39 views

VS2008 and asp.net Microsoft Reports paging

Is it possible to make Microsoft Reports component use server side paging when displaying data. I had problems in the past with getting all the data from the database and then having client side …
2
votes
3answers
353 views

GWT Toolkit: preprocessing files on client side

If there's a way for the client side GWT code to pre-process a file on the client computer? For example, to calculate a checksum of it before submitting the file to the server.
0
votes
5answers
455 views

what are the best client side scripting languages out there?

I want something which can run purely on the client. I don't need any server interactions, database at most. Ive been using php but want a change, any suggestions?