Posts
Open Source development using Mac
- Get link
- X
- Other Apps
Open Source Development MAC has been a darling of graphic industry, be it movies , animation or creative freelancer. It simplified some of the difficult aspects of graphic development as well as creative work using a computer. One of the pioneer of user interface design, Apple has been at the forefront of design software. But its core strength also led to high costs prohibitive to a large number of people who couldn't afford a mac because of higher costs primarily due to high end hardware required to run it, which resulted in limited hardware support by mac machines, unlike windows PC which can run on any device mac was limited to apple supplied hardware. Software development moved from proprietary technologies to open source due to will power of many developers who collaborated and challenged the hegemony of large corporations by developing open source tools and software that work on a wide variety of platform and hardware breaking the shackles of complex patent reg...
School management : Definitive Guide
- Get link
- X
- Other Apps
School Management System Education is what remains after one has forgotten what one has learned in school. - Albert Einstein Historical Context Education delivery has changed dramatically with every century. There was a time when access to education was limited to the elite of the society!! rest of the population chose their occupation by birth and family occupation. It was very rare for a person to decide a profession for himself as the societal norms and lack of opportunities left very little room to experiment. Books were expensive and knowledge dissemination was tightly controlled by the kings and rulers. We have come a long way since. Information is accessible to everyone be it Science or literature. Education has started percolating to the bottom rung of the society. Times are definitely better compared to the past but the mass education poses some unique challenges. Mass Commercialisation of Education : Commercial as...
Increasing education reach through technology
- Get link
- X
- Other Apps
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...
- Get link
- X
- Other Apps
Simple CloudERP for education In a fast converging interconnected world Education management needs to grow and simplify operation of a school , college , k12 , university by utilizing new interfaces provided by mobile or wearables. Mobile applications today are growing at a faster rate and allows education institutes to connect with stakeholders faster and efficiently. but the limited feature set of these applications limits the use and does not provide a complete solution to most schools college and coaching institutes. ZeroERP education zeroerp education bridges that gap by combining a stable smart web based erp with a simple role based android app backed by a full fledged clouderp. the cloud erp by zeroERP is a scalable and secure platform enabling an institute to manage all operations. Parent teacher communication parent teacher communication in zererp works at many levels at one end it helps parent get timely updates about the progress of student as well a...
Registration for school management software and initial setup
- Get link
- X
- Other Apps
School management Registration Free Registration from School App To Register Download School App and click register on the First scren school management app Carefully Enter Email Address so you can receive One Time Password on email Check your email for mail Carefully Enter OTP ( One time password ) received on your email in the OTP screen of app In the next screen Enter the Registration details , be careful to remember Organization key You will receive an email with confirmation of your details Once saved You will be taken to the login Screen which will have following details Organization key User Password After entering the details you will login and enter the session details Free Registration from website visit School management software Register school Carefully Enter Email Address so you can receive One Time Password on email Check your email for mail Carefully Enter OTP ( One time password ) ...
- Get link
- X
- Other Apps
ZeroERP Education www.zeroerp.com ZeroERP school management software is a complete cloud based school management erp system that automates the routine tasks for a teacher and enables communication between teacher and Students/parents. It provides management of operations for School college as well as Coaching centers Coaching institutes. Why switch to ZeroERP? Attendance entry: keep student attendance track of daily/monthly basis and export the report on excel sheet. Also can notify parents about the absence or presence of their students via sending messages. Homework entry: Easy homework tracking for teachers and parents. Parent and teacher communication via instant messaging through Mobile App for attendance tracking and other tasks. Each parent and teacher has a separate login with all school management features. Time table entry and sends Message with time table to parents. Synchronize Data with Cloud : Automatically synchron...
Android slowing down
- Get link
- X
- Other Apps
Android phone slowing down We use android phone for a wide variety of activities and it has become the most important device we use today, unless it has a lot of RAM and processing power the device tend to slow down with time and causes frustration because even the basic functions like making a call or sending / reading a text takes longer. here are some common things that you can perform in order to get back some speed. Apps we tend to install apps on a regular basis but rarely use them, some of these apps run in background or take a lot of memory space, it is not just true about third party apps , even the manufacturers app does clog up lot of resources, some of these apps that run in background and bloat are. Facebook Linkedin naukri etc. one of the best way to reduce this bloat is to uninstall the app and reinstall again later. same is true for google contact or people app. If you have synchronized the contacts with google ...
School Management System
- Get link
- X
- Other Apps
ZeroERP Education A full fledged management suite for educational institute zeroERP education simplifies school administration by providing a easy to use interface and a handy mobile app for school college coaching . School App School management android app allows student , parent , Teacher and Administrator , principal , owner to perform activities like Homework management Attendance management Transport management Communication To download visit School app School app School management software A complete school Management System having following features (For Demo visit w ww.zeroerp.com ) School management system Login Management Responsive User Interface for Mobile , Tablets . Hosted or on premise option Define Session Manage Front office Manage Admission Manage Fee payment Manage staff Manage Attendence Manage Transport Grade Management Library Man...
Apache not running on Port 80
- Get link
- X
- Other Apps
Making Apache work on Port 80 XAMPP provides Apache , Mysql and Filezilla on a windows machine . To install ensure skype is not using this port 80 and 443, uncheck the checkbox. in skype settings after XAMPP installation test it by going to localhost XAMPP home page will open software development info@junctiontech.in Contact : 8109069226 junction software pvt ltd
Eclipse Debugging
- Get link
- X
- Other Apps
Enable Debugging in Eclipse Luna · To enable debugging in PHP , you first have to modify the PHP.ini file but there is a caveat Do not modify directly , go through the link http://xdebug.org/wizard.php In This site copy the phpinfo output as it is ( not source ), than it gives the recommendations after analyzing the output In my case it was downloading the file and saving in the folder below and modifying entry in php.ini zend_extension = C:\xampp\php\ext\php_xdebug-2.3.2-5.6-vc11.dll This just enabled debugging in apache for php, now comes the ide turn , in my case eclipse. To enable debugging you have to save it as a configuration, but that’s not all while running eclipse I realized that another entry to be made in php.ini file for xdebug.remote_enable = 1 Finally I am able to see a debugger in eclipse but it does funny thing , the debug cursor does not move with F5 , or any other key , thank...
Quick HTML Reference
- Get link
- X
- Other Apps
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...