I'm an Owl City fan, i love happy and saddest songs. Now, I'm becoming a "He is We" fan also after hearing this song.
This is bad, really bad. But, you can download it here.
It has been, well...overwhelming.HAHA Actually, it's quite fun and I have discovered that my codes in the previous month was so...(what's the right term?) messy and makes my head shake. New Me : Hey old self, that was a disaster and the ugliest code I've ever seen. Old Me: But...it works! Upon testing all its functionalities, lots of bugs I've found. Although it's not that major but still, a bug is a bug. Let's talk about history...I've been working this web application in which I need to add multiple layers (flood events) for each river basin. So, my old me did this: if (!myflag1 && "Agaton 2014" == a) { mainit_tubay_bldg_agaton = new OpenLayers.Layer.Vector("Mainit-Tubay Agaton 2014 Affected Buildings", { strategies: [new OpenLayers.Strategy.Fixed()], eventListeners: { loadend: function(a) { map.zoomToExtent(mainit_tubay_bldg_agaton.getDataExtent()); $("#load_tabl...
Well, I don't advise doing this , but it's quite FUN ! This script will enable your blog reader to choose the color of your blog/template body background. Here is the DEMO . (Scroll down at the bottom of the page.) How to implement it JavaScript: Paste the code below above the </head>. <script style='text/javascript' type='text/javascript'> var backColour = new Array(); backColour[ 0 ] = ' #FFFFFF '; backColour[ 1 ] = ' #000000 '; function changeBG(whichColour){ document.body.style.backgroundColor = backColour[whichColour]; } </script> The RED text is the hexadecimal color value. You can change it whatever you want. Get color values here . The BLUE serves as the "holder" of the color. HTML: <h4 style='text-align:center'>Change background to: <a href='#' onclick='javascript:changeBG( 0 );'> //WHITE </a> <a href=...
Comments
Post a Comment
Feel free to ask, suggest and comment regarding this post/blog. You can also contact me through e-mail, just always use the contact page. Thank you for visiting this blog.