|
-
January 29th, 2010, 01:49 PM
#1
 Originally Posted by wiskic10_4
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/
 Originally Posted by wiskic10_4
[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.
-
March 1st, 2010, 08:14 AM
#2
What you need to learn all depends on what you want to be able to do.
For web design all you need to learn is HTML and CSS (good graphics skills also help - like Photoshop, etc). These are only markup and layout languages so in order to do anything other than static pages that are always the same you will need to learn some other languages. In any case HTML and CSS are a MUST and you should learn them very well. Also try to link your css styles to an external style sheet, not add them inline.
You say you can set up an Apache server so I would definately recommend learning PHP. Along with this I would suggest learning about MySQL databases and how to set/retrieve data to/from them using PHP.
Using a mixture of HTML, CSS, PHP and MySQL you can create almost anything from simple sites to full blown complex web applications.
One of the first things I would recommend learning in PHP is how to include pages. This will enable you to, for example, have one file for your main menu and include it on any page with just line line of code. Then if you need to change your main menu you only need to change it in one place instead of changing every page.
The rest of PHP is like many other languages so if you have ever programmed in anything else learning it should be easy. You will find all the standard code structures there (if/then/else, loops, procedures, etc, etc).
There are lots of tutorials and LOTS of reference on the net. Start simple and learn what you learn WELL. There are so many examples of badly designed or badly written websites out there it would be a shame to add to these.
There are many more skills involved in producing a good site than just programming. Graphic design, user interface design, knowing how to keep your pages accessible to as many people as possible, database design, knowing which languages and technologies to use in which cases and, most importantly, being able to implement all these skills together will enable you to make good, useful websites.
Good luck.
\"Clouds are not spheres, mountains are not cones, coastlines are not circles, and bark is not smooth,
nor does lightning travel in a straight line.\" -Benoit Mandelbrot
-
March 1st, 2010, 08:07 PM
#3
Thanks omin.
Here's what I've got so far: http://www.jeremydean.co.nr
Questions? Comments? Things you'd like to think about?
I'm going to buy a domain as soon as I get a "real job" (This Geeks Mobile gig just isn't paying the bills!).
I've been looking at other sites using modded versions of WordPress, and they seem to be able to do everything I need to do, so I think I'm going to go that direction.
Thanks to everyone who posted.
Similar Threads
-
By Negative in forum Other Tutorials Forum
Replies: 100
Last Post: April 17th, 2021, 11:27 AM
-
By MicroBurn in forum Other Tutorials Forum
Replies: 1
Last Post: March 2nd, 2005, 04:31 PM
-
By Agent_Steal in forum Product / Book / Training / Conference Reviews
Replies: 8
Last Post: January 2nd, 2004, 07:50 AM
-
By progme in forum Other Tutorials Forum
Replies: 11
Last Post: November 2nd, 2003, 04:43 PM
-
By -DaRK-RaiDeR- in forum Newbie Security Questions
Replies: 9
Last Post: December 14th, 2002, 08:38 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|