jQuery UI Tutorial for Beginners
Getting started with jQuery UI? You've come to the right place! This step by step tutorial aims to give you a head start in using jQuery UI. You probably know what jQuery is so you want to take a...
View ArticlejQuery Step By Step Tutorial for Beginners
This might seem funny because writing this jQuery tutorial for beginners in this blog is a little bit late. I've written something about jQuery and AJAX ages ago, and jQuery UI before this.So why would...
View ArticleOur Code Blog is Now Responsive!
Hey guys! How are you? I just want to have this quick post as an announcement that finally, our code blog is now responsive! The growth of mobile browsing is massive, and we want to keep up!Regarding...
View ArticleGoogle said "The web should be fast": How to Optimize Your Website for Speed
Hey guys! Today we have a guest postĀ about some tips on how to speed up your website! He's currently working for an e-commerce website and one of his tasks is to make the site load fast. So enjoy...
View ArticleCode Ultra Fast with Emmet
Hey guys! Today we have a guest post from our friendĀ Aditya Kanodia. This post is so cool that you can code a whole HTML page with just a single line of code, no exaggeration!. So keep on reading...
View ArticlejQuery UI Autocomplete Example
All of us want to help our users search for the data they want - in an easy manner. This jQuery UI autocomplete tutorial might help you achieve that! Having an autocomplete feature in our search box is...
View ArticleGenerating JSON String with PHP
Today I'm going to share this code I used to generate a JSON string with data from MySQL database. For those not yet familiar,Ā JSON is a lightweight data interchange format (like XML but it is...
View ArticleFixed: Android EditText Lag
Lately I encountered this annoying android EditText lag, each time I try to type a character, it makes me wait for around 1 to 3 seconds before I can type the next character! Now that's horrible....
View ArticleAndroid JSON Parser Example
Today I'll show you the Android code I used to parse a JSON string from a URL. This code is really useful because nowadays, JSON string is being used by most APIs like Facebook graph API and Google...
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 ArticleAndroid AutocompleteTextView with Suggestions from SQLite Database
Our code example for today is about a very useful Android widget calledĀ AutocompleteTextView. This widget looks like an EditText but shows completion suggestions automatically while the user is typing....
View ArticleAndroid AutocompleteTextView with Custom ArrayAdapter and SQLite
Previously, we made an example codeĀ AndroidĀ AutocompleteTextView with suggestions from SQLite database, that's really fine and useful, but here's another problem, what if you want to customize the...
View ArticleAndroid Intents Tutorial to Share Your Social Media Links
The following Android intents tutorial will help increase your app's Facebook likes or twitter followers. Almost every app has their own social media accounts or links that you can like, follow, +1, or...
View ArticlejQuery AJAX Post Example with PHP and JSON
Today I'm gonna give you some code examples on how you can post a form and json data using jQuery AJAX. A PHP file will receive the posted data and print the response.I think this is one of the most...
View ArticleAndroid SQLite Transaction Example with INSERT Prepared Statement
Today I'm going to share one of the most useful test I made with Android SQLite. Here's the back story.Recently, my app was required to download 30,000 records during sync. I think that's a lot of data...
View ArticleAndroid AlertDialog Example Codes with Output Screenshots
Android AlertDialog one of the most common UI element or widget that we use with any Android app. In general, anĀ AlertDialog is a small window that appears in front of your application. It gets the...
View Article4th 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...
View ArticlePHP and MySQL CRUD Tutorial for Beginners
Create, read, update or delete (CRUD) MySQL database records - these are some of the basic things a PHP web programmer must be able to code effortlessly. But if you are a beginner or just want to have...
View ArticleAndroid Action Bar Tutorial with 2.2+ Compatibility
Note: The code is working but we are currently improving this article.This is a step by step guide on how you can create an ActionBar for your awesome Android app.DOWNLOAD SOURCE CODE1. Create new...
View ArticleAndroid Navigation Drawer Example Source Code
Note: The code is working but we are currently improving this article.This is a step by step guide on how to create a navigation drawer for your Android app.DOWNLOAD SOURCE CODEFirst, create a new...
View Article