Web and Application Development
PLATFORMS: |ASP.NET | VB.NET | C# | PHP | RubyonRails | DATABASE: | PostgreSQL | MSSQL | MYSQL | WEBSERVERS: | Apache | Webrick | IIS |
Community Service
Wanted to voice your opinion about a subject posted on the Comfort Guide Blog? Do you have your own opinions about the issue, safety, hours of service, blogging, computers, or anything else? Go to the main website, http://comfortguide.blogspot.com, click on the link “Comments” under a post, then follow directions to leave your comment.
How to set up your home wireless network
How to Make a Category 5 / Cat 5E Patch Cable
As always, there continues to be Controversies over standards and practices regarding the use and making of patch cords, and UTP cable in general. Please see our section below titled: "Controversies and Caveats : Category 5, 5E, and Cat 6 Patch Cables". I hope that you will find it interesting and informative.
![]() |
568-B Wiring
|
![]() |
568-A Wiring
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
Notes for wiring diagrams above:
1. For patch cables, 568-B wiring is by far, the most common method.2. There is no difference in connectivity between 568B and 568A cables. Either wiring should work fine on any system*. (*see notes below)
3. For a straight through cable, wire both ends identical.
4. For a crossover cable, wire one end 568A and the other end 568B.
5. Do not confuse pair numbers with pin numbers. A pair number is used for reference only (eg: 10BaseT Ethernet uses pairs 2 & 3). The pin numbers indicate actual physical locations on the plug and jack.
What is IP Address ?
What is IP Address?
Classes of IP
|
1st Octet Decimal
Range
|
1st Octet High Order Bits
|
Network / Host ID (N=Network,
H=Host)
|
Default Subnet Mask
|
Number of Networks
|
Hosts per Network (usable addresses)
|
A
|
1 – 126*
|
0
|
N.H.H.H
|
255.0.0.0
|
126 (27 – 2)
|
16,777,214 (2 24 – 2)
|
B
|
128 – 191
|
1 0
|
N.N.H.H
|
255.255.0.0
|
16,382 (214 - 2)
|
65,534 (2 16 – 2)
|
C
|
192 – 223
|
1 1 0
|
N.N.N.H
|
255.255.255.0
|
2,097,150 (221 – 2)
|
254 (2 8 – 2)
|
D
|
224 – 239
|
1 1 1 0
|
Reserved for Multicasting
|
|||
E
|
240 – 254
|
1 1 1 1 0
|
Experimental, used for research
|
|||
Loopback IP Address
Zero Addresses
Private Addresses
How to disable Windows Firewall
1. Hardware Firewall
2. Software Firewall
It is proven that hardware firewall works faster and efficient than software firewall. But due to the gradual improvements software firewalls perform well now.
Windows Firewall
Windows Firewall is an upgraded form of traditional Internet Connection Firewall introduced by Microsoft. Even though Windows Firewall integrated with Windows OS ,some times it creates some conflicts with other security products as well as wireless systems. It is shown that Windows Firewall some times creates issues in wireless accessing and may block the wireless access from the computer. If you are running any third party security software which includes firewall on your computer it is advised to disable the default Windows Firewall on your computer.
Steps to disable Windows Firewall on your computer
The steps to disable Windows Firewall on your computer are:
1. Click on start
2. Go to Control Panel
3. Click on Security Center
Security center can be accessed by click on the icon shown below.
Now the Windows Security Center window will be opened.
4. Click on Windows Firewall
Now the Windows Firewall control panel will be opened.
5. Turn off Windows Firewall
To turn of Windows Firewall click on the button Off.
Now the Windows Firewall is turned off in your computer.
How to disable the Windows XP firewall.
Windows XP firewall
To do this perform the following steps...
- Click Start,
- Control Panel,
- double–click Network Connections,
- right-click the desired connection,
- Properties,
- Advanced tab,
- Under Internet Connection Firewall,
- uncheck the "Protect my computer and network by limiting or preventing access to this computer from the Internet" check box.
Windows XP SP2 firewall.
In Microsoft Windows XP Service Pack 2 (SP2), Windows Firewall is turned on by default.
To turn off is much simpler, just perform the following steps...
- Click Start
- Control Panel
- Windows Firewall
- Select "Off (not recommended)"
Change Text on XP Start Button
I’ve read a number of articles on the internet about changing the text on the Start button in XP. On more than one occasion I’ve seen references to a five (5) letter limitation when the button is renamed. I always wondered if this was true or just an assumption someone made because the default ‘start’ just happened to fit the button size. So, I decided to run a test and see if there really was a five character limit.
As you can see from the screen capture above it would seem that the five character limit isn’t etched in stone. The button expanded to accept the text I entered with no problem. I’ve been using the system for a few weeks now with no adverse effects. That’s not to say I won’t discover something down the road a bit, but for now I feel comfortable with the changes. If you’d like to try the procedure I used, the instructions follow.
Step 1 – Modify Explorer.exe File
In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems. Navigate here to download Resource Hacker.
The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe as shown in Fig. 01.
Fig. 01
The category we are going to be using is String Table. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable as shown in Fig. 02. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.
Fig. 02
There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used ElderGeek as shown in Fig. 03.
Fig. 03
Compare the screen captures in Fig. 02 and Fig. 03 and you’ll notice that after the new text string has been entered the Compile Script button that was grayed out in Fig. 02 is now active in Fig. 03. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. See Fig. 04. Save the newly named file to C:\Windows.
Fig. 04
Step 2 – Modify the Registry
Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open: field. Navigate to:
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon
Fig. 05
In the right pane (Fig. 05), double click the Shell entry to open the Edit String dialog box as shown in Fig. 06. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.
Fig. 06
Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.





