13May
Posted by admin as .Net, Asp.Net, HTML, IIS7, Microsoft, Php, Technology, The 10 Links, Windows
25 Unique uses of WordPress as CMS WordPress is often thought of as little more than a blogging platform. But it’s capable of so much more. Through a little customization and the use of plugins, WordPress can easily be transformed into a full-featured content management system. This article demos [...]
12May
Posted by admin as .Net, Asp.Net, Microsoft, Technology, Web
This article explains how to implement Google Adsense search in your ASP.Net master page. One of the problems with using Google Adsense search in ASP.NET pages is that Google Adsense for search is implemented in it own form and ASP.Net only allows you to have one server side form per page and does not allow [...]
<HR> is block element in XHTML. So if you try control the alignment of <HR> by using something like below code, it will not have any affect on the block element’s alignment.
<hr style="text-align: left" />
To control the alignment of <HR> or for that matter any block elements, you have to use margin. For example lets [...]