HardwareLogic

Go Back   HardwareLogic > HL Members Area > HL Lounge
Home Forums Rules All AlbumsBlogs Subscriptions Register Mark Forums Read

HL Lounge A laid back place to discuss "Off Topic" stuff. Respect your fellow members and follow the forum rules.

Closed Thread
 
LinkBack Thread Tools
Old October 16th, 2006   #31
Banned
 
yurimxpxman's Avatar
 
Join Date: Jun 2006
Location: /home/yurimxpxman
Posts: 1,695
Default

"But yeah, the days of making web pages in notepad are prettymuch long gone."

Not necessarily. It's true that a lot of small business sites and homepages are made that way, but the most powerful sites must be hand-coded. It's the only way to achieve the exact results you want, especially if you need scripts. Most of the powerful websites these days are powered by hand-written server-side scripts, such as PHP. That's why you'll see a lot of sloppy looking HTML, but their actual PHP source usually looks very clean.

But like I said before, site managers are great for most people and they certainly have improved over the years, but I still recommend at least learning the basics of HTML before attempting to make a site with an app.

Personally, I don't let any HTML apps touch my code at all because it's hard to read application-generated code. I have my own standard way of coding pages and I can make an impressive site that way just as fast as someone using Dreamweaver. Of course, there are certain tools that can come in handy, such as color pickers and notepad apps with auto-indent and color-coding.

It's been my experience that M$ Word generates the worst code.
yurimxpxman is offline  
Old October 16th, 2006   #32
vB Support Guy
 
Neo_Angelo's Avatar
 
Join Date: Sep 2006
Location: United Kingdom
Posts: 63
Default

CSS is always good to know. i've been studying up on it ^^.

maybe you should learn javascript and add some nice liottle features for your site. javascript has a good variety of effects and isn't limited to much at all. but if your after all out web based design, i'd recomend doing your site using PHP, since you can include HTML in there to as well as CSS definitions.





Like the Support i Give or the skins i make? Feel free to donate to help fund further projects:
Neo_Angelo is offline  
Old October 16th, 2006   #33
 
Join Date: May 2006
Location: Rhode Island USA
Posts: 1,716
Default

Quote:
Originally Posted by Neo_Angelo View Post
CSS is always good to know. i've been studying up on it ^^.

maybe you should learn javascript and add some nice liottle features for your site. javascript has a good variety of effects and isn't limited to much at all. but if your after all out web based design, i'd recomend doing your site using PHP, since you can include HTML in there to as well as CSS definitions.
I'll look into that eventually, but my site doesn't have any real purpose, it was more a self test to see if i could make a website in notepad



Opteron 64 165--1.5GB DDR--ECS KA1 MVP(thanks HL!)--x1800GTO 256MB--Seagate 320GB SATA--Antec 550 Watt--Antec P180
Lead Head is offline  
Old October 16th, 2006   #34
ButtHead
 
Jokerswild's Avatar
 
Join Date: Mar 2006
Posts: 5,290
Default

I start looking at doing this stuff for web pages and I can't bring myself to spend that much time to learn everything. Too old and too dense I guess.



Jokerswild is offline  
Old October 16th, 2006   #35
Banned
 
yurimxpxman's Avatar
 
Join Date: Jun 2006
Location: /home/yurimxpxman
Posts: 1,695
Default

Quote:
Originally Posted by Jokerswild View Post
I start looking at doing this stuff for web pages and I can't bring myself to spend that much time to learn everything. Too old and too dense I guess.
I've been thinking of writing some web programming guides. Learning HTML is essiential for anyone who's interested in any kind of programming, web or non.
yurimxpxman is offline  
Old October 16th, 2006   #36
vB Support Guy
 
Neo_Angelo's Avatar
 
Join Date: Sep 2006
Location: United Kingdom
Posts: 63
Default

i'm a big fan of HTML and i've been learning it for a few months, in my own time. i have a huge book on it. but i want to learn PHP the most as its more capable of doing the things i want it to do and is more easier than using HTML.





Like the Support i Give or the skins i make? Feel free to donate to help fund further projects:
Neo_Angelo is offline  
Old October 16th, 2006   #37
Banned
 
yurimxpxman's Avatar
 
