using the MySQL SELECT statement to only select certain records.

We are taking another look at our database table and we are wanting to only view records that match certain criteria. This is easy with the SELECT statement. mysql> select * from operatingsystems where vendor in ("Microsoft","Mint"); +——+————————+———+———–+ | OsID | Name | Type | vendor | +——+————————+———+———–+ | 1 | Windows 3.0 | Windows … Read more

A look at the Windows 8 desktop, the Windows 8 interface is still present in this operating system.

This is a look at the Windows 8 RTM desktop. The Windows 8 Interface is still here, they would not remove that would they? But this is just a tablet interface on a desktop machine, at least with Gnome Shell and Unity the interface makes some sense, but the Windows 8 tablets require a Windows … Read more