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...
View ArticleHow To Transfer App.Config ApplicationSettings to Web.config
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...
View ArticleHow 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...
View ArticleHow 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,...
View ArticleChrome Extension To Make JSFiddle Default To jQuery Library
Google is now forcing users to download and install Chrome extensions that are from the Web Store only. In my previous post How To Make JSFiddle Default To jQuery Library – Update I was able to...
View ArticleHow To Setup A Chrome Extension For Inline Installation
In my previous blog post, I made a Chrome extension to make JSFiddle default to jQuery library. I already uploaded the extension to the Chrome developer dashboard but did not press the “Publish” yet....
View ArticleEnable Web Proxy On OSX Using Shell Script
I’ve been using a VPN Tunnel to get me a US ip address so I can watch Netflix. My VPN provider, Ironsocket has a Web proxy I can configure on my browser to enable me to access Netflix and other sites...
View ArticleSOAP Requests Using Postman Error – Solved!
You have an existing working SOAP project in SOAPUI that you want to run in Postman but you cannot make it work due to a 500 Http error or some other error? Follow the steps below to make it work...
View Article