programming | andi setiawan's blog - Part 3

Category: programming

Two days ago I created a new script which could fetch the meaning of urban words or slang language from a huge database. I named the script Urban Word Search, because it does search the meaning of urban/slang words. The database is growing each day because it’s a community maintained database. View the site here […]


Posted in announcement, php, programming, umum | Leave a Comment on New Urban / Slang Dictionary |

Today I created a sitemap for andiim3.com, I took my blog’s sitemap as the example. So if you open the sitemap, you’ll find it weird remembering my site is using custom script without any WordPress engine at all. The script written in PHP and store the data to sitemap.xml, well, actually I can just submit […]


Posted in php, programming, project, Tips n Trik | Tagged | 2 Comments on Sitemap for andiim3.com |

After making some improvement on andiim3.com, I started working on the mobile version of andiim3.com. I use jQuery Mobile Framework Alpha 3 (1.0a3), and the result, out of my expectation, it is awesome! jQuery Mobile framework, relatively, is a new mobile framework, it was released on October 2010. But it supports a wide variety of […]


Posted in announcement, php, programming, project, senang | Tagged | Leave a Comment on Mobile Apps with jQuery Mobile |

have you ever wondering how andiim3.com fetch a huge number of applications and games across the internet by using only one PHP script? Well, I will tell you the secret in next paragraph. But, first, please visit andiim3.com and download something there, or just browse the apps to know andiim3.com better. Loading Huge APK Database […]


Posted in php, programming, Tips n Trik | Tagged | Leave a Comment on Increasing Execution Time Limit in PHP |

I’ve been noticed by my hosting disk space warning, the indicator bar was red. Why? Oh, the disk space was decreased automatically because the error_log is growing up every my scripts executed. So, I have to delete it every time it’s growing up. Why? Why error_log appear automatically in my hosting directories? it is because […]


Posted in php, programming, Tips n Trik | Tagged , | Leave a Comment on Deleting error_log automatically |

After my great success on creating an Android Repo Fetcher which helped thousand android users around the globe, I created a new type of fetcher called MP3 Fetcher. About MP3 Fetcher It uses PHP function to fetch mp3’s from remote directory on the internet and store it in my database. The directory addition is still […]


Posted in announcement, php, programming, project, Tips n Trik | Leave a Comment on It’s Working : MP3 Fetcher |