Banner

[MP4 FORMAT] DOWNLOAD AND SAVE YOUTUBE VIDEOS IN 1280×720!

Tools & Gadgets December 4th, 2008

youtube Looks like I'm late for the news. Youtube now in HD!

Anyway, while randomly viewing some Youtube videos I found this. It's really cool. After some testing I've done, there's a lag on some videos due to my Internet Connection. Nevermind, Download the Clip using my Youtube Hack Code! How?

First Let's see the Differences

Standard FLV Video

standard

Video: Flash Video 1 320x180 [Video]
Audio: MPEG Audio Layer 3 22050Hz mono 64Kbps [Audio]

File Size: 607kb

Higher Quality MP4 Format 

HQ

Video: MPEG4 Video (H264) 480x270 24.93fps [Video]
Audio: AAC 44100Hz stereo 1411Kbps [Audio]

File Size: 1,162kb

To download the Standard and Higher Quality Format, Read Here

High Definition 720p MP4 Format 

HD

Video: MPEG4 Video (H264) 1280x720 30.00fps [Video]
Audio: AAC 44100Hz stereo 1411Kbps [Audio]

File Size: 4,168kb

On some videos: Standard=7mb, HD720p=47mb

That's huge. Anyway, Quality is GREAT!

How to Download Youtube Clips in High Definition (720p)

It's easy! No software or Website is needed. While watching any clips (Add &fmt=22). Just Copy and Paste the Code to your Address Bar:

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + swfArgs['video_id'] + "&fmt=22" + "&l=" + swfArgs['l'] + "&sk=" + swfArgs['sk'] + '&t=' + swfArgs['t'];

Note: Right now, Not all youtube videos is 1280x720 ready.

SAVING YOUTUBE VIDEOS USING FAVORITES/BOOKMARKS

The Best Application of this Guide

Firefox

Google Chrome

Safari  and Opera

If your browser hangs or there's a lag in the video due to it's file size: Read here to Force to Stream in Normal Quality

I don't know who unlock the &fmt=22 trick because I've just found it from the Youtube Video above. Anyway, Please tell me! I'm happy to share it to others...

ENJOY!!!

Tags: , , , , , , , , , , , , , , , , , , ,

USE AUTOMATIC COMPLETION OF DIRECTORY OR PATH FOR COMMAND PROMPT IN WINDOWS VISTA

Tools & Gadgets December 2nd, 2008

An old registry tip from Microsoft Technet articles that is very useful in everyday Geek computing.

If you open CMD and go to a directory, e.g. cd\windows, instead of typing the complete word "windows" type "win" + TAB. It will automatically search for the word and display the first value.

Registry Settings

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor

HKEY_CURRENT_USER\Software\Microsoft\Command Processor

Lets make some research:

By default HKEY_LOCAL_MACHINE hive > CompletionChar value is 64 in decimal and 40 in hexadecimal

While in HKEY_CURRENT_USER hive settings: CompletionChar value in Hexadecimal and Decimal is 9

So, Which is being followed by the current Logon User?

CompletionChar = 9 by HKEY_CURRENT_USER

In which according to Microsoft Technet Articles, The Source of Registry Tips, hacks and Tricks in the Entire World!

The value 9 is the TAB key.

Therefore, By default you can use Tab Key for command line automatic completion of Path.

CompletionChar 

For example as shown in the picture above, going to c:\windows directory and typing "cd sys". By pressing Tab twice or more you can see the possible directories beginning with "sys". These are:

  • System
  • System32

You can also verify that by using the command: dir sys* /ad

Let's try another.

Open Command prompt as administrator (Start Search > "cmd" > CTRL+Enter)

cd \Win + (Tab Key) + \Pe + (Tab Key) + \w + (Tab Key) + \d + (Tab Key)

equals C:\Windows\Performance\WinSAT\DataStore>

To have an idea Please Read more here.

Note: You cannot use wordpad command because the default search Path for executables are

PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem

Click here for more details

Enjoy!!!

Tags: , , , , , , , , , , , , , , , , , , ,

INTERNET CONNECTION SHARING TO SEVERAL COMPUTERS USING WINDOWS

