Fix Stats Error in WordPress Android Apps

WordPress.com account come with 2 steps verification using Google authenticator. I have to enable this security because it is required when i join the WordPress Jetpack Beta Tester team.  So when i enabled it, suddenly the stats information inside the WordPress Android apps stop working, it always says incorrect login or password.And to enable this 2 steps verification security you can follow the instruction from this post. And you may need to install the Google authenticator Android Apps, … Read more...

Is Your Browser Using the Latest Updates?

Most of the times outdated Web browser can cause problems because of incompatibility. Web technology grow fast, as now modern website will use HTML5 and CSS3 technology. And not just that, with the new AJAX technology now many web application has real time update without refresh your browser. Outdated browser may cause incompatibility issues. And as a web developer, i urge you to keep your browser uptodate.And thanks for browserhappy.com to give information the latest version of the major web … Read more...

The Perfect WordPress Installation

I love WordPress and so other 100 millions websites on the internet are using WordPress. As professional web developer, mostly i develop my clients website using WordPress and our custom-built framework CalibreFx. And with the 3 years of experiences of using WordPress, optimizing it, got hacked, and move to different hosting providers, i decided to compile all those experiences and write this article of how to make the Perfect WordPress Installation.Web HostingChoose carefully the web … Read more...

Store Your Snippet Code With Gist Box

Gist is a snippet code repository made by Github to share snippets and pastes with others. Gist is also a git repository, so you can version, fork and branch like a git repository. And as a developer i'm sure you have a lot of code snippets. GistBox is a web application, easily installed and available in Chrome extension, help you to create, manage, search and share your Gist.GistBox need your Github account to connect so you can publish your Gist from GistBox to Github. To install GistBox … Read more...

WordPress Plugin of the Week: Jetpack

Jetpack Plugin is one of the must use plugin for your WordPress website. This free plugin can super charge your WordPress blog with all it's features. The best thing from this plugin is, all the features is modular. You can switch off and on the features you need or you don't need. The features i love the most are Photon and Infinite Scroll.Publize. Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post. Supported … Read more...

Lesson Learned Why Backup Is Important

I have written some articles about how to do backup, and also realize that how important backup is. When things normally working you won't need the backup. But when shit happen, you will need your data so badly and otherwise the business will stop. So what happen yesterday wake me up and hit me very hard on how important the backup is.Yesterday our gateway server, it was run on Ubuntu desktop 11.04 with DHCP, DNS, Squid Cache and Router installed, the hard drive is suddenly stop working. Yes … Read more...

Boot Ubuntu ISO Without Burn It To CD

You can boot Ubuntu ISO without burn it to CD, this is very useful if you want to test the latest Ubuntu without installing it. And in some occasion I use this Ubuntu Live CD to fix my Windows. You can use Ubuntu Live CD to do anything without change any data in your hard drive.  I found this useful and I have one USB Memory stick 4GB that have this Ubuntu Live CD.To create the Ubuntu Live CD using USB stick, you can use Unetbootin. With this tools, you can create bootable USB stick. And … Read more...

Tips to use Grep Command in Linux

Grep is one of the most use Linux command from command line. The grep command use to search text or searches the given file for lines containing a match to the given strings or words. Very useful if you want to search a text inside the files. And you can use regular expression in filtering the files.1. The basic use fo grep commands:2. Find a word in a file using grep command3. Recursive search in directories4. Ignore word case5. Search 2 different … Read more...

The Right Way To Change Your WordPress Permalink

When I changed my WordPress permalinks, I'm start getting many 404 errors from Google Webmaster Tools. This is because Google still get the old permalink of this blog. I changed my permalink fromto justsince it is more Search Engine friendly URL.I'm getting around 400 pages because of this 404 Errors. And after looking into some solution on the web, what i need is redirect all the old URL to new permalink. I found the smart way by using htaccess. Thanks to Yoast.com that made the … Read more...

IvanKristianto.com Now Use CalibreFx Engine

It has been 7 months since i wrote the last article on this blog. There are many changes in my life and this blog has been abandon not because i don't prioritize it. But I'm more focusing on building our company CalibreWorks and built this WordPress themes engine called CalibreFx. Our company built this engine so all the developer can use it to easily built WordPress themes and all its features. I will comeback later for the CalibreFx features that been used in this themes.I called this … Read more...