Feedback

PN Scholars, if you are interested in writing any content which relates the following topics:PN news & events, Tutorials, Technology updates, Students' life at school , DTS and Alumni, and any other GEEKY stuff, drop us an e-mail NOW!

Drop Email

or you can subscribe to us by email.

and stay connected. . .

Passerelles Numeriques introduces new website

Just today, June 13, 2012 Ate Rosalyn Miñoza, our Social Worker in PN posted “ Introducing the new website of Passerelles numeriques! ;-)

PN Philippines Scholars Defend their Thesis

It's been almost a week since the defense of our thesis for the First Semester in Software Engineering. Yet the sound of the word defense and the mixed expression on the faces of my classmates after walking out from CEAC still lingers in my head. It was a fine Saturday morning. Everyone was surprisingly early at school, except for some who still rushes to the internet cafes to print some documents for their defense. It was quite a busy day,...

Passerelles Numeriques All Batch Event: Dance Battle Competition

It was raining so hard when our class was dismissed at CEAC. Though most of us felt cold, I knew in my mind that majority of us are feeling relaxed due to the unfavorable weather. The staff has set a Dance Battle competition within the PN Scholars on the latter part of the day as what is customary on every first Saturday of the month. And talking about dancing, I’m not really that favorable with that kind of activity. That‘s why I sort of describe...

Change FTP Mode in Windows and connect using IE

Recently, our teachers in Software Engineering shared to us the files they used for our discussions on PN's network for easy access. What we'll do is just download those files using ftp. Unfortunately, some of us run into some unknown problems. Some who doesn't have any ftp applications such as Filezilla and just rely on windows explorer were unable to connect to the ftp server. As a resolution, our teacher was forced to send us the files trough...

Site Does't Work in IE?

I was using firefox as a browser in in viewing my the output of the php application i made to the company where i am having my intership now. It was a straight road during the production of the application. But one time when i test if the application is a cross browser application, then one shocking output i didn't expect IE keeps on prompting an error what the big problem is i didn't what how would i trace the error sense i doesn't have "contol+shift+j"...

The Switch Statement

Last Tuesday, July 31, 2012, we continued our regular tutorial sessions with the First year. Since we haven't followed the flow of their discussions at the university, we tried to ask them questions if which part of their discussions they find it hard most. Majority answered the switch statement so we give it shot. I know you guys find it hard to follow my discussion since they were mostly vocal so I'll show you the complete code on how to do it. The switch statement code that I gave you as an example are as follows: #include<stdio.h> #include<conio.h> int...

Basic C Tutorials

This post will contain a series of simple C programming tutorials and examples. I think this will be helpful to the first years since they're on to this. For discussions on this post, kindly visit the forum. Print text on screen #include<stdio.h> #include<conio.h> main(){ printf("Hello World!\n"); getch(); return 0; } You might be wondering why the conio.h header file was included when our main goal was just to print some...

Word Lens translator app, now available for Android

The first Word Lens app came available to the mobile community last 2010 and unfortunately, was only available on iOS devices. Due to this unavailability, a number of mobile users asked for an Andoird version. So now, the developers of Word Lens app, Quest Visual, finally heard the people's plea by making it available on Android through Google Play. The Word Lens translates captured texts/words on an Android device's...