Log on:
Powered by Elgg

IS346 - Social Technologies :: Blog

September 05, 2008

test
  • Currently /5

Avg rating: 2.3 - based on 3 ratings

5 Stars 1
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 2
   * Includes your rating
--(Log in to rate this blog post!)--

test

Posted by IS346 - Social Technologies - Sonya | 0 comment(s)

December 03, 2007

Claremont Conversation Posting Problem
  • Currently /5

Avg rating: - - based on 0 ratings

5 Stars 0
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 0
   * Includes your rating
--(Log in to rate this blog post!)--

Sometimes when I copy my essays from MS Word to the Claremont Conversation, Claremont Conversation creates a very very long line rather than creating paragraphs. When this happens, only a certain portion of my writing is visible on the Claremont Conversation.Has anyone else faced this problem?I literally had to write my last posting again. I appreciate any input.

Posted by IS346 - Social Technologies - Evren Eryilmaz | 0 comment(s)

October 10, 2007

Extending the Wiki Paradigm for Use in the Classroom Research Paper
  • Currently /5

Avg rating: - - based on 0 ratings

5 Stars 0
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 0
   * Includes your rating
--(Log in to rate this blog post!)--

The following paper approaches the Wiki from classroom perspective and it defines four properties of a traditional Wiki system that are not desirable for a classroom setting. These properties are:

  1. All content is modifiable by any user: An instrutor may want to restrict modifiability of certain pages such as course syllabus.
  2. All content is public: An instructor or student may want to keep a newly created page private until a certain point in its development.
  3. Simultaneous edits are allowed but not succesful (Refers back to the question 7 for the mediawiki assignment): Many students may want to edit the contents of a given page simultaneously, so that the page locking mechanism needs to be employed in order to prevent students overwriting each other's submissions.
  4. The wiki is forever evolving: The instructor may want to freeze the state of the wiki into an historical artifact when the class ends.

Referance:

Wang C. M. and Turner D. International Conference on Information Technology: Coding and Computing. 2004, Volume 1, p.255

Posted by IS346 - Social Technologies - Evren Eryilmaz | 0 comment(s)

October 03, 2007

Two WordPress Plug-ins: BackUp WordPress and WordPress Stats
  • Currently /5

Avg rating: - - based on 0 ratings

5 Stars 0
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 0
   * Includes your rating
--(Log in to rate this blog post!)--

Although we downloaded and tested four plug-ins last week, it appears that there are hundreds of plug-ins available for Wordpress on the Internet. One site that offers free plug-ins is WordPress Plugin Database. In our classes, both Professor Olfman and Mete talked about the importance of backing up our work. In this context, I found a wordpress plug-in called Backup Wordpress. I installed and activated this plug-in easily without making any changes in page codes. Once, the plug-in was activated it appeared as BackUp WordPress option on the toolbar of my site admin.

 

Prior to backing up the Wordpress, one should first set the backup path where all backup will go. Thus, I selected the default path (/home/12860/domains/evren.mysocialtech.com/html/wordpress/wp-content/backup). Then I went to the backed up the Wordpress feature and backed up the Wordpress. With the restore button that is shown below, one can easily restore Wordpress. I believe that it is beneficial to backup prior to making a big change. Hence, I believe that this could be a useful plug-in for all of us.

ScreenShot: http://claremontconversation.org/tcourse/evren/files/-1/708/backup1.JPG

Another plug-in that I tested today is WordPress Stats which offers statistics about visitors. However, I had a problem with finding my API Key. Would someone tell me how to find my API key? I checked the tutorial and I could not find my API key.

Posted by IS346 - Social Technologies - Evren Eryilmaz | 3 comment(s)

Active Blogs on the Web
  • Currently /5

Avg rating: - - based on 0 ratings

5 Stars 0
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 0
   * Includes your rating
--(Log in to rate this blog post!)--

I have been doing some research about social technologies and recently found two web sites that may be interesting for this class.

