website

Django: Page doesn't load images

I am working on a Django project for a company. This project worked very well before today. Today I found a page can not show images (and their corrsponding links). I checked source code of THAT PAGE, I found there are images and links, I just can not find them on the page. I checked the auth of the server and I am sure I can write th...

What is meant by A/B testing of a website?

Please explain (with examples) what is meant by A/B testing of a website. ...

How to create live stream audio for web-sites ???

Hi All, We are storing sound from mic to pc via sound forge. We would like to broadcast the sound which comes from the mic to the pc as live streaming audio. Basically a person speaks in a mic, we like to give it as live stream audio. The web-site is hosted on yahoo server. Can you please let me know in what are the ways we can achi...

Check if the user accepted a file download in JavaScript

How do I check if the user accepted a file download in JavaScript. Example: If the site pops up a download link, and the web browser asks the user to download the file, how do I determine on that page if the user accepted the download or not? ...

Mobile Internet Development in .NET

Hi, What would be the best way to create at mobile website in .net. What I want is to create a website that switches to wml, xhtml, html etc based on the device that access the site or blocks the component if the device doesn't support it (images, flash etc). I've found the "Microsoft Mobile Internet Toolkit", which seems to do what ...

Measure website

Hi, I was wondering if it is possible to install or use any online service to measure your website's performance? I've seen many just checking the download speed of images, external files etc. But is it possible to meassure how long asp/php code takes to execute? I have a site running a bit slowly, and it would be very nice with some a...

Wireframe, UI Mockups, Sitemap, Webflow, Website navigation

Hi, Can anybody recommends a good design tool for designing Sitemaps, Website Layouts, Web Flows, Link Maps and Website Navigation diagrams? First of all I need a good wireframe and UI mockup designer software. l. ...

check image copyright

Currently I am manually checking all client website(s) to make sure there are no copyright images (Getty). Are there any tools/software that could be used to determine automatically if a website has any images that belong to Getty (or other similar companies?) ...

Google Web Optimizer -- How long until winning combination?

I've had an A/B Test running in Google Web Optimizer for six weeks now, and there's still no end in sight. Google is still saying: "We have not gathered enough data yet to show any significant results. When we collect more data we should be able to show you a winning combination." Is there any way of telling how close Google is to makin...

How can I create a Layer on an Image?

How can I create a Layer on an Image, or Image on another Image? because it doesn't let me do that, only layer near the image. ...

Dynamic Data Website - Hide columns in gridview but show in details?

I have seen how you can hide a column by scaffolding. But how about hiding it from the gridview only and showing it on the details screen. Thanks! ...

Extend legacy site with another server-side programming platform best practice

Company I work for have a site developed 6-8 years ago by a team that was enthusiastic enough to use their own private PHP-based CMS. I have to put dynamic data from one intranet company database on this site in one week: 2-3 pages. I contacted company site administrator and she showed me administrative part - CMS allows only to insert h...

How i can show a small image from url content in c#

How i can show a small image from url content in c#?, for preview page of a url link ...

how Create a exception in Authorization tag in web.config

How i create a exception in location to allow access to page GanttViewer.aspx with other rol and others pages only with Admin rol <location path="Admin"> <system.web> <authorization> <allow roles="Admin"/> <deny users="*"/> </authorization> </system.web> </location> ...

Command dialect is not supported by this provider.

Hi Have and old ASP website have just updated SQL DB to 2005 Can now log into database however certain commands within the pages are returning this error.. Error Details: Category=Microsoft SQL Native Client Number=-2147217898) Description=Command dialect is not supported by this provider. Filename=/home/_private/Includes/SQLServer.as...

Main page content populated on the fly?

Is there any reason to NOT have a webpage retrieve it's main content on the fly? For example, I have a page that has a header and a footer, and in the middle of this page is an empty div. When you click on one of the buttons in the header, an http GET is done behind the scenes and the .innerHTML() of the empty div is replaced with th...

how create a facebook Badge of group for my website, not page or profile badge

how create a facebook Badge of group for my website, not page or profile badge like this http://www.facebook.com/facebook-widgets/ but for group Thanks ...

How can I configure IIS to serve a site when it is asked by ip?

I have a site www.example.com and example.com configured at x.x.x.190 At the moment, foo.example.com is also configured at the same ip. In the DNS server www is a CNAME alias for example.com How can I make it so that when a request like http://x.x.x.190 is made, the server serves the content of www.example.com, just like if the request ...

Create a "inset" effect using CSS in websites

Hello, I am very much impressed by the "inset" like effect in many latest websites. Some examples are and The line in the center. Nowadays, many websites use these kinds of lines/effects. I tried to achieve the same with borders but the color combination is not working me and it is not proper. Do other websites use images for th...

Dynamic Data Website Filter Helper

Hi All! My drop-down filter is working fine. It is a foreign key to another table which has a over 3K records. The users are complaining that there are too many items in the drop-down list box and it's hard to find what they want to filter on. They want a text box next to the drop-down. As they type the text, the items in the drop-down...