24.Sep.2009 |
by Gusac |
Filed in: BlogEngine.NET, Web
New theme for BlogEnginge.Net Project 1.5 called Andreas09-BE. I took the website theme by Andreas Viklund and modified it to work with BlogEngine.
Theme Preview
Click here to download Andreas09-BE theme (11.98KB)
Thanks to Andreas Viklund for designing such a nice theme! Visit to check out more website theme: http://andreasviklund.com/templates
Download link: andreas09-BE.zip (11.98 kb)
Customizing this theme: This theme has 2 main feature which can be edited:
- Custom Links on the left pane
- Vertical (left pane) and Horizontal ads (top)
1. Custom links on the left pane:
Open the 'URL.TXT' file present in the ANDREAD09-BE folder. It has multiple lines which look like this:
<a class="nav" href="#">Link1</a><span class="hide"></span>
You just need to replace # symbol with the actual URL (website link) and replace 'LINK1' with the display name. Like this example:
<a class="nav" href="http://blogs.gusac.net">Gusac.Net</a><span class="hide"></span>
To add multiple lines, simply copy paste the code and change the URL and display name :)
2. Vertical (left pane) and Horizontal ads (top)
To display your Adsense ad or any other ad, simply copy the code and paste it in the VERTICAL_AD.TXT OR TOP_AD.TXT file present in the Andreas09-BE folder. Make sure the you put Vertical advertisement in VERTICAL_AD.TXT file and Horintal ad block in TOP_AD.TXT file.
If you face any issues, please let me know. My email id: inbox at gusac.net
andreas09_BE.zip (10.24 kb)
Update: Check the new ClearG theme for BlogEngine.Net
23.Sep.2009 |
by Gusac |
Filed in:
I was in search for .Net code to display RSS content on my website Winplat.Net and i got couple of website with there own free source code in ASP and ASP.NET display RSS Feed.
I did try them all but all of them required few customization and though they were supposed to run 'off the shelf', they did not. Yes, that includes quite famous scripts on internet that come up at the top when you google.
More...
3.Sep.2009 |
by Gusac |
Filed in: Web
Here are List of Ping services I have collected over the internet.
What is Ping Service?...
" A service on the Internet that receives notifications (pings) from blogs that there is a new post. All subscribers signed up for that blog are notified that an update has been made."
Check out the list More...
3.Sep.2009 |
by Gusac |
Filed in:
There are several methods to find out the list of windows updates installed. There are also third pary tools and scripts available on the internet for the same task.
wmic qfe get hotfixid
More...