Archive for the 'Web Development' Category

URL Rewrite

1. Mod Rewrite Overview
We’re hearing more and more about mod rewrite every day. E commerce applications are making add-ons to their software to allow for it, content mangement systems are using it and most of all blogs are taking it to the next level as they […]

javaScript Global Variables

I’ve found interesting tip yesterday while programming using javascript about global variables. My Problems start when i’m trying to access variabel that placed on function. Variabel in a fuction defined using “var” keyword is only available in current function only (local), when the function finished doing his job, it’s gone… you can’t access it in […]