Entries by Mike Dalisay

Social Network Integration

Familiar huh? Facebook? Twitter? You are probably very familiar or even addicted to them. To date, it is almost impossible for people who use the internet to miss an account with them. They are free, easy to use and lets you connect with your friends or people no matter where on earth they are. Wikipedia […]

Online Code Highlighter Without JavaScript

Hi guys, I just want to share with you these two online code highlighters. On these sites, you can make the codes in your programming blog nicer. We don't need JavaScript this time unlike the Syntax Highlighter and Prettify where you have to include lots of other CSS and JavaScripts. In these two sites, we just […]

Including Google Hosted jQuery and other JS Libraries

When I'm testing my JavaScript with jQuery, sometimes, I feel lazy to locate on my hard disk where is that jQuery library file. At the same time, I don't want to download it on their website. So I thought of hosting it on a server and just specify its URL as a source of my […]

How To Center Popup Window With JavaScript

There was a time when I wanted the contact form of a website to be popped up in another window. I was able to pop up the window but it was not centered on the screen. For me, it looks better when the window popup is at the center of your screen. So I found […]

Add or Remove File Field in jQuery

Hi guys! Today I’m going to share about multiple file upload in PHP. We’ll be using jQuery to add or remove new file fields. This one is useful when your system has multiple email attachment or document management feature. LIVE DEMO This code contains the form with the file field, add and remove button and […]

Check or uncheck checkbox in JavaScript

Today, we will learn how to check or uncheck checkbox in JavaScript. We will show all selected checkboxes using PHP as well. When you have a list of data, sometimes, you want to easily check all or uncheck all of them. And then process those selected/checked data by getting their values first. Today we’re going […]

How To Display Image from Database in PHP?

Someone asked me how to display an image saved in the database in PHP. Here’s how I did it. In this code, we will use two files – index.php and source.php and a database table with sample image data stored. Please note that I used BLOB data type for storing my images, it can handle […]

How To Remove Blogger Navigation Bar on you Blogger Blog

When you created a new Blogger Blog, you will see the blogger.com navigation bar at the top of  your blog site. New Blogger Blog But sometimes, for blog design purposes, you would want to remove it. To do it, follow the following simple steps: *Note: "Template Designer" is a new feature of blogger.com that lets you […]