Tagged Questions

4
votes
5answers
346 views

Web Development .NET Best Practices

Are there other example projects like the Northwind Starters kit around that show you 'best practices' (layers, unit tests, mocking data, o/r mapping tools, ...) in architecture of …
3
votes
4answers
57 views

How to clear the content of an IFRAME?

How do I clear the content of my IFRAME element, using javascript, without loading a blank page into it? I can figure out to do this: iframe_element.src = "blank.html", but there …
3
votes
5answers
104 views

What software do i need to install to use WPF in VS2005

Hi All, I have VS2005 and .net 3.5 installed on my machine I have heard of WPF and want to practice WPF solutions what other software should I install to write WPF program i …
2
votes
5answers
105 views

GWT web page complexity

I'm using Google Web Toolkit (GWT) to implement a complex application on the web. I was wondering, however, how many components can be included into a single page (a.k.a. entry poi …
2
votes
6answers
112 views

Client Side Persistence (Storage)

In my demos, I'd like to avoid using traditional DBs and store all the data on the client side, e.g. information submitted via a form. What alternatives do I have for that. I've h …
2
votes
2answers
72 views

What’s the replacement for the .value variable in javascript?

I'm writing a page where I need to get the value attribute for the selected option within a select tag. The way I usually do it like this: onchange="changeCurrentWebsite(this.opti …
1
vote
1answer
162 views

How to accurately parse smtp message status code (DSN)?

RFC1893 claims that status codes will come in the format below you can read more here. But our bounce management system is having a hard time parsing error status code from bounce …
1
vote
6answers
231 views

Getting anchor’s offset position.

Hey, I am attempting to scroll the window to a location on my page based on a user's selection. I am getting some strange results. Can anyone suggest a good/better way to go about …
1
vote
3answers
156 views

Why this error happening a lot “asp.net, sql server”?

I have this error which happen many times on my site: "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found …
0
votes
6answers
66 views

List of commands of linux which can be helpful for php develpment

Hello. Every one. Actually I would like to know the list of commands & there use, which can be helpful for php development. Say for example, Crop Command => May be used to c …
0
votes
4answers
53 views

Access a website by a bot but only after setting a variable by a browser/human

We are working on a website of a brewery using Drupal. As minors under 18 are not allowed to view the website, any page accessed is passed through a module (legalage) and if the us …
0
votes
2answers
47 views

Website missing after copying to wwwroot folder

I am trying to deploy a website; i have copy pasted the code into the webapps\wwwroot folder by creating a folder Then when taking inetmgr ; i am cannot see any of the folder in …
0
votes
2answers
197 views

How to convert Byte[] to sql image

I have sql data type image to store the state of the webparts but in .Net it is Byte[]. How do I convert Byte[] to sql image for insert and other operations.
0
votes
2answers
86 views

How do I use WPF in VS2005 [closed]

Possible Duplicate: What software do i need to install to use WPF in VS2005 Hi All, How can I use WPF in VS2005 it is critical and I want to do that, but I found …
0
votes
4answers
539 views

JavaScript scrollTo method does nothing?

Hey all.. So I am desperatley trying to get some scrolling functionality to work on a page. After not having a luck I decide to just stick window.scrollTo(0, 800); on my page to s …

1 2 next
15 30 50 per page