1. Business Week: According to the slide provided in the link, as of March 2007, there were 15,534,430 active blogs available on the Internet.

2. BlogCount: This site also provides information about blogs on the Internet.

3. It appears that one of our former students, C. Wagner had a paper called "Supporting Knowledge Management in Organizations with Conversational Technologies: Discussion Forums, Weblogs, and Wikis". This paper compares and constrasts the features of Discussion Forums, Weblogs, and Wikis.

  

  

Posted by IS346 - Social Technologies - Evren Eryilmaz | 1 comment(s)

September 27, 2007

The Thrill of Debugging ... Not
  • Currently /5

Avg rating: - - based on 0 ratings

5 Stars 0
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 0
   * Includes your rating
--(Log in to rate this blog post!)--

Yesterday reminded me of the most frustrating of my days as a programmer. I was going through some activities on my test (WordPress) blog site in preparation for class, and twice I ran into frustrations. First, it was in trying to embed a video in a blog entry. Somehow, the code for embedding was corrupted after saving the post. It happened over and over. I finally came to the conclusion (which may be right or wrong) that if I just saved the post once, and did not edit it again, all would be well. This is unsatisfying because it is always nice to be able to edit a post when one desires to do so.

The second frustration came when I installed a plugin to create an administration menu at the top of the blog page. The menu is normally hidden in an administration panel. After following the instructions, I either got no menu or a menu represented as a bullet list. Eventually I tested it with Firefox (since I normally use IE7 because Firefox is not compatible with XP Tablet) and it worked. Then I tested it on another machine and it worked. I came to the conclusion that it must be something about XP Tablet. But, this morning, when I tried again on IE7, it worked. So, I have no explanation for what was happening.

Which reminded me of two days of hell when I was programming in the early 1980s. I was working via a terminal and writing code on an IBM 370 and was writing code in FORTRAN, BASIC and IBM’s EXEC 2 scripting language. I can’t recall which language I was using, but the code I had written would not execute properly. I went through it (what seemed like a million times) line by line, word by word and letter by letter, but could not explain why there was a bug. I am not the greatest programmer, and typically make silly coding errors, but no matter how hard I tried to see the apparent error, I could not. Eventually, late in day two, I decided to look at the bytemap of the code. Lo and behold, one of the characters that displayed as a normal character was represented by a different bit sequence than the one I had expected to be there! I was “that close” to giving up. In hindsight, another strategy would have been to literally retype the entire program.

By the way, I’ve realized that when playing with changes to WordPress, I should simply close the browser and reopen it after every change.

This post is cross-listed at http://lorne.sisatspace.com/2007/09/28/the-thrill-of-debugging-%e2%80%a6-not-2/

 

Keywords: Debugging, Using Socialware

Posted by IS346 - Social Technologies - Lorne Olfman | 2 comment(s)

September 26, 2007

The search is on
  • Currently /5

Avg rating: - - based on 0 ratings

5 Stars 0
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 0
   * Includes your rating
--(Log in to rate this blog post!)--

I found some websites, have a look at it.
 
1. It automatically creates tags for your websites 
 
 
2. Found some social bookmarking websites:
 
 
 
 
 
 
 
 
 
 
 

Keywords: websites

Posted by IS346 - Social Technologies - shantanu | 0 comment(s)

September 19, 2007

Interesting article
  • Currently /5

Avg rating: - - based on 0 ratings

5 Stars 0
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 0
   * Includes your rating
--(Log in to rate this blog post!)--

Hope this works...Smile

interesting ariticle about potential of social networking sites.

http://knowledge.wharton.upenn.edu/article.cfm?articleid=1463

Posted by IS346 - Social Technologies - Stephanie Granger | 0 comment(s)

Furl, simpy and NetVouz
  • Currently /5

Avg rating: - - based on 0 ratings

5 Stars 0
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 0
   * Includes your rating
--(Log in to rate this blog post!)--


