Where To Find the MAC Address | Nokia N800/N810

This HowTo is for those who need the MAC address of the phone the wireless routing . 1. Enter Task Navigator, click Applications , then Settings and after that go to Control panel. 2. ClickAbout product. 3. You will see the  MAC address of the phone near the WLAN MAC address zone Enjoy Read more..

February 29th, 2008 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Yahoo Messenger Advanced Commands

/help  opens the help file /cls clears the screen /save saves the current chat session transcript /leave exits current room /join roomname joins roomname /goto username joins the chat room that username is currently in /follow username user will follows username whenever the user changes rooms /think text posts text in this format "oO(text)" /tell username text -- allows you to send a text to username with opening a window /invite username invites username to the current room /webcam starts your webcam /version displays the program version /version username sends ... Read more..

February 21st, 2008 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Share Music with Yahoo Messenger

1. Log into Yahoo Messenger with Voice 2. Click the Action Menu 3. Click Call Computer 4. Select the computer to call 5. When connected, click Actions menu 6. Select Share Music File 7. Then select the music file you want shared Read more..

February 20th, 2008 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Computer viruses: description, prevention, and recovery

This article discusses the following: How to determine whether your computer is infected with a computer virus, a worm, or a trojan How to recover from an infection How to prevent future infections from a computer virus MORE INFORMATION loadTOCNode(1, 'moreinformation'); What is a computer virus? loadTOCNode(2, 'moreinformation'); A computer virus is a small software program that spreads from one computer to another computer and that interferes with computer operation. A computer virus may corrupt or delete data on a computer, use ... Read more..

January 17th, 2008 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Unix and Linux IP Command Lines

LINUX : Display Current Config for all NIC's: ifconfig Display Current Config for eth0: ifconfig eth0 Assign IP: ifconfig eth0 192.168.1.2 Assign IP/Subnet: ifconfig eth0 192.168.1.2 netmask 255.255.255.0 Assign Default Gateway: route add default gw 192.168.1.1 Assign multiple IP's: ifconfig eth0:0 192.168.1.2 Assign second IP: ifconfig eth0:1 192.168.1.3 Disable network card: ifconfig eth0 down Enable network card: ifconfig eth0 up View current routing table: route "or" route -n View arp cache: arp "or" arp -n Ping: ping -c 3 192.168.1.1 Trace Route: traceroute www.ossmall.info Trace Path: tracepath www.ossmall.info DNS Test: host www.ossmall.info Advanced DNS Test: ... Read more..

January 12th, 2008 admin Posted in Linux and Unix, Misc Tips No Comments »

AddThis Social Bookmark Button

DOS and Windows IP Command Lines

Display Connection Configuration: ipconfig /all Display DNS Cache Info Configuration: ipconfig /displaydns Clear DNS Cache: ipconfig /flushdns Release All IP Address Connections: ipconfig /release Renew All IP Address Connections: ipconfig /renew Re-Register the DNS connections: ipconfig /registerdns Change/Modify DHCP Class ID: ipconfig /setclassid Network Connections: control netconnections Network Setup Wizard: netsetup.cpl Test Connectivity: ping www.ossmall.info Trace IP address Route: tracert Displays the TCP/IP protocol sessions: netstat Display Local Route: route Display Resolved MAC Addresses: arp Display Name of Computer Currently on: hostname Display DHCP Class Information: ipconfig /showclassid Read more..

January 12th, 2008 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

How to use Telnet to test an Internet Mail Connection

This article describes how to use the Telnet terminal program to test a connection to a POP3 server. The following topics are covered: Establishing a Telnet session to the POP server Using POP commands in a Telnet session Some Internet Service Providers (ISP) may have implemented security features that may prevent Telnet access to servers within their domain. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); Establishing a Telnet Session to the POP Server loadTOCNode(2, \'moreinformation\'); Telnet is a terminal emulation program supplied with Microsoft Windows. With Telnet, ... Read more..

January 11th, 2008 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

CECT T689 hidden trick

CECT T689 hidden trick Type :    *#3646633# You will get to a hidden factory screen where you can edit some phone parameters. For the people that had troubles with the sound (too low) this is the only solution It worked for me , and i share it with you . Read more..

December 15th, 2007 admin Posted in Misc Tips 4 Comments »

AddThis Social Bookmark Button

Disable right mouse click on your site or pictures

This is Perfect for stoping people copying your site content and pictures If you want to disable the right click mouse button on your pages , please read the following JavaScript Code to Disable Right Mouse Click <SCRIPT LANGUAGE="JavaScript"> function noRightClick(buttonClicked) { if (navigator.appName == 'Netscape' && (buttonClicked.which == 2 || buttonClicked.which == 3)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 3 || event.button == 2)) { alert("Your Message Goes Here"); return false; } return true; } document.onmousedown=noRightClick; document.onmouseup=noRightClick; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (document.layers) window.captureEvents(Event.MOUSEUP); window.onmousedown=noRightClick; window.onmouseup=noRightClick; </script> Please note A message will appear when anyone clicks the ... Read more..

December 15th, 2007 admin Posted in Misc Tips, Programing and Coding No Comments »

AddThis Social Bookmark Button

Overview of FAT, HPFS, and NTFS File Systems

