javascript | andi setiawan's blog

Tag: javascript

Nowadays personal branding is getting more important. That’s why I will redesign my homepage (http://andisetiawan.com). I will make it more interactive, more fresh, and I will add more features so visitors can interact directly from the homepage. Let see the result in next few days.


Posted in umum | Tagged , | 1 Comment on redesigning my homepage |

Have you ever take attention why your pages suddenly load this IP: 1.2.3.4 ? If you see the page source of the page, you will see this line added in the first line of your <head> section of the page: <script src="http://1.2.3.4/bmi-int-js/bmi.js" language=javascript"></script> Is it malicious? Actually, I’m not sure about it. But since I […]


Posted in announcement, programming, Tips n Trik, umum | Tagged | Leave a Comment on Strange JS Script |

One of the most popular features on Facebook is tagging, which gives you the ability to identify and reference people in photos, videos and notes. Today, we are adding a new way to tag people and other things you’re connected to on Facebook — in status updates and other posts from the Publisher. It’s another […]


Posted in Tips n Trik | Tagged , | 1 Comment on How to Tag in your FB post and status |

How to save the resource in our project code? Should we repeat writing the same code in every page/file? We can save a lot of our time and resource by putting the same code or lines into a function or procedure. In some programming language, such as Pascal, Batch, C, PHP, etc., we can make […]


Posted in programming, Tips n Trik | Tagged , , , , , | Leave a Comment on write less do more |