web

RESTful web service in C# code.

How do I consume a RESTful web service in C# code without wcf? Something very simple ...

Web Equalizer. Don't using flash

Hello. Tell me please how can I make the equalizer when playing mp3 on the web page without using Flash and java. Thank you =) ...

How to web asp.net web service call exe ?

I try to call exe from web service. It can not run exe programme. anyone please help me for this problem. I develope it by asp.net. Thank you for this so much. Asada ...

Best way to design recursively dynamic asp.net web controls

I have a been given a task to create GUI for something that could be used for bunch of different scenarios. And its a bit of mind teaser problem. We have a set (sql table)of question entities in model which has a parent_id relationship to other question entity. If entity has nothing in parent_id fields.. that means its a level 1 entity ...

What are common ways of implementing web API request throttling/rate-limiting?

What are common ways of implementing web API request throttling? Are there any libraries for common web frameworks (Rails, Django, Java, etc.) that give you this along with temporary banning? A related question suggests that the rate limiting is done at the web server by limiting requests by IP, but that would mean that all requests are...

Passing parameters to the Javascript code on a page using django templates?

I have a simple Django app that has a variety of views of various different asset types. I have various jQuery functions that key off the asset type name and so when I generate the page using the django template I use a template variable to fill in the asset type parameter in the javascript code... $(document).ready(function() { $...

ASP.Net C# expire page

How can I set an ASP.Net web page to expire so that if the user clicks the submit button, he/she will get a page expired error if the browser's back button is pushed to try to go back and press submit again? ...

div tag problem

in my website designing side i meet one problem , even now also i don't know how to rectify that problem. any one help me <div style="overflow:auto;height:535px; width:656px;position:absolute;" id="abit" runat="server" > contents... </div> in this code i got scroll bar. but i don't want that scrollbar, but i want that actions, how...

Web bot in C++/PHP.

Hello, I've recently started learning PHP, but I have a wide knowledge on C++. I've been wondering how to make a web bot and now, I would greatly like to make one. I won't be using this robot for spamming or anything, just as a test of what PHP/C++ can do online. I was wondering how I could go about doing this and if you have any article...

ASP.NET Web application Initialize (First hit) takes over 15 Mins . .

I have a Web application (http://www.holidaystreets.com), it has around 120,000+ pages. Whenever we restart the server it takes more then 15 minutes for the site to warm up. I built it as 'Release', do not have any heavy stuff initilizing (i.e. Control Adapters or in APPInit). Any tips? Mystery Solved Well I spoted the problem today. T...

Is there a Java web framework similar to Joomla?

I got some experience on Joomla and I like their community and Joomla's plug and play. They have a lot of tested components working well. I remember my first steps: easy to start and the only requirements are good old Apache and PHP. On the other hand my only - but massive - complaint is I have to use PHP. I cannot get comfortable with P...

Is there a way to fire jQuery's live() or delegate() without a user event?

I am trying use jQuery to poll dynamic DOM nodes, created outside of the jQuery object (with Google Maps API methods). I can do this easily by, for example, binding delegate() to a click event. However, I need to poll the DOM, without any additional user actions (user should not have to click), as part of a function that runs onload. Doe...

PNG vs. GIF vs. JPEG

I'm improving the images of my website and have met a dilemma. I know PNG & GIF are lossless while JPEG is lossy. But what is the main difference between PNG & GIF? Why should I use one and not the other? If I don't care about each and every pixel, should I always use JPEG since it's the lightest? ...

Is it possible to complie Java 1.5 source Web Applications to 1.4?

I tried compiling my webapplication with javac – source 1.5 – target 1.4 I end up with the error: javac: source release 1.5 requires target release 1.5 Since I’m using generics and other features; when I try compiling with –source 1.4 I end up with the errors: (use -source 5 or higher to enable generics) (use -source 5 or higher to en...

Is there anyway to get javascript error on android or iphone mobile webkit browser?

I have built a website for mobile webkit browsers, there is an interval update to refresh data. But it turns out that the pooling refresh will stop at some time after run for a while (some minutes or hours, different by each time). I thought there may be something error occurred in my refresh data functions, but it works well in my lapt...

Displaying content input in browser address bar?

I don't know if I'll be able to describe this correctly, so please bear with me! Is it possible to get the browser to display html from the address bar? ie. there would be no actual html page it would load, but it would instead display whatever was inside the address bar? Might this be something for javascript or is that not possible...

how does Google implement online PDF reader?

hello I am somewhat ignorant about modern web technology, last have played with them way back in CGI days. I am curious as to how Google implements their PDF reader online, can you please explain it briefly? from what I can tell it is not a simple webpage/image Thanks ...

PHP cookie problem - www or without www

Why is it that if I create a cookie on www.example.com and check it on example.com, the cookie doesn't exist there? I am planning to just use .htaccess redirect non-www to a www domain. But how do I solve this? ...

Does the GPLv2 preclude me from using KLone for my website?

I recently discovered Klone. Being a C++ developer, I'm fascinated by the idea of getting to use C++ for my web development work (I know, I'm a glutton for punishment!)... Anyhow, it looks like the open source version of KLone is licensed under GPLv2... Normally, this would be fine, but since you're app is compiled and linked right into ...

ASP.NET Web Service and Membership

Hi, I try use Membership in asmx web service. I use Web Site Administration Tool, create som roles and users. In asmx web service I create Login method a test some users account. It's work ok. [WebMethod] public string Login(string userName, string userPassword) { if(Membership.ValidateUser(userName,userPassword)) { re...