Blog

We do update and maintain our best blogs and provide support. We don't regularly blog anymore. But if you want to see all our posts, you're in the right place.

Computers – A Chronological Timeline

In this post, we'll take a look at the chronological timeline of computers. I like the infographic below so I thought it will be great to share it with you. I also suggest you visit the Computer History Museum. I love computers. This is where I do most of my stuff. I do Web and […]

Transfer WordPress Site From Local Computer to Server Without Reinstalling

Recently, I had to develop a website with a famous CMS - WordPress. I have version 3.2.1. I'm so happy with it, the last time I worked with WordPress was about 3 years ago, and I didn't appreciate it the way I appreciate it today. From your computer to your server. So here's what I […]

Google+ vs. Facebook: Mark Zuckerberg’s Reaction

Alright, so I watched this video about 10 times now and I know I'm gonna be watching this one tomorrow and in the future. Hahaha! This one really makes me laugh. Well I know some of you might not find it funny but this one is really hilarious for me! I mean, I was like […]

How To Customize reCAPTCHA

Have you ever received unsolicited (Spam) messages, comments, or notifications in your email, Facebook account, or to other services you are using online? Probably yes. I think almost all people using the internet experienced it already. There are trillions of spam messages sent every year. One effective way to prevent those spam messages to your […]

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-events-on-website

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 […]

Simple jQuery AJAX Pagination with PHP and MySQL – Step By Step Guide!

UPDATE: You should learn not only the AJAX pagination. Learn the PHP CRUD (create, read, update, delete, etc.) operations as well. Go to our PHP, MySQL and AJAX CRUD Tutorial – Step by Step Guide! Hi there! Today we are going to do a very simple yet useful script for your web apps. A jQuery […]

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 […]

display-facebook-photos-on-website-1

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 […]