on Wednesday, July 15, 2009
I was coming home from Burger King, and a car just passed by featuring "DON rules". So i just said to Patrick,"Wow! People write about me on their car!". He said, "Hehe! You are not don, you are don.paddy".
I: Its same!
He: Look, you are an attribute of an object called don. (don.paddy.. understood?)
I: OOPS! yeah! really!

So moral : May be I am not don solely! but there is no meaning to DON without me... whoa Howzzat?
on Thursday, July 9, 2009
Doing lots of SQL stuff these days. Playing with tables and chairs[:)]. If you have seen my twitter posts, you might have found my twit about a problem that i came across in SQL. I was finding a way to create a local copy of table which can be updated without touching the original table. Now here local copy doesnt mean the copy on client side! otherwise i might have used SESSIONS. But say i want to have the same copy distributed over to a group of users! ugh...
Now there was(i first thought) one solution,that is to create a view, but i read somewhere(not sure?) that when we update(not alter) the view, i.e when we update the data in the view, the original table is also updated. I haven't found any good document about this. And havent bothered to try it myself.
Then i thought why not ask to people who better know these things... and where these geeks can be found (forums, nowadays are full of marketting), so the only other place is IRC, so installed chatZilla for the first time and tried to chat through IRC and there i got the real answer!..
We need to COPY the table into a new one every time we need it, and then just drop it when the work is over! done!... But its not as easy(!its time consuming). so i got a command "SELECT INTO". which can copy my table into a new one (even in other database). But it was not working, i was like...Eh... WHY?? then i found that mysql doesn't support it and so i got another one "INSERT INTO ... SELECT ..." (a more simple one than i thought!).. It worked!...
So the moral of the story is whenever you got problem go "SELECT INTO CHATZILLA".
I am really fed up with this .. i want to move my blog to somewhere else ... may be blogger will be a good option ... But then there is problem!.. how do i move all my earlier posts... Gods.. that's gonna be critical... anyways will try and get it done in some way... till then, this is the place where you can hear from me!

Yay!!!!
i Moved....here ...from wordpress.
nice congrats to me!
but anyways ... those who also want to move from wordpress to blogger ... check this out http://wordpress2blogger.appspot.com/
on Thursday, July 2, 2009
Haven't written any post from so long...but twitting regularly..must check http://twitter.com/webbisshh...
Just moved on to a new flat a week ago ... feeling very free ... we have a net TATA connection here... so thought just learn some new things... and meanwhile, a friend(AB)(dont want to mention name without permission) came to me and said he is building a community website in AJAX, and i said, "i would like to help"... so i started doing this ... and thus had a revision on AJAX... the website, thus consists of only one page(the main index page)... and all the data is gathered using AJAX... [have you ever seen any big community website on a single page?]... its a must watch!...but haven't yet completed...
I dont know how many of you know AJAX? but let me tell you its easier than anything you might have learnt (comparable to such vast use). Again working on rss reader(AJAX of course)... thinking of using it in COEPBlogger. I had done lot of work on COEPBlogger but lost it during shifting...not a big deal...Koi ghai nahi hai... cya..