User:Defaultbug

From WikiEducator
Jump to: navigation, search


Contact-new.svg Edward Mandac
Occupation:Student
Nationality:
Flag of Philippines.svg Philippines
Languages:Filipino, English,
Country:
Flag of New Zealand.svg New Zealand



About Me

  • 3rd year student at Eit(Eastern Institute of Technology)
  • Like to play PC games.

My Interesting Links

extremetech.com

computerlounge.co.nz

mightyape.co.nz


Test page

Assessed Activity 4.2

APA Reference

Digital learning. (2014, September 29). In Wikipedia, The Free Encyclopedia. Retrieved 00:25, March 16, 2016, from https://en.wikipedia.org/w/index.php?title=Digital_learning&oldid=627579641


Pedagogical template

Icon activity.jpg
Pedagogical template




Syntax highlighter

  1. class Program
  2.     {
  3.         static void Main(string[] args)
  4.         {
  5.             System.IO.StreamReader myfile = System.IO.File.OpenText("SomeFile.txt");
  6.  
  7.             String line;
  8.             while ((line = myfile.ReadLine()) != null)
  9.             {
  10.                 int position = line.IndexOf("b");
  11.                 Console.WriteLine(position);
  12.             }                
  13.        }        
  14.     }

Assessed Activity 4.4 (2016) Connecting the Wiki to my blog through an RSS feed

VmvIcon Objective.png

Blogs RSS Feed

Extension:RSS -- Error: Not a valid URL: /feed/

Assessed Activity 5.1

VmvIcon Objective.png

My Personal Learning Network Diagram

Ed'sPLN.JPG