76 posts tagged with WebDevelopment. (View popular tags)
Displaying 1 through 50. Subscribe: http://ask.metafilter.com/tags/WebDevelopment/rss RSS feed for this tag

Related tags:
+ (14)
+ (8)
+ (7)
+ (7)
+ (5)
+ (5)
+ (5)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
twiggy (3)
Asparagirl (3)
mickbw (2)

A simple CMS with an inline or front end editor? [more inside]
posted on Jun 20, 2008 - 16 answers

I work for a small web development company. As we are growing, I have been tasked with looking at a few pieces of our business: - Version Control (Currently we don’t do it. We’re starting to use Subversion at my recommendation) - Development Environments (We don’t exactly have formalized dev/stage/production right now, more like just dev/production…) - Hosting (How we host our different clients varies… too much… we need a good solution) - Infrastructure (i.e. how we host our own email, how we back up our data) I already have some thoughts and recommendations, but they’re based on my personal experiences, so I thought I’d see what other experiences are out there and find out what other people/companies are doing… [more inside]
posted on Jun 5, 2008 - 10 answers

I am trying to decide which web language + framework to focus on for learning this summer. I am stuck between PHP, Python (with Django maybe) or Ruby (on Rails). [more inside]
posted on May 29, 2008 - 35 answers

I am having a disagreement with a co-web developer I'm working with. He's insisting that having image width and height specified for images in the image tags is going to make an enormous difference in how fast this database driven site will render, while I feel that having the height and width called in the css for these images is enough. The site is very fast. [more inside]
posted on May 7, 2008 - 21 answers

How much does web development cost if the design work is already done? I am new to the world of website-making and am lost and confused. [more inside]
posted on May 5, 2008 - 18 answers

How to render image like in google picasaweb?: I'm developing a web page. If I use img tag to put image in the web page, while loading the page, image loads very slowly (especially large images). Also the upper part of image is loaded first and then the lower part, as page is downloaded from server. But in applications like google picasa, a very low quality version is rendered first, so that you see the whole image at once (even though its blurred), slowly as the page is downloaded, image becomes sharper. How can I implement this functionality in my web page? Can someone please point me to helpful resources regarding this?
posted on Apr 15, 2008 - 10 answers

For the web developers in the house: when viewing the generated code for a web page, the Document Type Definition is missing. Where does it go? [more inside]
posted on Feb 22, 2008 - 5 answers

I'm undertaking a personal web development and database building project, but I don't do web development or database building. Please help me assess the best options to have someone else do the work for me. I think the stuff I want is fairly easy, but please tell me what you think. [more inside]
posted on Feb 19, 2008 - 4 answers

Will serving images, other files, etc. from more than one domain make an appreciable difference in load time? [more inside]
posted on Feb 7, 2008 - 12 answers

I'm willing to pay for a really good tool to save a copy of a web site locally, downloading through HTTP. HTTrack isn't quite cutting it, and I need CSS background images. [more inside]
posted on Jan 24, 2008 - 17 answers

I've been charged with redoing our Label Website pretty much from scratch, both back-end and front-end (yes, its a self-link but its relevant). Because this site is about classical music, there is a HUGE amount of metadata that will need to be collected, parsed and displayed (think 3700 titles * 10 tracks * performer, composer, title, length, etc for each track). Has anyone done or know of anyone who's done work on this scale on either the back-end side or the design side before that they might recommend? I have an RFP pretty much already mocked-up. I would've liked to have used someone like 37signals but it seems like they don't do work for others anymore.
posted on Dec 19, 2007 - 13 answers

I've built plenty of websites. I've never built an e-commerce website. I generally use Dreamhost as a host and Expression Engine as a CMS. What's my next step for building an e-commerce site for a new client? Resources? Recommendations? etc. I'm in Canada if that makes a diff; products will ship world-wide.
posted on Nov 7, 2007 - 4 answers

Help me with Web / IT consulting and billable time. Consulting firms make their money on billable hours - what percentage of a 40 hour work week needs to be billable for different roles within the company? [more inside]
posted on Oct 24, 2007 - 7 answers

Good tutorial(s) for learning how to build web forms? [more inside]
posted on Sep 13, 2007 - 6 answers

Yahoo Answers/Quomon.com software clone recommendations? [more inside]
posted on Aug 10, 2007 - 1 answers

I've have this idea for an open source web application project. Currently, there isn't much more than sketches, light research and ideas resulting from my own experiences of using similiar products. I would like to do something real out of this but the scope of the project is far too big for me alone. What should I do next? [more inside]
posted on Aug 5, 2007 - 16 answers

Tips/anecdotes/experinece for outsourcing web development work to eLance, RentACoder etc. [more inside]
posted on Aug 5, 2007 - 9 answers

I'm seeking advice on how to mange small website development and maintenance projects with a remote contractor. [more inside]
posted on Jul 25, 2007 - 5 answers

As a LAMP developer, how should I cope with being asked to work on a Microsoft-IIS/6.0 server? [more inside]
posted on Jul 24, 2007 - 20 answers

Printing from the web: How to add "Continued on next page" footer on HTML printouts? IE print templates seem like a solution, but I can't figure out how to get them to work. My app is IE 6.0 only. [more inside]
posted on Jul 4, 2007 - 9 answers

What's the best way (using the internet, and/or books) to learn how to query SQL databases with Ruby?
posted on Jun 10, 2007 - 3 answers

