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...
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...
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
...
Taking into account web browsers, operating systems, iphone, blackberries, etc
...
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.
...
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.
...
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 ...
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...
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...
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
...
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..
...
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...
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?
...
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...
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 .
...
how does this helps a multi language site ?
...
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...
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...
How can i create a calendar in PHP?
Today should be in bold. How could it be coded?
...
Are cookies preserved while doing windows.location(url), if domain of url is the domain of the current page?
...