Possible Duplicate:
What should a developer know before building a public web site?
Hi All, Im about to start building a website. It will basically be a simple dating site. I am a .net programmer (strong vb) with vast experience in application programming including winforms and silverlight.
Now crossing over to website devel...
We have developed a website that has quite a lot of flash in it and it seems to be hanging on some machines using firefox, these machines are a lower spec than our development machines and we cannot recreate the problem locally.
Ideally we want to somehow limit the CPU usage to maybe just a single core when browsing the website in the ...
I am building a web application that is to be run by adding the app to the home screen. Currently it has a list of users, clicking on a user takes you to a detail screen for that user and on that screen is a notes link to take the user to another screen with a grid of notes and a text box to add more notes.
When any links are clicked...
I have a zip file on website running on a Windows 2008 / IIS7 server. Is there a way to check how many times that file was downloaded?
...
I have a website where I click on a link and am redirected to another website.
Is there a way, the other website (www.otherwebsite.com) can determine accurately that the request has been sent from my website www.mywebsite.com?
...
I was emailed a reset key. It was 40 hex letters, so 20 bytes which is 160 bits. I thought to myself, why 160 bits? Maybe it's a 128 (key) + 32 bit (checksum or id or something). Maybe something else. I am sure it was done for a reason but why? (PS: The person on the other end seems to not want to say why or maybe doesn't know. So askin...
Is it possible to change the source of an iframe when a link is clicked in the iFrame?
For example, my iFrame loads http://www.google.com, but when I click a link on Google.com, the source of the iFrame cannot be changed to that new URL.
Is there some way to access the iFrame location in Firefox and IE to redirect the iFrame?
Sort of ...
Hi All,
Okay. I bought a website template a few weeks back. It worked perfectly on all browsers.
I use Flock (based on Chromium) all the time.
And just now, my friend informed me that when viewing my site on Internet Explorer, everything is displayed to the left of the browser window.
He also viewed my site yesterday. And yesterday i...
Hello everybody
The problem faced by most and me too is that how one can came to know that a web application making what request to which url(signature of the called method) and what response is coming for that request without touching logs or code of the application deployed on server(normally this is case with the live applications wh...
Heey,
Does anybody know how to start safari from a ipad application?
I wan't an info view in my application with a button to my website. The 'things' application does it, so i know it is possible.
Just don't know how.
Thanks
...
Possible Duplicates:
IE6: To support or not to support.
Should we support IE6 anymore?
I'd hate to (HATE TO) admit it, but there are some people still using this browser. A client of mine is facing an issue where the "transparency" area of a png comes out a light grey - ONLY on IE6.
I know it's an unsupported browser, but ...
I just started with PHP and my SQL databases, I have learned how to create databases, and create register forms that store the information on the databases, but I do not know how to keep people from being able to register with a user name that has already been taken, and I don't know how to allow users to have their own profile page on m...
I'm designing my own website where I want to quickly organize photos into categories. Any recommendation on flash-based photo album (better free) that I can effortlessly insert into my website?
...
On A c# mvc website, I created a controller with the name NotFound, and then created a default route to an index action on the controller. When I debugged the program it went to the correct controller action but did not display anything in the view. Does any one know why?
...
I'm trying to create a script using php that will pull data from various sections of a website and place the date in one easy to read location. I need it to be able to read the page and pull fresh data as it comes in and I also need it to be able to take data off of the page it sends it to after I click on it and refresh the page. The da...
Hi,
I have been an android developer till about a week back when I shifter over to "web application" development. Now when I ask people how to get started for the same purpose I get the usual answer of studying js, HTML5, CSS, Ajax etc... So I strated out and I was pretty happy for some time learning new things and getting used to the i...
i m thinking of making a website..and i want to keep a track on the sent messages!
what if some human and not a computer is sending messages that are nt at all subject related..any way to stop that! [apart from the public cooperation]
as in how does stackoverflow keeps track of spams..
how it makes sure that the message sent is totally ...
I am trying to use the AjaxControlToolkit in Visual Studio 2008.
I download the current binary package 40412 for .NET 3.5 (and have also tried previous binary package 30930 for .NET 3.5).
I extract the contents.
I start a new web site.
I add a new tab and point it at the extracted AjaxControlToolkit dll.
I select an item [Editor] from t...
i am thinking of making a website..
bt how can i make sure that when a user who is asking some question is nt using any abusive language or the message is totally subject oriented..
i m nt talking about spams..i know about captcha and all..
what i am asking is how can i keep an eye on human activity[in this case the messages sent] and at...
There is a carousel project, which currently loads all the images upfront, but the size is getting bigger each week. More and more images are being added beyond the original design.
Someone asked me; What is an acceptable web page footprint?
My knee jerk reaction was to suggest lazy-loading of images, but that's not what they asked me....