|
| |
|
|
28wazoo28
Posts: 0 Joined: 3/24/2004 Status: offline
|
Why not Frontpage - 3/25/2004 10:16:24
I am new to this. I have built one other web page and now a guy I know wants me to build a webpage for his business. I am totally freaked out. Here is my question though: after talking to some of my friends in IT they tell me that I should not build it in Front page. They say it is too easy to hack and it is not secure enough to be taking credit card orders on. Is this true? If so, then why do so many people use it? What should I do? I know how to use FrontPage (a little) but I have never done this for a fee. Also, what should I charge for building a page and maintaining it. He wants a web presence first and then possibly move into an online store. Thanks in advance!
|
|
|
|
LoriL1212
Posts: 394 Joined: 1/30/2004 From: South Florida Status: offline
|
RE: Why not Frontpage - 3/25/2004 13:02:55
As a professional developer, I do not use FP for two main reasons. 1. The code it creates. 2. The mandatory extentions for its use. .. there are more, but I will stop there. There are several pros (including some on this site) that use it and have no problems securing jobs, and creating beautiful web presences with it... So if it is what you know, then use it - but in the meantime, learn HTML. It is a must know for any serious developer. As for cost, it is hard if you have no previous successful sites to go very high. As a beginner, maybe $25.00 per hour. Here is a thread here on what to charge: http://www.frontpagewebmaster.com/m-153286/tm.htm Here is another link outside of here: http://www.webhostingtalk.com/showthread.php?threadid=173786 **edited to finsh my sentence. LOL, I pushed post way to fast!
< Message edited by LoriL1212 -- 3/25/2004 13:06:34 >
_____________________________
Lori Leach :: zenful creations :: kudos :: musings
|
|
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
RE: Why not Frontpage - 3/25/2004 17:00:58
quote:
As a beginner, maybe $25.00 per hour. I've been struggling with this myself. I have some jobs that are almost mindles "fill in the blank" oriented which require very little creativity and know-how and I wondered what to charge for doing them. It involves setting up a public website for realtors in the MLS program that is very limited - you can't design your own page from scratch but use one of their very limited templates, with very little HTML control. Setting up the entire thing takes me about three hours. Just a matter of doing searches, saving them and then linking them. I was thinking $18/hour. Do you think I'm not charging enough? I seem to be attracting a lot of the local realtors around here and I'm anticipating a few more agents in the near future....so I don't want to sell myself short or scare them off into doing it themselves, either. LOL
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
Mojo
Posts: 2429 From: Chicago Status: offline
|
RE: Why not Frontpage - 3/25/2004 17:23:24
Spot on Mike54.... FrontPage has ZERO impact on security. It is the server where weaknesses reside (webdav comes to mind). If you don't use the extensions and check the box to keep FP from playing with your code - it can produce clean code. The problem is too many people don't know much about FP, except what they have "heard". They hear bloat and amateur code and that is what they believe without checking for themselves... FP does some things better than other WYSIWYG's and does some things worse - I personally use something else for 98% of my HTML work because FP does not give me the nice code colors for tags and such.
_____________________________
Split Testing Chicago Order Fulfillment Emergency Kits
|
|
|
|
LoriL1212
Posts: 394 Joined: 1/30/2004 From: South Florida Status: offline
|
RE: Why not Frontpage - 3/25/2004 20:02:36
quote:
ORIGINAL: Peppergal I was thinking $18/hour. Do you think I'm not charging enough? If this was me, and I know that it only takes 3 hours (give or take) I would absolutely charge a flat rate. Never by the hour. I would charge $100.00 flat.
_____________________________
Lori Leach :: zenful creations :: kudos :: musings
|
|
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
RE: Why not Frontpage - 3/25/2004 22:30:08
Wow...okay! And I thought I might have been pushing it "too far." Thanks!
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
Giomanach
Posts: 6075 Joined: 11/19/2003 From: England Status: offline
|
RE: Why not Frontpage - 3/26/2004 6:39:04
I must echo Lori on the why not to use FP. Plus last time I used FP, it didn't automatically have DTD and character encoding done for you, which is the main reason why I purchased Dreamweaver. I also find FP the harder WYISWYG editor to use, as all of the functions are in the menus, and for someone like me, I will scan straight over them, DW has quite a few functions in the panel groups on the right hand side of the program. Also when using FP, you have to look for specialised hosting, you are restricted to Windows Servers, and they must have FPSEs installed for the web site to work properly. Also, I started out the hard way, I started my first we page through notepad, then when I got confident I had a look at FP and DW, then decided which one would be best for me to use. Plus I work for Lori now, so I have no choice but to use Notepad or DW Edit: Typos R Us
< Message edited by Giomanach -- 3/26/2004 11:39:50 >
_____________________________
|
|
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
RE: Why not Frontpage - 3/26/2004 7:35:05
quote:
Also when using FP, you have to look for specialised hosting, you are restricted to Windows Servers, Nope - I'm on a linux server. You only *need* the Front Page server exts. (which a plethora of hosts offer anyway) if you want to use the Publish feature instead of FTP, the built in feedback forms, and some of the other bells and whistles which I do not use. I only use the ext. for shared borders, forms, and publishing. Oh yeah, it's nice because you can edit your page live from Internet Explorer, too - handy but not necessary. I've been editing all my sites live lately. All that said, I'm not married to Front Page, and my love/hate relationship has been going on a long time. I've gotten away from the page bloat by using CSS totally for text control, and using "find and replace" to eliminate the "border=0", "bordercolor" and "style=border-collapse: collapse" tags instantly from all pages in a matter of seconds. For someone who can't afford a new editor worth a darn, it's a fine trade off. I'm waiting for the newest edition of First Page to come out, and then, I might give that a whirl. I do get character encoding coming up automatically, too - just not the DTD which is really retarded. But I think that is an option with FP 2003, right?
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
Peppergal
Posts: 2204 Joined: 9/20/2002 Status: offline
|
RE: Why not Frontpage - 3/26/2004 7:38:19
Dan, instead of Notepad, you might like this handy and very cool text editor - it is really neat, and the basic one is free: http://www.notetab.com/
_____________________________
Northeast PA / Poconos/ Lake Wallenpaupack Real Estate wallenpaupacklakeproperty.com Karen's Real Estate Blog
|
|
|
|
Mike54
Posts: 4772 Joined: 3/26/2001 From: Way Up Over Status: offline
|
RE: Why not Frontpage - 3/26/2004 7:40:27
quote:
Also when using FP, you have to look for specialised hosting, This is NOT true. quote:
you are restricted to Windows Servers, This also is NOT true. quote:
and they must have FPSEs installed for the web site to work properly. This is also NOT true! It is the developers CHOICE as to what host and server they might want/need to use based on which features of the FP wysiwyg web editing program they want to use. IF someone wishes to use any or all of the flashy components that are packaged with FP then yes you are restricted but FP by itself does not force this on anyone. FTR two of my sites are hosted on Linux running Apache AND the FPSE's. It is however MY choice as to whether I activate the FPSE's - I do not HAVE to.
_____________________________
Who was the first guy that looked at a cow and said, "I think that I'll drink whatever comes out of those things when I squeeze them"? New photogalleries, stop by sometime.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|