Friday, 6 March 2015

Forgot Password By Email Page Code In Asp.Net

Posted by with No comments
http://csharpdotnetfreak.blogspot.com/2012/06/aspnet-forgot-password-email-page-code.html HTML SOURCE OF FORGOT PASSWORD PAGE 1: <form id="Form1" runat="server"> 2: <div> 3: <fieldset> 4: <legend>Forgot Password</legend> 5: <asp:Label ID="lblEmail" runat="server" Text="Email Address: "/> 6: <asp:TextBox ID="txtEmail" runat="server"/> ...

Thursday, 5 March 2015

Glowing Blue Input Highlights Apply Textbox Glow Effect.

Posted by with No comments
input[type=text], textarea { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; padding: 3px 0px 3px 3px; margin: 5px 1px 3px 0px; border: 1px solid #DDDDDD; } input[type=text]:focus, textarea:focus { box-shadow: 0 0 5px rgba(81, 203, 238, 1); padding:...

Wednesday, 25 February 2015

Problem saving changes in database table Microsoft Visual Studio 2010

Posted by with No comments
ERROR : “You cannot save changes that would result in one or more error tables being re-created.You can override this behavior by changing your configuration options…” shown in figure 1  (figure 1) SOLUTION TO THIS PROBLEM : Disable “Prevent saving changes that require the...

Sunday, 8 February 2015

Easy Steps to Use Laptop as Wi-Fi Hotspot

Posted by with No comments
Easy Steps to Use Windows 8 Laptop as Wi-Fi Hotspot There are 3 ways to flip your laptop equipped with Microsoft Windows 8 into a Wi-Fi hotspot. One amongst them needs that you just dig into the command prompt, a task several feel unwilling or unprepared to handle. Here’s what you’ve have to...

Saturday, 7 February 2015

Free Website Malware and Security Scanner

Posted by with No comments
Free Website Malware and Security Scanner http://sitecheck.sucuri.net/ http://www.quttera.com/website-malware-scanner ...

Coming Soon Templates

Posted by with 1 comment
http://www.freshdesignweb.com/free-coming-soon-templates.htm...

Creating an Under Construction or Coming Soon page in Magento

Posted by with 3 comments
When building a website, you may not want random visitors snooping your pages until you are ready for them. Even while some programs allow you to build your site on your local computer and then publish when you are finished, you still may want to test your site on the live server before opening...