website

Setting focus to a button from from text box?

Hi, i have a few text boxes and buttons on my form. Lets say txtBox1 is next to btnSubmit1, txtBox2 is next to btnSubmit2, txtBox3 is next to btnSubmit3. How can i set the focus on btnSubmit3 when the user starts to type something in txtBox3. Meaning..... if a user type in a text box the program will know what button to fire when the u...

Web technology for a first small web project

I'm a C++ developer with basic Python skills. Here's the task, a friend of mine is running a small company and he asked me if I can make a website for him. I have no real deadline so I think it's a perfect opportunity to try sth new and do some web development. User has to be able to add photos, change texts ect. Do you think that Djan...

What php sites would you recommend following?

Which php sites would you recommend following for php news, new open source projects, some that have been around for a while, etc. Just looking to stay on top of the php industry and also find new tricks and what not to make my programming life easier :) G-Man ...

list of useful websites that teach ASP.NET

What are the most useful websites to learn ASP.NET with? What blogs do you read it to enhance your technical knowledge of ASP.NET? What forums are useful to you? First I will answered this Question. [Website] ASP.NET [Website] 4GuysFromRolla [BLOG] ScottGu Blog [BLOG] Omar Alzaber Blog I have a lot of links but maybe you have...

Website performance measurement

Hi, I need a tool to measure a website's performance that's free and does not require any changes to be made to the code (jsp asp pages). All help is appreciated. Thanks, Adhir ...

Determining your websites color scheme

One of the biggest issues I have, from a UI standpoint, when building a new website is figuring out what colors I will use and of those colors, do they actually work well together. I found this site that has really helped me out and I figured I would share it with all of you and also get some responses back about either sites similar o...

Refactoring for non OO languages

Can anyone recommend a website, book, or simply a list of refactoring strategies for procedural languages as opposed to object oriented languages? Everything I was able to find contained some strategies that could apply, most were useful only if working in an OO language. ...

Transfering website

I have made some changes to a site and need to re-host it as the current host is ceasing to exist. My client has received the following from the current host: "The best thing to tell them is that, due to the fact that we are withdrawing our service completely, we would look to fully transfer the web site address across to them rather t...

How does a website recognise me?

I've been using a chat website for a while (irrelevant which one), that has just "banned" me. I've never had to provide login detaisl of any sort, except a "nickname", which can be different every time you go on to the site. Now, irrespective of which ISP i'm on, or where geographically I'm located, or which browser I use ( IE or safari)...

Does PageRank mean anything?

Is it a measure of anything that a developer or even manager can look at and get meaning from? I know at one time, it was all about the 7, 8, 9, and 10 PageRank. But is it still a valid measure of anything? If so, what can you learn from a PageRank? Note that I'm assuming that you have other measurements that you can analyze. ...

Fetch data from Other Websites

Hi, Even before telling my question, will tell you that this is a very vague question. But please let me know if you have any similar ideas. I am actually trying to write a website of my own locally using ASP.Net. I actually wanted to try and simulate a website with trading and stock details. I wanted to actually fetch the details fro...

Using a Database that's shared under the Creative Commons ShareAlike 3.0 License

Hi, I am looking to use a database / data file shared under the CC ShareAlike 3.0 License for my website. It says under the license that I am free to remix the work as long as I attribute the work and I share it under the same license. That said, would I have to 1) open source my website? 2) make every service on the website using th...

Protect Email on Web Site From Robots and Crawlers

Closed as duplicate of http://stackoverflow.com/questions/308772/what-are-some-ways-to-protect-emails-on-websites-from-spambots I am finally puting up my personal web site. I want to publish a webmaster/feedback email on every page, but I am concerned about SPAM crawlers extracting the email address and bombarding me. This is especia...

Support for Web application - Web Site

Hello everyone this is my first question here in stackoverflow. I am creating an e-shop in ASP.NET + C# for a client. First of all I would like to ask if anyone knows how good Crystal Tech web hosting is (not the dedicated servers package as that is somewhat expensive); Second I want to ask what sort of support - maintenance - guarante...

In Drupal, how can I create a front page with a set of menus as the content?

This website http://nationalstrategies.standards.dcsf.gov.uk/ appears to be using Drupal, and I like the menu system on the front page, but can't work out how it's been done. Has anyone any ideas about which Drupal modules might reproduce this look and functionality? ...

How to stop ASP.Net website throwing HttpUnhandledException exception while browsing forward/back through paged listing of items?

Hi, I have an ASP.Net hosted website which displays a list of results as a DataGrid or ASP.Net Repeater with paging of results. If one scrolls quickly through the pages by pressing the Previous/Next tabs sometimes an HttpUnhandledException is thrown and the debug page rendered instead of the next listing of results. The debug screen is...

Which are the websites that .net developers visit?

Which websites are visited daily by .net platform developers? ...

How do I implement client side replacement with Javascript?

I have a HTML page with which I want to do some client side replacement using Javascript. The values I would like to replace are in an array like so: var searchFor = new Object(); var replaceWith = new Object(); searchFor = [ "quick", "brown", "fox", ]; replaceWith = [ "nimble", "black", "cat", ]; So every instance of 'brown' s...

Vertical Table in a web page.

Hi, I want to switch between vertical and horizontal table layout for same data. Although it is possible to do it by making applying the same CSS for the first column for the vertical layout as the css applied for the header row for the Horizontal layout. Is there is any way where we can make the webpage render the way we like it (Ho...

How does OpenID authentication work?

I am a little curious to know about how OpenID authentication works. Is there any difference between OpenID authentication and the authentication which sites use exclusively for themselves? ...