Tools & Gadgets November 30th, 2008

This is your Ultimate Guide, easiest and complete How-To Article in Sharing Internet Connection using Windows 2000, XP and Vista.

WIRED NETWORKING BASICS

rj45

More than Five years ago, during the summer of 2003 I applied for On-the-Job Training for 1.5 months in a Communications Company. Luckily, they let me study and experienced what's life as a Data Communication Engineer.

That time, I really wanted to explore Communications Engineering and learn more about Microwave, Satellite, ISDN and Fiber Optics. Although I already know How to create a Network in Windows and some background on Microwave designs but there are many questions in my mind.

How DSL Works in the real world? What are the devices needed? How can you connect to other computers in Public IP settings like in P2P? What is DSLAM? I have so many questions...

Most of the small Internet Cafe that time doesn't use a router to connect to the Internet because it is still expensive (but getting cheaper day by day) thus, DUAL LAN-CARD/ETHERNET CARD NETWORKING is Popular.

Here's the Network Diagram: Figure A

Two Computers

WiredICSLanA

Connect the two computers using UTP/LAN/CAT5 Network Cable

Three or More Computers

WiredICSLan

Sharing Internet using a Router: Figure B

WiredICSLan2

Wireless Broadband Routers: Figure C

WiredICSLan3

Networking Without a Router: Figure A

Cable Modem: The incoming line coming from the Cable Box uses Coaxial Cable and the line going to the computer uses USB or Lan Cable.

DSL Modem: The incoming line uses the Plain-Old-Telephone-System (POTS) and the line connected to the next computer or hub uses UTP/Lan Cable.

To setup DSL or Digital Subscriber Line PPPOE Connection, You need to input the Username and password to use the Internet. Please Read here for more information.

Internet Protocol (IPv4) Address Settings Example:

Gateway Computer

Lan Card 2: The LAN CARD Connecting to your Switch or HUB

IP Address: 192.168.0.1

Subnet Mask: 255.255.255.0

Other Computers  (you can set this automatic or enter the settings below)

IP Address: 192.168.0.2 - 192.168.0.255

Subnet Mask: 255.255.255.0

Default Gateway: 192.168.0.1

DNS Server: 192.168.0.1

Note: The same Procedure in Windows 2000, XP and Vista

To Add the Settings Above:

Press Win+R > type ncpa.cpl > Right-click the Local Area Connection 2 or Different Name that corresponds to the second Ethernet Card > Properties > Click the "Internet Protocol version 4 (IPv4)" > Properties

To check: Open Command Prompt and type: ipconfig

Enabling / Activating / Setup Internet Connection Sharing (ICS)

1. From my Quick Tip: Open Network Connection Window by simply launching the command: Press "Win+R" > ncpa.cpl or Control ncpa.cpl

2. Select the local area network (LAN) Card for DSL or Cable Internet, WAN Miniport (PPPOE) for iBurst, USB Modem for 3G, GPRS, HSDPA or any type Dial-up Networking that provides you a primary Internet Connection > Right-Click Properties

3. In the Sharing Tab (Advanced Tab in Windows XP), Click to check the option "Allow other network users to connect though this computer's Internet connection" and Finally, Choose Local Area Connection 2 or any name that corresponds to the Second LAN Card connected to another Computer or Hub.

sharingtab

NOTE: If you are using 3G or HSDPA as your primary connection to the Internet. You will encounter this Message "Since this connection is currently active, some settings will not take effect until the next time you dial it.": Just Neglect it

message

 

Networking With a Router: Figure B

Usually, the guide is indicated in the manual of the router. There are many different kinds or ways to set the settings but uses the same principle as Figure A.

Different Ways

1. Setting the IP Address through a built-in web-server LAN program in the router. Open IE and type http://192.168.1.1

2. Setting the IP Address through Telnet or Hyper Terminal

The Simplest Explanation to Remember: Router is being used as a gateway and to connect to the Internet instead of using a separate computer. Thus, If your inputting Username and Password in PPPoE Connection you must set it inside the router.

Wireless Access Point: Figure C

