Category: Web Development
-
If you work in javascript, these results shouldn’t be surprising
Hey Folks, Javascript has some weird stuff built into it and sometimes when used in conjunction with other languages, it is easier to forget the corner cases that can come with javascript coding. Here I compile the list checks, that every developer working in javascript should know, so that there are no accidental bugs and also…
-
Generate Random Colors
Hello Folks, This post is just dedicated to check out http://bhavinsurela.com/color-generator/, a simple random color generation that i created. This is no rocket science but its fun to drag and drop colors around each other and to see them create different colors. It works best in Chrome and uses drag and drop of HTML5 and…
-
Naive way of overriding console.log
Howdy, Happy new year folks. I hope you had a fantastic year and plan to have a great 2015. I am going to start 2015 with a simple naive trick. I am sure there are other good ways and things out in the wild to achieve similar results. I was visiting a site for holiday…
-
Setup SingalR self-host in SSL
Hi Guys, There has been a lot of buzz about singalR lately and If you havent checked it out yet, singalR is a fantastic realtime communication system, you should give it a go. For friends who have played around with singalR and tried singalR self host and want to host in SSL, read on. Setting…
-
Silverlight Event Calendar with MVC 3
I love it when two development technologies shake hands with each other to make a composite product. I have been playing around with integrating one technology with another lately and today’s blog is dedicated to integrate Silverlight control [Cal…
-
Highlighting current page in MVC 3 – Slick Trick.
Hi Everyone, Well I was on a development of one of the websites lately and I was using MVC 3 to create it. I have always liked when the menu bar highlights the current page. It is very easy to do in a website without master page which have separat…