A guide that shows you how to install IIS server and configure it to work with ASP.NET, not just with ASP.
Before starting, be sure you have .NET Framework installed. If not, you can install it using Windows Update or download the package and install manually.
ASP runs inside IIS (In...
How to create RSS feed from any feed URL using javascript
|
![]() |
To create RSS feed of your Blog Simply Copy The following js Code.
<!-- start rss code -->
<script type="text/javascript">
<!--
rssmikle_url="http://imomin.webs.com/apps/blog/entries/feed/rss";
rssmikle_frame_width="620";
rssmikle_frame_height="600";
rssmikle_target="_blank";
rssmikle_font="Times New Roman, serif";
rssmikle_font_size="10";
rssmikle_border="on";
rssmikle_css_url="";
r...
Read Full Post »Setting up your ASP.NET server (IIS)
|
![]() |