This article explains the differences between FAT, HPFS, and NTFS under Windows NT, and their advantages and disadvantages. It is divided into the following sections: FAT Overview HPFS Overview NTFS Overview NOTE: HPFS is only supported under Windows NT versions 3.1, 3.5, and 3.51. Windows NT 4.0 does not support and cannot access HPFS partitions. Also, the FAT32 file system is only supported in the Windows 98/95 and Windows 2000. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); FAT OVERVIEW loadTOCNode(2, \'moreinformation\'); FAT is by far the most simplistic ... Read more..

December 7th, 2007 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Description of the standard terminology that is used to describe Microsoft software updates

SUMMARY loadTOCNode(1, \'summary\'); This article describes the standard terminology that Microsoft is adopting to describe software updates. This terminology is also included in the Microsoft Security and Privacy Glossary. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); Microsoft is adopting the following standard terminology to describe software updates: ConnectorDefinition: A connector is a software component that is designed to support connections between software. Critical UpdateDefinition: A critical update is a broadly released fix for a specific problem that addresses a critical, non-security-related bug. Additional ... Read more..

November 18th, 2007 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Explanation of Regsvr32 usage and error messages

SUMMARY loadTOCNode(1, \'summary\'); You can use the Regsvr32 tool (Regsvr32.exe) to register and unregister OLE controls such as DLL or ActiveX Controls (OCX) files that are self-registerable. This may be necessary to troubleshoot some issues with Windows, Microsoft Internet Explorer, or other programs. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); Regsvr32.exe is included with Microsoft Internet Explorer 3.0 or later versions, Windows 95 OEM Service Release 2 (OSR2) or later versions, and Windows NT 4.0 Service Pack 5 (SP5) or later versions. Regsvr32.exe is ... Read more..

November 17th, 2007 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

Tip : Conserving battery power

Get the most from a single charge Ever run out of battery power in the middle of a meeting? Has the urgent beep of your mobile PC's battery alarm made you the center of attention during an executive presentation? Even with recent advancements in battery cell technology and in software that makes efficient use of power, you can do only so much work on a single charge. The trick is to get the most out of the power that's available. Chances are, ... Read more..

November 12th, 2007 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

Nokia trick

Put the following code : It will not only show the firmware but also the imei of your phone. When it was last repaired, how long you have used it for, how long it will last for but also allow you to enter a date of purchase.   turn on your Nokia and then just enter *#9270689#   An oldie but goldie trick Read more..

November 8th, 2007 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Get additional fonts and install them on your computer

Font sources Additional free TrueType fonts are included with Microsoft Publisher. If you're looking for free, shareware, or commercial fonts, you can visit Microsoft Typography for links to typography news headlines, contacts, and an updated database of more than 600 type- and typography-related Web sites. Installing fonts in Microsoft Windows® is quick and simple. Once fonts are installed in Windows, they are available to your Office programs. Many font packages you download from the Internet may be contained in compressed .zip files to reduce ... Read more..

November 8th, 2007 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Google Tricks and Easter Egs

Enter each word below in the Google search engine , and click the "I'm feeling lucky" button You will be surprised  of the result google l33t google loco google gothic elgoog ewmew fudd xx-klingon xx-piglatin google bsd google linux google easter egg Read more..

November 7th, 2007 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

10 tips for dealing with game cyberbullies and griefers

Known as griefers, snerts, cheese players, twinks, or just plain cyberbullies, chances are one of these ne'er-do-wells has bothered a kid near you at least once while playing online multiplayer video games such as Halo 2, EverQuest, The Sims Online, SOCOM, and Star Wars Galaxies. Griefers are the Internet equivalent of playground bullies, who find fun in embarrassing and pushing around others. What griefers do Typical griefer behavior includes: taunting others, especially beginners; thwarting fellow teammates in the game; using inappropriate language; cheating; ... Read more..

November 3rd, 2007 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Kids and gaming: Tips for parents to help kids play it safe

You can help keep your child's gaming experiences safe, age-appropriate, friendly, fun, and even educational by educating yourself about the gaming community, game ratings, and how to use the privacy and safety tools built into the games. Here are a few basic tips on how to help protect your children when they play games and compete online. Educate yourself. Become familiar with game ratings and privacy statements, and review each online gaming site's terms of acceptable use. See the ... Read more..

November 3rd, 2007 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Help kids deal with hateful content on the Internet

There are many forms of hate on the Internet, ranging from extreme racist sites to the cruel satire found on many popular kids' Web sites. Some impressionable kids move from sites where people are mocked for their personal appearance to sites where minorities and homosexuals are attacked. White supremacist and hate groups have turned to the Internet to target young people for recruitment. Hate promoters look for vulnerable youth who can be brought into their community through private chat rooms and e-mail, ... Read more..

November 3rd, 2007 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Improve your family’s Web security in 4 steps

Although no technology can be a replacement for parental involvement, there are ways to use Microsoft software to help protect your children from inappropriate content. Here are some tips for protecting your children's privacy and safety when they're using the computer. Step 1: Decide where your child can and can't go on the Internet It's a good idea to check out some sites for kids. Pay particular interest to sites that collect personal information. If you don't agree with the privacy statement of a ... Read more..

November 2nd, 2007 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button


Page 1 of 212»