Friday, June 28, 2013

Windows 8.1

This is my first post in a long time so I will make it count.

Windows 8
  • Been a punching bag for Start Menu lovers
  • The Surface RT and RT in general (Except for  Surface RT Pro.) Suck
  • Start Screen Flaws
  • Settings app not that good
  • Store updates get you angry
  • Wait, why am I telling you about this 
  • There are tons of blogs about the flaws in Windows 8


Windows 8.1 Release copy

Pros
  • Start Button!
  • Start Screen improvements 
  • New "My Computer" screen
  • Now can split  50/50 on apps
  • 3 Apps at once
  • New Search
  • New built in apps/Updated the old ones
  • Swipe down on the start screen
Cons
  • Just a button, NO start menu
  • New "My Computer" screen
  • 3 apps at once isn't that good/sometimes doesn't work on small screens 
  • New Search


Pictures








Wednesday, December 26, 2012

Crowtap

Its a way 2 get free stuff, heres a refural: http://bit.ly/RRd0HA

Tuesday, November 27, 2012

Try This in notepad


<HTML>
 <HEAD>
 <TITLE>  The Blog Text  </TITLE>
 </HEAD>
 <BODY>
 <CENTER>
 <H1>  Testing  </H1>
 <SPAN ONMOUSEOVER="this.style.fontSize='48'"
 ONMOUSEOUT="this.style.fontSize='12'"
 STYLE="fontSize:36">   This text gets bigger when the mouse is over it.   </SPAN>
 </CENTER>
 </BODY>
 </HTML>


save as a *.htm

Monday, November 5, 2012

The 3 use batch file.

I Have been programming a Batch file and with help from www.tweakandtrick.com I have finished it. A good batch file that is not to hard to run. Here is the script:


cls
@echo off
title Welcome
color 0a
:idiot
echo Welcome %username% to you Windows Computer
echo What would you like to do?
echo ________________________________________________________
echo a) Create/Lock a folder
echo b) Shutdown %username%`s computer
echo c) Close
set/p "cho=>"
if %cho%==a goto fart
if %cho%==A goto fart
if %cho%==b goto shut
if %cho%==B goto shut
if %cho%==c goto me
if %cho%==C goto me
echo Invalid Option
:fart
cls 
@ECHO OFF
color 0a
title Folder
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder 
:CONFIRM 
echo Are you sure to lock this folder? (Y/N) 
set/p "cho=>" 
if %cho%==Y goto LOCK 
if %cho%==y goto LOCK 
if %cho%==n goto END 
if %cho%==N goto END 
echo Invalid choice. 
goto CONFIRM 
:LOCK 
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" 
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" 
echo Folder locked 
goto End 
:UNLOCK 
echo Enter password to Unlock Your Secure Folder 
set/p "pass=>" 
if NOT %pass%== Password FAIL 
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" 
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder 
echo Folder Unlocked successfully 
goto End 
:FAIL 
echo Invalid password 
goto end 
:MDMyFolder
md MyFolder
echo MyFolder created successfully 
goto End 
:End
:me 
cls
@Exit
:shut
shutdown.exe /s /c "Thank You For, using this command file by Eli" /t 30

Wednesday, October 31, 2012

Sunday, October 28, 2012

Amazons bragging

Today on www.amazon.com there is a "small " bragging post offending the the ipad mini (Why not ipad Air) with the kindle HD.

Wednesday, October 24, 2012

7" Windows Tablet on 8

Buy
http://www.ebay.com/sch/i.html?_nkw=samsung+q1
http://www.amazon.com/Samsung-7-inch-Q1U-XP-Processor-Windows/dp/B000TQ6HG6
Videos
http://www.youtube.com/watch?v=DnzwbTO8FPY
http://www.youtube.com/watch?v=JxgbnNJs3Mw&feature=related

The Samsung Q1, a Samsung tablet meant for a older Windows OS, but it can be upgraded to 8.
So far NO official tablet for windows 8 but keep your head up.

On a side note, is there a NOT tethered Jail Brake for IOS6?