<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-4791812753124558479</atom:id><lastBuildDate>Fri, 01 Nov 2024 06:51:56 +0000</lastBuildDate><category>Blogger Tricks</category><category>Tips and Tricks</category><title>Neznin</title><description>Behind The Web</description><link>http://neznin.blogspot.com/</link><managingEditor>noreply@blogger.com (Neznin)</managingEditor><generator>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>Behind The Web</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4791812753124558479.post-3400126646359065733</guid><pubDate>Tue, 11 Mar 2008 19:15:00 +0000</pubDate><atom:updated>2008-03-11T12:22:18.559-07:00</atom:updated><title>How to Create Signed Windows Controls</title><description>&lt;strong&gt;The step by step way to create windows controls and use it in an ASP.NET page&lt;/strong&gt;&lt;br /&gt;1:create a new project Windows Control Libray&lt;br /&gt;2:build and execute&lt;br /&gt;3:create the key pair using SDK command promptsn -k ssokeypair.snksn -p ssokeypair.snk ssopublic.snk&lt;br /&gt;4:import keypair to your project&lt;br /&gt;5:right click on the project-&gt;properites-&gt;signing-&gt;check sign the assembly-&gt;choose our keepair&lt;br /&gt;6:Set ComVisible property to "true" in assemblyInfo.cs file.&lt;br /&gt;7:go to SDK command prompt register the controlregasm [path of control] /codebase&lt;br /&gt;8:use the registered control in your asp.net project or any other project&lt;br /&gt;9:get classid of the object from registry editor&lt;br /&gt;10: format of object tag : object id="MyControl.UserControl1"  classid="clsid:125A8E3F-FE89-3133-B956-DD041D7BED9E"</description><link>http://neznin.blogspot.com/2008/03/how-to-create-signed-windows-controls.html</link><author>noreply@blogger.com (Neznin)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4791812753124558479.post-1747631072928261255</guid><pubDate>Sat, 28 Jul 2007 14:23:00 +0000</pubDate><atom:updated>2007-08-07T05:49:26.800-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Blogger Tricks</category><title>Hide Blogger Bar</title><description>&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ6epTqgVNBlSBPT4rBLUBn7bEw6XZJ4Udhua0vrw9VElrwr7D2jRGq7SziD2AQ9lFciQoaW1wYZQHZwFGyvCGu1sL7QqQDwoC_RZ5O8eP9W3KQKEdXj5SzyQCQK9pr3c6rlj4Gk7D-ic/s1600-h/blogbar.JPG"&gt;&lt;img id="BLOGGER_PHOTO_ID_5092258910409992178" style="" alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ6epTqgVNBlSBPT4rBLUBn7bEw6XZJ4Udhua0vrw9VElrwr7D2jRGq7SziD2AQ9lFciQoaW1wYZQHZwFGyvCGu1sL7QqQDwoC_RZ5O8eP9W3KQKEdXj5SzyQCQK9pr3c6rlj4Gk7D-ic/s320/blogbar.JPG" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;You can hide your blogger bar or blogspot bar by simply add the following code inside your html code,for this first go to templates-&gt;edit html-&gt;add the following code after all the variable definitions&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;/* Hide the blogspot adds */ &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Note&lt;/span&gt;:if your mouse is over on bar it will appear in Mozilla Firefox browser,and all the links will work in any browser because this code just hide the bar not removing.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Remove Navbar&lt;br /&gt;&lt;/span&gt;just cut and paste the following code in your html coding&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;#navbar-iframe {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;                height:0px;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;                visibility:hidden;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;                display:none;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;                            }&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;it will completely remove the blogger navbar&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://neznin.blogspot.com/2007/07/how-to-hide-blogger-bar.html</link><author>noreply@blogger.com (Neznin)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ6epTqgVNBlSBPT4rBLUBn7bEw6XZJ4Udhua0vrw9VElrwr7D2jRGq7SziD2AQ9lFciQoaW1wYZQHZwFGyvCGu1sL7QqQDwoC_RZ5O8eP9W3KQKEdXj5SzyQCQK9pr3c6rlj4Gk7D-ic/s72-c/blogbar.JPG" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4791812753124558479.post-3755868636220625265</guid><pubDate>Sat, 28 Jul 2007 14:02:00 +0000</pubDate><atom:updated>2007-08-04T01:49:44.555-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tips and Tricks</category><title>Background Pattern To Your Blog</title><description>First you just create a pattern using phpotoshop or such softwares,then upload that image to your blog(create a new post and upload the image and save the post as draft)&lt;br /&gt;then go to the html view of that post,coppy the address of the picture,it look like&lt;br /&gt;&lt;span style="color:#ff0000;"&gt;http://bp1.blogger.com/images11.jpg&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then go to templates,edit the code inside body { }&lt;br /&gt;&lt;span style="color:#3333ff;"&gt;body&lt;br /&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#3333ff;"&gt;background:url("&lt;/span&gt;&lt;span style="color:#ff0000;"&gt;http://bp1.blogger.com/mages11.jpg&lt;/span&gt;&lt;span style="color:#3333ff;"&gt;"); &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#3333ff;"&gt;/*keep remaining same*/&lt;br /&gt;&lt;/span&gt;&lt;div align="left"&gt;&lt;span style="color:#3333ff;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div align="left"&gt;instead of&lt;/div&gt;&lt;div align="left"&gt;&lt;span style="color:#3333ff;"&gt;background-color: #cccccc&lt;/span&gt;;&lt;/div&gt;&lt;div align="left"&gt;then save and publish&lt;/div&gt;</description><link>http://neznin.blogspot.com/2007/07/how-to-give-background-pattern-to-your.html</link><author>noreply@blogger.com (Neznin)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4791812753124558479.post-7676659517037386572</guid><pubDate>Mon, 23 Jul 2007 14:49:00 +0000</pubDate><atom:updated>2007-07-26T02:02:02.085-07:00</atom:updated><title>Neznin</title><description>The blog for the complete web solutions</description><link>http://neznin.blogspot.com/2007/07/why-web.html</link><author>noreply@blogger.com (Neznin)</author><thr:total>0</thr:total></item></channel></rss>