web

How do I crawl my own website?

I've inherited an old Classic ASP website to modify. Although not requested up-front, I'd like to delete a bunch of the old "orphaned" pages. For some reason, The old developer decided to create muliple instances of the file instead of using source control (eg. index-t.asp, index-feb09.asp, index-menutest.asp). I'm wondering if anyo...

How do you tell what framework/language a web site is using?

Duplicate: Is there a generic way to see what is a website running on ? Thanks for all the answer everyone, please supply additional answers at the above question if you feel something is missing. Browsing the web I often come across sites that are doing interesting or cool things. It a natural inclination of mine, and I'm sure ...

Which encoding is used by the HTTP protocol?

When a browser sends an HTTP request to a web server, what encoding is used to encode the HTTP protocol on the wire? Is it ASCII? UTF8? or UTF16? Or does it specify which encoding it uses in a predefined format (before any decoding takes place?) P.S I'm not asking about the actual payload (e.g. HTML) of the request/response. I'm asking ...

Dying tools for website development

Website development is expanding in complexity, popularity and in the amount of tools available to use for development. Magazines, forums and such are now and then asking this same question, but not often with the possibility or means for collecting trustworthy answers. I figure this community might be able to at least reveal tendencies...

Multiple forms in ASP.NET MVC

Context Let`s say i have: In layout Site.Master: <div class="leftColumn"> <asp:ContentPlaceHolder ID="MainContent" runat="server" /> </div> <div class="rightColumn"> <% Html.RenderPartial("_Login"); %> <asp:ContentPlaceHolder ID="SideContent" runat="server" /> </div> Login partialView looks like: <form action="/myApp/...

build ASP.Net default web site error

Hello everyone, I am using VSTS 2008 and I am using Create new ASP.Net web site and using default settings/automatically generated files. My questions are, How to use command line script (msbuild) to build the ASP.Net web site automatically? I want to build the web site into a DLL which could be easily copied to target IIS server lat...

Putting Applet on web in Java using Netbeans

When I try to put the applet online, I go to the jsp page that loads it and get Error. Click for more details. When I click for more details, I get ... Java Plug-in 1.6.0_11 Using JRE version 1.6.0_11 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\gdf5010 c: clear console window f: finalize objects on...

searching for a WSDL or updated xml with finance information

Hi i have to create a line chart with finance information like the one in this site http://finance.yahoo.com/ but i need information of all the countries is there a place where i can get this information updated as a web service or xml ? ...

What is a good example for functional style web programming using javascript?

I'm doing javascript on a daily basis at the moment. I'm coming from an OO background and most of the code I have contact with is somewhat procedural/OO style. I'm looking for good examples that solves more or less typical web programming tasks but in a functional manner. I'm not interested to have any arbitrary example that just looks ...

Can you recommend an alternative web application stack?

I'm an experienced developer who has been working with .Net for the last 5 years or so. As I've been assembling an application stack for a startup idea I've had, I've noticed that many of the supporting tools that I would like to use are either flaky or have become commercial. As I have no revenue, and factoring in the cost for for Visua...

How fast should a dynamically generated web page be created?

I have a number data-driven web based applications that serve both internal and public users and would like to gauge how fast you would expect a page to be created (in milliseconds) in order to maintain user satisfaction and scalability. So, how fast does a page have be created to maintain a fast site? The sites are developed in ASP cl...

How to implement CrateAndBarrel.com alike shopping-cart ?

We are looking for approach to implement shopping-cart that keep shopping items at the bottom of the page, just like CrateAndBarrels http://www.crateandbarrel.com/family.aspx?c=837&amp;f=28291 The visitor should be able to add shopping item to the cart by clicking the item's "+ Add to Cart" button. From my understanding, for CrateAndB...

How do you resolve a URN?

I have an XML schema file which references a urn based location. Is there some way to resolve this into a url, or some way to actually read the file it refers to. <xs:include schemaLocation="urn:oasis:names:tc:dita:xsd:tblDeclGrp.xsd:1.1"/> ...

What the "minimum" technical skills for a "Senior Web Developer"?

Can anybody list the Technical skills required to be a Senior Web Developer? What I know that the person starts in the fields as Programmer then he becomes Developer after that Senior Developer ... ...

Technical/Programming/Non-SEO Pros and Cons of WWW or no-WWW?

What are technical/programming/non-SEO pros and cons of www or no-www, for domains as well as sub-domains? From Jeff Atwood's twitter at http://twitter.com/codinghorror/status/1637428313 : "sort of regretting the no-www choice because it causes full cookie submission to ALL subdomains. :(" What does this mean? Is there a blog post or ar...

Looking for interesting and instructive python code (web programming)

I'm learning python and my current focus is on web programming. Thx to some help from stackoverflow, I recently made some reasonable progress. While still at basic level, I can now "somewhat" comfortably use html templates, web frameworks (haven't done anything significant yet), sqlite (no mySQL yet), etc. Before I start another proje...

Draw panel on a web site?

What is best way for making a draw panel in a web page. I would like to know how to develop something very simple,for example little panel where users can draw a signature. This is great example drawhere.com, but I need something way simpler. Thanks ...

Can my file (image) names be too long?

When outputting images from Photoshop that are over 31 characters I get a compatibility message? Is there a downside to making image names (or any filenames) too long? I want to make sure my web app displays my images correctly in all major browsers, including mobile, and that my image names get picked up by Google for indexing. For ex...

Uses of AJAX

What is Ajax ? How does it work ? How to use it ? What are the performance and security concerns and how to avoid them ? ...

Dynamic port

Doesn’t the dynamic ports keep changing? If yes, wont these ports change and communication stop? Please advice. ...