I'll just tell you how my firm does it because it works for us: we're happy and our clients are happy (as far as we can tell).
For non-retainer work, we always charge by the hour. We charge the same rate regardless of the type of work that we're doing (e.g.: WordPress skin vs custom e-commerce platform) because we feel that our time is worth what it's worth. In some projects with rushed time lines, we charge extra per hour because we have to put off other projects, which makes our business less profitable. We do this at our discretion though, and have only increased our rates one or two times in the last year.
How much to bill is very different then when to bill. Having dealt with a wide variety of clients from mom-and-pop to large corporations, I can tell you that when you bill will differ from client to client. For small to mid-sized companies, it works well to bill one third up front as a deposit before we being any work), another third at some mid-point once some milestones have been met, and the final third upon completion and delivery.
This is important, especially for smaller companies, because it frees them from having to worry about cutting a check every two weeks, which is sometimes difficult for them because of their own clients and billing. Also, consider that small business are usually only a handful of people and very rarely have someone who is a dedicated accountant. This means if you structure your billing for frequent payments, they may often come late and delay the project. Less frequent billing means less invoicing, which is often great for both you and the client.
Mid-size to large business have more options when it comes to billing. You can bill by milestones, bi-weekly, or upon delivery. It really comes down to what you and the client can agree upon. Larger business will typically have their own invoicing system, which may dictate when and how you can bill. It doesn't sound like this scenario is applicable to your situation since it seems that this isn't your normal line of work.
Deciding what to charge is the most difficult part. Others have cited Hofstadter's law, and they are correct to do so. Until you've more than your fair share of experience estimating task and overall project time, it's highly likely that you will always under estimate. Some suggest multiplying your time by 2 or even 3, but this might be a little excessive. I personally don't follow this school of thought as I feel that it is unfair to the client and typically ends in over charging, but if you must use a multiplier, 1.5 is probably more appropriate. If I'm not certain how long a specific component will take, I add a couple of hours there, but I don't treat the whole project as a giant unknown.
We don't typically charge by the number of pages as we find that is a poor metric for most of the work that we do. Having been in the business a while, I find it easier to instead determine how much time a specific task will take. Try to break down areas of the site into as specific modules as possible. This will make it easier to determine how long it will take you. This is by no means a complete list and will vary from client to client, but key areas include:
- Database design
- Models
- Views
- Controllers
- HTML/CSS implementation plus extra time for debugging IE (funny yes, but totally accurate)
- JavaScript (If the project is JavaScript-heavy, then you'll have additional but similar areas for the client side)
- CMS/Admin controls (if applicable)
- Content input (this should be copy and paste from what the client provides and should take that long per page)
For more complicated development projects that require a large amount of actual programming or have a large possibility for change, we include a block of time up to 20% of the total project time for QA and revisions. This has several benefits. First, it protects you. We all know that the more you develop, especially for large, complex systems, the more you will have to debug—especially if you are targeting multiple platforms (e.g.: CSS/JavaScript compatibility across several browsers). Second, it gives your client an appropriate degree of flexibility to request minor changes without having to amend the existing contract. This second benefit comes both with the caveat that a poorly informed client will take ill-advantage of this (see the following paragraph for more), and that it allows you to give your client the service that the deserve (they're paying you after all) and be flexible to slightly shifting specs (because they ALL shift), which makes you look better and makes them happy.
It is always important to educate your client, even if they are not new to your types of services. Clients will behave comparably to how you inform them. If you don't tell them anything about your process, how you intend to bill them, what the milestones are, how frequently you intend to communicate with them, what qualifies as a minor revision and what requires a contract amendment, why you are charging them what you are charging, what exactly you are delivering, what they are not getting, etc., then they are free to expect things that you can't deliver. This never creates a good situation. It's frustrating for the developer, and makes you look bad to the client. Always have a contract, and always spell out as much as possible in that contract. It protects everyone.
This topic has been years in the making for me and these are only the broader and more important points, but at any rate, I hope that was helpful.