Join Date: Jun 2006
Location: /home/yurimxpxman
Posts: 1,695
Default

Quote:
Originally Posted by Neo_Angelo View Post
i'm a big fan of HTML and i've been learning it for a few months, in my own time. i have a huge book on it. but i want to learn PHP the most as its more capable of doing the things i want it to do and is more easier than using HTML.
umm... I hate to be the bearer of bad news, but you can't write PHP scripts without knowing HTML thoroughly. PHP tags are put inside of the rest of the HTML in a file and will only output the HTML you tell it to.
yurimxpxman is offline  
Old October 16th, 2006   #38
ButtHead
 
Jokerswild's Avatar
 
Join Date: Mar 2006
Posts: 5,290
Default

Whats cobol? I have a cousin that works programming with it but I never have gotten into a discussion with him about it.



Jokerswild is offline  
Old October 16th, 2006   #39
Modder-ator
 
gvblake22's Avatar
 
Join Date: Dec 2005
Location: Tempe Desert
Posts: 6,546
Blog Entries: 1
Default

Quote:
Originally Posted by Jokerswild View Post
Whats cobol? I have a cousin that works programming with it but I never have gotten into a discussion with him about it.
COBOL is an ancient language that computer science students are forced to learn. Thankfully, I have never taken it, know anything about it, or have any desire to learn. I don't think I've ever heard anyone speak of COBOL with a positive tone.



gvblake22 is offline  
Old October 16th, 2006   #40
We take both criticism and positive comments very positively
 
Capper's Avatar
 
Join Date: Dec 2005
Location: Las Vegas, NV
Posts: 6,209
Blog Entries: 6
Default

Quote:
Originally Posted by yurimxpxman View Post
"But yeah, the days of making web pages in notepad are prettymuch long gone."

Not necessarily. It's true that a lot of small business sites and homepages are made that way, but the most powerful sites must be hand-coded. It's the only way to achieve the exact results you want, especially if you need scripts. Most of the powerful websites these days are powered by hand-written server-side scripts, such as PHP. That's why you'll see a lot of sloppy looking HTML, but their actual PHP source usually looks very clean.

But like I said before, site managers are great for most people and they certainly have improved over the years, but I still recommend at least learning the basics of HTML before attempting to make a site with an app.

Personally, I don't let any HTML apps touch my code at all because it's hard to read application-generated code. I have my own standard way of coding pages and I can make an impressive site that way just as fast as someone using Dreamweaver. Of course, there are certain tools that can come in handy, such as color pickers and notepad apps with auto-indent and color-coding.

It's been my experience that M$ Word generates the worst code.
I disagree with a lot of what you say. While M$ Word is not a good HTML program....but Dreamweaver, Front Page, Coffeee Cup, etc are great applications for site building. I also disagree that most "big" sites are hand coded (actually, I know this for a fact)....most use applications like the one we use (PHPCOW), and while I did almost all of what you see myself....it was pretty simple considering this was my first attempt at building a site from scratch.
A good way to approach it is to use Dreamweaver or Front Page to generate the code, then clean it up on your own and preview it before using it.

LH, most hosts offer basic web site building applications free with their hosting package.....and Google is now offering a website builder program
http://pages.google.com/manager/



INTEL QX9650 // Gigabyte EP45 Extreme // 8GB PC2-8500 // BFG GTX260 MaxCore // DD Torture Rack // Seagate 750GB HDD // OCZ Vendetta // PC Power & Cooling 620W PSU
Capper is offline  
Closed Thread

  HardwareLogic > HL Members Area > HL Lounge

Tags
making, shot, website


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
McKinney: DoD shot 5,000 prisoners during Katrina Capper HL Lounge 2 October 1st, 2008 13:27
C2D Core Temp. Post your screen shot Craigleberry Cooling 117 April 20th, 2008 11:50
Making MB to 3GB? Mysterio Memory 10 March 27th, 2007 13:05
Tough Duck Stays Alive for 2 Days in Refrigerator After Being Shot Capper HL Lounge 20 January 22nd, 2007 17:32
Broncos CB Williams shot and killed stinger608 HL Lounge 9 January 1st, 2007 20:56


All times are GMT -8. The time now is 18:27.


Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
© HardwareLogic 2005 - 2008. All Rights Reserved


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55