The Network uses the same procedure in Figure B except you will only use one or two devices with more features like additional Wireless LAN Capability (802.11 a/b/g/n).

AD-HOC Networking

The procedure is the same with FIGURE A.

Please read more here

 

Enjoy Learning!!!

Tags: , , , , , , , , , , , , , , , , , , ,

CHANGING THE DEFAULT SEARCH FOR EXECUTABLES PATH IN COMMAND PROMPT

Tools & Gadgets November 29th, 2008

changingdefaultpath

I know this is an old tip for DOS Geeks. For new ones, Did you ever wonder why when you type "notepad" in any directory in Command prompt or cmd, Notepad Application will launch immediately?

 

That's because of the default settings in executables path automatic search. To display type Path in command prompt and you'll see the default:

PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem

These are the default Folders in which when you type any command and Enter key it will search in those directories first.

Example: Wordpad

You cannot launch the application directly to command prompt.

To Add new or Append new locations:

path=%path%;NEW Directory
For multiple Directory or Folders

path=%path%;NEW Folder 1; Folder 2; Folder 3 and so on...
Type this command:

PATH=%path%;C:\Program Files\Windows NT\Accessories\

To check: type Path again

PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Windows NT\Accessories\

Finally, type: wordpad

Now Its Included! Read here for more related tip.

 

When you close the command prompt and open it again. You need to add the path again.

Add the Folder Path Permanently

Using System Properties > Advance > Environment Variables Button > "System Variables" Group

changinginwindows

or Press WIN+R > RunDll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,3 > At the Bottom, Click the Environment Variables Button > "System Variables" Group

Enjoy!!!

Tags: , , , , , , , , , , , , , , , , , , ,

CREATING A WINDOWS XP UNATTENDED INSTALLER

Tools & Gadgets November 26th, 2008

This is an old guide but still very useful and deserve a descent update. I'm shock that many people still doesn't know about this small utility that can be found in their Windows XP Installer.

"Lawrence, It's almost two months now since you release the latest update of your software winbubble, do you have new releases coming soon? anyway, I have a question. How do I automate the installation of Windows XP? - Jared"

WinBubble is still in development and I'm still Shaping my skills. Surely, Everybody will benefit from my studies and Please stay tuned always. Thanks in advance.

Ok, Let's go back from the main topic. Open your Windows XP Installer and explore the following path: [Disc]SUPPORT\TOOLS

deploycab

Note: I recommend to download the latest one for Windows XP Service Pack 3, Download here

According to Microsoft the latest deploy.cab supports:

Windows XP; Windows XP Service Pack 1; Windows XP Service Pack 2; Windows XP Service Pack 3

1. Copy the file Deploy.cab to any directory and Extract the files...

2. Click the Useful utility setupmgr.exe and if your using Windows Vista Run the File as Administrator.

3. Follow the Pictures below:

d1

d2

d3

d4

d5

Now, you can enter your Name, Organization, Time Zone, Administrator Password, Display Settings, Product Key, Networking and other settings.

final

Note: In Windows Vista OS, Don't Set the Time Zone... Just proceed by Clicking to the other options.

Go to the location where you save the file Unattended.txt and Rename to WINNT.SIF and Place to I386 Folder of your Installer.

I made some Template if you don't want to use the software.

[Data]
    AutoPartition=1
    MsDosInitiated="0"
    UnattendedInstall="Yes"

[Unattended]
    UnattendMode=ProvideDefault
    OemPreinstall=No
    TargetPath=\WINDOWS

[GuiUnattended]
    AdminPassword="Enter_your_Passw0rd_here"
    EncryptedAdminPassword=NO
    AutoLogon=Yes
    AutoLogonCount=1
    OEMSkipRegional=1

[UserData]
    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    FullName="Enter_your_Name_here"
    OrgName="HomeUser"
    ComputerName= Enter_your_Computer_Name_here

[Identification]
    JoinWorkgroup=WORKGROUP

[Networking]
    InstallDefaultComponents=Yes

Save it as WINNT.SIF and place that to your Windows XP Installer directory I386.

How? Read here

Enjoy!

Tags: , , , , , , , , , , , , , , , , , , ,