web

unable to access a website configured on a server

I have configured a website on a server. The web site is up and running. The problem is when i try to acess the site from my machine. It throws an error as "Internet Explorer cannot display the webpage". I am able to open ping the remote server from my machine.. TIA ...

Get listing of web services referenced in WCF application?

Hi, Could anyone out there give some pointers on how to go about getting a listing of all the web service references used by a WCF application - the pseudo code I'm envisioning might look something like: For each ws in MyWebServices Console.WriteLine("Service Name: " & ws.Name) Next How to build the MyWebServices object is what I ...

"ghost" form submissions

I have a 3-part registration form using PHP: page 1 : collects info - has client & server side validation (for blank and invalid fields) page 2 : collect more info - has server side validation (for blank and invalid fields) page 3 : saves (db) and sends (email) the registration information More info: page 1 : saves all form informati...

WSE 3.0 cookies support?

Hi, I'm trying to call a web service with WSE 3.0 which uses cookies for authentication. With standard SoapHttpClientProtocol, I could assign my CookieContainer to a request. However, WSE 3.0 web services does not directly or indirectly inherit from it. How can I set cookies to WSE 3.0 request? ...

Hidden login in website - looking for hotkey idea

I am developing a CMS. One of the greatest everyday annoyances when working with it is that when you are on a front-end page, not logged in, and want to make a change, you need to go to the back-end login first, log in, and then navigate to the page you want to change. I would like to introduce a smart little function that pops up a log...

what is the best way of developing the web services and deploying them into a web application?

what is the best way of developing the web services and deploying them into a web application? ...

What are the possible ways to prevent form from double posting in ASP.NET MVC?

During a log inspection of my ASP.NET MVC application I discovered that some users managed to post same form twice. I tried to reproduce it but I failed. Anyway I'd like to prevent users from posting same data twice. Is there any canonical solution for that in ASP.NET MVC or I have to develop my own custom solution? I case of custom sol...

Develop a web application framework in C#

Hi, I'm planning to develop my own simple and elegant web application framework in C# 3.5. I have some ideas, but not yet the best practice how it should be implemented. Maybe you can help? My ideas: It is a C# Library (DLL) It needs to use XSLT as templating language, so XML must be the output of my data-/model-layer It needs to con...

How should I create a web interface for my application?

First, a little background: I have written a little application in python with SQLAlchemy, which is roughly an improved RSS reader: it selects links that should interest the user, and shows them to him. I already have a very simple command-line interface, and I envision a variety of interfaces: web, instant-messaging, desktop... For now...

Integrating a simple web server into a custom main loop in python?

I have an application in python with a custom main loop (I don't believe the details are important). I'd like to integrate a simple non-blocking web server into the application which can introspect the application objects and possibly provide an interface to manipulate them. What's the best way to do this? I'd like to avoid anything tha...

How to check which images/css/javascript are used in web app?

The other day I found this little piece of software - WARI. It stands for Web Application REsource Inspector. Apparently it checks dependencies between css, html, js and images and reports unused and duplicated css styles, javascript functions and images. Link: WARI is released! What do you use? Any alternatives? ...

Website Sitemaps and <priority>, is it working?

Hi, My "Privacy Policy" page is seen more important by Google than other really more important pages on my website. I'm currently creating a script to generate a sitemap, should I bother with the priority? How do you effectively assign priorities to pages? I consider one of my page important but the page have less content than another...

Programming languages comparison for web data mining task

I need some help comparing different programming languages, such as: C++, Java, Python, Ruby and PHP, for a task which is related for web data mining (developing web crawler, string manipulations and etc.). I have a bit experience with PHP, and I think advantages that it has for this particular task are simple syntax, in-depth string par...

cheat prevention for browser based xmlhttp/js/perl/php game

Lets say that in a browser based game, completing some action (for simplicity lets say someone clicks on a link that increases their score by 100) clicking on this link which would have a url for example increase_score.pl?amount=100 what kind of prevention is there from someone simply sending requests to the web server to execute this co...

ASP.NET web parts - not stored in a cookie

Recently I was reading the MCTS ASP.NET 3.5 exam preparation book. I finished the lesson about web parts. The author said that user personalization is stored in a database and tracked by a cookie in a web browser. I checked the database - it's there. It seems however that the personalization information has noting to do with a cookie...

Purpose of Serialization in webapplication

1.Where is the usage of serialization in a webapplication. 2.Is it necessary that a form bean is serializable. 3.In tomcat what is the usage of sessions.ser file.. ...

What's the best way to synchronize the state of 2 complex object graph

Hello, I have a complex object graph to represent operation scheduling. At one point, I have to serialize the whole graph to the web UI (via XML/JSON) to let user modify the schedule using a Javascript based gantt chart component. After the user finished editing, the state of the graph in the Java/server layer have to be synchronized wi...

Can you set EventArgs from ASP.NET controls?

I have a DropDownList whose SelectedIndexChanged event I set: move.SelectedIndexChanged += Move; public void Move(object sender, EventArgs e) { } I'd like to create a class derived from EventArgs which is the argument "e" that gets passed to the Move method. public void Move(object sender, EventArgs e) { MyEventArgs my_e = (MyEven...

Is there a speed difference between WSGI and FCGI?

From the web I've gleaned that WSGI is a CGI for python web development/frameworks. FCGI seems to be a more generalised gateway for a variety of languages. Don't know the performance difference between the two in reference to the languages python and C/++. ...

mybb posts and responses counter

how to changes mybb posts and responses counter text in MYBB forum to another custom message ...