web-development

Automated user research, what are good strategies?

I am producing an online system to integrate a number of other systems using sharepoint as a portal. I would like good logging built in so I can actually see what my users are doing (without invading their privacy!) I would like to produce heat map overlays to see which links are being made, and intuitive reports of which pages are bei...

What would be the best place to start learning AJAX (I have Perl as a backend)

I am currently developing a website using basic cgi to turn out pages. I would like the website to be changed to have a better (read dynamic) interface. What techniques (if not AJAX) and/or tutorials would you recommend to get me started? ...

Flash editor.

What application should I use for creating Flash animations for a website? ...

What method do you use to let users login to your site? (OpenID, Google, own, other?)

And... which is easiest to implement? ...

Which language to choose and when?

Sorry if the title is misleading! Take 3 web dev languages php, java and .net. When will you choose php or java or .net for a project? Forget the cost factor! Does it depend on the complexity or does it depend on security or does it depend on the development process?? Do you have any set of questions or guidelines which you cross che...

Does the CSS 'font-size: medium' set font to .Body font size or to the *browser*'s base font size?

in "CSS: The missing manual" the author says that font-size: medium (or other size keywords) sets the font relative to the browser's base font size. But what I'm seeing in FF2 and IE6 is that it sets the font size to what I specified in the .CSS HTML or BODY style (which is much preferred). If it works the latter way, this is very han...

How to change the Text of the browse button in the FileUpload Control (System.Web.UI.WebControls)

I want to change the Text of the browse button in the FileUpload Control (System.Web.UI.WebControls), instead of the [Browse...] text I want to use [...] ...

Can JQuery read/write cookies to a browser?

Simple example: I want to have some items on a page (like divs or table rows) and I want to let the user click on them to select them. That seems easy enough in jquery. To save which items a user clicks on with no server-side post backs, I was thinking a cookie would be a simple way to get this done. Is this assumption that a cookie is...

comparison of ways to maintain state

There are various ways to maintain user state using in web development. These are the ones that I can think of right now: Query String Cookies Form Methods (Get and Post) Viewstate (ASP.NET only I guess) Session (InProc Web server) Session (Dedicated web server) Session (Database) Local Persistence (Google Gears) (thanks Steve Moyer) ...

What causes Firefox to make a GET request after submitting a form via the POST method?

What causes Firefox to follow a POST request with a GET request when submitting a form via the POST method? The GET method is sent to the same url as the POST method but without the request parameters. If you change the form method to GET, it will result in two identical GET requests. ...

Best web front-end for SVN?

I'm researching SVN repository browsers, and it's a tiresome task given how many are out there (I started here) The "ideal" system would Run on linux Be easy to use, even for non-developer types Look nice (have a decent skin) Either have built-in access control, or be written in PHP so that I could hack it myself to hook it up to some...

Web Dev - Where to store state of a shopping-cart-like object?

You're building a web application. You need to store the state for a shopping cart like object during a user's session. Some notes: This is not exactly a shopping cart, but more like an itinerary that the user is building... but we'll use the word cart for now b/c ppl relate to it. You do not care about "abandoned" carts Once a cart i...

Well developed web site architecture using linq to sql?

Anybody found yet a good web site architecture using linq to sql? Any help will be very helpful! ...

Automatically verify my website's links are pointing to urls that exist?

Is there a tool to automatically search through my site and test all the links? I hate running across bad urls. ...

LinkButton not firing on production server

This is a good candidate for the "Works on My Machine Certification Program". I have the following code for a LinkButton... <cc1:PopupDialog ID="pdFamilyPrompt" runat="server" CloseLink="false" Display="true"> <p>Do you wish to upgrade?</p> <asp:HyperLink ID="hlYes" runat="server" Text="Yes" CssClass="button"></asp:HyperLink> <as...

WebDev: What is the best way to do a multi-file upload?

I want (barely computer literate) people to easily submit a large number of files (pictures) through my web application. Is there a simple, robust, free/cheap, widely used, standard tool/component (Flash or .NET - sorry no java runtime on the browser) that allows a web user to select a folder or a bunch of files on their computer and upl...

Forced Alpha-Numeric User IDs

I am a programmer at a financial institute. I have recently been told to enforce that all new user id's to have at least one alpha and one numeric. I immediately thought that this was a horrible idea and I would rather not implement it, as I believe this is an anti-feature and of poor user experience. The problem is that I don't have ...

Get position data from mobile browser

I am developing a web app that will be hit frequently by mobile browsers. I am wondering if there is a way to get enough information from the browser request to lookup position data (triangulation or GPS) Not from the request directly, of course. A colleague suggested there some carriers supply a unique identifier in the request header t...

How can I get a history of the number of pages in Google's index for a particular site?

A Google search for "site:example.com" will tell you the number of pages of example.com that are currently in Google's index. Is it possible to find out how this number has changed over time? ...

How can I get that huge security icon on my secure site?

If I go to www.paypal.com, Firefox displays a huge icon in the location bar. Is it possible to get my web site to do this without paying $2700 to Verisign? Where is the best place to buy SSL certificates and not break the bank? ...