Sun Promos – Sun Unlimited Text & Sun Unlimited Call
SUN PROMOS COMPILATION
(For Regular Sun Load Conversion only)
Sun Text Unlimited 200 (TU 200)
- Unlimited Text Sun to Sun
- 4 hours call (Sun to Sun)
- 500 text to OTHER NETWORKS
- Valid for 30 days
- To convert regular load: text TU200 to 247 Continue reading
eGrades – an online grades viewing system
eGrades is now availabe, students with subject/s under me, may check their grades online by clicking this link http://www.egrades.co.nr. Login instruction is available in LST-Cadiz Facebook Page.
Development Notes:
This is not a web-based gradebook, it only accepts data from my personalized MS Excel gradebook through uploading. Thus grades in this system is only updated when necessary and/or on my discretion. It can also be used for parallel checking with the local gradebook since this system also computes the final grade using its own algorithm based on the points posted.
The concept of having a system which only accepts grades from a local gradebook is from Online Grades. I have used OG for 1 year, but since I wanted flexibility with my gradebook (because OG needs gradebook software which supports OG/basmati), I have migrated to MS Excel from a commercial gradebook since in my work environment, it is the most portable. Generally, I can open my gradebook anywhere even without my laptop if I’m using MS Excel since all PC’s in my workplace has MS Excel or equivalent. So I designed a gradebook using MS Excel based on my needs and preference. But of course I always wanted to provide a way for my students to check their grades online (well it takes time when they all come to me one by one checking their grades
), and since my personalized gradebook using MS Excel does not support OG/Basmati, I decided to create my personalized online software for grades checking online and named it eGrades. Like OG, it uses xml file in accepting data, but it does not support basmati format. Its xml file is directly link to my gradebook getting all necessary data for uploading. This is still in infant stage, the whole system concept is not yet complete, but the most basic part which is grades uploading and checking is already up.
V1.2
- Fixed bug in determining grades
- Modified the process in determining passed/fail status
- Added student registration form (to allow students with grades to register by their own)
- Added additional security by encrypting login information & preventing sql injection
- Some minor bug fixes
V1.1
- New look
- Determine grade equivalent based on points
- Determine Passed or Fail status
- Compute final grade based on uploaded points
- Modified/Fixed grade listing in admin panel
- Added search option for admin
PS: This is made for my personal use only.
My Online Voting System – Using PHP
Finally it is done! My first ever program made using PHP! I have been using PHP for quite long, around 2 years already, but I have never coded any project by my self since almost everything is readily available on the net (I mastered copy-paste-edit method!
).. I have planned this already for years but never had a chance to materialize it. But of course not until last month. Since my internet connection (1 mbps Wired Globe Broadband) was a bit useless (May 2011) due to its very annoying disconnect/connect status, I started my Apache server/MySQL, opened my NetBeans IDE, and started a PHP project. The very first php file I have coded was the voting form, I started with a single candidate added manually on my db. Next php file I have coded was for the candidate registration…. and so on…. After finishing almost everything, I realized that I don’t have a login form. Since I am already exhausted
and wanted to learn from others implementation, specially on security – protection against malicious users, I opened a file which I have downloaded which is a login script. Well in short I didn’t actually code the login-voters registration files.
… Yep I performed some editing on it, ‘coz its a general login-registration form and I need it to fit my needs for voter’s registration form for student organization. Another part of the system which I didn’t personally code was the countdown timer. It was also a copied script from the web – I don’t know the original author ![]()
All in all it is composed of 42 files 2 were html, 1 css and 39 php.
Heres the link: http://www.jeffric.com/vote/
Its not 100% perfect, nor it is 100% secured. Since it is online, it is prone to malicious attacks. I have tried my best to protect it against attackers but of course I cannot guarantee it.






