|
| |
|
|
BobbyDouglas
Posts: 5456 Joined: 5/15/2003 From: Arizona Status: offline
|
reply - 1/23/2007 18:16:08
what do u mean a float code? Are you talking about inserting the float style tag inside of the html as opposed to a css file?
_____________________________
Arizona Web Design - Mr Bobs Web Design in Arizona The Arizona Web Hosting Challenge
|
|
|
|
slanoue
Posts: 33 Joined: 8/20/2002 From: San Diego but live in Tuscaloosa Status: offline
|
RE: Keep Using FP or move to EW? - 1/23/2007 18:57:51
What is a "float code"? That is a new one to me. Suzanne
|
|
|
|
slanoue
Posts: 33 Joined: 8/20/2002 From: San Diego but live in Tuscaloosa Status: offline
|
RE: Keep Using FP or move to EW? - 1/23/2007 19:01:59
There are millions of themes out there..you don't have to use the ones that came with FP that everyone is familiar with. Besides, you can make your own (which I like). I don't use them much any more on my own professional site, but they come in very handy when you want to put up a page quickly and want it to look nice (especially if you are not good with graphics or site design on your own). A template is not too different from a theme... Suzanne
|
|
|
|
slanoue
Posts: 33 Joined: 8/20/2002 From: San Diego but live in Tuscaloosa Status: offline
|
RE: Keep Using FP or move to EW? - 1/23/2007 19:19:03
But the most recent versions of both Frontpage and Word had templates anyway...so could you use an Expressions template with Frontpage? Do you have any examples of this floating code thing so I can see what you mean? Suzanne
|
|
|
|
slanoue
Posts: 33 Joined: 8/20/2002 From: San Diego but live in Tuscaloosa Status: offline
|
RE: Keep Using FP or move to EW? - 1/23/2007 21:04:34
Yes, I know people who care about "correct" coding and all that will love Expression and that's part of the reason they came up with it. I just don't give a flying fig about that sort of thing. :) I would rather use Frontpage than have to learn all this new crap and lose the things I like about Frontpage (such as being able to edit the title of the page without having to open it or go to the properties, for instance). And I don't know why they didn't bother to improve some of the things that Frontpage was lacking (such as being able to sort text or table cells alphabetically, which you can do in Word and Excel, but not FP; or exporting multiple files at once...among many things I could name). I would go with Expression if I thought it was an actual useful improvement, but it's not (for me). It's up to each individual user whether they think it's worth it to upgrade or not. I wonder if many people who care about that coding stuff will care...since the real geeks about it would still eschew any editor over hand-coding. FYI I use Firefox and my Frontpage-designed site looks fine in it... Thank you for the example...so what is the advantage of using this float thing over tables? Suzanne
|
|
|
|
jaybee
Posts: 14157 Joined: 10/7/2003 From: Berkshire, UK Status: offline
|
RE: Keep Using FP or move to EW? - 1/24/2007 5:05:09
It's not a case of using the float thing over tables. It's a case of using no tables at all. Tables were originally meant for data not layout. CSS takes all the formatting, styling and layout out of your page and puts it in a separate file leaving just the page content. When the page loads the browser sees there's a css file and grabs it to render the page layout. It only has to do that once so subsequent pages load much faster. It reduces the size of your page and makes it easier for the Search engines to find and index your content because that's all that's in there. Google for example only reads the first 500 words on a page. If those words are all styles and javascript to do your navigation then it never gets to read any content. There's the added advantage that if you want to change your site layout, tweak colours etc you only have to do it in one place, the css file, instead of every single page of your site. On top of that it also makes your site more accessible to those with disabilities. You say your site looks fine in Firefox and in IE6 and IE7? Have you checked it in other browsers such as Safari and Camino on a Mac? You may have struck lucky and got a layout that works fine but we get hundreds of posts on here from people who are not so lucky and the site is a dogs dinner in anything other than IE6. That's why MS have dropped FP. It produces code specifically to work in IE which in version 6 anyway, is known for being the worst browser around. They have rewritten huge chunks to make IE7 behave better and more like the other compliant browsers. IE8 will be all new and they're working with the Mozilla Foundation which means it will be much more along the lines of Firefox. Many of the FP specials just won't work properly and they were hardly going to shout "oooh look at our brilliant new browser" and then have their own web tool producing code that won't run in it. Expression Web looks different, much more like Dreamweaver but it has similar functionality to FP in a lot of areas. It just produces compliant code which has the advantages stated above. The reason most of the pros hand code to a large extent is that we know what we're getting. If there was a piece of software that was completely reliable in WYSIWYG mode then heck, yes we'd all be using that but there isn't one, not even the vaunted Dreamweaver. You have to remember we do dozens of sites. Each one we do is a mixture of new code specifically for this job plus code we've written for previous sites that we just store as snippets and pull in. We're not reinventing the wheel each time. When you start from that basis, hand coding, especially for someone that knows what they're doing, is faster than using a WYSIWG. Some of the pros on here use FP but they spend most of their time in code view. You use what suits you and as long as it produces the end result you want then fine. Just be aware that MS will stop support for FP and if you use any of the features that require FPSEs then they are now unsupported and Unix hosts are beginning to remove them from their systems. You may need to have a rethink about some of your content.
_____________________________
If it ain't broke..... fix it until it is. GAWDS Now where did I put that Doctype?
|
|
|
|
slanoue
Posts: 33 Joined: 8/20/2002 From: San Diego but live in Tuscaloosa Status: offline
|
RE: Keep Using FP or move to EW? - 1/24/2007 6:12:03
Thanks for all the info! I will have to look into that floating thing...sounds like a very good idea that I might want to use sometime. I don't really care if other browsers can see my site as long as most of them do...but I have had it checked in AOL, Mac etc. and I have Mac users who volunteer on my site. That's good enough for me. If they can read the text and use the menu, that's all I really care about. I do understand that someone who makes sites for other people for a living might be more particular about things. But I have also met a lot of html "snobs" who only want to do hand-coding because of some geek reason, not because of the reasons you mentioned. I think some people do feel that if they are not doing it by hand, they are cheating, or some such nonsense. Maybe they fear that if they use an editor, they will be out of a job. I am just tired of people who volunteer to work for my site and then give me attitude, especially the ones who put down Frontpage. Ok, enough ranting. I was an IE user until recently (used to be a Netscape user until they came up with Netscape 6, and 4.5 no longer was capable of viewing most pages)...IE started being very slow last month and crashing a lot, so I switched to IE 7... and it takes forever to load, freezes up...I just got tired of dealing with it, so now I use Firefox. As for support from Microsoft for Frontpage....puh-leez. Like they ever helped me anyway... LOL!! Suzanne
|
|
|
|
slanoue
Posts: 33 Joined: 8/20/2002 From: San Diego but live in Tuscaloosa Status: offline
|
RE: Keep Using FP or move to EW? - 1/25/2007 0:21:58
LOL! Yes, tell them to stop farming out their support to India and stop making their customers pay for support for the products they buy.....OEM or otherwise. And, oh, yes, tell them to bring back Frontpage, or at least fix it so that with the next version of Expression, you can edit the title of the page like you were able to in Frontpage, and fix it so that you can sort paragraphs or columns alphabetically, and export multiple files at once! That's about it ;) Suzanne
|
|
|
|
Sid
Posts: 115 Joined: 2/3/2002 From: Status: offline
|
RE: Keep Using FP or move to EW? - 1/26/2007 16:56:07
The upgrade from Microsoft to Expression is now available for $99.00 from their site. If I upgrade, do I lose Fp2003??? Does it overwrite like past upgrades?? Am I going to lose a lot of the themes, and everything I read about on this thread so far?? If someone has 30 web sites in FP, and upgrades to expression, how does one make that transition?? Any change it leaves FP 2003 and adds Expression? I guess is not. Thanks
|
|
|
|
slanoue
Posts: 33 Joined: 8/20/2002 From: San Diego but live in Tuscaloosa Status: offline
|
RE: Keep Using FP or move to EW? - 1/27/2007 11:36:00
When you say that you will lose the themes, what exactly do you mean? Will it erase them or do you just mean that the Expressions menu does not have any way to change or add themes? Templates sounds pretty similar so I doubt it would be a big deal, either way. I will give up Frontpage when they pry it from my cold, dead hands...er, computer! (time to make a bumper sticker... :) I'm only sort of kidding...I don't like Expressions and don't plan to upgrade unless I see that they fixed the things I don't like and gotten rid of a few things I found very annoying. Suzanne Lanoue The TV MegaSite http://tvmegasite.net suzanne@tvmegasite.net
|
|
|
|
DebSpecs
Posts: 107 Joined: 1/4/2007 From: NY Status: offline
|
RE: reply - 1/31/2007 14:45:58
I mean insert a float tag so the text can align with the top of a picture, not the bottom of it. I don't know much about creating CSS
< Message edited by DebSpecs -- 1/31/2007 16:25:24 >
|
|
|
|
DebSpecs
Posts: 107 Joined: 1/4/2007 From: NY Status: offline
|
RE: Keep Using FP or move to EW? - 2/3/2007 16:44:11
Sorry for the slow reply. I forgot to check the 'email reply' box. The float code (tag) is inside the image tags. It tells the text how to allign in relation to the picture. Specifically here, it's telling the text to line up at the TOP of the picture instead of the bottom of the pic as default <a href="http://www.debspecs.com/acb/showdetl.cfm?&DID=12&Product_ID=5355&CATID=1"><img style="FLOAT: left; MARGIN: 0px; WIDTH: 320px; CURSOR: hand" alt="High" src="http://www.debspecs.com/debspecs/images/prodimages/ACF8B.gif" border="0" /></a>
|
|
|
|
GetCalhoun
Posts: 21 Joined: 9/19/2004 Status: offline
|
RE: Keep Using FP or move to EW? - 2/19/2007 16:09:01
Yesterday, for no apparent reason, I decided to quickly start a download of EW to my laptop, which is more expendable than my sho nuff page making computer, and go for a Sunday afternoon drive. That was about 1PM. After a series of misfortunes involving the .net framework thingy, which I admit, was mostly my fault, I finally got that fixed (After continuous microsoft knowledge basing, uh, that was about 7PM or so and several gray hairs later) and got EW. I studied it for about 10 minutes. Needless to say, my afternoon drive was aborted. BTW, I have no idea what .net framework does...I just know to never remove it again! Woof! (The instructions say that if you have an early version of .net framework 2, to remove it before installing the newest v2 so EW will work.) I had v1.something. See, I didn't follow instructions much to my deadly peril. ...With that said, which was only a humorous aside, after my 10 minute program scan, it looks like EW works fine with what you already have as long as you don't get fancy. It reads the old directories just like FP. That's nice. I was afraid it was a DW knockoff, and that's why it took me so long to actually take a look at it. Well, it's not. The biggest improvement I can find is that it sorta automates page includes with the template page master page gizmo. I agree with what I've read here. It's a poorer version of FP for folks who don't do .asp and CSS. The one I can't fathom, and the other doesn't make a whit of sense to me. What I like about FP is that I can whip out fair good looking whizzywyg pages faster'n than lightning. Touch typing all the way. Why I want something to slow me down for the same gain? I guess if I'm asked to do the next upgrade to the TV Guide site, I might think about checking out EW. See, I've already forgotten what EW stands for. "I don't do acronyms well either." Norm <removed sig, please use the sig in your profile> PS... I came here, as I do when I have FP questions...this time to see where I stand with the guys I respect and depend on. I see we're pretty much on the same FP.
< Message edited by BobbyDouglas -- 2/20/2007 11:43:41 >
|
|
|
|
DebSpecs
Posts: 107 Joined: 1/4/2007 From: NY Status: offline
|
RE: Keep Using FP or move to EW? - 2/19/2007 16:21:48
From what I hear, I'm in no rush to switch from FP.
|
|
|
|
websquad
Posts: 14 Joined: 2/21/2007 Status: offline
|
RE: Keep Using FP or move to EW? - 2/21/2007 12:59:43
I'm a newbe to "EW" and "Microsoft Expression" and have never used Frontpage. I've been marking up pages in HTML for over 12 years now, and started using CSS shortly after it came out. I never used a WYSIWYG editor before. Been using Photoshop since 3.0 came out, but am not a strong graphics person. I do have a few questions about Microsoft Expression: (1) Will it work on any server ... i.e, Linux running Apache? (2) Do you have to load stuff on the server like Front Page extensions? (3) Frontpage created a lot of junk on the server, and I've had to come in more than once on a website and clean house ... Does ME create a lot of junk stuff also? (4) I found Frontpage code weird and redundent ... does ME produce more efficient code? (5) I enjoy creating web content on a two (19") LCD monitor setup. Does ME support that, or are you limited to one monitor?
|
|
|
|
BobbyDouglas
Posts: 5456 Joined: 5/15/2003 From: Arizona Status: offline
|
RE: Keep Using FP or move to EW? - 2/21/2007 13:13:31
quote:
(1) Will it work on any server ... i.e, Linux running Apache? - It will work on any server, however, certain things such as the ASP.net stuff will not work on a server that does not support ASP.net. Right now EW does not support PHP, however, rumor has it that it will (not sure how legit the information is though). quote:
(2) Do you have to load stuff on the server like Front Page extensions? - No, the FrontPage Components (forms, counters, site search, etc.) are not included in EW. You are responsible to find/write your own scripts. If you plan to use EW on a linux server that does not have a mod for ASP, then you will need to use PHP, which currently doesn't work with EW. quote:
(3) Frontpage created a lot of junk on the server, and I've had to come in more than once on a website and clean house ... Does ME create a lot of junk stuff also? - Nope, EW is much much cleaner. quote:
(4) I found Frontpage code weird and redundent ... does ME produce more efficient code? - The EW code is much better. Think of the change from FP 98 to FP 03, and then multiply that by 10, expect much better results from EW. quote:
(5) I enjoy creating web content on a two (19") LCD monitor setup. Does ME support that, or are you limited to one monitor? - Are you talking about editing the same page on two monitors? If so I don't think that is possible, however, you should be able to open two instances of EW, and edit different pages.
_____________________________
Arizona Web Design - Mr Bobs Web Design in Arizona The Arizona Web Hosting Challenge
|
|
|
|
websquad
Posts: 14 Joined: 2/21/2007 Status: offline
|
RE: Keep Using FP or move to EW? - 2/21/2007 16:23:10
Forgive me, but I'm new to all of this ... does "EW" and "Microsoft Expression" refer to the same product?
|
|
|
|
BobbyDouglas
Posts: 5456 Joined: 5/15/2003 From: Arizona Status: offline
|
RE: Keep Using FP or move to EW? - 2/21/2007 17:15:23
quote:
ORIGINAL: websquad Forgive me, but I'm new to all of this ... does "EW" and "Microsoft Expression" refer to the same product? - Yes.
_____________________________
Arizona Web Design - Mr Bobs Web Design in Arizona The Arizona Web Hosting Challenge
|
|
|
|
websquad
Posts: 14 Joined: 2/21/2007 Status: offline
|
RE: FP vs EW vs MP, ad nausium ... - 2/21/2007 18:12:30
Well, I escaped the ravages of Microsoft Windows/ME, so having been thusly blessed, I though that ME was a good abbreviation for Microsoft Expression .... and I didn't know the history of the product with its earlier name. So for now on, I'll just spell it out - I'm a reasonably good typist anyway. Bottom line ... I got wind of this product from a web page associated with my web server provider, so I'll see what, if any, support the offer for Linux/Apache users .... Thanks for the input, everyone!
|
|
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
|
|
|