+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: New at Website designing

  1. #1
    mertbas's Avatar
    mertbas is offline x10Hosting Member mertbas is an unknown quantity at this point
    Join Date
    Apr 2010
    Posts
    5

    New at Website designing

    Hi! I'm a bit new to website designing. I'd like to work with joomla (and maybe others i don't know anything about yet) and I need good tutorials with how-to's and examples, etc. Anyone has anything on your mind, please say it.
    I'd also like to create a members-only website. Anyone to help me out?
    Also, how can I create a completely SSL-secure website with joomla? or is it even possible? What would you recommend?
    So, I'm mainly looking for tutorials. It doesn't have to be a video tutorial, because I can also understand it from the text. Three main requests:
    -Tutorials to learn and master website design (not just joomla)
    -Members-only websites
    -completely secure websites
    Last edited by mertbas; 07-19-2010 at 04:26 PM.

  2. #2
    cybrax's Avatar
    cybrax is offline x10 Elder cybrax is on a distinguished road
    Join Date
    Aug 2009
    Location
    UK
    Posts
    699

    Re: New at Website designing

    Joomla.. I've heard of it.. sort of.. but seriously..

    Joomla and the various other CMS or content management systems are a good way for many to start. It's modular elements can be swapped in or out and all you have to do is add content as they say. But they will not do everthing, not by a long chalk.

    'Learning Website Design' - looking at other peoples work is how most start. The web is full of ready made templates and javascript code snippets that can be 'cut & pasted' together to form quite a reasonable web site.

    Members Only - password protection / access control. This can be done at a very basic level with javascript but is easily defeated and so you'll need to hit the books and learn a Server Side Lanaguage such as PHP, along with Msql for databases

    Totally Secure - Hmm kinda upscale for a novice. What did you have in mind?
    The code must flow.
    Project 157: Latest UK Jobs direct to your mobile phone
    New Domain under construction: Lovelogic.net
    home for some new projects that we can't keep here ;)


  3. #3
    muza007 is offline x10Hosting Member muza007 is an unknown quantity at this point
    Join Date
    May 2010
    Location
    INDIA
    Posts
    30

    Re: New at Website designing

    There are lot of resources on internet which would teach you web designing and help you also in programming. Just type a keyword in Google search and all resources in front of you...

    Good luck!
    Cheap web hosting:http://www.dunwebhost.com

  4. #4
    walidno1 is offline x10 Lieutenant walidno1 is an unknown quantity at this point
    Join Date
    Oct 2007
    Location
    Bangladesh
    Posts
    351

    Re: New at Website designing

    learn php, mysql and javascript........as for securing, u can deal with that once u learn these languages!!
    visit my website as a sign of appreciation :D
    Get professional logos designed FOR FREE!!!

    link:http://www.myriad.x10hosting.com

  5. #5
    mertbas's Avatar
    mertbas is offline x10Hosting Member mertbas is an unknown quantity at this point
    Join Date
    Apr 2010
    Posts
    5

    Re: New at Website designing

    guys, i know i can search google, or i should learn programming languages. I need ideas. when you google it, there are also a lot of useless things and things hard for starters.

  6. #6
    farscapeone's Avatar
    farscapeone is offline Community Advocate farscapeone is on a distinguished road
    Join Date
    Dec 2008
    Location
    Србија (Serbia)
    Posts
    1,166

    Re: New at Website designing

    Quote Originally Posted by mertbas View Post
    -Tutorials to learn and master website design (not just joomla)
    You should go to a collage if you want to "master" web design. Becoming a pro by learning from the Internet is too hard (believe me I know).

    Quote Originally Posted by mertbas View Post
    -Members-only websites
    Joomla and almost all other CMSs have that functionality out of the box.

    Quote Originally Posted by mertbas View Post
    -completely secure websites
    First of all that's not possible and second, you'll need to learn a lot PHP (or Java) if you want to even start working on security.

    And to be a little constructive instead of just lecturing you
    http://tutsplus.com/
    Last edited by farscapeone; 07-20-2010 at 04:50 PM.

  7. #7
    mertbas's Avatar
    mertbas is offline x10Hosting Member mertbas is an unknown quantity at this point
    Join Date
    Apr 2010
    Posts
    5

    Re: New at Website designing

    thanks leviathron, you're the most (and only one) helpful so far.
    maybe i wasn't so clear what i exactly wanted: I want book names! Books you or a friend of yours read and liked, books you can recommend to a starter. there are tons of books out there and some are not so good for a starter. if you can also name some books about php and java, I'd be glad.

  8. #8
    walidno1 is offline x10 Lieutenant walidno1 is an unknown quantity at this point
    Join Date
    Oct 2007
    Location
    Bangladesh
    Posts
    351

    Re: New at Website designing

    I recommend going to lynda.com....if ur worried abt the payment, download a few videos from torrents and stuff (we aren;t allowed to discuss how to get them) and if u like the way they teach (basics) then BUY A MEMBERSHIP....thats a start...then u can move to books (usually I find books too boring!!)....Leviathon knows a lot of books abt programming. I think he will give u names :D

    @Leviathon: bro, I started learning php and man it takes time.......DANG!! Shudn't have thought it wud be piece of cake ;)
    visit my website as a sign of appreciation :D
    Get professional logos designed FOR FREE!!!

    link:http://www.myriad.x10hosting.com

  9. #9
    essellar's Avatar
    essellar is online now Community Advocate essellar has a spectacular aura about
    Join Date
    Feb 2010
    Location
    Toronto, Ontario, CA
    Posts
    1,152

    Re: New at Website designing

    It's awfully difficult for any of us to get more specific unless you can get more specific in describing what you want to do. There are a few things I can say for starters, though. Like "forget you ever heard of Java for now". The learning curve is too steep, making the distance between "Hello, world" and a working web site too far for a self-described n00b. You can do wonderful things indeed with Java, but not without investing a lot of time, trouble and effort in learning both the language and the APIs for at least one host platform. It's not a forgiving environment, you need to build an application before testing (rather than just code-and-test), and major changes can require server environment restarts. Not fun.

    PHP has the advantage of being simple to get started with. You can install a server stack locally (try WAMP Server if you're on Windows), and start playing right away. Book? Try starting with Head First PHP & MySQL -- it doesn't go very far, but it's a better kick-start than most. When you're ready, the Wrox Professional titles are a good bet. But keep in mind that books are pretty much obsolete when they're published; the best resources are on the web. The problem is finding the good ones. Hint: keep an eye for Misson's postings in the Programming Help forum; they're full of good links. Click them.

    SSL security is handled by the server and the HTTPS protocol. Achieving that is no biggie codewise. Application security has almost nothing to do with SSL -- all that does is keep people from sniffing packets on the network -- it's about managing authentication and permissions/roles within the app. That's a big topic all by itself, and for every opinion there's at least one security forum website with at least a thousand flame wars going on. There is no "completely secure". There is only "better than the minimum you need". If the minimum you need is "completely secure", then you'll have to give up the idea of a web site -- in fact, you'll have to give up the idea of a community of users who share any information in any way, since they're all potential leaks. The best you can hope for with a web site is to make it really annoyingly difficult for a malicious user to break in (you'll hear things like "rainbow table", "salt", "nonce", "hash", "pbkdf2" and "three strikes"). It's the best anyone can do, but it's not perfect. It can't be.
    Last edited by essellar; 07-21-2010 at 09:33 AM. Reason: Removed dupe content (due to timeout)
    “Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
    "It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)

  10. #10
    mertbas's Avatar
    mertbas is offline x10Hosting Member mertbas is an unknown quantity at this point
    Join Date
    Apr 2010
    Posts
    5

    Re: New at Website designing

    thank you essellar

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Need Help Designing Website
    By mrkgg in forum Graphics & Webdesign
    Replies: 1
    Last Post: 01-24-2010, 10:13 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers