Apr
30th

Call ASP.Net WebMethod from jQuery

Posted by Shahar A |
Filed under ASP.Net, Web Development |

I’ve read about jQuery in this great post Five recommendations for starting a startup with ASP.NET and wanted to play with it and see
how easy it is to call a WebMethod from
sQuery. I Started by reading some of the great Tutorials and downloaded the code from here.
I Created a test web project, copied the jQuery [...]


Continue Reading...
Mar
30th

5 Firefox Extensions Any Web Developer Must Have

Posted by Amit |
Filed under Utilities, Web Development |

We all know that Firefox has tons of plug-ins and add-on’s, but there are a few any web developer must know and use. The description and screenshots are taken from the Firefox add-ons site.

CSSMate: Inline CSS Editing Evolved. Originally a port of the fantastic EditCSS tool that I’ve been using for many months. I’ve gutted [...]


Continue Reading...
Mar
19th

How to Use HttpWebRequest over SSL

Posted by Shahar A |
Filed under C#, Web Development |

If you try to use HttpWebRequest for calling secured sites, and you are getting the following exception: “The underlying connection was closed: Could not establish trust relationship with remote server” here is what’s happening and how you can (hopefully) solve it:
When browsing to a secured site with your web browser, you get a dialog asking if you [...]


Continue Reading...