Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sean00

macrumors newbie
Original poster
May 3, 2009
28
0
OK so im a noob.... I have learnt HTML and looking to set a bit further into this. I know it will prob be a bit one sided on here but mac vs pc for web development? is there any restrictions doing it on a mac? What is the Industry moving towards ie what should I be learning to be at the forefront?
 
I don't see any difference at all except what "special" programs you want to run for writing the code. since its just "text" you can just write it all in textedit if you wish.

I, find that the programs for deving in mac, works better for me than it used to in windows but that might just be me preferrng mac but apps like CssEdit and Coda, i've never seen on windoze yet (except for dreamweaver which i used before).
 
The industry is decidedly moving *away* from IE. All in all web development is really just text so whatever computer you want will work. Windows has the slight advnatage of you being able to test IE, but then you can just install Windows on the Mac. Web development is really platform independent.
 
there is really no difference when coding on different OS's.. the main difference will be for what browser you focus on, IE still has a very big footprint in the market and it requires different coding sometimes because it has been developed differently.

when testing make sure that all aspects work on all different browsers and you will be fine, the computer you code on doesnt really make any difference - you can decide that for yourself :)
 
great thanks for all the replies. so just to set my mind at ease if i was to code in .net i could do that on a mac os?
 
great thanks for all the replies. so just to set my mind at ease if i was to code in .net i could do that on a mac os?

You'd likely have to use bootcamp or one of the virtualization options for windows.
 
I switched over to Mac because of web development. For some reason on my Vista machine my CS3 would always crash and would conflict with Microsoft Word 2007. I don't believe there is a problem with CS4 they conflict anymore but I hated Macs and the stereo type mac user before I switched and now I only use Macs and don't know how I could of ever lived with out it.

As for Web Development Macs have a lot more software other then Adobe to use which windows doesn't. My favorite is CODA if your looking to start learning HTML / CSS coda is a great program that I couldn't do with out.

You can do web development the same for both Mac and PC but using a Mac just gives you a much better experience this is coming from a guy who use to hate Macs
 
I do classic ASP development on my mac and it isn't really an issue. Fortunately, there's Mono, which is an open source environment for .NET that's cross-platform (runs on mac). With it you can serve .NET from your mac.
 
The industry is decidedly moving *away* from IE.

That's a weird claim. Citations?

IE is still the only browser that is included with every single copy of the most popular OS in the world. Until somebody breaks that stranglehold, I cannot agree that the "industry" is moving away from IE.

Obviously, they all *want* to... but that's beside the point.
 
I do classic ASP development on my mac and it isn't really an issue. Fortunately, there's Mono, which is an open source environment for .NET that's cross-platform (runs on mac). With it you can serve .NET from your mac.

Which is useless if your client wants their product coded for the Microsoft version.
 
Which is useless if your client wants their product coded for the Microsoft version.

I think you missed the cross platform part. The code runs on either OS. I've used it myself following Microsoft tutorials and running them without modification on my Mac. So you can take what you create on your Mac and take it to Windows without needing to modify the code.
 
I think you missed the cross platform part. The code runs on either OS. I've used it myself following Microsoft tutorials and running them without modification on my Mac. So you can take what you create on your Mac and take it to Windows without needing to modify the code.

No, I got it. It just depends on the application. The most basic stuff will run without changes, but there are quite a few things that need porting (various asp.net hosting assemblies, some security code, webparts are not supported at all and updatable precompiled sites are not support at all). It's not as simple as "Oh, here's my application. Let me just run it using mono".
 
The best for developing would be whichever you're most comfortable with. There's not much difference so for me this would be a mac because I prefer working on it.

For testing though... which is a huge part of web development, Windows is number 1 i'm afraid. Yes there's many similarities but if you just take the fact: The majority of visitors to your site will be using windows so therefor test on windows (unless your developing a site which only has mac downloads or something then that's not true :) )

It is becoming less and less of a problem as software companies start to stick to standards but you should at least check any site out in windows before releasing it onto the web.
 
thanks for all the answers guys... What i get from it is, The best option is to use a Mac with Windows installed as well there for you have the best of both worlds? :cool: Please tell me if i'm wrong.

Is there any down sides in running Windows on Mac?
 
I think the tools provided on a Mac, for what I've discovered to use, are much much more powerful than on a Windows box for speed. CSS Edit alone is the major reason anyone should take a serious look at a Mac.

Also, once you learn the few declarations IE just can't handle, there isn't much need for cross-browser checking. I've been pleasantly surprised several times when I've built up some intense CSS only to discover it looks A OK in IE - cause I stick to valid code, I don't create hacks to get my spacing right, and I avoid the few declarations IE can't handle. Rarely do I have to spend any time fixing for IE anymore. It just takes a little discipline.

For me, Coda + CSS Edit is a fantastic, Mac only combo that I haven't seen a match for in the Windows World. There are several other text editors I could get cozy with ( to replace Coda ), but I'd lose so much speed in the process (thanks Clips!) and CSS Edit allows me to quickly create always valid stylesheets. Coda also validates on the fly so you can know right away when you've veered off course.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.