Telligent Tabbed Panes control in Client side access

Telligent community server system is really nice one. I like to work in that. In Now community server 5.5 they made little bit easy to create widgets and custom functions. While work in this CS, I used Telligents Tabbed panes to show better GUI in browser.  In this tabbed pane, in my functionality need to move from one tab to another tab when user click on hyperlink or button. So, I used firebug and   html view source to come over this.You can check the code below.  In community server 5.5 they'...
More

Google Buzz URL format with Count

Google Buzz it is also one type share site. we can share our ideas with our friends in google Buzz. Now we can make count of google buzzes on which you passed for Buzz. we can show the image with count. check with this code:- <a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="normal-count" data-locale="en_IN" data-url="http://shareourideas.wordpress.com"></a> <script type="text/javascript" src="http://www.google.c...
More

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...
More