Entries by Mike Dalisay

1st TIP Student Congress with the Alumni – 2011

  In line with this, we would like to invite you to be the guest/ resource speaker of your department to give a 20-minute talk about the nature of your work, the company you are connected with and your experiences from the time you graduated up to your present position. You may opt to use […]

Display Facebook page events on website using PHP

Welcome to the start of our Social Media API Tutorial Series! We will start with this tutorial about how to display Facebook page events on your website using PHP. In today's digital age, social media plays a crucial role in connecting businesses with their customers. As a business owner, you understand the importance of keeping […]

Firefox Is Running Very Slow!

I was into a situation where I have no other choice but to use the Firefox web browser for blogging. I have another important Google account opened in Chrome. I was wondering why this super fast Firefox is running too slow in my computer. Then I found out that it is because of my slow […]

Check and Validate Username in jQuery

Hi there developer! Today we are going to do a code snippet that: Checks if a username is available or not (in the database). If the username is available, the program will output “[your_username] is available!” Then if it is not available, “Username already taken” will be printed. This code also has a simple validation […]

How to display Facebook page photo albums on website using PHP?

Previously, we learned how to display Facebook page events on your website using PHP. This tutorial will cover the steps to display Facebook page photo albums on your website using PHP. We'll show you how to easily integrate your Facebook page's photo albums into your website so your audience can view them without having to […]

A Happy Developer, Android + CakePHP + jQuery

Hi there! Well, I don't have much posts few weeks ago since I'm kinda busy working on a project. I got good news and not-so-bad news, haha! This past few weeks, I've been working on an Android application which makes me so happy (though at first, kinda stressed, since I'm a beginner on this). Yes, it has […]

How To Parse RSS Feeds with MagpieRSS

Using MagpieRSS is one of the simplest ways to parse RSS feeds. One use of this is when you want to display updated contents from a site to your website. In this post, we are going to get the Top Stories news of "The Worldwide Leader in News", the CNN. We will just use one of their […]