I'm trying to set up a collaborative community for writers where we could edit, revise and comment on each other's writing behind the scenes and "publish" finished pieces to a blog-like front page. [more inside]
posted on Jun 7, 2007 - 11 answers

GNUFilter: Building a for-profit website that needs forums. Don't feel like writing them from scratch. Can I safely use something like this, released under GNU? [more inside]
posted on May 25, 2007 - 6 answers

I have a laptop I’d like to use as a development server / file server. I’d like to install Ubuntu, Apache (if it’s not already in the Ubuntu distro, I haven’t checked) and CVS. I need your help. [more inside]
posted on Apr 10, 2007 - 13 answers

How do I help a client pick between Java/JSP/Velocity/Freemarker and PHP/Smarty/etc? Is there an MVC approach in PHP? [more inside]
posted on Apr 7, 2007 - 5 answers

What is the best way to automatically send emails from a ruby on rails website on a schedule such as weekly or daily based on stored user info?
posted on Mar 19, 2007 - 4 answers

Javascript Noob: I need to move one div inside of another div that is elsewhere on the page. How do I do this? [more inside]
posted on Feb 24, 2007 - 3 answers

I have several pages displaying correctly in Firefox but not in IE6. [more inside]
posted on Jan 7, 2007 - 7 answers

I'm looking around for a simple tool to help manage file pushes to a website/web application. Is there such-a-thing as "Release Management" software? [more inside]
posted on Dec 7, 2006 - 9 answers

My friend seeks a job as a web developer in NYC. He's gotten the impression that no one will interview him if he's not already a resident of the Big Apple. Is this accurate? [more inside]
posted on Nov 22, 2006 - 10 answers

I've been with my present employer for nearly four years. Of those four years, the first three were spent as a Web Development Intern and the last was spent as the Lead Web Developer. What goes on my resume? [more inside]
posted on Nov 13, 2006 - 8 answers

I'd like to build a publicly editable online database. Each record of the database will consist of images and a few bits of meta data and maybe some Flickr-style tags. I don't have the skills to build a custom database nor the money to pay someone to build it. Is a wiki the way to go? If so, which free (or cheap) wiki software do you recommend for someone with very little programming knowledge? If I remove the "publicly editable" requirement, would a plain ol' WordPress blog with tags be the cleanest option?
posted on Nov 8, 2006 - 4 answers

I'm moving in the summer of 2007 to a new city. I'm a web designer/developer, how can I get a head start on my job search? (likely to Asheville NC, if that helps) [more inside]
posted on Nov 6, 2006 - 3 answers

I'd like to learn about deploying perlbal. I see docs on installing it but not many on how to actually configure and make use of it. I have just finished a book on Perl. (OO Perl is ugly but doable) Getting everything from CPAN seemed straight forward...Now what? Does this run under mod_perl & Apache? Lighty? Is it its own server and run as a daemon? Any pointers greatly appreciated.
posted on Nov 3, 2006 - 3 answers

Help me mirror a development server for clients outside of the development environment. [more inside]
posted on Aug 31, 2006 - 7 answers

What is the point of using a salt when encrypting passwords in a web application? [more inside]
posted on Aug 26, 2006 - 15 answers

Is DreamHost always this bad? Are they going to get better? [more inside]
posted on Jul 30, 2006 - 52 answers

Anyone have a good page weight calculator? I'm working on re-developing a fairly large site, and as part of that we're looking to keep download times (and thus, page weight) down. Is there a Firefox extension/tool out there that provides a good page weight test?
posted on Jul 12, 2006 - 5 answers

Javascript: How to focus on the original window after opening additional windows? [more inside]
posted on Jul 10, 2006 - 5 answers

How do search engines react when you change a 301 redirect? [more inside]
posted on Jun 10, 2006 - 2 answers

I'm making the AJAX plunge, and working with Yahoo's AJAX User Interface Library (specifically Dialog to create form sumission dialog boxes. But I don't know how to pass values into the box that pops up. [more inside]
posted on Jun 7, 2006 - 7 answers

How much documentation should my non-profit expect from our web developer at the conclusion of our new website project? [more inside]
posted on May 12, 2006 - 12 answers

Any suggestions for tools to build backgrounds and buttons/icons for web sites? [more inside]
posted on Apr 22, 2006 - 3 answers

Stupid web development question about updating a database on a mouse click without re-loading the page (AJAX required?) [more inside]
posted on Apr 5, 2006 - 13 answers

I am looking for suggestions as to small, good, and fast Web 2.0 website development companies for a near-term project... [more inside]
posted on Apr 4, 2006 - 7 answers

Is there an alternative to XMLHttpRequest that would work across different domains? [more inside]
posted on Mar 12, 2006 - 16 answers

I'm trying to implement some AJAX features in a project, and need help deciphering the possible options and parameters of the Rico framework's accordion display. [more inside]
posted on Feb 20, 2006 - 4 answers

Idletimeprojectfilter: What do you think a computer-clueless jerk like me would need to know to build a used DVD trading/selling site? [more inside]
posted on Feb 18, 2006 - 11 answers

Something for (the latest version of) Safari that allows me to see which DIV I'm in by mousing over a section of the screen? Any suggestions besides webdevadditions (which doesn't work for me and the developer is unresponsive).
posted on Jan 21, 2006 - 7 answers

I'm building a website for a local store; they want a small catalog to sell a few of their products online. They already accept credit cards on-site and have a merchant ID#; can a pixel-pusher like me set up a shopping cart system out of the box for them, or do I need to find a web developer? [more inside]
posted on Jan 20, 2006 - 8 answers

« Older questions