January 2012
2 posts
2 tags
3 tags
Analytic Framework for Your Application →
OpenWebAnalytics is a open source analytic framework that you can easily to integrate with your web application. You can use Javascript, PHP, or REST API to use it’s tracking function. You can track pageview, campaign, or ecommerce transaction.
December 2011
1 post
2 tags
Using Shared Dropbox as a Git Repository to... →
So last month I wrote a bit about setting up your own personal Git repositories on a Linux box, and how to use that for sharing code.
I’ve had a slight epiphany since then: what if I just used the awesome Dropbox (my referral link, if you’re likely to sign up) to share Git repositories…
November 2011
3 posts
2 tags
Javascript function to parse URL →
This javascript function help you to parse the URL to an object that easy to use. You can use to extract some parameters from URL and use it for your application. An example that using this function is parse Youtube or Vimeo URL and get the video ID.
1 tag
3 tags
October 2011
1 post
2 tags
Uniform →
Uniform is a jQuery plugin to enhance your web form visualization. It’s come with theme and can change the visualization of selection dropdown, file upload field, checkbox, and radio button selection.
July 2011
1 post
2 tags
Periodic table of SEO →
This table shows ranking of factors that affect to your website SEO.
June 2011
2 posts
2 tags
How to make a download service using PHP →
This script show how to write a PHP script to serve file for download. It’s has some important features like resume able download and big file support.
2 tags
Git workflow in web development →
This page show how to use git with your team in your web development. It’s shows how to auto update the website on live server everytime your team push a changes to repository.
March 2011
2 posts
4 tags
Aristo, a new jQuery UI theme →
3 tags
Handlebars.js - Javascript Template Engine →
Simple and easy to use template engine. Write your template by preserve data using {{data}} and compile it in to html with JSON data.
January 2011
2 posts
1 tag
JQuery File Upload Plugin →
Amazing file upload plugin that can do multiple upload, cancelable upload, drag & drag, etc.
2 tags
Killer Hacks To WordPress WYSWYG Editor →
December 2010
1 post
2 tags
Instant shopping cart with SimpleCartJS →
An instant shopping cart for you website without need programming knowledge to implement it. You only need to understand HTML to able implement it. Latest version support Paypal and Google Checkout for payment gateway.
November 2010
3 posts
4 tags
Zepto.js is a minimalist JavaScript framework for mobile WebKit browsers, with a jQuery-compatible syntax.
3 tags
Free iPhone UI design elements →
Free iPhone UI design elements with PSD resource. Including slider, basic input form, tab, and button elements.
2 tags
Mobile Payment Gateway →
An interesting service that enable customer to pay you in your mobile app. It’s has simple checkout process and easy to integrate with your application. It’s also has mobile web checkout so you can get your payment even if your customer not install the app on their phone.
October 2010
6 posts
3 tags
Wordpress Snippets →
This website will help you to find your WordPress snippet code that you need on your template development.
2 tags
JQuery HTML 5 validation →
This is a Jquery plugin for form validation. It’s will validate your HTML 5 form if your browser not support HTML 5.
2 tags
50 New Useful CSS Techniques, Tutorials and Tools... →
Awesome collection of CSS techniques, tutorials, and tools. It’s show how to create amazing UI using CSS.
3 tags
Fun with HTML5 Forms | Think Vitamin →
Interesting post from Think Vitamin about HTML5 form. It’s show you how easy create an interactive form that so popular today without using Javascript. But it’s also provide some tips how to handle the form in case the browser isn’t support HTML 5.
4 tags
OAuth 2 Library for PHP →
I just got a great library for build RServe API using OAuth 2 for authentication. Actually it use for Open Dining application using MongoDb for their backend DB. It’s great for RServe because RServe also use MongoDb as DB engine. Can’t wait to implement it to RServe.
3 tags
UKI — Simple UI Kit for complex web apps →
Great Javascript framework to develop desktop like web app. It’s small, fast, and easy to learn. Compare to SproutCore JS, it’s only 34KB instead 150KB of SproudCore code size.
September 2010
16 posts
1 tag
Global Variables in JavaScript - Snook.ca →
Interesting article about global variable in javascript. I just realized when we declare a global variable it will automatically added to window object.
2 tags
Tweet Nest →
Tweet nest is a backup tool for your tweet accout. It’s store your tweets in your own database and make it browseable, searchable, and easily to customize.
1 tag
bMap - The blocsoft.com jQuery google maps Plugin →
Interesting plugin for JQuery. It’s help us to develop an interactive map based on Google Maps.
4 tags
Five Useful CSS/jQuery Coding Techniques For More... →
Interactivity can transform a dull static website into a dynamic tool that not only delights users but conveys information more effectively. In this post, we’ll walk through five different coding techniques that can be easily implemented on any website to provide a richer user experience.
The techniques will allow you to better display difficult content, help users find information more...
4 tags
10 Usability Tips Based on Research Studies →
Great usability tips from Six Revisions. It’s based on research studies so we can trust it should be effective to implement on your website. My favorites tips are:
Place your important content on left side.
Make your content easily readable.
Whitespace of text affects readability.
Small detail make a huge difference.
My favorites tips above already implemented on my ThinkRooms website....
2 tags
A Comprehensive Guide Inside Your HEAD tag in HTML →
Have you ever take more attention on your HEAD tag in your HTML code? This post from Six Revisions share about how to write better HEAD content. It’s good for optimize your website for SEO purpose.
2 tags
The difference between good design and great... →
Another great article from Six Revisions about design. The author wrote about the difference between good design and great design. Design need to fit with 3 perpective, from other designer, client, and user.
Truly great design, then, is when these three perspectives are considered and implemented equally to create a final product that is beautiful, effective and functional.
Keep in mind that...
1 tag
Build your user loyalty →
Great post from ThinkVitamin about user loyalty. It’s told us about how treat your user and build their loyalty to your product. There are 5 points about build your user loyalty:
Define what a Loyal User Means to You.
Know How to Identify Loyal Users.
Recognize and Reward Loyal Users.
Improve your Product.
Real World, Real Love.
You can go to original post to read the explanation.
3 tags
Coding anywhere with coderun →
This is one of cloud code tool that use Bespin for it’s editor. Interesting toolkit who want to write any code in any computer. And it’s add a lot of features that enhance Bespin’s features. Integrated Git and Subversion help us work with our repository.
Coderun can help you to working on your code anytime and anywhere. I imagine to working on my code at Ipad if I have it.
2 tags
How to get professional look with color →
Confusing how to pick color with your next design? This post could help you to make a professional looks with right colors choice.
1 tag
SEO beginner guide →
This post told us about how to use SEO technique to get better ranking on search engine result. It’s cover about how to optimize your content, code, and keywords. Must read for you who doesn’t know about SEO technique yet.
3 tags
How to use heading tag for SEO on your blog →
This post about how to use heading tags like h1,h2,h3, etc in your blog. Different page need different use. This post told us about when you need to use h1 tag in your post title and when use other tags in each page type.
3 tags
Use 80-20 rule to increase your website... →
Oleg Mokhov wrote a post at Six Revision about how the 80-20 rule can optimize your website and increase it’s effectiveness. It could help your website and increase conversion rate of your website.
Basically 80-20 rule is decrease the content of your website page to 20% to get the 80% result. Basically it’s still borrow the concept of KISS (Keep It Simple Stupid).
3 tags
Don't show empty page, redirect it to add action...
I found many web apps including my own (yes, I did it too), that show empty page. Empty page doesn’t mean that it’s really empty without any content on the page. I mean, when we want to see the content list. For example our friends list in social network apps. Most apps show an empty friend list and a link or button to add content or in this example to invite friends.
This screen...
4 tags
Hummingbird, real time web traffic visualization →
Hummingbird is a real time web traffic visualization that build with NodeJs and MongoDB. It’s still a alpha phase. An interesting things is we can use this component as a real time tracker for dynamic scaling of our cloud server on RackSpace. We need to track how many request per minute that considered as over limit than we call cloud server API to increase our server size.
2 tags
The Best WordPress Plugin to Fight Spam →
I’ve use WP-SpamFree for the last 2 years as my spam filter on http://www.thinkrooms.com and it’s work good until the 6 month ago. The spam starting to fill my website and it’s hard to stop. I tried to use captcha to block them but I don’t like it because for me captcha is not a good experience for user. So i starting to look another plugin to block the spam and I found...
August 2010
15 posts
4 tags
Blogging For Web Designers: Editorial Calendars... →
Very interesting post from Smashing Magazine. This post about how to planning your blogging time and how to stylize your content. It’s show how to schedule your content type each week and standardizing your content style and format.
2 tags
How to develop better API →
ReadWriteWeb wrote about how to develop a better API. Learn from some biggest player like Twitter, it’s told what you should avoid when you write your API. Nice references to develop RServe API.
1 tag
Example to Create WordPress Custom Post →
This example from Think Vitamin will show how to create custom post in WordPress 3.0 and use it as portfolio content type. I will use it as reference for new website of ThinkRooms that will be launch in the end of this week.
Express - node web framework →
High performance, high class web development framework using Node JS.
CSS3.0 Generator →
Generate cross browsers CSS3 code with this tool.
Setup Mongo DB with PHP on Mac →
This post show how to install MongoDB on Mac including set the PHP driver on MAMP.
100 Free High Quality WordPress Themes: 2010... →
Ton of high quality WordPress themes for reference to develop my own WordPress template using my WordPress MVC Framework.
2 tags
20 HTML Best Practices You Should Follow →
4 tags
Three awesome WordPress templates for my next...
I plan to use these 2 themes for the next personal project on http://www.thinkrooms.com. It’s has specific function which not like other WordPress themes that used for blogging purpose.
Here are the 3 WordPress templates:
Aggregator template A WordPress template for aggregate content from other website including Flickr, video, audio, or blog. This look interesting because it can help you...
3 tags
Make Netbeans 6.9 run smoothly on Snow Leopard
This is a simple step to make Netbeans 6.9 for PHP development run smoothly on my MBP with Snow Leopard 10.6.2.
Open your Netbeans runtime config file on by run this command on terminal sudo edit /Applications/Netbeans.app/Contents/Resources/Netbeans/etc/netbeans.conf
Make sure the line with “Netbeans_default_options” parameter looked like this: netbeans_default_options="-J-client...