30 Sep
Posted by admin as Announcements, Opportunity Activity, Trainings
Given the two images as the expected output, html documents with javascript should be created individually and to provide style for the table a CSS can be added. In using javascript, the less lines of codes will be the first to be consider as one of the answer.
Include your name, year and section when you [...]
30 Sep
Posted by admin as Announcements, Opportunity Activity
The Opportunity Activities will be given to the hardworking students to compensate for their efforts having the extra time to study. These are optional undertakings to students for all the subjects under Mr. Aquino.
In solving the posted problem, there are some guidelines which were announced during the classes.
Solutions for every activity should [...]
30 Sep
Posted by admin as Beegas Techy News, CSS Demo, Technology Tips, Trainings
Here is an example on how to use a CSS in your HTML document. Stylesheet was applied to the document and table.
<html>
<head>
<title>CSS Demo</title>
<!– start of CSS –>
<style type=”text/css”>
document{
background-color: #CBCBCB;
}
table {
background: #7FFFD4;
border: 1px solid Black;
width: 500px;
font-family: “Arial Rounded MT Bold”;
border-color: Navy Blue;
border-top: medium double Black;
margin-left: auto;
margin-right: auto;
}
tbody{
background-color: White;
}
tr{
border-bottom-width: 1px;
text-align:center;
}
</style><!– end of the style –>
</head>
<body>
<table width=”200″ border=”1″ [...]
Here is the additional list of students who complied on the previous deadline that was scheduled on September 25, 2009 but some USB flashdrives did not contain any web project files or were virus infected. Also, few students did not comply on the given instructions so no credit was given to them. As a reminder, [...]
The schedule for the midterm exam will be on October 2, 2009 (Friday) at 9:00 am. The schedule was allocated for those students who did not took their midterm exam. Students who are late during the schedule will not be allowed to take.
Students who will take the exam should type their name and section after [...]
Listed on this article are the list of students who had a project. If you’re name doesn’t appear on this article you have to read the previous article for instructions.
I – A
abalosac, aquinomb, budolft, cayanancf, correakm, escanoac, fernandezmm, maneclangeg, mercadogs, mercadojb, millaminaja, palisocjr, gomezsm, ragasakp, felixjd, balanecm
I – B
alvaroga, angelolc, bautistafq, corpuzns, duquesy, espiritucd, navarrovl, [...]
23 Sep
Posted by admin as Announcements, Trainings
Students who did not submit due to flash drive failure or late submission can still submit their project on September 25, 2009 and not later than 12am. Also, those students who did not follow instructions so their project was rejected. The deadline for submission will be for all the BSICT sections. No more extension will [...]
22 Sep
Posted by admin as Javascript Codes, Technology Tips, Trainings
The following if – else conditions in javascript:
if statement – simple if statement, executed when condition is true
if…else statement – statements are executed when condition is true or false
if…else if….else statement - nested if – else statement which can b used for multiple blocks of code
switch statement - simplified nested if – else statement
Syntax
if statment:
if [...]
Online DBMS project will be check with in this day for groups with an error on database configuration. Uploading of project files and checking database configuration can be done on or before 2pm only. In setting your database configuration, follow the setting which I posted on September 15, 2009 under Online database for DBMS class [...]
Be informed that the submission of your last activity (javascript) and the first page of your website will be on the following date:
I – A & B: Our meeting on September 22 (Tuesday)
I – C & D: Our meeting on September 23 (Wednesday)
Be reminded that you follow the instructions when submitting your file of [...]