Scroll Page to Top Using jQuery
There are some friends who asked me how I did this "back to top" feature of our blog. For a live demo, try to scroll down this page, you will see an "up arrow" image on the lower right corner. When you...
View ArticleSimple PHP Pagination Script to Handle Your Growing Data
Navigate Contents: 1.0 Introduction 2.0 Video Demo 3.0 Pagination in 5 Easy Steps 3.1 Retrieving the Records 3.2 First and Previous Page 3.3 Number Page Buttons 3.4 Next and Last Page...
View Article3 Steps to Install WAMP on Windows
Navigate Contents: 1.0 Introduction 2.0 Installing Wamp Server in 3 Steps 2.1 Download the Installer Files (Step 1) 2.2 Run the Installer Files (Step 2) 2.3 Verfify If WAMP Was Installed...
View ArticleBeautiful Android Apps in the Android Gallery, a Beta Release
Hi friends, I think it is time to release a beta version of this website we made called "Android Gallery". Android Gallery Website (Beta) About Android Gallery Android Gallery is a collection of...
View ArticleCSS3 Rotate Image On Hover
Have you seen our logo on the upper left corner? Try to hover on it, it will rotate 360 degrees. Looks cool? In this quick post, I'm going to show you how I did that using CSS3. CSS: #linkWrapRotator...
View ArticleHow To Create MySQL Database With PhpMyAdmin
Create MySQL database with PhpMyAdmin in few minutes or even seconds! This is a quick post about how to do such task. I assume you are using a localhost, but you can also use these tips if you are...
View ArticleHow To Create Table With PhpMyAdmin
A quick post here guys, for those who want to create new MySQL table with PhpMyAdmin. After you create a database, you would want to create new tables where your data will be properly stored. Before...
View ArticleHow To Use CakePHP Framework, A Getting Started Guide!
1.0 Introduction Using CakePHP Framework is one of my most favorite things to do. This is the first PHP framework I worked with, and until now, I'm still delighted by it. Now it is time for me to...
View ArticleCreating Social Media Icons for Your Website using CSS
In almost every website we see today, there are links to their social media accounts. I think it is a standard now. It's like, you're not cool if you don't have a Facebook and Twitter account!...
View ArticlejQuery: Sum TextBox Values As You Type
A friend asked me how to sum all TextBox value as he type the numbers? Here's a quick answer to that: give all your TextBoxes a class name and use the jQuery 'keyup()' and 'each()' methods to compute...
View ArticleCakePHP Classes and Naming Conventions
1.0 Introduction After installing CakePHP on your server, we now have to learn how to create CakePHP classes and its naming conventions. CakePHP uses Model–view–controller (MVC) software architecture...
View ArticleCakePHP Pagination Tutorial: Helper, Conditions, Limit, Sorting and More!
1.0 Introduction CakePHP Pagination is one of the fastest thing you can code with this amazing framework. In this post I'm gonna show you how you can create a pagination script in matter of few...
View ArticleScalable and Rapid Application Development Using Grails
Hi guys! Today we have a guest post from Boni Satani, you can find more about him at the end of this post, please read below! Shorter time to market web application signifies being ahead of the...
View Article12 Animated Logo Made with HTML and CSS Only
I'm still amazed by these people creating and coding logos using the HTML and CSS technology only, I was like, look Ma, no Images and JavaScript! So here are some of those amazing animated logos that I...
View Article12+ Android Programming Tutorial Blogs and Resources
Here are some of the Android programming tutorial blogs or android code resources that you may also find very useful when starting your Android programming journey. Posts in these blogs ranges from...
View ArticleAndroid Table Scroll with Fixed Header and Column
Here's a sample code I used when I was tasked to make an Android scroll-able table with static header and column. Please note that this code is not yet fully optimized but it can help you have an idea...
View ArticleAndroid Date Picker Example App
I have a friend who often asks: "What day of the week is [insert date here]?" So I decided to create a simple app for him to easily know what day of the week is a certain date. After I made this simple...
View ArticleAndroid Notification with Sound and Icon Tutorial
My app needed a simple Android notification with sound and icon. So here's the code I used to make that happen. I know that there are many other types of notification in Android, but this time, I just...
View ArticleIntroducing The Code Of A Ninja's Android App (Beta)
Introducing our favorite programming blog's android app! For the past few days, I have some spare time to code this. Now you guys can browse our blog instantly in your Android phone or tablet. To...
View ArticleWorking with Geolocation watchPosition() API
I'm going to share a working navigator.geolocation.watchPosition() code I used when I wanted the user to know his current location in real time (while he is walking or riding a vehicle) using his...
View Article