Entries by Mike Dalisay

How To Make TextBox with Search Icon in HTML and CSS?

Search boxes are a common requirement in almost every website you'll create. It is very useful when users want to find certain data, it may have auto complete functions for assisting users to search. But it this post I'll guide you on how to create an input box or TextBox with search icon in HTML […]

JavaScript sliding panel tutorial

What I'm sharing with you today is a simple JavaScript sliding panel tutorial whereas the sliding drawer looks like and has the same animation effect just like the Android navigation drawer. We were able to achieve the animation effects with the help of jQuery UI. So in our code, we will see the inclusion of […]

Simple jQuery Drop Down Menu Tutorial

How are you guys? What I'm sharing today is a simple jQuery drop-down menu tutorial that can help you create the simplest of its kind. This is just to help you get started creating these types of basic website features. I used this code when I was required to create a drop-down menu on the […]

Saying Goodbye to Google Blogger

Hey guys! How are you? I'm so happy today. I'm almost done re-creating this website. Why? I switched from Blogger to WordPress! Yes, you read it right. Some of you may know that I'm a Google fan. I love Google. There was a time when I worked with a product manager from Google Singapore to improve […]

4th TIP Student Congress with the Alumni – 2014

Hey guys! I'm sorry to disappoint you but I'm not going to publish some codes today. I was invited to be a guest speaker at our institute's student congress with the alumni - for the second time. It was held yesterday, January 23, 2014 in the Technological Institute of the Philippines, QC. I was with […]

jQuery UI Autocomplete Example

We, the developers, want to help our users search for the data they are looking for – in an easy manner. This jQuery UI autocomplete tutorial will help you achieve it! Having an autocomplete feature in our search box is really good for the user experience, it is like having a user assistant while he […]

Code Ultra Fast with Emmet

DOWNLOADING EMMET To download Emmet, visit the download page and choose your favorite editor. Here, I am choosing bracket as my code editor.  WORKING WITH EMMET Working with Emmet is quite an easy task. We just have to wite the abbreviations and expand it by pressing Ctrl + Alt + Enter (Only in Brackets, for other please […]