I have a web site which has a simple web service. I can call the web service successfully from javascript on the page. I need to be able to call the same web service from a C# forms application.
The web service code is very simple:
[WebService(Namespace = "http://myurl.com/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)...
A recent Ajaxian post title "Swipe away, then quickly flip with simple jQuery plugins" tells us about flip events on the iPhone Safari browser and I wanted to use them on another webkit browser, the Android Browser.
$('.swipe').swipe({
swipeLeft: function() { $('#someDiv').fadeIn() },
swipeRight: function() { $('#someDiv')....
How to improve the performance of an ASP.NET application? Which are are the fields I should take care? The application includes DB connections and Image Parsing etc.
...
Hi,
I created a websetup project in .net. When I use the installer, by default the installer installs the web application in c:\inetpub\wwwroot. But I like to configure the location during the installation. How can I do that?
Thanks,
P.Gopalakrishnan.
...
We have 3 HTTP Compression available in IIS 7.0
GZIP Encoding
DEFLATE Encoding
BZIP2 Encoding
What are the difference between these three? Which is the best compression for security and performance?
...
I have a web service method, this calls functionality thats pretty complex in a c# class library.
In the class libraries there are a lot of try-catch scenarios.
What I would like to do is... if an error is detected, I want to set the return value of the webservice to false, and abort the thread, is this possible?
...
I have a main site and a mobile site, and am looking at having Apache redirect users based on their reported user-agent as the next step up in providing a better mobile experience. E.g. a user who visits http://jonathanscorner.com/spectacles/ is redirected to http://jonathanscorner.mobi/?url=/spectacles/. At present what I have tried in ...
I have noticed that when updating my web content files (in this case, a silverlight XAP file) the browser does not detect that the file has been updated, and continues to reads the locally cached file. These files will only be updated rarely, so reading from the cached temporary internet files should occur most of the time.
My question...
Wild question here.
Is it possible to access the copy buffer on the web. What I mean is. Can I go into Photoshop. Select a piece of a photo. Copy that piece and paste it into some element.
That something would be like a Java applet or Flash or Silverlight or anything. I am just wondering if it is possible and if someone could point me ...
There is some hype around graph databases. I'm wondering why.
What are the possible problems that one can be confronted with in today's web environment that can be solved using graph databases? And are graph databases suitable for classical applications, i.e. can one be used as a drop-in replacement for a Relational Database? So in fac...
Hi guys,
PROBLEM:
I need to write an advanced search functionality for a website. All the data is stored in MySQL and I'm using Zend Framework on top. I know that I can write a script that takes the search page and builds an SQL query out of it, but this becomes extremely slow if there's a lot of hits. Then I would have to get down to t...
I want to move a page between sites from a site collection.
I am getting result as :-
Operation Failed.
Access Denied. Not enough permission.
When I login as Site administrator, I can move page between sites.
The user with contribute permission cannot move pages between sites.
Please help me for this issue...
...
Like in the title. I have no idea what to start with in order to implement a search engine like the one in Wrzuta.pl to a VB.NET 2008 application. I reckon this must be possible since I have seen an application doing this at http://www.wdownloader.yoyo.pl/download.php?cmd=click&id=1 - and a lot of mashups online, too.
If anyone by a...
For an online project I'm working on, I am looking for a open source grammar checker. I have searched Google, with some good results (http://www.link.cs.cmu.edu/link/, etc), but I am wondering what all of you think about this topic.
I need this to be able to be used online, versus desktop based, but this is the only real specification ...
I'm building an ASP.Net MVC project in TeamCity.
Can I somehow call the Publish target and get the output copied to a folder under IIS? or do I need to write an msbuild script for this?
...
This folder appear in my dotnet Web project. Why? Does are usefull?
...
I know Wt is the most stable of them, but it's a bit uncomfortable to use.
CppCMS sounds good but how stable is it? How secure is it?
I have encountered C++ Server Pages as well but there's nothing about their security in there.
Has anyone had some experience with any of those libraries and can enlight me?
...
Does anyone know of a good TreeView for the web that is nice looking, efficient, and uses web standards? We use jQuery so it would be nice if it did too, but that isn't a requirment.
...
It appears to me that Django and Pylons have different ideas on how middleware should work. I like that Pylons follows the standardized PEP 333, but Django seems to have more widespread adoption. Is it possible to write middleware to be used in both?
The project that involves said middleware is porting a security toolkit called ESAPI fr...
I am wanting to develop a web application, what is the current state of the art to do so?
Google Web Toolkit?
Favorite languages: C#, Java, Python.
If I understand correctly the respective best ways are ASP.NET, Spring, and Django correct?
Also Rails is out there too.
I'm just saying general purpose?
Suppose you had a version of MSP...