Tag: Website Development
-
Belajar Ruby 1
Bukan, saya bukan Ruby programmer atau mengerti bahasa pemrograman ruby. Justru saya baru belajar ruby satu – dua minggu ini. Alasan saya belajar ruby ? Bosan dgn PHP! *just kiding* alasan pastinya tidak ada, tapi karena saya tertarik belajar web framework rails yg berbasis ruby, obviously ruby knowledge is a must. Lucu aja misalnya belajar…
-
Include Joomla core functionality in external PHP file
Once I need to have Joomla core class in external files, answer can be found here. To repeat myself, here’s minimum code required to have Joomla functionality in our own file. <?php //define constant define( ‘_JEXEC’, 1 ); define( ‘DS’, … Continue reading →
-
Mau belajar CodeIgniter ?
SuBali, komunitas startup Bali akan mengadakan kegiatan workshop perdana-nya. Workshop ini akan menjadi salah satu kegiatan rutin SuBali sebagai bentuk sharing knowledge antara sesama startupers. Untuk workshop kali ini temanya CodeIgniter, salah satu PHP framework yang cukup terkenal akan kemudahan … Continue reading →
-
How to add eShop in custom post type in WordPress 3
By default, eShop shopping cart plugin will use standard post to display it’s product options. But it would be better if we can use custom post type which is available in wordpress 3 to have separate post type for our … Continue reading →
-
How to display future post in WordPress
This is small snippet to display all future posts starting today. Add this before doing the loop You can limit the result or change order. See Codex for details of using query_posts