Posts

Showing posts from November, 2017

Google Chart

Default.aspx <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title>     <script src="jquery.min.js"></script>     <script type="text/javascript" src="jsapi.js"></script> </head> <body>     <div id="b_sale" style="width:500px; height:300px;"></div> </body> <script>     // VISUALIZATION API AND THE PIE CHART PACKAGE.     google.load("visualization", "1", { packages: ["corechart"] });     google.setOnLoadCallback(createPIE);     function createPIE() {         // SET CHART OPTIONS.         var options = {             title: 'Sex of Employee',             colors: ['#888', '

Windows 7 show message "This copy of Windows is not genuine"

Solution Open Command Prompt and run as administrator Type slmgr -rearm If display message Error 0xc004d307 to maximize allowed re-arms Go to Regedit Go to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows NT / CurrentVersion / SoftwareProtectionPlatform / SkipRearm Change 0 to 1

Change Location for Print Screen

Print Screen by Command + Shift + 3 or 4 Change Default Location - Go to Finder / Go / Utilities / Terminal - Syntex :: defaults write com.apple.screencapture location  ~/Desktop/ - Example ::  defaults write com.apple.screencapture location  ~/Desktop/SaveFile/