Web Engineering

Deactivate Facebook Fail – Platform Application Error

Posted By Steven Johal on October 10th, 2010

http://www.stevenjohal.com/deactivate-facebook-platform-application-error/

A lot of people have this error, and my goal at StevenJohal.com is to share information in which you can’t find normally on Google, but now you will be by landing here. I had an issue deactivating my facebook account and tried Googling the error and found no success. I only found more people with [...]

Solving Problems by Learning to be Patient

Posted By Steven Johal on September 30th, 2010

I tried being patient for once, and discovered the benefits.
1. Being patient means your overall mindset will be more relaxed and your worries disappear if you slow down and take a chillaxative. After being patient for one whole day, I managed to sleep better. The sleep was so effective, I was able to wake up [...]

Converting Line Breaks from MsSQL using C#

Posted By Steven Johal on April 21st, 2010

While working on a ASP.NET site, I needed to change the code in the codebehind pages in C# to convert \n to <br /> tags. I was working on a product review system for an ecommerce site, and when a user types in a review and presses enter, the line break didn’t convert once the [...]

URL Rewrite using Apache rules Under IIS7

Posted By Steven Johal on February 21st, 2010

I got URL rewrite to work. I got managed fusion rewriter to work since it seems like a better solution and uses the same syntax as you would use mod_rewrite on Apache.
Here’s what I did. Make a “bin” folder under IIS settings under hosting settings in godaddy. Setup the folder with non of the checkboxes [...]