Jagdish Friday, 20th of November 2009 at 08:58:46 AM
In this video Injoos team discusses how the working model has changed with the Social collaboration tools like Injoos, Twitter, facebook etc. The members provide comparison of how work was conducted a few years back in organization and how it has taken a dramatic turn. The advantages of this new way to work include:
* Helping employees work form Anytime-Anywhere (Telecommuting is now a common phenomenon among knowledge workers)
* How purchase of Software and Hardware is now eliminated with models like SAAS & Cloud Computing
* How startups can cope with lack of funds by using these new technologies. Basically live in the cloud.
Jagdish Wednesday, 5th of August 2009 at 07:44:38 AM
Injoos got listed on this excellent Directory maintained by Jane Hart (Centre for Learning & Performance Technologies) which lists down various Social Media, Social Collaboration and Social Learning tool. These tools include:
Blogging Tools
Bookmarking Tools
Wiki Tools
Productivity Tools
Team/Group Collaboration Tools
As you will see in the list various tools have different functionalities and user should make his or her choice based on the needs.
Jagdish Monday, 19th of January 2009 at 05:24:43 AM
I liked email campaign being run on selecting a new national animal for India. Got me engaged. It is a wake up call for the fact that India now has been left with 1000+ tigers in the wild and that will diminish very soon if nothing is done. I was talking to some of my colleagues who are more knowledgeable in this field and they tell me that this is due to lack of awareness combined with absence of laws against poaching and lack of funds. Definitely need for a community action and we should bring passion for Tiger conservation to the level say cricket in India. I would want my kids to enjoy the tiger reserves in India as I have and not just visit the zoos in future.
Jagdish Thursday, 9th of October 2008 at 06:29:13 AM
As I watching the debate of US Presidential candidates on CNN one thing which amazed me was the complimentary support which the online channels like Blogs, Online Polls, Emails, Chats etc, were provided to the TV anchors and the analysts, ultimately making the program much more richer and enjoyable. I thought of collecting various articles and interesting stuff on this subject and posting on this blog. My belief is the that collective action by various groups for their candidates online will cause a major shift on how elections are run and won in future in the various democracies of the world. Here are some interesting articles:
echo $after_widget;
}
// This is the function that outputs the form to let the users edit
// the widget's title. It's an optional feature that users cry for.
function widget_authors_control() {
// Each widget can store and retrieve its own options.
// Here we retrieve any options that may have been set by the user
// relying on widget defaults to fill the gaps.
$options = $newoptions = get_option( 'widget_authors' );
// If user is submitting custom option values for this widget
if ( $_POST['authors-submit'] ) {
$newoptions['Title'] = strip_tags(stripslashes($_POST['authors-title']));
$newoptions['Option Count'] = isset($_POST['authors-option-count']);
$newoptions['Exclude Administrator'] = isset($_POST['authors-exclude-administrator']);
$newoptions['Show Full Name'] = isset($_POST['authors-show-full-name']);
$newoptions['Hide Empty'] = isset($_POST['authors-hide-empty']);
$newoptions['Show Feed Image'] = isset($_POST['authors-show-feed-image']);
// Save changes
if ( $options != newoptions ) {
$options = $newoptions;
update_option('widget_authors', $options);
}
}
$title = attribute_escape($options['Title']);
$optioncount = $options['Option Count'] ? 'checked="checked"' : '';
$exclude_admin = $options['Exclude Administrator'] ? 'checked="checked"' : '';
$show_fullname = $options['Show Full Name'] ? 'checked="checked"' : '';
$hide_empty = $options['Hide Empty'] ? 'checked="checked"' : '';
$feed_image = $options['Show Feed Image'] ? 'checked="checked"' : '';
// Here is our little form segment. Notice that we don't need a
// complete form. This will be embedded into the existing form.
// Be sure you format your options to be valid HTML attributes
// before displaying them on the page.
?>
Connect with us