Looks like an alternative to gif is on the comeback trail !!!
http://www.wired.com/design/2013/12/a-sandbox-for-experimenting-with-animated-typography-built-by-a-google-designer/#slideid-378821
And build one com http://www.anitype.com
Michael's Blog for eLearning, gxLearning, Digital Learning Technology, Web Design, Teaching and Learning, and random stuff.
Sunday, December 29, 2013
Wednesday, December 25, 2013
#Facebook RSS in #MediaWiki (#Wikieducator) #vmvwiki #vmvdlt
Following from the Twitter/Wordpress RSS into MediaWiki, I now have a Facebook page RSS feed working. Note that due to Privacy setting Facebook Groups do not RSS Feed.
Christina Bergey has written a blog providing good instructions for this at http://christinabergey.com/blog/2013/03/get-facebook-group-feed-via-rss/ (note she has "groups" in the URL but this only works for Facebook pages.
The following code will insert a Panel into your MediaWiki Wiki ( replace YourID, and YourPage)
- Sample Page: http://wikieducator.org/VirtualMV
- Experimental Page: http://wikieducator.org/User:Mverhaart/Wikieducator/TechTips
Christina Bergey has written a blog providing good instructions for this at http://christinabergey.com/blog/2013/03/get-facebook-group-feed-via-rss/ (note she has "groups" in the URL but this only works for Facebook pages.
The following code will insert a Panel into your MediaWiki Wiki ( replace YourID, and YourPage)
<div style="font-family: menu,Arial;border: 1px solid #808080; width: 250px; margin-right:auto;margin-left:auto;background-color: #F6F9ED;-webkit-box-shadow: 5px 5px 7px #999;">
{|
|[[File:Facebook.png|25px]] RSS from: https://www.facebook.com/YourPage<br /><hr width="248px"/>
|-
|
<rss>https://www.facebook.com/feeds/page.php?id=YourID&format=rss20|short|date|max=5</rss>
|}
</div>
{|
|[[File:Facebook.png|25px]] RSS from: https://www.facebook.com/YourPage<br /><hr width="248px"/>
|-
|
<rss>https://www.facebook.com/feeds/page.php?id=YourID&format=rss20|short|date|max=5</rss>
|}
</div>
Labels:
Digital learning,
ELearning,
Facebook,
Multimedia,
Programming,
Teaching and Learning,
Tipsamp;Techniques,
WikiEducator
Tuesday, December 24, 2013
#Twitter & #WordPress RSS in #Mediawiki (#Wikieducator) #vmvwiki #vmvdlt
Using RSS to put a Wordpress or Twitter feed into Mediawiki (wikieducator)
- Sample Page: http://wikieducator.org/VirtualMV
- Instructions: http://wikieducator.org/User:Mverhaart/Wikieducator/TechTips
Thanks
I must thank my friend & colleague Steph Day for working behind the scenes into finding Amit Agarwal's connection between Twitter and MediaWiki via Google Drive Developer, and proving it could be done.
WordPress
The RSS extension in MediaWiki allows you to feed from the WordPress RSS feed. Add the following to your MediaWiki page (but replace my WordPress blog with yours)
<rss>http://virtualmv.wordpress.com/feed/</rss>
<rss>http://virtualmv.wordpress.com/feed/|short|date|max=5</rss>
Instructions
The following parameters are supported:
- charset=… The charset used by the feed. iconv is used to convert this.
- short Do not show the description text for each news item.
- date Shows date/time stamp for each news item.
- max=x Shows x most recent headlines.
- highlight= term1 term2 The terms separated by a space are highlighted.
- filter= term1 term2 Show only RSS items containing at least one of the terms.
- filterout= term1 term2 Do not show any RSS items containing any terms
- reverse Display the RSS items in reverse order
See complete article at http://www.mediawiki.org/wiki/Extension:RSS
This is much more complicated since in 2013 Twitter changed the way it allowed developers to access the Twitter Stream. An RSS feed unfortunately is not available, instead a JSON file is generated. However, using a bit of "magic" by creating a Google App allows you to convert the JSON file into an RSS feed which can then be accessed in MediaWiki.
Instructions
Amit Agarwal from Digital Inspiration created the bridging program that performs the magic and has generously shared the instructions at http://www.labnol.org/internet/twitter-rss-feeds/27931/
Examples of an RSS feed generated
- Twitter Timeline of user @labnol https://script.google.com/macros/s/AKfycbz-_qbLKf5lAUBkPlCpVYgVPess6-NV1GRL6TNaz-6YNLbvUCs/exec?action=timeline&q=labnol
- Twitter Favorites of user @labnol https://script.google.com/macros/s/AKfycbz-_qbLKf5lAUBkPlCpVYgVPess6-NV1GRL6TNaz-6YNLbvUCs/exec?action=favorites&q=labnol
- Twitter List labnol/friends-in-india https://script.google.com/macros/s/AKfycbz-_qbLKf5lAUBkPlCpVYgVPess6-NV1GRL6TNaz-6YNLbvUCs/exec?action=list&q=labnol/friends-in-india
- Twitter Search for New York https://script.google.com/macros/s/AKfycbz-_qbLKf5lAUBkPlCpVYgVPess6-NV1GRL6TNaz-6YNLbvUCs/exec?action=search&q=new+york
You should replace the value of 'q' parameter in the URLs as per requirement.
Following Amit's instructions I found one area that needed a little further explanation: For Step 2. Configure your Google Script:
- Enter the google developer area using https://developers.google.com/google-apps/
- When you get to the pop-up Google Apps Script choose Script as a Web App
If you want to get a wrapper for your feed refer to the Sample page/instruction links at the start of this post.
Some Notes:
- Don't expect the RSS Feed to show older Tweets particularly for Search. After activating the gApp you may need to add a Tweet for it to appear in the panel.
- Twitter Search does not necessarily return all the relevant Tweets in the Search. So in my classes I have had a lot of students post with my #vmvwiki hashtag and they have not shown up in the panel. Unfortunately this is what Twitter have done and in 2013 this killed the student use of Twitter as a viable communication tool for Social Media in the classroom.
.. now to see if I can create an RSS Feed for a Facebook Group :)
Labels:
Digital learning,
MediaWiki,
Tipsamp;Techniques,
vmvGeek,
WikiEducator,
WordPress
Teacher confidence in using technology #vmvwiki
[caption id="" align="aligncenter" width="614"] Teacher Confidence in use of technology[/caption]
Diagram based on Mandinach & Cline by Mark Anderson where they talk about various stages of confidence related to technology ( http://ictevangelist.com/wp-content/uploads/2013/09/Teacher-confidence-1024x485.png )
http://ictevangelist.com/teacher-confidence-using-technology/
Diagram based on Mandinach & Cline by Mark Anderson where they talk about various stages of confidence related to technology ( http://ictevangelist.com/wp-content/uploads/2013/09/Teacher-confidence-1024x485.png )
http://ictevangelist.com/teacher-confidence-using-technology/
Monday, December 23, 2013
CryptoLocker Gang Earns Millions in Just 100 Days #vmvwiki
This is really scarey stuff. as far as I can tell it is spread as an attachment which has a ".pdf.exe" extension which of course shows as a PDF as in its wisdom Microsoft hides extensions ( this has been since early windows days and was a well known way to spread viruses )
Anyway be very careful with this one as the only cure may be apart paying the ransom about us$200.
http://www.ibtimes.co.uk/cryptolocker-criminals-earn-30-million-100-days-1429607
Sent from my iPad
Anyway be very careful with this one as the only cure may be apart paying the ransom about us$200.
http://www.ibtimes.co.uk/cryptolocker-criminals-earn-30-million-100-days-1429607
Sent from my iPad
Wednesday, December 18, 2013
Tuesday, December 17, 2013
A social conference directory (links to Twitter/Linked-in) http://lanyrd.com/ #vmvdlt
Conferences listed and links to other people you are "socially" connected to.
Labels:
Digital learning,
ELearning,
Employment,
Teaching and Learning
Monday, December 16, 2013
mEducation - 35 Edu Experts on Improving Learning #vmvdlt
An eBook in slideshare
http://www.slideshare.net/DavidRogelberg/mobile-education-27782655?utm_content=buffere096f&utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer
http://www.slideshare.net/DavidRogelberg/mobile-education-27782655?utm_content=buffere096f&utm_source=buffer&utm_medium=twitter&utm_campaign=Buffer
Labels:
Digital learning,
ELearning,
Mobile,
Teaching and Learning
What the Tin Can API Means for Your Online Training Course #vmvdlt
Wednesday, December 4, 2013
How to Write a Great Research Paper - YouTube #vmvwiki #vmvdlt
Professor Simon Peyton Jones, Microsoft Research, gives a guest lecture on writing. Seven simple suggestions: don't wait - write, identify your key idea, tell a story, nail your contributions, put related work at the end, put your readers first, listen to your readers.
[youtube http://youtube.com/w/?v=g3dkRsTqdDA&desktop_uri=%2Fwatch%3Fv%3Dg3dkRsTqdDA]
[youtube http://youtube.com/w/?v=g3dkRsTqdDA&desktop_uri=%2Fwatch%3Fv%3Dg3dkRsTqdDA]
Monday, December 2, 2013
Sunday, December 1, 2013
Open Badges101:Encouraging Engagement webinar #vmvdtlt
Will be good research topic for postgrad dig learning tech
http://m.youtube.com/watch?feature=youtu.be&v=jP61UY0mcrY&desktop_uri=%2Fwatch%3Fv%3DjP61UY0mcrY%26feature%3Dyoutu.be
http://m.youtube.com/watch?feature=youtu.be&v=jP61UY0mcrY&desktop_uri=%2Fwatch%3Fv%3DjP61UY0mcrY%26feature%3Dyoutu.be
Subscribe to:
Posts (Atom)