programming | andi setiawan's blog - Part 4

Category: programming

Here’s a quick tutorial to build a RSS Feed based on your own database. Just replace the details and modify the SQL command. (I) First we have to declare the header.. Remember, the header MUST be written in the first line of the script. this is why. <? header (“content-type: text/xml”); and then your database […]


Posted in programming, Tips n Trik, Tutorial | Leave a Comment on Build Your Own RSS Feed with PHP and mySQL |

since December 10 2010, I set the script to request basic user information from Facebook. so user don’t need to fill a boring registration form to browse and download in andiim3.com. why do we need registration? as another websites said, we need data to improve our services. we need data to inspect, to smiling at, […]


Posted in announcement, programming | Tagged | 1 Comment on Facebook Authentication and FAQ for Android Repo Browser |

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 | Leave a Comment on this is why you should let Google to host your jQuery |

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 |

Hi all,, I’ve been creating a simple game called Surfing Contest Game. It is a add on for surfing site, Traffic exchange site, like shinelight-traffic.com and rainbow-traffic.com which require the user to surf the sites on the site. The script built in PHP, mySQL, javascript, and a litle human language.. yeah of course. 😀 Now, […]


Posted in announcement, programming | Leave a Comment on Surfing Contest Game |