Promotions

Adding Rounded corners to HTML elements

If you are looking into adding rounded corners to HTML elements, you can use the following CSS properties.

Following code works with Firefox, Chrome

-moz-border-radius: 20px;
-webkit-border-radius: 20px;

For IE9 use the following code

border-radius: 20px;

If you want to have only one rounded corner on the HTML, I found the following nice website which allows you to change rounded corners as you wish. Full credit to the website’s owner / developer
http://border-radius.com

DHCP error 1059 “fail to see Active directory” in windows 2008 r2

I was having the DHCP server fail to see active directory with error number 1059, where I was unable to authorize the DHCP server for IP address leasing. I have parent – child domain environment where I was trying to deploy DHCP server in the child domain.

There are plenty of forums out there concentrating on networking side, but I was installing the DHCP server on the child domain DC. Therefore, there should not be any networking and firewall issues. I even tried DCDIAG.exe and LDP.exe with pass as the end result.

Continue reading » DHCP error 1059 “fail to see Active directory” in windows 2008 r2

Adobe Reader X (10.0.1) problems with Microsoft outlook 2010

Since upgrading to Adobe reader X, I am having problems previewing and opening pdf attachments within the Microsoft outlook 2010.  Searching through Adobe’s own forums and internet was waste of time as still it needs to be solved. you can access the topic at the following link: http://forums.adobe.com/message/3363074?tstart=1.

Continue reading » Adobe Reader X (10.0.1) problems with Microsoft outlook 2010