To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


EIT Planet's Security News
 Symantec Warns of New Security Breach
 Security Vulnerabilities Prove Increasingly Costly

Security Products
 Disk Encryption Software Cryptic Disk (Disk Encryption Software)
 Recover Excel VBA Password (VBA Password Remover)
 VBA Excel Password Recovery (VBA Password Remover)
 VBA Project Password Recovery (VBA Password Remover)
 Outlook Password Unmask (Outlook Password Unmask)
 TextEgg Simple Encryption Software (Schimple Software Ltd)


Go Back   Antionline Forums - Maximum Security for a Connected World > General Technology Forums > Web Development

Web Development Talk about technologies used to develop cool websites like AntiOnline.

Reply
 
Thread Tools Display Modes
Old January 25th, 2010, 09:25 PM   #1
wiskic10_4
Senior Member
 
wiskic10_4's Avatar
 
Join Date: Jan 2004
Location: Corpus Christi, TX
Posts: 164
wiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud of
Need to Learn Basic Web design

What's up Antionline? Been a while.

So I recently decided that I want to get out of the oilfield and back into computers. I've got a lot of experience w/ help desk and general IT tech work. Most of the jobs I've seen posted here require at least some website design and maintenance. I know very basic HTML. I can set up an Apache server and create a "Hello, World" page very easily, maybe even throw a table or two w/ hyperlinks and pretty colors in there, and that's about it.

I was hoping someone could give me some idea of what I should do to "learn web design fast." I have no experience w/ Dreamweaver, etc. Does anyone "hardcode" websites anymore? Is Javascript still mainstream? What's the norm?

I'm unemployed, so I can't afford expensive books or software. One job in particular that I'd like to apply for involves "creative" website design for a small-time attorney's office. Another involves basic web design and maintenance for a medium sized university. I've got a couple of books on HTML w/ CSS and Javascript.

Any ideas, thoughts, questions, comments or things you'd like to think about are greatly appreciated. Thanks AO.
__________________
"Before I got sober, my thought process was like that of a dog - if I couldn't eat it or fu*k it, then piss on it."
-Some guy at AA

My Corner of the Intarwebz!!!

Last edited by wiskic10_4; January 25th, 2010 at 09:39 PM..
wiskic10_4 is offline   Reply With Quote
Old January 26th, 2010, 04:35 AM   #2
JPnyc
Administrator
 
JPnyc's Avatar
 
Join Date: Jan 2005
Posts: 2,675
JPnyc has disabled reputation
You'll probably get different answers depending upon who you ask, but in my opinion no real professional uses dream weaver, at least not in WYSIWYG mode. Some people use it just as a color coded text editor but there's much cheaper ones out there. So in my estimation yes, real professionals write code directly.

JavaScript is still really the only client side scripting, outside of flash if you want to go that way. If anything JavaScript has branched out, even more. There are now a number of JavaScript libraries out there. I still prefer to write my own, but some jobs immediately ask you which library you use. I guess they want standardized code. Understandable I guess.

As far as server side scripting goes, it's really wide open. All the following languages are in use: PHP, java, c#, VB.net, and probably a few others I'm not thinking of.
__________________
AntiOnline Online Community Manager--------------------- Popularity is security's antidote
JPnyc is online now   Reply With Quote
Old January 26th, 2010, 04:59 AM   #3
gore
AO BOFH: Luser Abuser BModeratorFH
 
gore's Avatar
 
Join Date: Oct 2002
Location: Michigan
Posts: 6,650
gore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond repute
Like Perl and Python? And maybe CGI of course.
__________________
Kill the lights, let the candles burn behind the pumpkins’ mischievous grins, and let the skeletons dance. For one thing is certain, The Misfits have returned and once again everyday is Halloween.The Misfits We Are 138
Cannibal Holocaust
SuSE Linux
Slackware Linux
gore is offline   Reply With Quote
Old January 26th, 2010, 03:57 PM   #4
JPnyc
Administrator
 
JPnyc's Avatar
 
Join Date: Jan 2005
Posts: 2,675
JPnyc has disabled reputation
Yeah, but those have fallen by the wayside a bit. The ones I posted are the hot languages right now.
__________________
AntiOnline Online Community Manager--------------------- Popularity is security's antidote
JPnyc is online now   Reply With Quote
Old January 26th, 2010, 05:49 PM   #5
gore
AO BOFH: Luser Abuser BModeratorFH
 
