website

Can anyone recommend an Image Gallery with a good programming API?

What is the best solution/API for this? On my site users upload image, tag then and more. Instead of displaying the normal page where it shows the image and info (date, desc, user comments, etc) I want it to go to the next/prev image. Preferably with preloading. This code could be done either in flash or javascript, but I would need a wa...

website not loading from one location

I have a website hosted at webhost4life.com. It works fine when I load up the website from various locations (home, coffee shop, library, etc). But from my friend's house it will NOT load. It just looks like it's sitting there thinking and the website might load a few images here and there but that's. The full page doesn't load and most ...

how do I check that two folders are the same in linux

hi I have moved a web site from one server to another and I copied the files using SCP I now wish to check that all the files have been copied OK. How do I compare the sites? Count files for a folder? Get the total files size for folder tree? or is there a better way to compare the sites? Paul ...

Which editor would you give your mom to let her edit her own website?

I mean this quite literally. A close relative wants to create her own website for her business and asked me for help. I've offered her to set up the website, take care of domain registration and all, but I don't have the time to design the website for her. So, I want to give her a software in which she can edit the page and publish it on...

Recommended website resolution (width and height)?

Hi, Is there any standard on common website resolution? We are targeting newer monitors, perhaps at least 1280px wide, but the height may varies, and each browser may have different toolbar heights too. Is there any sort of standard to this? Thanks in advance! ...

What is your most useful programming related website?

Which is your most useful and important website for programming? I don't want to know which website you visit daily like discussed here, but where do you go to get your programming problems solved? (Except stackoverflow, of course) ...

Launching an executable from a website?

We're developing a site that will only run on the intranet, and computers with access to this intranet will have this executable installed. We can't have any "Would you like to open [filename].exe?" prompts. Click a link and the program begins running. I realize that giving websites the ability to run executables on the client machine...

Virtualization: Do you store web content inside the virtual machines?

In creating virtual web servers (VirtualBox for me), does web content usually go "inside" the virtual machine or is there usually a file server running on bare metal serving files (content) to all the virtual machines? Is there a typical scenario for storing content for virtual servers? ...

What do I do if a search engine spider is hammering my site?

I run a small webserver, and lately it's been getting creamed by a search engine spider. What's the proper way to cool it down? Should I send it 5xx responses periodically? Is there a robots.txt setting I should be using? Or something else? ...

What is the difference between web application and website in asp.net?

What is the difference between web application and website in asp.net? and if it have a difference which best from all sides? thanks in advance .. ...

Web Usability - Background Music

I personally loathe background music on a website. My client has opposite feelings on the subject. I added music because the customer is always right, though I'd like to revisit the subject with them. Almost everyone would agree that it is annoying and wastes precious bandwidth but are there any usability studies or a recommendation for...

Studies on the impact of well-designed websites on business

Are there any studies on the impact of websites in general or well-designed websites for businesses? By well-designed, I mean highly functional, accessible, and usable websites - along the lines of Section 508 compliance. A quick Google search didn't seem to turn up anything too useful, so I thought I would appeal to the SO community for...

fluid layout pattern creation for web pages

I would like to have each and every page on my site to have skeleton structure as mentioned below. Based on the template selected by user(saved choice/default css); the appearance of the page changes. I am planning to use 960.gs or blueprint css framework for layout handling. I am newbie to CSS and layouts. Best example for my requiremen...

How do you migrate an IIS 7 site to another server?

I'm new to the IIS world but am wondering the best practice for moving a website to another server (along with all settings, etc.) Manually recreate the site on the new server (not maintainable for obvious reasons) Copy the applicationHost.config settings file Use appcmd to make a backup and restore Use MSDeploy to publish the site on ...

www and non www redirection issue. Somebody help!

Hi, I have a website ABC.com the thing is that www.ABC.com is working while ABC.com is not. I set up domain forwarding for both to point to www.ABC.com but the browser says its an infinite loop. So, I setup a subdomain in ABC.example.com and pointed both ABC.com and www.ABC.com to ABC.example.com with the URL masked. Will there be any p...

How to organize minification and packaging of css and js files to speed up website?

I am doing speed optimization for my website application. And I found some practises to do that. For example Best Practices for Speeding Up Your Web Site from Yahoo. Among them are: Minify JavaScript and CSS. Minimize number of HTTP Requests by combining several files (css, js) into one. My question is what infrastructure, tools and ...

Notifications on a website

I am looking for different ways of how to display notifications. I was looking at the way Palms webOS does it and woundered if any one had done it like they did it but for a website. What do you think is the best way to display notifications? Edit: The notifications will be stuff like "you got a new mail", "you have an appointment" etc...

How can I implement live chat on website?

I am wondering how to implement a live chat on a web site using .NET (C#) And whether it can be linked to your Windows Live Messenger somehow. ...

Capture multimedia keys from a web site?

Is there a way to capture multimedia keys from a web site? ...

Unable to cast object of type 'X' to type 'X' - ASP.NET.

I am currently working with a ASP.NET Web site project in Visual Studio 2008 and everytime I make a change to code behind page for a user control and browse to page that is using the user contorl I get the following error: Unable to cast object of type 'ASP.basepage_master' to type 'ASP.basepage_master'. I have to rebuild my en...