website

Best website to store programming scripts online

I want a website where-in it will store all my (quick)scripts online. Sometimes I will writing a couple of python scripts to get this done like, getting the list of recent files added, getting the list of added files on a day, or something even more simpler. So I want to document those scripts on a daily basis. How do it online? Update:...

What this mean? .. can you help ???

My site got harmed by this site " spywarepc.info " ..don't even know what is this ? My site has been blocked by google ..? please help me out from this ..is it a malware ? ..if that how will i recover it ? ...

can i find out when a webpage was last uploaded?

as the question asks, is there a way of finding when a page was uploaded/updated last. I've got a client who has an 'SEO' company and I've just been asked by client if i've changed the the ftp login details, i haven't but it could be the seo company, want to know if they've updated a page and uploaded it after i did.... thanks in advanc...

Search Engine Optimisation and multiple sub-domains per html page

Hi, We are looking for some tips over a performance and search engine optimisation (SEO) technique. For our clients, we would like to place all of their page images in a sub domain in order to have a better browser related performance. For example by replacing: <img src=”/images/foobar.jpg” /> By <img src=”http://images.domain.c...

What are some good game programming web sites, blogs, newsgroups, and podcasts?

What are some good game programming web sites, blogs, newsgroups, and podcasts? There is GameDev.net and the Game Development Algorithms list ([email protected]). What other sites, blogs, etc have you found on game programming? ...

Automatically determine the natural language of a website page given its URL

I'm looking for a way to automatically determine the natural language used by a website page, given its URL. In Python, a function like: def LanguageUsed (url): #stuff Which returns a language specifier (e.g. 'en' for English, 'jp' for Japanese, etc...) Summary of Results: I have a reasonable solution working in Python using cod...

Do you think a fluid website should have limits for its width?

Do you think a fluid website should have limits for its width (such as min-width and max-width, and hacks for IE)? Well, that's because screen resolutions may be too high which is not that good for reading text contents. What'd you say? ...

How do I redirect a multi language site to a default language page?

I have this: http://example.com/EN/index.php - english version http://example.com/PT/index.php - portuguese version What I want: http://example.com/ to be taken to the portuguse page by default. I've also been thinking on having the portuguese page on the root and english in the EN/ directory. is this better for SEO? ...

Shopping cart without breaking design

I have a fully designed website, but have now realized a need for a shopping cart. Can anyone recommend a shopping cart that lets you add elements to your pages, rather than design a template for? I don't want to lose the work/design i have/have done! APACHE/PHP, in particular, rockethost ...

Maximizing parallel downloads for website

I've been reading articles about speeding up websites by serving static content from a cookieless domain. We have an ASP.NET website with links to images/css/js like <script type="text/javascript" src="/js/something.js"></script> I've been testing out the static content filter from this article and it seems to work great for situatio...

How to do a focus group for a website

I have been developing a new online game for the past year now. The site has recently gone to beta testing and I am looking to go gold later this fall. I have heard from some people that they are confused when they first signed up, and it gave me the idea to hold a focus group of various types of people (such as gamers and non-gamers). I...

Web navigation via paths..

I'm a complete web novice but I couldn't help notice that some web sites that generate a lot of content (such as www.stackoverflow.com) often seem to navigate to specific items via the path. For example clicking on discussion item "blah-blah-blah" in www.whatever.com/discusions will often link to URL with a pattern of www.whatever.com/di...

LINQ help for Dynamic Data Website

Hi All, I have Dynamic dataWebsite which uses a SQL SP to do update operations..I have a problem here, my delete functionality is also a update(setting IsDeleted=1) operations. I am currently using LINQ query and calling datacontext.SubmitChanges() for deleting. The problem is, the update LINQ query(that sets IsDeleted=1) when i call Su...

How to add a .NET C# project to a web site?

I just finished my first C# project in VS 2008 and it is working well now. But now I need to publish this project on my website. This project interacts with my SQL Server 2008 Adventureworks database on this same computer. I will use this same computer to host the website and house this database. I know HTML but not how to add a .N...

java: easiest way to populate a bean using servlet params

without using any big web framework (just servlets), do you know a ready to use small library that can populate my bean properties from the params of an http request? ...

Add C# project to a web site using IIS 6.0

I just finished my first C# project in VS 2008 and it is working well now. But now I need to publish this project on my new website. This project interacts with my SQL Server 2008 Adventureworks database on this same computer. I am running IIS 6.0, but I am a newbie to both IIS 6.0 and VS 2008. I will use this same computer to host the...

Deploy C# project to a website with IIS 6.0

I am using VS 2008, SQL Server 2008, IIS 6.0 Manager on an XP OS. I developed my very first C# project in VS 2008 and it runs correctly in VS. But now I need to publish this project on my website. This project also involves an SQL Server 2008 Adventureworks database on this same computer. I will use this same computer to host the webs...

Developing a web site that can be accessed through mobile phone applications

Hi, I am developing a site that is tested only in Firefox and IE. Now I need to make the site accessible from mobile also. So I need to know whether I need to calculate the time needed to shift the site. Is this created as a new application or the same application is modified? When accessing stackoverflow.com from my mobile the design...

Website UML example

Can you give me an UML example of a website or REST server. Thx! ...

ASP.net range validator moving to next page

I have put a range validator in a asp.net text box control in my webpage; whenever the range is not meeting ; it will dispay the error message, But it is moving to the next page. how i can prevent it from moving to the next page after the click of submit button while the range not met?? ...