underNeaTH thE WavES…

February 1st, 2010 by Camilo III 
doing things in a milder way,to have a proper and positive perspective with life.many questions drenching me.. when can i bid goodbye to these emotional fatigue, tagging themselves voluntarily with me? Victor Hugo said that the greatest happiness of life is the conviction that we are loved — for ourselves, or rather in spite of ourselves.. Songs, quotes, advises are written so nicely and undeniably...

No hay palabra de honor

January 23rd, 2010 by Camilo III 
When I watched TV last December 2009 (which I watch TV rarely), I saw the advertisement of the promised politician, Manny Villar. (which also I got irritated with his ads) And I said, *puff!* He really got a guts running for President after his controversial C5. Not to mention what he promised to me and my colleagues way back year 2005, under Mindanao Business and Management Youth Congress program....

Visual C#: Detect Conflict Schedule

January 18th, 2010 by Camilo III 
Screenshot It seems a lot of people are searching about solving conflict schedule. So I decided to create a sample. Below is the core code of checking conflict schedule… // sample conflict detection (defined) [start] DateTime d = new DateTime(2010, 1, 13); richTextBox1.Text = DateTime.Now.ToLongDateString() + ” = ” + d.ToLongDateString() + “\n”; if (DateTime.Now.CompareTo(d)...

Ubuntu Professional Certification

December 18th, 2009 by Camilo III 
Ubuntu Girl Today, I tried to answer the pre-test of UPC or the Ubuntu Professional Certification… and the result was… Dear Camilo III, Thank you very much for taking part in the pre-training assessment. Your score is 9, which means that you are probably over-qualified for this course. As a next step we suggest that you read through the Deploying Ubuntu Server Edition course overview found...

Visual C#: Retrieving Image (BLOB) from MySQL database

December 14th, 2009 by Camilo III 
I’ve been searching an article about storing and retrieving an image (BLOB data type) from MySQL database. Somehow, I only found the retrieving process but I created the storing process using PHP… You may download my works, link provided below… idsystem_database.sql.zip – the dump file of MySQL database; import this SQL file before running the project the rest of the files...

Visual C#: Handling X button (top-right)

December 7th, 2009 by Camilo III 
Disabling the X button private const int CP_NOCLOSE_BUTTON = 0x200; protected override CreateParams CreateParams { get { CreateParams myCp = base.CreateParams; myCp.ClassStyle = myCp.ClassStyle | CP_NOCLOSE_BUTTON; return myCp; } } Add confirmation if window closing or closed… Insert this code to Main form or the Form1.cs… private void Form1_Closing(object...

[PHP] Converting a value to MAC address format

October 20th, 2009 by Camilo III 
I just want to post this since someone ask about it. It might help if someone in this world is searching for an answer with the same problem my friend does. This is about converting a value of 0014:f8c4:9e32 or 0014f8c49e32 to 00:14:f8:c4:9e:32… Now here’s some answers for that… function convertMACAddress($input) {     // clean up unwanted characters     $input = preg_replace(...

Facebook: Cafe World Tips and Tricks (Cheats)

October 17th, 2009 by Camilo III 
Lately, I was addicted playing the Cafe World by Zynga. There are some tricks that my fellow office mates how to earn coins so fast and its cafe popularity. I would like to share this to you all… Deep freeze Popularity Here’s the Tips and Tricks… Barricade your chef and waiter(s) with tables (shown in the images) Remove your doors if you have nothing to serve, this is to preserve...

Past Love

October 9th, 2009 by gelyle 
… I’m chasing the dawn as it runaway with the night … every single minute in slow motion welcome daybreak … such charm is my heart’s favorite scenario … resounds at every breath of wanting to see the sunrise … will the silence and serenity suffice the need … Am I to wish for you in a falling star or just be brave enough to accept that you are someone...

Gmail v.s. Ymail

July 13th, 2009 by Camilo III 
Since my first plug into the internet, I use yahoo. When I search, I also use Yahoo search and that was year 1998. But now, Yahoo change a lot with sophisticated functionality. For google, I only use for search as alternative for Yahoo. But now, Google has the best functionalities and all. Gmail and Google Search Simple User-friendly Less Ads (if there’s an ads, it’s just a line) Powerful...