How To Make JSFiddle Default To jQuery Library – Update

In my resolve to not allow my self to go to the same problem of making JSFiddle default to jQuery library , I installed the user script from JohnKPaul to my Chrome browser as an extension. However, after restarting my machine and opening a Chrome … [Continue reading]

How To Make JSFiddle Default To jQuery Library

You click Run or hit Ctrl+Enter from your JSFiddle session but nothing happens. Yes, that simple jQuery script you are trying to run seems too simple not to work, isn't it? Then you notice that yes there is an option located in the left side of … [Continue reading]

Ajax Not Passing Parameters Using Internet Explorer – Solved

I was trying a simple ASP.Net project that calls a web service using AJAX. I just want to try some stuffs I can do with AJAX and JQuery in my desktop. Sort of just diving into the code and expecting that as simple as this would work in 5 minutes. But … [Continue reading]

How To Transfer App.Config ApplicationSettings to Web.config

Add Web Reference

Add Web Reference from a class library for .Net 2.0 If you still use .Net framework 2.0, the way to reference a web service to your project is to add a Web Reference. What if you want to add the web reference from a class library project? This will … [Continue reading]

Comparing using CompareTo C# Method

  A colleague asked me for a suggestion on the program module he is doing that involves determining if one value is ">" greater than, "=" equal or "<" less than another value. I first thought of a solution involving a stack but its too … [Continue reading]

Changing My DNS Provider to DNSimple – What DNS Record?

  Problem with my current DNS provider - GoDaddy.com I made a blog post two years ago on how I setup this site File -> New Blog Project. As of this writing, this site is using Wordpress and GoDaddy.com for web hosting and DNS. Lately, I … [Continue reading]