The Project Team – Funny Quotes

Recently some quotes struck my mind from a forwared email. It is basically , i think, 100% true , even though described in as a  funny way. See: Project Manager is a Person who thinks nine Women can deliver a baby in One month Developer is a Person who thinks it will take 18 months [...]

12 Comments , , , , , , , , , ,

Plugin Age

We know Stone Age, Iron Age , Bronze Age . My friend  Binny started new Technical Age named Plugin Age. He announced this week as a plugin age. From Monday  (17-11-2008) to Friday (21-11-2008) he projected to release each plugin a day. He already released his two  wordpress plugins Eventr & Autofields WordPress plugin Lets [...]

5 Comments

How Gmail Video Chat Works ?

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 [...]

11 Comments , , , , , , , , , , , , ,

Contact Grabber

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, [...]

46 Comments , , , , , , , , , , , , , , , , , , , ,

Find who is invisible in gmail chat (Gtalk)

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 [...]

76 Comments , , , , , , , ,

Fun Time

Hello Techies , Lets watch a fun video with your browser interactive effect. Kill me if you dont like this flash + javascript effect. Dont maximise (enlarge ) your browser window  after clicking the below link. Wait a moment  after the click. REMEMBER, DONT MAXIMIZE the window http://www.fly-a-balloon.be/ Regards Sythoos Share

5 Comments , , , , , ,

Pagination in Ruby on Rails

Old rails has a buitl in pagination option. For example is you have to paginate @user, which is a model object for the table user def user_list @user_pages,@users=paginate(:users,:order=>’name’) end But in new version of rails, they removed the pagination option. So you need to install a plugin , which name is will_paginate You can install [...]

2 Comments , , ,

Learn Ruby on Rails

I just started ruby on rails some week back. As a programmer one should learn at least the language ruby. It is a very powerful language with a lots of different concepts and stuctures . You may know learning a programming language is very simple if you cognise any other one already . What we [...]

0 Comments , , , , , , , , , , , ,