web-development

Web Service Access Denied

Dear all, I have a problem with web service against Internet Explorer 7 or 8 I have a web application (ASP.Net), contain a page with textbox extends an autocompleteextender which fire a web service to retrieve the category list from SQL DB. The problem come after upgrading my IE from version 6 to 7 it give me an "access denied" error. Be...

Table Row's onclick event should not affect only one Table data

I have a table in which all the rows are formed using a loop and all data are formed using a inner loop. I have a onclick event for all the rows and the destination will differ, according to the row that is clicked. I want this onclick event for the entire row except the first TableData. How to use a javascript function that will disable...

PHP: How to capture browser window screen with php?

Hi, First of all, i am not sure, if it is possible to capture browser window screen with php, then how to do it? If it is possible, the best will be to capture just the website content excluding browser parts such as menubar, toolbar, statusbar, etc. Thanks ...

is it safe to use non ASCII unicode characters like ♺ in web sites?

Taking into account web browsers, operating systems, iphone, blackberries, etc ...

Delphi for PHP dbctrlgrid like component

What component in D4PHP can be used to act like the same way (showing x by y grid of controls) as the Delphi VCL control dbctrlgrid? I tried dbrepeater but it works only in one direction (either x or y). If no component exists, how can I repeat a panel holding some components on it in a gridlike view. ...

Css and J-query menu cuts off due small page size.

Hello, my problem is that my menu which is designed using css and jquery is having some problems. Whenever I hover on the menu a long sublist drops down, it is ok for the bigger page size but it gets cut off whenever displayed on a small page. ...

dynamic web forms

Hi, I'm developing a web application that allows reports to be written and viewed online. These reports will have the structure of a typical school report or annual employee appraisal report. I would like the user to be able to customise the structure of their report. For example, one school might want a report in the format Subject ...

Programmer using Request.UserHostAddress wants an integer

I'm using Request.UserHostAddress in a C# ASP.NET MVC web application to get the IP address of the client. Request.UserHostAddress returns a string which is simple enough to convert into its integer form. However, this appears to be 2 levels of inefficiency because deep in the bowels of the .Net stack it probably takes the integer repre...

Implementation question in web-development

Hello, We are testing a DSL modem's web pages (the HTTP server is running on the modem). We have an automation tool that configures various options on the web pages by sending POSTS of the respective web pages We are using TCL (HTTP package) to send POST data on the web pages . My questions: Is there a faster way to do this other...

How was Google.com made?

I'm very curious as to what programming languages were used to make Google. In the early days, Larry Page and Sergey Brin tried to licence their search algorithm to Yahoo. What I would love to know is what language(s) was the software first written in? I have a feeling it was C or perl (CGI), anyone know for sure? Thank you in advance ...

Refresh Page only time

Hi, I write a meta tag for refreshing web page. Now i want to refresh a page only one time. What is the code for refreshing page only one time. Please help me to fix the problem... Thanks in Advance.. ...

Light Blogging system sans database

Hi, This is a general programming question. What is the best way to make a light blogging system that can handle images, bbcode-ish styling and text without a database back end? Light means not more than 50 to 100 posts in extreme cases. What language(s) should be used? Is there any preferred data format for the information? How does s...

a jquery datepicker plugin that allows user to choose just a month and year.

I am currently using jquery ui datepicker for forms that have date inputs. The problem is on my current form I need the user to just select a month. How would I got about doing this using jquery ui date picker? ...

Hwo to synchronize data between web pages in case user opened two same url with one user id.

User opened two same URL in browser, if the user swithced to the edit mode of a data record in the first page but he also made an ajax call to delete the exact same db record in the other page and the data table also removed a row for that operation. what should I do now, how can I synchronize the data between the two pages? or do I nee...

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 . ...

charset=utf-8 what is does in a website

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

Gmail does not detect the reply-to field.

Hi, I have following settings in my FeedbackMailer. def notification(feedback) from "[email protected]" subject "Some feedback" recipients "[email protected]" reply_to feedback.creator.email body({ :feedback => feedback }) content_type "text/html" end I am using [email protected] account to send emails for this appl...

Which license Should I Choose?

Hello, I have been developing my own PHP MVC framework. I want to make it open-source. Basically, I am having bit of problem in choosing the right open-source license. I just want that anyone using/modifying/extending my framework just puts the copyright info intact, that is it. For this, which open-source license should I choose. Th...

Howto create a Calendar in Php?

How can i create a calendar in PHP? Today should be in bold. How could it be coded? ...

Is window.location() same as a GET request?

Are cookies preserved while doing windows.location(url), if domain of url is the domain of the current page? ...