NinethSense oWnZ mE!: Praveen’s drawing book

Choose a Topic:

Thu
29
Jun '06

Skype Online Status and Yahoo Messenger Online Status

I have added skype and yahoo online status to my blog as well as home page


Here is the common code. you may also try:

Skype online status
 
<script type=“text/javascript” 
 
src=“http://download.skype.com/share/skypebuttons/js/skypeCheck.js”></script>
<a href=“skype:yourSkypeId?call”><img src=“http://mystatus.skype.com/balloon/yourSkypeId” 
 
style=“border: none;” width=“150″ height=“60″ alt=“My status” /></a>


Yahoo Messenger online status
 
<a href=“ymsgr:sendIM?yourYIMid”><img src=“http://www.ninethsense.com/im.php?user=yourYIMid” border=“0″/></a>
'

JavaScript Error Handling or Exception Handling

JavaScript supports try catch ? Yes, it supports
 
<script language=“javascript”>
	try {
		var a = InvalidFunction();
	} 
	catch (err) {
		alert(“Error”);
	}
	finally {
		// …
	}
</script>
Wed
21
Jun '06

My Second contribution for CodeProject

My second contribution for CodeProject also now up there. …

Simple Arrow Animation by NinethSense

http://www.codeproject.com/csharp/Arrow.asp

This article and code explains how we can implement simple animations with out much technical skills.
Thu
1
Jun '06

How to initialize image in the resource with code

[VB.NET 2005] Add images to Resource first.
PictureBox1.Image = My.Resources.Imagefile
The CodeProject Microsoft Developer Network Official ASP.NET Forums Microsoft .NET Framework Community Microsoft Most Valuable Professional Kidoos forums Microsoft Visual Studio Developer Home Professional Information Technology Solutions Microsoft Research Home Trivandrum Microsoft Users Group Community Website