Jump to content

nickk

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

nickk's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I remember hearing that MD5 isn't extremely secure (when used to hash passwords stored in the DB). Whats the general consensus now? Is sha1 + salt sufficient? Thanks
  2. No, the project I'm about to start will be used in a professional setting so I have to make sure its accessible to everyone.
  3. In a follow up to my post on how to code PHP in a professional manner (http://www.phpfreaks.com/forums/index.php/topic,291398.0.html), I decided to start this one Background: Have been coding for a number of years, but nothing that was accessible to a large amount of people, so my HTML & CSS was randomly thrown together (I think 90% of it was divs with floats and clears lol) and tweaked until it sort of worked in Firefox and IE. I don't want to be an HTML & CSS expert (in any case I'm not very artistic) but I want to be able to make correct, professional looking sites to go with my PHP code. Since I really enjoyed the nettuts tutorials on CodeIgniter, I looked through their website and came across this tutorial: http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/ It seems like a great intro to good markup practices. My questions: - Are the HTML5 tags supported by most browsers? - Is this tutorial sufficient as an intro to HTML & CSS? - Do you guys know of any great CSS tutorials which go somewhat past the basics? Any other tips, etc. would be appreciated. Thanks!
  4. I was on the fence between CI and Kohana, but I decided to go with CI for now. I see the huge community & great documentation as a big boon. I don't want to waste a lot of time figuring out relatively trivial things (especially since I'm an OO & MVC newbie). Perhaps after I gain a bit of experience I'll move on to Kohana. Thanks again for the replies, they were exactly what I needed.
  5. nafetski: Why do you suggest switching to Kohana? In other words, what can Kohana do that codeigniter can't?
  6. Wow thanks for the excellent replies guys! Just to confirm, when you say don't use a templating system, are you also referring to the built-in templating systems most of these frameworks have? I'm still not 100% sure of which framework is best. I've done a bit of research and the contenders seem to be cakePHP, CodeIgniter, Zend, Symphony and Kohana. I was going to go for CodeIgniter but since both of you are so ardent in respect to Kohana I might reconsider.
  7. Great link, thanks! What are your views on using a framework such as the one I mentioned in my original post? I guess it will make it easier to stick to the principles described in your link. Also, what about a templating system? Should they be used in all but the simplest of projects to separate code from HTML?
  8. Hi. First a little background on myself: I've been coding PHP for a number of years (in fact I worked as a programmer part-time while in college writing PHP applications, although it was used by a small number of people internally). I find that my code isn't very professional, for example I'll have a functions.php and just dump all my functions there, or I'll intertwine HTML with PHP, etc. I've worked with classes a bit, but only the basics. I haven't coded for about half a year, but I'm about to start a project that I want to make as professional as possible (to save myself time and to be proud of my code). I wasn't able to find any articles, etc. specifically related to this. What do you guys suggest? I was thinking of using a framework such as CodeIgniter. Is this a good idea? Input would be much appreicated!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.