vijayjoshi.org - php | javascript | ajax | and all things web

Archive for December, 2008

FAQ: How to upload files in php?

December 26th, 2008 | Posted by Vijay Joshi | 1 Comment
Uploading files in web applications is a common practice. Thanks to php which makes it simple to implement. This post will present a simple example of how to upload files using ...

Merry Christmas

December 25th, 2008 | Posted by Vijay Joshi | No Comments
May the true spirit of this season fill your life all throughout. Wish you all a very Merry Christmas. For geeks : Do not forget to check A Silicon Valley Christmas ...

Another flaw in IE : 10,000 sites compromised

December 20th, 2008 | Posted by Vijay Joshi | No Comments
In my previous post I discussed about the security flaws and other shortcomings in IE. Incidentally, the same day a news article appeared on BBC News which reported about a ...

When will you stop using IE?

December 16th, 2008 | Posted by Vijay Joshi | 2 Comments
I am tired of making web applications work on IE. I can understand the frustration of this guy who created a pie chart for breakdown of time spent in web ...

FAQ: How to fix php warning – “Cannot modify header information – headers already sent”

December 15th, 2008 | Posted by Vijay Joshi | 1 Comment
You must have seen this error message quite a lot of times. Cannot modify header information – headers already sent The following code sample will throw the same error: //this will result in ...

Automatic session timeout/logout using php and AJAX : Part II

December 12th, 2008 | Posted by Vijay Joshi | 6 Comments
This article is final part of 2 part series in which you will learn how to logout a user after a specific amount of inactivity. In part 1, we used ...
12»