1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max

Advertise

Sorry, but your account doesn't have permission to do that.

ellisgl's Comments

avatar

Kenneth McCall

Joined over 2 years ago.

clicked (66) — submitted (2) — commented (25) — saved (0)

avatarellisgl 7 months ago
Original Tutorial: A Better Login System

Very good tutorial. Definitely a fine grained system.

avatarellisgl 9 months ago

Yes - you could protect your scripts this way, but why not just ignore elements in the $_GET array that you are not going to use instead of throwing an error?

Or log unknowns as a hacking attempt?

avatarellisgl 9 months ago
Original Tutorial: Introduction to functions

There's really not all that much more to functions. Maybe it could have gone over recursive functions.

avatarellisgl 10 months ago

Just use a jQuery calendar.. Less work for the server.

avatarellisgl 10 months ago

Yes - less rules is a lot better. Sorry for being so darned picky. =)

avatarellisgl 10 months ago
Original Tutorial: Create PDF with PHP

Only down fall is that you have to have the PDFLib module installed. You might not be able to install it on your server.

I use the FPDF class (http://www.fpdf.org/) for most of my PDF generation.

avatarellisgl 10 months ago

Compounding statements into one line shouldn't be counted as a single line. It's more along the lines of 30 lines..

avatarellisgl 10 months ago

It's for WordPress.

avatarellisgl 10 months ago
Original Tutorial: PHP Phone Number Validation

My comment on the actual article never did approved, so I'll post it here. I started to work on a validation / cleanser class file, which you can view here: http://www.webdeveloper.com/forum/showthread.php?t=157676&highlight=validation . I never did complete it and was working on finishing up the phone number validation section.

avatarellisgl 10 months ago

Woo hoo! Off to make more comments!