Embed Yahoo Messenger in web page

ymsgr: Commands How to use Yahoo Messenger functions from web page? Commands list 1)  ymsgr:sendIM?[YOURID] -- for send IM 2) ymsgr:sendIM?[YOURID]&m=[your+message] -- for send IM with message 3) ymsgr:chat?[ROOMNAME] -- for join in chat room 4) ymsgr:addfriend?[YOURID] -- for adding your account by your buddy 5) ymsgr:sendfile?[YOURID] -- for send file 6) ymsgr:call?[YOURID] -- for call 7) ymsgr:callPhone?[YOURID] -- for call to phone 8 ) ymsgr:chat <"opens chat room list" 9) y...
Read More

Embed Image in E-Mail is Easy in C#

Embed Image in mail How to add logo in mail? How to add an image object in mail with out having any static URL? (for example <img src="http://shareourideas.com/wp-content/uploads/2010/03/twitter_logo_header.png" />) Here best solution for this…! C# Code :- Import this Net.Mail and Net.Mime using System.Net.Mail; using System.Net.Mime; //Then use this code in button click or your own function { string strMailContent = "Here is your mail content…."; string fromAddress = "your-email@[your...
Read More

Takecare of Passwords

Take care of your passwords in net cafe and shared PC If you’re using public systems or went for net cafe for browsing, we must take care of your user names and password. We are mostly using Fire Fox browser. If you enter user name and password for any site, it will show the popup with remember password. Better not save the password. If you save the password, some other users we access your passwords. Then can view your password too, it is possible by using Fire Fox. Try this steps, how we can ...
Read More