Here is an excellent comparison of some of the leading screencasting:online video sharing sites.
Screencasting compared
Sunday, November 18, 2007
How to change title in IE?
VCommentHow to change title in IE?
Follow the steps to append some text to your IE:
1. Open up Regedit (Start>Run>Regedit).
2. Navigate to this string: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
3. Create a new string value (Right-click "Main" key folder, select New>String Value).
4. Rename the value "Window Title" without the quotes (Right-click value, choose Rename).
5. Right-click "Window Title" and choose Modify. In the value data section, type your title of choice. Mine says "Varun's last experiment at college!"
6. Now, launch a new instance of IE and enjoy the changes!
1. Open up Regedit (Start>Run>Regedit).
2. Navigate to this string: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
3. Create a new string value (Right-click "Main" key folder, select New>String Value).
4. Rename the value "Window Title" without the quotes (Right-click value, choose Rename).
5. Right-click "Window Title" and choose Modify. In the value data section, type your title of choice. Mine says "Varun's last experiment at college!"
6. Now, launch a new instance of IE and enjoy the changes!
Friday, November 16, 2007
About "about:"!
VCommentAbout "about:"!You might have noticed in most of the browsers that about:blank is the default home page. Have you ever wondered what this page is? Its a blank html page created by the browser. Read this article to know more about "about:".
"about:URI" is a protocol used by browsers to maintain its internal pages. The most common URI used is "blank". The implementation of this protocol is upto the browser. Each browser has its own set of URIs. Some URIs are helpful in knowing some info about the broswer itself.
"about:" - Displays version info in Mozilla firefox, Opera, Konqueror
"about:plugins" - Shows the filename, MIME type, description, suffix, and status of all installed plug-ins in Mozilla firefox
"about:help" - Displays help file in Opera.
For more, read http://en.wikipedia.org/wiki/About:_URI_scheme
"about:URI" is a protocol used by browsers to maintain its internal pages. The most common URI used is "blank". The implementation of this protocol is upto the browser. Each browser has its own set of URIs. Some URIs are helpful in knowing some info about the broswer itself.
"about:" - Displays version info in Mozilla firefox, Opera, Konqueror
"about:plugins" - Shows the filename, MIME type, description, suffix, and status of all installed plug-ins in Mozilla firefox
"about:help" - Displays help file in Opera.
For more, read http://en.wikipedia.org/wiki/About:_URI_scheme
Monday, August 13, 2007
Comet - the next stage of AJAX!
VCommentComet - the next stage of AJAX!
Comet is a software concept that enables web servers to send data to the client program (normally a web browser) without having any need for the client to request it. It allows creation of event-driven web applications which are hosted in the browser.
Reference :
http://www.irishdev.com/NewsArticle.aspx?id=2166
http://en.wikipedia.org/wiki/Comet_(programming)
A style of data transmission that is neither traditional nor Ajax
Reference :
http://www.irishdev.com/NewsArticle.aspx?id=2166
http://en.wikipedia.org/wiki/Comet_(programming)
Friday, August 10, 2007
Programming online!
VCommentProgramming online!
I came across this excellent site.
its an online IDE for various computer languages including Pascal, Basic, C, Perl, Js, etc....
u can write , compile n run your programs here...its pretty kewl...try this
http://www.codeide.com/ and enjoy programming...
its an online IDE for various computer languages including Pascal, Basic, C, Perl, Js, etc....
u can write , compile n run your programs here...its pretty kewl...try this
http://www.codeide.com/ and enjoy programming...
Monday, August 6, 2007
Efficient sorting!
VCommentEfficient sorting!
There is a sorting algorithm which sorts in O(n) : Pancake Sort
Also, Sorting networks is another algo which sorts in O(logn)
Also, Sorting networks is another algo which sorts in O(logn)
Thursday, August 2, 2007
Data Structures Question
VCommentData Structures QuestionConstruct a doubly linked list using a single pointer in each node.
This can be done using a linked list called XOR linked list..
This can be done using a linked list called XOR linked list..
Each node stores the XOR of the address for previous and the address for next in one field.
refer this :
Thursday, July 26, 2007
Enabling Remote Desktop Remotely
VCommentEnabling Remote Desktop RemotelyLots of sites on the internet discuss how to enable remote desktop in Windows XP and Windows 2003 Server, but the majority of them require you to have physical access to the computer first. So how do you enable remote desktop when you do not have physical access to the computer. It is all to do with the registry!
- Make a network connection to the remote computer to ensure that you have administrative access to the machine (i.e. \\computer\c$). This will prompt for a username and password of the administrator. Enter the correct details.
- Start the registry editor regedit.exe (and not the older application regedt32.exe if it exists - it does not in later releases of Windows)
- Choose File, Connect Network Registry
- Enter the computer name as above.
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server for the registry settings for the remote computer (take care not to select your own desktop)
- Double-click fDenyTSConnections.
- Change the value of this setting to 0 to enable Remote Desktop or 1 to disable it, and click OK.
- If your remote computer has multiple network cards and you want to ensure that Remote Desktop is operating only on a selected card then navigate to the following registry location: (as above)\WinStations\RDP-Tcp and note the LanAdapter value. If this is 0 Remote Desktop operates on all networks, and if this is another number then it operates only on the network as identified in the (as first)\lanatable registry key
- Disconnect the remote computer from the registry editor using File, Disconnect Network Registry, and selecting the correct remote computer in the list.
- Finally, one of two options. Option A is quicker:
- Connect with Manage Computer to the remote PC (right-click "My Computer", choose "manage", right-click "Computer Management (Local)" and "Connect to another computer". Enter the name of the remote computer). Then from the Services node, start the Remote Desktop Helper service. This will cause Remote Desktop to start and read the relevant registry key. This is particularly helpful because it allows one to get Remote Desktop working without even restarting the machine.
- If this fails, then you can always restart the computer remotely.
Sunday, April 22, 2007
Google Talk and Open Communications!
VCommentGoogle Talk and Open Communications!
Guys! you might have used GTalk as ur chat client for gchat services....
some mite have used other services like meebo , gtalklife, so on....
have u ever wondered how this is possible....other clients getting into gchat services....
yes! GTalk uses a open communication standard called XMPP using which any client can connect to gchat services....
learn more here
some mite have used other services like meebo , gtalklife, so on....
have u ever wondered how this is possible....other clients getting into gchat services....
yes! GTalk uses a open communication standard called XMPP using which any client can connect to gchat services....
learn more here
Labels:
GChat
Mounting linux partitions!
VCommentMounting linux partitions!
is it possible to mount linux partitions on windows?? - Yes! its possible...check out here