August 15th, 2006
Yea, so I bit the bullet and am currently learning some AJAX to use on a web site project.
So far, it hasn’t been too bad either.
I will keep everyone updated on how this process goes and then upload a demo for you to download and tear apart and use for yourself.
Keep watching here for updates […]
tags: Coding author: mike comments: No Comments
July 22nd, 2006
Here is a little snippet of PHP code that may come in handy.
If you have an online form and are wondering how the variables are getting passed to your action page, just use this code and post your form and this code will display each variable that was submitted via the form.
Trust me, it comes […]
tags: Coding author: mike comments: No Comments
July 17th, 2006
As I learned to code, one of the tasks that my employers would always give to me was to make sure my code was validated.
Why validate?
1) Valid code will render faster in the browser - it may not seem like a huge time savings, but every little bit counts
2) Valid code will render better in […]
tags: Coding author: mike comments: No Comments