Posts

Showing posts with the label Blogging

How to disable the Windows Server Password Complexity

Image
In this post i will explain how to turn off password complexity and about few other policy settings. Steps Search for server manager in windows start menu. Open Server Manager > Tools > Group Policy Management Then expand your domain forest. Under the Domains. Right click Default Domain Policy and Click Edit. Then it will open Group Policy Management Editor. Under Computer Configurations > Policies > windows settings > Security Settings > Account Settings. Select Password Policy.  Now you can see all the settings related to password policy in your Windows Server. For disable password complexity, just open Password must meet complexity requirements. Select Disabled > Apply > OK . Also you can read all the details related to each policy in Explain tab. After that you have to refresh the policy. For that open Command Prompt and type the following command: “ gpupdate /force ” > Hit Enter....

Easy Way to Format your Code Sample for publish in Blogs / Blogger

Image
In this post i will show you how to format your code for publish inside tour blog or blogger within few steps.  Copy your code Visit  http://codeformatter.blogspot.com/ Paste the code in editor Change formatting option as you want Click "Format Source Code" This it with create source code for your blog. Also you can see Preview of the Source code. Copy the Content of "Copy Formatted Source Code" text area. Go to your blog and paste it within your HTML code. For example i will use one of my blogger post Go to Edit View in your post and select HTML (as following image) It will show you the HTML code of your post. Then paste the code content to your HTML code as following image Some times when saving the HTML code blogger will popup conflicts errors in your code  You can click "Fix" in the message any blogger will fix the error automatically. Then save the post and preview your post. It will show you the formatted ...