web

useragents are removed by chinese mobile networks ?

Hi, Kindly confirm the information below. a. Chinese mobile networks are blocking the useragent strings. b. The useragent send to the server are in different encoding for Chinese mobiles. Please let me know whether a or b is true and also pour in your experiences on the identifying the user agents in Chinese mobiles. Everywhere t...

how to create vanity url in java web applications?

Hi If we have a person-directory application, where we can check the details of a specific person (for example, person with id 239) at http://person-directory.com/detail.jsp?id=239 how can we create vanity urls in it? i.e. instead of typing the above url, we use http://person-directory.com/julius to open the detail page of person...

xml at webserver

can any one tell how one can send the xml files to be executed at the web server using Java? can we send it using xmlhttprequest object available in javascript? Is there any alternate for this? ...

Retrieving HTML pages from a 3rd party log in website with ASP.NET

Our Situation: Our team needs to retrieve log information from a 3rd party website (Specifically, this log information is call logs -- our client rents an 866 number. When calls come in, they assist people and need to make notes accordingly in our application that will correspond with the current call). Our client has a web account with ...

What is the best way to databind Web Form controls to linq objects?

I have a typical object (it comes from Linq but it could have been create manually): public class Person { public string FirstName{get; set;} public string LastName{get; set;} public int Age{get; set;} } And I have a Web Form where users enter this data: <asp:TextBox runat="server" ID="FirstName"></asp:TextBox> <asp:TextBox run...

Is there a Published Reusable Object Model of the web - The Correct 'Domain Language' / Terminology for an http request

I have a website which hosts web documents & web applications and also acts as an origin server for documents and applications that are served to a client via a proxy web site. I'm finding it quite difficult to find the correct names to model the players in the http request in my server-side application. For example, Hypertext Transfe...

Design, Studios, Media and Lab. What's the difference and what they do?

I always see groups and companies of web design that end their name with the followings: Design, Studios, Media and Lab. Do they all mean the same thing or they show to the customer that they do something specific? ...

What new Web Development Subject do you Suggest to learn in holidays ?

So these days we're off.how are you going to spend your time? What new subject you wanted to learn but had not time before ? Is it a good idea to learn something new in holidays at all? [Upadte] please send some links to some tutorials about what you suggest and please be reasonable what is the benefits of subject you suggest . ...

calculate the number of html checkbox checked using jquery

Hi how can i calculate the number of checkboxes that a user has checked using jquery? what i want to do is limiting the number of checking for checkboxes in a form to 10 for example and when a user exceeds this range display a warning message. ...

charset=utf-8 what is does in a website

how does this helps a multi language site ? ...

How to disable user login from multiple locations at the same time?

I want to control account sharing. The user account can be only logged into my web application once at a time. I thought of checking IP or browser type but seems not good enough. What's the best solution? ...

Using Windows Identity Foundation to log someone in to an ASP.net application

My supervisor at the office tells me that he saw a demonstration with a pre-release version of Microsoft "Geneva" (now Windows Identity Foundation) where a developer did the following: He set up some sort of ASP.net web application where a user could log in using a customized log-on system. Behind the scenes, the web application logs ...

the easiest way to upload updated data to the server

I work on Windows app and every week I want to upload the new data (rows) to the server and i want to upload the new db from asp.net web page and i'm using sqlserver2005 for our co branches or from my local server. What is the best way to do so upload complete db mdf and delete the old one ! Do I update only the new rows and how can I...

when inspecting a page with firebug, what is the yellow area below the highlighted element?

Hi everyone, When I am using Firebug in "inspect mode" and the mouse hovers over an html table element, the visible content of my table is highlighted in blue -- like all other elements I have looked at using Firefox. However, there is also an area immediately below the table (past the last row) that gets highlighted in yellow. Does any...

open source website builder web application

Hello, Is there a open source website builder application. [edit] no db entry I need to install it on my server and permit users to create pages. Not looking for cms's like drupal,wordpress, joomla etc Thanks Dave ...

To what framework is it worth to switch from django

The last framework, which I used, was Django. I enjoy a lot of things in that, like: The project structure is simple - there are not too many directories and files The admin interface Great documentation XML export-import The concept of Form objects: after you define a form, you can display the form in 1 line, you can even make a form ...

Post information to server and receive XML

On my web server I will be creating a bespoke XML file for a client app to access. This means I must authenticate the client and then give the client the XML file. I believe the client application will need to post data (login, password) to the server and once a connection is established, it will receive the XML file from the server (m...

adding hasMany association couse find() not to work well

OK, I am little bit lost... I am pretty new to PHP, and i am trying to use CakePHP for my web-site. my DB is composed of two tables: users with user_id, name columns copies with copy_id, copy_name, user_id (as foreign key to users) columns. and I have the matching CakePHP elements: User and Copy as a model UserController as con...

How to play audio file on websites on iPhone?

I want to play an audio file which is posted on a website. I'm trying to use AVAudioPlayer and set the url to its website link. But the bgPlayer turns out to be nil. I think I can download this audio file and play it afterwards, but is there any way to play it while I'm downloading it? NSURL *bgURL = [NSURL URLWithString:@"http://www.ra...

How to fix image maps in Safari? Broken when page is zoomed.

Safari 4 apparently has a serious bug with imagemaps - the clickable areas go out of registration when the page is zoomed to anything other than 100%. It pretty much renders image maps unusable. This is not my page, but it shows the problem; zoom in or out in safari and then click a shape: http://www.elated.com/articles/creating-image-m...