dalewatkins

Archive for the ‘Web Development’ Category

3 ways to use javascript wisely

Saturday, December 5th, 2009

[Tags: , ]

Javascript is utilized in many websites to validate web forms, enhance the user’s experience, and add extra functionality.
But are you using it correctly?
What I mean is, if someone has javascript disabled, is your website still functional?
Here are a three things to consider when using javascript.
1. Don’t rely solely on javascript to validate key [...]

Posted in Web Development |

Do you comment your code?

Tuesday, September 22nd, 2009

[Tags: , , ]

Now why did he put that extra snippet of code at the end of this function?
How does this subroutine interface with my database?
What was it that I needed to come back and finish in this block code?
You’ve had to ask yourself these questions before if you do not comment your code.
You should always use inline [...]

Posted in Web Development |