Session/Cookie alone does not secure your web application – CSRF
Posted by Sajith M.R in general on 13. Nov, 2009 | 0 Comments
Guess what will happen if you add an image like below in your html page:
<img src=”http://mail.google.com/mail/?logout&hl=en” />
It does not appear in page, but your google account in another window or another tab will get logoff. Now an external website could logout you from your gmail or orkut.
IF you coded your website to delete a photo [...]
How Gmail Video Chat Works ?
Posted by Sajith M.R in webworld on 18. Nov, 2008 | 6 Comments
Recently Gmail Introduced Video Chat. For a platform, to support the video chat you need to install the flash activex plugin.
You can get the plugin from http://mail.google.com/videochat
But when you click on Install voice and video chat button, Some of you see the page which shows
“The installer should complete in seconds.
If you are having trouble with [...]
Contact Grabber
Posted by Sajith M.R in Downloads, php, php source code on 06. Nov, 2008 | 38 Comments
If you are a social media website developer , sometimes you might search for grabbing contacts from a particular email account if the password is given. I also did the same. In most of the cases it did not work properly. But recently i got a contact grabber from phpclasses.org which works perfectly on Gmail, [...]
Find who is invisible in gmail chat (Gtalk)
Posted by Sajith M.R in webworld on 04. Nov, 2008 | 36 Comments
Many people already blogged about this article. I made the same experiment. It works.
If you want to find say xyz@gmail.com is invisible or not.
Open your gtalk app and type this email address in top search textbox
Click the profile, it opens in new window as usual
Click on the down arrow button in the top right corner [...]
Gmail Chat Implementation
Posted by Sajith M.R in Downloads, php on 07. May, 2008 | 29 Comments
Today i implemented gmail chat window , not an ajax chat with a chat server, but its client side implementation.
Here you can see the demo: http://www.sajithmr.com/gtalk/
Take this link in a new tab or window, and take any other website without closing it.
After 3 seconds , (Consider it as a new chat message arrived situation) [...]
Stylish Gmail Chat Status
Posted by Sajith M.R in php on 22. Apr, 2008 | 18 Comments
You are absolutely a gmail user, because you visited my technical blog. If you like gmail chat also, here is some small tips you can play with.
Always set some attracting status message which suit to your character.
1)
If you wan to make bold , just add Astrix (*) before and after a particular word.
Eg: [...]
Gmail Architecture
Posted by Sajith M.R in html, webworld on 26. Mar, 2008 | 22 Comments
Gmail is the best application website i ever seen. Simple implementation, Super Ajax, Cute Chatting, Status Messages, Fast Mail Checking, Live updating and its features are endless as my wordpress database wont withstand
when you type: www.gmail.com, the following action will happen. See it is very interesting.
Script1
It first load the javascript file : https://mail.google.com/mail?view=page&name=browser&ver=1k96igf4806cy
It checks the [...]
Mozilla Plugin for Gmail
Posted by Sajith M.R in html, webworld on 14. Mar, 2008 | 2 Comments
I personally like gmail than any other webmail service in this world. I was a regular yahoo mail user two years before, and i used yahoo messenger also. I am not blaming yahoo mail service, i don’t know the reason for this switching exactly, but i like gmail. Might be because of its [...]
Upload Files Like Gmail
Posted by Sajith M.R in Downloads, html, php, php source code, webworld on 01. Nov, 2007 | 15 Comments
Now we can see ajax everywhere. Most of the famous websites are now enabled ajax for providing faster navigation and browsing speed.
If you are a gmail user, the thing you noticed very attractively should be the file attaching part of the email composing window.
If you wait for sometime you can see, your file gets automatically [...]
Gmail Drive
Posted by Sajith M.R in webworld on 01. Nov, 2007 | 7 Comments
How come i didnt noticed this before ?? If you have a gmail id , you can use it as a space for data storage.
Yes it is absolutely online data storage for personal purpose. You can access this data from anywhere via internet !!!
It looks exactly like our normal drive. Open , create folder, copy, [...]