gore's Avatar
 
Join Date: Oct 2002
Location: Michigan
Posts: 6,650
gore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond repute
Aww come on Joe! Perl and Python are like... Well, OK, so not every page is using it I guess that's a point to consider. But either way, if you're going to become ANY kind of good Web Service person, at least an understanding of Perl and Python would be of great help considering that the servers the pages will run on is going to probably be using at least one of those for something.

I also have Python for Windows, and Perl. I find them useful in a lot of stuff, especially when Java Script isn't going to work for something. Like, if you need a certain thing to work a certain way and Java Script is not working out, Python or Perl will probably be able to handle it.

I also agree on PHP which seems required these days heh.

When I set up a web server for friends and people I knew to use for things, I used Vim to write the HTML, and then I tested it in these browsers to make sure everything was compatible:

Internet Explorer on Windows
Firefox on Windows
Firefox on Linux
Firefox on FreeBSD
Epiphany on Linux and BSD
Links
Lynx
Elinks
Konqueror
Seamonkey
Netscape
Opera

After that I knew it would work well. Like I said though, the HTML was done by hand in Vi. I did have a little JavaScript at one point.
__________________
Kill the lights, let the candles burn behind the pumpkins’ mischievous grins, and let the skeletons dance. For one thing is certain, The Misfits have returned and once again everyday is Halloween.The Misfits We Are 138
Cannibal Holocaust
SuSE Linux
Slackware Linux
gore is offline   Reply With Quote
Old January 27th, 2010, 12:05 PM   #6
JPnyc
Administrator
 
JPnyc's Avatar
 
Join Date: Jan 2005
Posts: 2,675
JPnyc has disabled reputation
But JavaScript is strictly client side, those other two are server side. I don't know what vim is. Is that a text editor?
__________________
AntiOnline Online Community Manager--------------------- Popularity is security's antidote
JPnyc is online now   Reply With Quote
Old January 27th, 2010, 02:22 PM   #7
gore
AO BOFH: Luser Abuser BModeratorFH
 
gore's Avatar
 
Join Date: Oct 2002
Location: Michigan
Posts: 6,650
gore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond reputegore has a reputation beyond repute
Vim is "VI iMproved" and it's one of the original text editors. It's one of the few from that time period that's still used today, and very actively.

It's also one of the things that has been in "Holy Wars" in Hacker culture. The one with Vi / Vim is "Vi / Vim VS EMACS" as EMACS is huge, and has a lot of features, where Vim is a full screen text editor that doesn't use a GUI, and uses commands to save text, move the cursor, and in general, write something or change text. In Vim you start in Command mode, and if you want to try, you have to hit "i" which then inputs text, and then if you want to save, you hit Esc, then ":w" will write the text, and ":wq" will write it to file and quit the editor. There is a lot more obviously, but that's a basic run down.
__________________
Kill the lights, let the candles burn behind the pumpkins’ mischievous grins, and let the skeletons dance. For one thing is certain, The Misfits have returned and once again everyday is Halloween.The Misfits We Are 138
Cannibal Holocaust
SuSE Linux
Slackware Linux
gore is offline   Reply With Quote
Old January 27th, 2010, 03:35 PM   #8
wolfman1984
Senior Member
 
wolfman1984's Avatar
 
Join Date: Aug 2007
Location: fangtastic.org
Posts: 191
wolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud of
How's it goin' wiskic10_4 my'man? Here are the Wolfman's suggestions:

1) Don't use Dreamweaver. This option is way to expensive. They guys at my work wanted Dreamweaver, and I convinced them to move to my option #2 below. The WYSIWYG mode can also really screw up the underlying code.

2) If you are in Windows, use Textpad (http://www.textpad.com/) This is a nice free text editor for Windows that makes coding webpages really easy. It recognizes PHP, HTML, JAVA tags...

3) If you require some server side code, you may want to consider PHP. This is the most commonly used server side scripting language and support can be found on the web all over the place.
__________________
I AM... THE WOLFMAN!!
The Wolfman's Homepage: http://www.fangtastic.org
Do you dig the Wolfman?? Sign his Ghoulbook or listen to him Howl
wolfman1984 is offline   Reply With Quote
Old January 29th, 2010, 05:50 AM   #9
wiskic10_4
Senior Member
 
