Author Archive
Tools for Analyzing AJAX Request on Popular Web Browser (Except IE)
When you working in a web application project with rich client feature for example like using full Extjs component, you must be dealing with a lot Ajax request, you must be want to know what the server response so in local development in different kind of web browser I always using these tools.
Firefox
You can use firebug for firefox addons for seeing ajax request that sent to server and see the server response, the advantage using firebug than the webkit inspect element is you can see the server response as a simple text or as an html, but on my firefox sometimes it got some error (nothing wrong with the server but server response not displaying on firebug). After you installing firebug restart the firefox and click on the firebug icon on the right bottom.
Cropping Image To Square Dimension With CodeIgniter
I’ve posted similar article before but this time I want to do it with codeigniter, codeigniter have a powerful image manipulation class, in this post I will use it to make thumbnail square from image, let get directly to the code. I make the function inside the controller, this code is cropping image that already located on the server so the image path (not URL) have to be defined.
World Cup 2010: A Collection of Infographic
Even though the 2010 World Cup already end, there’s so many great story and data behind it, here I compile to a post the infographic during the biggest football party on earth, many great artist has describe the data in the interesting way and congrats to Spain fans.
Productivity 2010 World Cup Infographic ( link )
CRUD using CodeIgniter and EXTJS Grid – Part 3
This is the final post of the series CodeIgniter and Extjs CRUD, if you want to read the previous posts, here the first part and the second part of this post. Basically we already finish all the crud feature on the second part this only another common feature to add in the application, so we will add a quick search field on the grid, and what you need is the search grid plugin, I’m using the extjs example search field plugin from this extjs grid tutorial, you can download the complete code and find this file searchfield.js and put it your desire folder, in this post i put on the “assets/js/ext/plugins/” folder. Now all you have to do just include the js file in the view file and change the controller method.
CRUD using CodeIgniter and EXTJS Grid – Part 2
This post is continuation of the part 1, in part 1 we already created the Extjs grid with pagination and load the store grid from the database, in this part we will add the save, edit and delete feature to that grid, and for make it easier it will use the editor grid.
First Edit The View ( in “application/views/user/index.php” )
We will use the editorGrid, one of them should be editable on the combobox field and the value is fetched from the database, so we create country store component and set like the code below (in this step we haven’t created the method to get all countries. it described in the controller section).
CRUD using CodeIgniter and EXTJS Grid – Part 1
In this post I want to share how to create simple CRUD (create, read, update, delete) using codeigniter ExtJS editor grid. In this first part, we will setup the database schema, codeigniter and extjs. I limited this first part, only setup fetching data from database and pagination grid in extjs grid.
1. Create Database Schema
The table that we will use is two tables with “has one” relationship, namely users table with foreign key country_id and countries table that store all the countries data, so when we want to know the country name from the users we have to get from the countries table, and here the sql for creating the table.
60+ WebSites To Get Free Font
So many blog post that provide a bunch of beautiful hand picked free font, and sometimes I never get enough with that compilation font of choices, so I just try to finding by my self, and maybe you same as me that want to explore it by yourself, and I hope this list helpful for your next typography design, or maybe just for your collection.
1. Fawnt
ExtBox: An Extcore lighbox plugin
Yesterday I googling some tutorial about extcore, sure it is not easy to find example using extcore since the jquery is very popular and maybe some other time I will use jquery too, but the great thing is I found ExtBox, and in this very sort post I want to share it with you. ExtBox is an Extcore Plugin to create customizable light box, it is very light weight and the demo provide variety of LightBox themes, just chek it out the ExtBox
Create Spy With ExtCore
This post is a sort post describing how to create simple spy, if you don’t know what the spy yet, check the digg spy, that is very cool infographic to displaying updated content from it users, but when this post is created digg using flash technology to pooling data from the server, but this post using extcore to pooling data from the server, and the code is not really have big different from my previus post, I just create single file and include one js file (it’s the extcore.js file of course), that file i called “index.php”, now here we go.
Blocking Flash Content on Popular Web Browser : Opera, Firefox, Safari, Chrome and Internet Explorer
![]()
With the grow of HTML5 and it adaption on popular web browser Flash content becoming more weak to be used, in so many article and news, debate about HTML5 can replace Flash was very hot news, but wheter you flash lover or hater maybe these day you still need flash content, like video streaming site, etc. But flash become annoying when you see an ad using flash so in my browsing experience I always blocking flash content, here what I do to all my installed web browser


