Books for learning Django web development
Django is Python based web development framework, completely written in python and very easy to use. Django is the most famous web development framework for developing websites and web applications...
Creating your Blogger Template ( CSS Customization )
Blogger is a great platform for blogging. But it doesn’t have good templates. Blogger provides you only some basic templates that doesn’t look very good or catchy. Now you...
Google Analytics not working in new customized Blogger template
Many times when you change your blogger template or create a new one from scratch, you may face a situation where your Google Analytics is not showing recent data...
Create your own blogger template from scratch -1
Customizing a blogger template or creating it from scratch is not very hard work. You just need to understand some basic HTML and css. Mostly css part because blogger...
Creating a Blog in Asp.net Web Forms using C# – Part 3
In previous article we added html markup in our web pages. In this article we’ll add C# codes in the code behind files. These codes will do the main...
Creating a Blog in Asp.net Web Forms using C# – Part 2
In first part we created a database for our blog. Now we’ll add web pages and logic to our blog. we’ll create three web pages, one for showing all...
Create a simple blog using ASP.NET Web Forms using C# – Part 1
This tutorial is about making a simple blogging website using C# programming language in visual studio beginner level tutorial gives basic idea of blogging application. We’ll not...