Tips n Trik - andi setiawan's blog - Page 5

Category: Tips n Trik

usually I put the jQuery inside <HEAD> tag like this: <script type=”text/javascript” src=”jQuery.min.js” ></script> I found that most of the other script made by other programmer did the same I did. The method above will call the jQuery.min.js which is in the same folder with the script (you host the script). If you’re doing this […]


Posted in general, programming, Tips n Trik |

This is a quick tutorial on creating a simple spoiler, just copy-paste the script into your html page, and voila.. there you go.. Example : Spoiler for Pictures :: The code :


Posted in programming, Tips n Trik | 1 Comment on Simple Spoiler |

Answering the question sent by vineet (view live here), sir i am a new in php , if i am able to insert a file in database but the problem is that if i insert same file again then it insert. i want a code if i insert a same again it should not be […]


Posted in programming, Tips n Trik | 2 Comments on Prevent Duplicate File Upload to Database |

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 |

Kemarin coba2 nyari program yang bisa menghasilkan duit di internet gratis and dengan cara yang gampang..

akhirnya nemu dua program yang mungkin udah ngga asing lagi,, berikut daftarnya:


Posted in general, Tips n Trik | 5 Comments on Nyari uang online dengan program survey berbayar |

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 |