Quantcast
Channel: Web Development – Ivan Kristianto
Browsing all 19 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

AJAX and Javascript Live Testing Tools

Ajax and javascript is hard to debug and find where it go wrong. One of the great offline tools to debug your ajax and javascript code is Firebug with Firefly extension. But you need to modify your...

View Article


Image may be NSFW.
Clik here to view.

HeidiSQL: Another Free MySQL Client Tools

I bet many of you know what is MySQL and probably use it a lot. One of the best MySQL client tools is MySQL Workbench as it have all fancy features. But it is too heavy to use. So instead of design the...

View Article


Image may be NSFW.
Clik here to view.

Optimize Image Size With Photoshop

Images have important role for web design, but in the other hand un-optimized images could be a nightmare for your bandwidth. We need to optimize image size for our web design. Please bear in mind...

View Article

Facebook Thumbnail Image

Here come a question from my Facebook fans regarding Facebook thumbnail image: Facebook Thumbnail Image Explanation First we need to find out what cause the issue. Facebook script trying to parse your...

View Article

Image may be NSFW.
Clik here to view.

DB Cache Reloaded Fix v2.2.4 Released

I’m happily to announce DB Cache Reloaded Fix v2.2.4. For you who don’t know DB Cache Reloaded Fix, it’s a WordPress plugin to cache the queries made to the database whereas improve your WordPress blog...

View Article


Image may be NSFW.
Clik here to view.

Git Introduction

What is Git? Git is a distributed revision control and software code management used in team software or web development. Git allow single developer or a team to develop software or web application...

View Article

Image may be NSFW.
Clik here to view.

DB Cache Reloaded Fix on Github

First of all i would like to thanks all of you that already support me and using DB Cache Reloaded Fix plugin. And also i would to apologize if lately the DB Cache Reloaded Fix development is delayed....

View Article

Image may be NSFW.
Clik here to view.

Create Patch Files From Multiple Commits In Git

As i am working on some open source project with the community, it is best to send the file patches instead of merge request. And couple projects are not using Github or Gitlab. And the team leader...

View Article


Image may be NSFW.
Clik here to view.

Create Local VirtualHost For Your Development Environment

If you are using xampp, you can access your local server just by go to http://localhost. So now i would like to share to you how to create your own local domain and add your local domain into apache...

View Article


Image may be NSFW.
Clik here to view.

Jump Start Your Web Application With PHP Composer

If  you are a web developer and love to use PHP, i bet you have heard about composer. Composer is dependency manager for PHP. So what is dependency means? In developing a web application you may need...

View Article

Image may be NSFW.
Clik here to view.

PHP Script To Test Send Email

Sometimes sending email could be pain in the ass for some server. Especially if it is a share hosting that has blacklisted IP, and all the emails it send either go to spam box or doesn’t deliver at...

View Article

Image may be NSFW.
Clik here to view.

ModSecurity Error: UNSUPPORTED DELAYED Rules: Remote File Injection attempt...

ModSecurity is an open source web application firewall. Working embedded in the web server, or standalone as a network appliance, it detects and prevents attacks against web applications. ModSecurity...

View Article

Image may be NSFW.
Clik here to view.

Install Git From Source On Centos

If you install Git from repository On Centos 6.5, you will the the old version of git v1.7.x. But i need to use a feature that only available on git v1.8.x or more, for example git pull –recursive,...

View Article


Image may be NSFW.
Clik here to view.

Install PHP Common Libraries on Ubuntu

I’m using LAMP Stack on my Ubuntu desktop for my development environment. So i’m writing this article so i know what to install when i move or change my laptop. There are some PHP libraries that i must...

View Article

Image may be NSFW.
Clik here to view.

Git Ignore File Permission

Using Ubuntu for web development is a perfect match. Since i migrate to Ubuntu a month ago, i could code faster and deliver more result. Instead of great environment, i also found an issue with Git and...

View Article


Image may be NSFW.
Clik here to view.

Use PHP Code Sniffer (phpcs) in Sublimetext 3

Today i found a great plugin for Sublimetext 3, it is called sublime-phpcs on Sublimetext 3. This plugin is to check if my php code is good according to the PHP Standard (PSR-1 and PSR-2). After the...

View Article

Image may be NSFW.
Clik here to view.

Fix Strange “Headers already sent by” in Line 1 PHP File

“Cannot modify header information – headers already sent by” error is most common PHP error happen when we develop a web application. Usually when we want to redirect or send cookie. I used to get that...

View Article


Image may be NSFW.
Clik here to view.

Connecting Evernote with Sublime Text 3

I love Sublime text 3 and use Evernote a lot. And today I would like to share how to connect Evernote with Sublime Text 3. This is useful because most of the times i store my code snippet on my...

View Article

Image may be NSFW.
Clik here to view.

Calibreworks Devstack, LAMP Stack for Developer

Calibreworks\devstack is a vagrant based on virtualbox for a LAMP stack that works. I created a virtual box for my development environment stack.We are using this in our day to day development cycle....

View Article
Browsing all 19 articles
Browse latest View live