Monthly Archives: March 2011

Css3 rounded corners

Since Internet Explorer came with fairly good support for css 3, some things became a lot easier, like rounded corners and shadow on html elements. To round the corners of an element in css 3 you can do:

# myItem {border-radius: 5px;}

You can also have individual circle at the corners by doing:

# myItem {border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }

This works in all recent versions of Firefox, Opera, Safari, Chrome and Internet Explorer 9. If you require a solution that works in all browsers being used, you are unfortunately not able to take advantage of this method, since Microsoft has not released nor has any plans to release Internet Explorer 9 for Windows XP, something that leaves a rather large user group with the old square boxes. The easiest solution is to get xp users to adopt a more modern browser like Chrome, Opera or Firefox.

Windows Phone 7, autofail or opportunity

Microsoft released Windows Phone 7 in the fall of 2010, which is the newest operating system from Microsoft for mobile devices. Microsoft has been in this market for a long time, the first phones with Windows mobile 2003 and Pocet pc in 2001. It was based on Windows CE which has been made ever since 1996. One would think that with 14 years of experience with mobile/handheldt devices, would ensure Microsoft have an excellent starting point.

Continue reading

wizmouse, fixing muse scroll on inactive Windows

Those of us who have been using a mac or linux, are used to scrolling occuring where the mouse is, not on what is currently active/focused. When I recently moved to windows, the mouse kept scrolling in the “wrong” place, which I found to be one of the most frustrating things with windows. Luckily I found this program which will “fix” the issue. It will override so that the scroll occurs where the cursor is. I find this very useful in situations where I work in a window, while I read something in a window behind it. http://antibody-software.com/web/software/software/wizmouse-makes-your-mouse-wheel-work-on-the-window-under-the-mouse/