Entries by Mike Dalisay

Google Maps Geocoding Example with PHP

Today's code is a Google Maps geocoding example with PHP and we also use some Google Maps JavaScript to show the geo-coded data on the map. You can use this code if you want to create a store locator. Why this is useful? Imagine if you have several addresses on your database, you will never […]

Yo App Super Funny Comments

Few days ago, an app called "Yo" was released. Like the name suggests, the "Yo" app has one simple function: sending a single message: Yo. How it works? You create a list of contacts. You tap one of those contacts, and they get a "Yo" message. According to the app's description, it can mean pretty […]

Product Unit of Measure Conversion Pseudocode

I don't know if we will have the same term in mind, but here in our country we call it Product Unit of Measure or UOM. For example, we have a "candy" product. Possible unit of measures could be: pieces, packs and boxes. The purpose of this post is to solve the problem of converting […]

PHP Object-oriented (OOP) CRUD Tutorial – Step By Step Guide!

Previously, we learned the basics from our PHP CRUD Tutorial for Beginners. Today we welcome you to our PHP OOP CRUD Tutorial, a comprehensive guide on mastering PHP Object-Oriented Programming (OOP) for database management. This tutorial will cover everything you need to know to create, read, update, delete, and search records in a MySQL database […]

Bootstrap Tutorial for Beginners – Step By Step Guide!

Previously, we learned how to run our first PHP script. Today we'll learn our Bootstrap Tutorial for Beginners to make our application look presentable the fastest way possible. Overview Bootstrap is a CSS framework that will make your web application look good, fast, and responsive. You won't have to worry about having a decent user […]

How To Make Things Happen?

It's simple. How about not looking and not thinking about the things that can hold you back? You will feel lighter, excited, happy and empowered. Just focus on how you can help other people, businesses or customers. They will feel it. You're sincere. You provide value. You have the skills. You can solve real world […]

I’m Making Some Simple But Useful Online Tools for Developers

Hey guys! How are you? Today I'm sharing these three simple but useful (well, at least for me) online tools for developers like you. I developed it using Bootstrap to have a decent user interface, .htaccess for clean URL location, PHP for input processing and of course, jQuery AJAX requests to prevent reloading the whole […]