Posts

General

How to stop Google Chrome application to sync Bookmarks on each computer.

The problem: You sync your Bookmarks to the Chrome application on a computer and then not only does that computer have access to your bookmarks, but any changes they make to your bookmarks will also be made on your home computer. This will happen even if you log out of your gmail on their computer.… Continue reading How to stop Google Chrome application to sync Bookmarks on each computer.

General

MS SQL Server – Database Mirroring

Types of mirroring: High availability: โ€“ย ย ย ย ย ย ย  Synchronized writes on principal and mirror โ€“ย ย ย ย ย ย ย  Automated failover โ€“ย ย ย ย ย ย ย  Requires witness server High Protection: โ€“ย ย ย ย ย ย ย  Synchronized writes on principal and mirror โ€“ย ย ย ย ย ย ย  Manual failover โ€“ย ย ย ย ย ย ย  No witness server required High performance: โ€“ย ย ย ย ย ย ย  Not synchronized (assumed writes will be completed on both principal and mirror) โ€“ย ย ย ย ย ย ย  Forced failover only… Continue reading MS SQL Server – Database Mirroring

General

HTML5

HTML5 is simply the latest version of the HTML specification. It is similar to HTML However HTML 5 contains much better support for media such as, an audio and video tag.ย Apple has been promoting HTML5 as an alternative to Flash for video and other content on the iOS, citing performance reasons for not allowing the… Continue reading HTML5