I've never used a social networking (sn) site before and wasn't sure what to expect. I looked at three sites; Furl , Simpy , and Netvouz. According to Wikipedia Simpy, Furl and Netvouz followed closely on the heels of del.icio.us, the original social tagging service. All are described as social bookmarking sites, are free, and require registration to add bookmarks.

Furl is similar to del.icio.us, but is more structured. Furl allows users to tag, categorize, rate and add notes. This may take more time than del.icio.us, Simpy or Netvouz, but the user has more options and potentially an easier time of it when retrieving pages. Additionally, Furl provides 5 gigabytes of storage space to save the actual web pages rather than just the links, thus eliminating the frustrating problem of link rot.

The Furl homepage is simple though uninspiring. The user is presented with lists of the most recent additions, but no tag cloud. At the top of the page is a row of buttons. The button marked "Most Popular" takes the user to a list of sites color coded with a "heat index" to indicate popularity. Pink = hot (most popular), blue = cold. This seems to be in lieu of a tag cloud. Maybe they just want to be different. The headlines button takes the user from the homepage to a list of RSS feeds from various news agencies, also color coded.

I registered as a Furl user and found the process very easy. However, when I tried to use Furl on the CGU computer lab PC, that's when the trouble began. Furl requires the user to update the browser by adding a button (via a java executable) to the tool bar. It took me a while to figure out I didn't have the premissions to update the browser bar. Meantime, frustration was building. I opted to move on and found Simpy.

Simpy is one of the oldest sn sites and unlike Furl or del.icio.us remains independent. The Simpy homepage is bright and easy to manipulate. I was a little turned off when one of the first sites listed on the Simpy homepage was a porn site, but that's not been the case in subsequent visits. Unlike Furl, Simpy uses a tag cloud to indicate popularity of sites. I decided to register with Simpy hoping for a simpler interface. The registration process was simple. But...the dreaded browser button. I could not just "drag" the application into my browser bar for the same reasons I couldn't access Furl. Time to move on...

Last, but not least I came to Netvouz. Netvouz is a little newer than Simpy and Furl, but probably doesn't have the same following as the others, although it is considered one of the top 5 social bookmarking sites. The benefit of using Netvouz is that in addition to tagging, one uses folders to manage bookmarks. Groups of tags can be placed in a folder that shows up high on the list.

The homepage is okay, one difference between this site and others is the tags are visible right on the homepage making it easy to see a tag cloud without having to search the site. I registered with Netvouz and proceeded to try to upload a link. Netvouz turned out to be the easiest to use since I didn't need to add a button to the browser. A user imports bookmarks from web browsers, bookmark and other services via the IE Favorites list.

Although all three sites have their advantages, I chose to use Netvouz, because of the ease with which I was able to add bookmarks. One thing I don't like about these sites is the "shotgun" approach to tags and bookmarks. I prefer a site that is more focused in order to avoid the Britney Spears/Paris Hilton chit-chat and find blogs and newsfeeds that are interesting. In hindsight, I would search out a site like Connotea.

Keywords: del.icio.us, Furl, Netvouz, Simpy, Social bookmarking, tagging

Posted by IS346 - Social Technologies - Stephanie Granger | 0 comment(s)

Feature Comparison of Social Bookmarking Technologies
  • Currently /5

Avg rating: - - based on 0 ratings

5 Stars 0
4 Stars 0
3 Stars 0
2 Stars 0
1 Star 0
   * Includes your rating
--(Log in to rate this blog post!)--

The article in the link below suggests that del.icio.us  and StumbleUpon are the dominant players of the social bookmarking market based on a table that compares the features of 10 social bookmarking sites. Although I do not know the nature of this market well, I liked the table that the author provided. Perhaps we can use this table as guideline when evaluating social bookmarking sites.

http://www.readwriteweb.com/archives/social_bookmarking_faceoff.php

Posted by IS346 - Social Technologies - Evren Eryilmaz | 0 comment(s)

<< Older