You are browsing in → javascript

Recent Flickr Photos with Javascript

I’ve just written a javascript code to extract my recent photos’ thumbnails from flickr. You can see the demo on the sidebar of this blog. Yeah finally I made it You’re welcome to download the code to use/modify. To get it working in your blog, change the url in Feed with with your flickr feed […]

Download/Save Unsavable Flickr Photos

Has it ever happened to you when you tried to save a flickr photo but you ended up saving another blank image file called “spaceball.gif” instead? I don’t exactly know what flickr is trying to do. Preventing people from downloading those photos? Maybe. What flickr does is it uses another transparent image to overlay the […]

Installing Lightbox in Blogger 2

Here I’ve just installed Lightbox in my blog. Got a tip from Gecko&Fly and also javascript libraries (javascript prototype framework and lightbox libraries) posted on his server that enables me to get Lightbox working here. And also thanks to Lokesh Dhakar (Lightbox developer) for making lightbox available for public use and Sam Stephenson (javascript prototype […]

Label Chart

Recently, my main interest seems to shift from photography to blog modification. I’ve been hanging out with my roommate Waz and all we talked about is blog mod. I’ve modified my About feature (button) so when we click it, it displays About information in the same page without redirecting to a different page but since […]

Expand/Collapse Code

As I’ve been asked by a few friends of mine about Expand/Collapse, I just wrote a small tutorial of it even though you can find the code in page source of my old blog template it’s not easy to follow because the code was lengthy and the function I wrote is not well structured I […]