Posts

Showing posts with the label Software

Increasing education reach through technology

Image
Efficient school  There is a lot of debate around efficiency of school system. Still there are pockets of isolation that do not have access to education, but never before in history such large number of population had access to education across the world. While more kids and adult today are educated around the world, simultaneously there are doubts about the efficiency of educational institutes. most educationists agree that education today is more theoretical and does not prepare kids for the real world. while the reason for this are plenty, one of which is the main cause is the lack of teachers who are motivated and passionate about teaching.  Teaching as as profession has suffered immensely in last couple of decades as more lucrative job opportunities surfaced that made most people migrated geographically as well as professionally to better paying areas and professions. School Administration Software a talented teacher can not be expected to resist...

Quick HTML Reference

HTML HTML tags are not case sensitive Recommendations ·          Always close all tags , including open ones like <br> ·           Always Use Lowercase Attributes ·           Always put Attribute Values inside a quotation mark ·            <!DOCTYPE  html>  syntax for html5 <html> </html>   <head> </head> // contains meta data, which is not displayed <meta charset = “utf-8” > // meta is data about data and comes in key value pairs <style> </ style> <link> </link> <title> </title> <body> </body> Text <!--   This is a comment  --> <p> </p> standard paragraph  // it has an attribute title= “visible on mouse hover” tag . which shows mouse...