TIME TABLE FOR THE HIGHER SECONDARY [Kerala Syllabus Plus 1(+1/11/XI) and Plus 2(+2/12/XII)] EXAMINATION, MARCH 2010

November 11, 2009

For 12th Standard time table check : http://www.dhsekerala.gov.in/downloads/NOTIFICATION_2010.PDF

For other detailed instructions and information see, Source : http://www.dhsekerala.gov.in/downloads/NOTIFICATION_2010.PDF . I got the time table from there.

Download : Class 11 Exam Time Table

Categories: Info Collection.

Tags: , , , , ,

Multiple Yahoo Messenger on single PC

February 15, 2009

Registry hack to open multiple Yahoo messengers on a single PC.

Here are the steps :

  • Click on Start -> Run…
  • Type Regedit in Run text box and hit enter to launch Registry Editor
  • Now, navigate to HKEY_CURRENT_USER > Software > Yahoo > Pager > Test.
  • On the right pane, right click and click on New > DWORD value
  • Rename the new registry key as Plural.
  • Right Click on “Plural” and Select “Modify”. Change the cell value in “Value Data” to 1

Categories: Info Collection.

Windows Forums (WindowsForums.org) is Back !

February 1, 2008

Hi all,

Windows Forums (WindowsForums.org) is re-opened, please join http://www.windowsforums.org .

Thanks

Categories: Info Collection.

Mobile Detection for Jinzora by me

January 12, 2008

Searched a lot for mobile detection code, at last made my own.
Continued…

Categories: Info Collection.

Javascript to edit pages while viewing in browser.

January 12, 2008

javascript:document.body.contentEditable=‘true’; document.designMode=’on’; void 0

Paste that in the address bar, and you can edit the contents you are seeing. But only in your browser it will be edited, not on the website.

Can be used to copy contents from sites where right click is not allowed. :)

Thanks

Categories: Info Collection.

vBulletin plugin to auto subscribe to a yahoo group.

January 12, 2008

I searched a lot for one with that function, but found none, so i made one.

$ymail = $vbulletin->GPC['email'];
$ch = curl_init(“http://groups.yahoo.com/subscribe/funXpot/?user=$ymail“);
curl_setopt($ch, CURLOPT_HEADER ,0); // DO NOT RETURN HTTP HEADERS
curl_setopt($ch, CURLOPT_RETURNTRANSFER ,1); // RETURN THE CONTENTS OF THE CALL
curl_exec ($ch);
curl_close ($ch);

to be hooked on register_addmember_process

It will work for http://groups.yahoo.com/subscribe/funXpot/ , if u need for urs, u need to change it.

Thanks.

Categories: Info Collection.

Interesting Commands Under Windows XP

October 13, 2007

Some Interesting commands to run in windows xp….

Continued…

Categories: Info Collection.