Windows Error:Kernel Security Check Failure(KERNEL_SECURITY_CHECK_FAILURE )
Source:Open Clip Art Using Under Public Domain Attribution
If you saw a blue screen during Windows 8 Installation with the message,"Kernel Security Check Failure"(KERNEL_SECURITY_CHECK_FAILURE ). I believe that is a memory problem. That is possible your ram died! Please get a blank USB drive and download memtest86. And then run the installation and put memtest on that USB drive. Finally, Plug-in that USB drive on the computer which you saw the blue screen. It will run some testes to see whether any problems on your RAM.
Windows 8.1 vs Windows 8.1 Pro
Source:Open Clip Art Using Under Public Domain Attribution
A lot of PCs and Laptops came with Windows 8.1 (Standard Edition). If you are a home user, that is not a big problem. But you are a Business User, even your office is only small office, you still need to consider that very careful. Windows 8.1 cannot join an active domain. If your office is using a Windows Server including Small Business Server, please use Windows 8.1 Professional. Moreover, Windows 8.1 cannot accept any Remote Desktop Connections. If you or your staff need to remote your desktop, please use Windows 8.1 Professional.
Well, that is not the end of world, even you bought PC or Laptop with WIndows 8.1. That is easy to upgrade to Professional with AUD$129, you do not need to rebuild your box again. Please go to Control Panel, and click Add Features to Windows 8.1. And then select buy a new license key. After the confirmation of payment, your windows will be upgraded to Windows 8.1 Professional.
Virtuemart : vmError: VmTableData Sef Alias in record is missing! Can't save the record with no Sef Alias.
I am using Virtuemart 2.6.0. I have no problems to install it. When I tried to add product categories and product, I got this error :vmError: VmTableData Sef Alias in record is missing! Can't save the record with no Sef Alias..
Finally, I fixed it by upgarding php from 5.2 to 5.4, then it fixed.
Android Error : "must implement onFragmentInteractionListener"
I am building a new note pad app. I was trying to connect each fragment into the main activity. But I got an error,"must implement onFragmentInteractionListener".
I found the problem is I have to implement onFragmentInteractionListener in each fragment. e.g.
public class MainActivity extends Activity
implements NavigationDrawerFragment.NavigationDrawerCallbacks
Inside the class:
Code
public void onNoteFragmentInteraction(String string){ | |
NoteDetailFragment fragment=NoteDetailFragment.newInstance("",""); | |
| |
| |
| |
// update the main content by replacing fragments | |
FragmentManager fragmentManager = getFragmentManager(); | |
fragmentManager.beginTransaction() | |
.replace(R.id.container, fragment ) | |
.commit(); | |
| |
} |
Be careful dell display card
This week, I got some dell pcs. I found their DVI display port is different from a standard DVI port. I cannot find any cables from Officeworks, Jaycar and dick smith. I only can get them from Dell. The cable is a splitter cable , which has two DVI outputs.
If you are using dell, please don't lose your cable!





