programming | andi setiawan's blog - Part 5

Category: programming

I Just downloaded the new version of PCLinuxOS, that is PCLinuxOS 2010 KDE. And I’m going to make a Live USB for it. FYI, I have ever use earlier version of PCLinuxOS (PClinuxOS 2007), and it is awesome. Very cool desktop with complete package for multimedia. It’s been three years since the last time I […]


Posted in programming, Tips n Trik | Leave a Comment on Make a PClinuxOS 2010 KDE Live USB |

Maybe you ever wonder how to put a content like text or picture with exact position in a html page. Now i will explain it shortly. I don’t understand css too much, so i will explain how tu put content in an exact position by modifying inline div tag. Here is an example: <div style=”top: […]


Posted in programming, Tips n Trik | Leave a Comment on exact position in a div tag |

‘Internet backup’, ‘remote backup’, or ‘offsite backup’, are some other names for online server backup software. Its functioning includes the transmission of our data to a server of offsite backup, harmlessly with the help of the typical internet connection. All our important financial documents and our photographs that capture some of our unforgettable memories get […]


Posted in general, programming, Uncategorized | Leave a Comment on Lost Your Data…?? Get Yourself Backup Software!! |

Flickr is, without doubt, the biggest and best photography website on the internet. There are lots of widgets, badges and plugins which allow you to display your latest Flickr photos on your website, but we’ll take it a step further by tapping straight into Flickr and integrating your photostream into your website, giving you a […]


Posted in programming, Tips n Trik | 1 Comment on Create Photo Gallery using Flickr API |

One thing you will need when making simple web pages of your own, also known as “mini-sites”, and for other very simple tasks, is a web page editor. While you can do it in Microsoft Word, Wordpad and other text editors, many folks choose to start out by download the free program called Kompozer, formerly […]


Posted in general, programming, Uncategorized | Leave a Comment on Best Free HTML Editor for Download |

This tutorial will show you how to display your images (binary data) which has been saved in your mySQL database. It’s very very simple.. so.. simple…. (read also: Storing Images/Binary Files to mySQL in PHP) First of all we must connect to our database PHP Code: <?php $username = “”; $password = “”; $host = […]


Posted in programming, Tips n Trik | Tagged , , , , , | 2 Comments on Display Images from mySQL Binary Data |