wiskic10_4's Avatar
 
Join Date: Jan 2004
Location: Corpus Christi, TX
Posts: 164
wiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud ofwiskic10_4 has much to be proud of
Yeah - I've been using TextPad since I was a sophmore in college - it's a nice simple editor. I've decided after several days of searching that most developers do "hard code" their sites, and I'm beginning to teach myself (however slowly) how to build a good looking page by mimicking what other people have done on sites that look nice to me, and I d/l a few free templates to go off of.

Thanks to everyone who replied. Gore - vim? Really? I'll bet you use lynx to surf the net too... (looks above at the browser list) Wow - I'm not surprised. Die hard old-skool! w00t!

I'll spend some time doing some trial-and-error work, and maybe I'll post some links to whatever I can create and ask for more pointers. I know that this is a security site, but doesn't look like this place gets near the traffic it used to, so I'm sure ya'll won't mind!

Also - I'm wanting to set up a sftp server on a Windows XP lappy that users can log into and upload/download files via the webpage, and have the file list w/ the file info (including the user who uploaded it, when, file size, times downloaded, etc) and implement a size restriction. Any ideas as to how I could go about doing that? I can set up an ftp server no problem, but I'm not sure how to tie that in to a webpage...

Thanks for all the help.

[edit] Also - can anyone recommend a free domain name service? I used to use .co.nr, but as I recall, it wouldn't redirect certain sorts of traffic (i.e. wiskibottle.co.nr would come up in a browser, but in a shell ssh wiskibottle.co.nr wouldn't go through while ssh 123.456.789.123 would...)[/edit]
__________________
"Before I got sober, my thought process was like that of a dog - if I couldn't eat it or fu*k it, then piss on it."
-Some guy at AA

My Corner of the Intarwebz!!!

Last edited by wiskic10_4; January 29th, 2010 at 06:06 AM..
wiskic10_4 is offline   Reply With Quote
Old January 29th, 2010, 12:49 PM   #10
wolfman1984
Senior Member
 
wolfman1984's Avatar
 
Join Date: Aug 2007
Location: fangtastic.org
Posts: 191
wolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud ofwolfman1984 has much to be proud of
Quote:
Originally Posted by wiskic10_4 View Post
Also - I'm wanting to set up a sftp server on a Windows XP lappy that users can log into and upload/download files via the webpage, and have the file list w/ the file info (including the user who uploaded it, when, file size, times downloaded, etc) and implement a size restriction. Any ideas as to how I could go about doing that? I can set up an ftp server no problem, but I'm not sure how to tie that in to a webpage...
The Wolfman suggests http://www.hotscripts.com/category/p...-manipulation/


Quote:
Originally Posted by wiskic10_4 View Post
[edit] Also - can anyone recommend a free domain name service? I used to use .co.nr, but as I recall, it wouldn't redirect certain sorts of traffic (i.e. wiskibottle.co.nr would come up in a browser, but in a shell ssh wiskibottle.co.nr wouldn't go through while ssh 123.456.789.123 would...)[/edit]
The Wolfman uses dyndns.org.
__________________
I AM... THE WOLFMAN!!
The Wolfman's Homepage: http://www.fangtastic.org
Do you dig the Wolfman?? Sign his Ghoulbook or listen to him Howl
wolfman1984 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tutorials Forum - Index Negative Other Tutorials Forum 99 April 23rd, 2010 04:33 AM
Basic IRC use and administration MicroBurn Other Tutorials Forum 1 March 2nd, 2005 03:31 PM
Free Computer and IT Books Agent_Steal Product / Book / Training / Conference Reviews 8 January 2nd, 2004 06:50 AM
Advanced C++, generic programming & STL progme Other Tutorials Forum 11 November 2nd, 2003 03:43 PM
Newbies, list of many words definitions. -DaRK-RaiDeR- Newbie Security Questions 9 December 14th, 2002 07:38 PM


All times are GMT +1. The time now is 10:51 AM.












Acceptable Use Policy

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.