Archive for March, 2009
Clean code
Clean Code View more presentations from hebel.
Using mod_rewrite (apache module) URL rewriting – For enforcing single URL for website home
I used apache rewrite module while making home page of our main website accessible through one link only which was required for search engine optimization. Generally you can access any website in following ways: 1. Go to http://www.abc.com 2. Go to http://abc.com 3. Go to http://abc.com/index.html 4. Go to http://www.abc.com/index.html Essentially these all links above [...]
Javascript Best Practices
Javascript Best Practices View more presentations from Christian Heilmann. (tags: webdevtrick tips)
Check Open Ports on Server
Accessing applications on a server requires few essential things like you should be connected to same network or server should be part of internet with public IP address etc. Firewall is another essential thing which need to be configured properly for accessing application on remote server. Firewall is a set of security measures which are [...]
Edit pictures online – www.picnik.com
Online image editors are getting really popular and useful these days as penetration of internet is increasing along with number of people who take picture and want to fix it quickly and upload it for sharing of print. I have already written about few of them in previous posts like a. photoshop.com b. webresizer.com c. [...]
