Archive for the ‘computer information’ Category

A Novices Manual To Building Your Own Computer – We Disclose The Five Simple Steps To Victory

When it comes to buying a new computer for business or home use you have quite a lot of options available to you, the first is to go to a big manufacturer and buy a ready made machine off the shelf, secondly you could look at buying a machine second hand, perhaps from an auction where items form liquidised busineses are put on sale at a discounted rate. The third and most commonly ovelooked option is to build your own machine. Building a computer is very straight forward, but despite this fact many people let the taks daunt them and opt to buy off the shelf. When you buy the main motherboard of a PC it comes with a simple to follow diagram, its just a case of plugging a few wires into the chassis (case) and then plugging the power supply into your mother board, after that all the other components just slot into place and are secured by a simple screw. By building your own computer you will not only save money, but also gain a good degree of experience with your system, once you have this familiarity, it then becomes possible for you to simply upgrade your system as it becomes outdated. This is a very big advantage to have as you will never have the need to replace your whole system in its entirety. Below are six simple steps that should be followed when building a computer:

1. Search The Internet

The best place to start any build mission is by firing up your browser and having a good look at the sort of components that are being used in the best off the shelf machines. Contemplate what you need the machine for, and sort of specification you want it to have, you may want a really high end machine, or you may just want to construct a machine that will carry out basic office tasks quickly and efficiently and cost you a bare minimum of money to build.

2 – Compare Prices

Now that you have a list of the components you are looking to use in your build its time to find the most cost effective supplier, during this phase I always keep a close eye out for special offers, many times this has resulted in my being able to build a far better machine than I originally intended and for less money. Generally the best place to buy components are online electrical wholesalers as opposed to consumer stores. Most of these wholesalers are happy to deal with the public or take orders from a small business with no minimum order. Some even offer complimentary shipping and twenty four hour delivery.

3 – Ordering Your Components

Now that you have identified the best supplier for each component its time to order the parts of your new computer. Prior to ordering its always a good idea to double check that the memory is compatible with your motherboard and that your motherboard has a compatible socket that matches your CPU. Additionally graphics cards also come in several interfaces with PCI express being the current favorite and more powerfull graphics cards require more powerful power supplies to run them, the power requirement will be stated in the graphic cards specs. Hard drives and DVD/CD drives are also available in quite a few connectivity options. The supplier you order with will be happy to run through your order with you and confirm that everything you intend to buy will work together.

4 – Buy The Components

Now we are getting somewhere, we know that all the components are compatible with each other, and its time to buy. Once the components have been delivered its time to move on to the best bit. The build!

5 – The Build

As I said earlier, this step is far more undemanding than many people would possibly believe, the chances are that if you can change a plug, you can build a PC, the first step is to fit the power supply into your Chassis (this may already have been done depending on the case you bought) then screw the little brass mounts into the case that support the mother board, if you hold the motherboard in place in the case and look through the screw holes you will see where these brass mounts need to be placed. once the motherboard is fitted, gently insert the CPU into the motherboard taking care to ally the corner marked on the cpu with the corner marked on the motherboard. Apply a thin coating of cooling paste to the cpu then fit the cpu cooling fan and plug it into the correct port on the motherboard (shown on the motherboard wiring diagram) now connect all the wires from your chassis to the applicable pins on your motherboard, this is detailed in your wiring diagram. Once you have done this the trickiest part is over with! Fit your memory (ram) into the memory slots by smoothly pushing down untill they click into place, and plug the power supply into your motherboard. Next insert your graphics card and plug it into the powersupply if it requires a dedicated power source (it will have a square plug for this if essential) Now screw your hard drives and other drives into the chassis, plug them into the motherboard and power supply and also plug in any case fans to the power supply. There that wasnt that hard was it? Nice one! you have just built your own PC! Now its time to plug in your keyboard, mouse, and monitor, install windows and see what it can do! This article was written on behalf of Fixitnerds, Computer specialists providing mac repair and computer repair in London.

Access pragmatic recommendations about SEO Services – please make sure to study this web site. The times have come when concise information is truly within your reach, use this opportunity.

Is Your Company Receiving The Top End Computer Support Services You Require To Stay Afloat?

Nowadays there are thousands of so called computer repair companies in the UK, Many of the people operating these small computer support companies have no formal qualifications in related subjects, and basically lack the skills required to be able to provide anything near an adequate support service for their customers. I have even known teenagers who I would describe as intermediate computer users to place an advert in the local paper and then accept paid work.

Whilst these services may be fine for a home user who doesnt have a clue about computers and just needs their cache clearing or such, I would personally want to know that any computer repair specialist I contracted to support my business was a real expert who knew exactly what he or she was doing. IT failures cost UK businsess hundreds of thousands of pounds every year, and the longer the problem persists the more shortfall the company suffers. But as with all things, you get what you pay for. Generally speaking for a part time computer repair person who has little real knowledge or capability to look at your computer you would be looking at around £20. A real IT specialist wouldnt even think about carrying out the repair for that money, but then again, with the consultant the job will be done right, and once finished you will have hardware that is dependable and and a repair that has been properly implemented not just fudged.

Cheap support can in many circumstances lead to bigger problems down the line. If you are in any doubt about someones ability, then do not let them perform maintenance on your IT systems. By using the below checklist you should be able to make certain that the company you utilize to carry out your computer repair are able and providers of a high quality service.

• Are their technicians qualified and experienced?
• Do they have the required manpower to provide support to and operation of your size?
• Do they have a reputation for providing top quality services?
• Are they experienced in providing support to clients in your trade?
• Can they make available customer references form other enterprises who have used their services?
• Do they guarantee their work against defects?

IT support doesnt need to cost the earth, with many firms operating on a basis whereby they only bill you when you actually use their services. Contracting such a company can in reality be alot cheaper that taking your machine to a local computer shop for repair, not to mention far more convenient. Also the repair will be done within hours and not days. For any enterprises looking for computer repair in north london or computer repair in west london give Fix It Nerds a ring.

Shortcut to vital things to know about cheap PlayStation 3 – please make sure to read this site. The times have come when concise info is really within your reach, use this opportunity.

Using Web Server Controls In Microsoft ASP.NET

There are two types of server control in ASP.NET: HTML server controls and Web server controls. HTML server controls are simply regular web elements into which the runat=”server” attribute has been added and which have been assigned an ID. The runat=”server” attribute tells the ASP.NET engine that the control can respond to events and enables developers to create event handlers to control the behaviour of the controls.

HTML controls are useful, but Web server controls are more powerful because they are not linked to a specific HTML element and subject to its limitations. Some Web server controls are fairly simple but some of them are extremely complex. They offer black box functionality which would require fairly complex client-side and server-side coding to achieve if they did not exist. It is hardly surprising that server controls are the most frequently used component in ASP.NET.

Web server controls allow you to focus on the web page functionality and user-response that you require without having to worry about how this would be achieved using HTML elements. At runtime, the ASP.NET engine will generate the necessary HTML, CSS and JavaScript for each client browser.

The calendar control is one example of the advanced functionality offered by the ASP.NET Web server controls. The developer adds this to a web page as a single component and writes code to determine how it will respond to user interaction. At runtime, the necessary HTML markup is produced, saving the developer hours of coding and testing.

The FileUpload control is another example of a sophisticated, time-saving Web server control. This allows you to add a browse and upload facility to any web page with very little coding. Similarly, the MultiView and View server controls are used in conjunction to control the visibility of different parts of a page. Each view contains different content and the end user is able to move through the views in the sequence specified by the developer.

Wizards are a very familiar feature in software programs and ASP.NET offers a Web server control that allows you to add this same functionality to a web page. The Wizard server control enables you to set up a series of steps which will be presented to your user in the order you specify. It is ideal for building forms where information is gathered in a series of steps rather than overwhelming the user with one single, huge form. The Wizard control is similar to the MultiView and View controls but offers a far greater degree of customization.

Need to learn ASP.NET? We offer ASP.NET courses in London and all over the UK.

Obtain realistic recommendations about the topic of cheap PlayStation 3 – please make sure to go through the web site. The times have come when concise information is really only one click of your mouse, use this opportunity.

MS Office Excel 2007 VBA: Making A Powerful Tool Even More Powerful

The best selling spreadsheet application in the world is Microsoft’s Excel program. It is an extremely powerful program and data management tool that can be used in conjunction with VBA, or Microsoft’s Visual Basic Application program. VBA makes Excel an very effective tool for anyone that normally uses Excel by itself. Excel VBA programming can be easy to use if you just learn the basics.

When using Excel in conjunction with VBA, you can communicate with object libraries and other applications that are on the computer. Exporting data to other Microsoft applications is easy using these programs together.

Many people believe that the prospect of having to learn a computer programming language seems hard and impossible. This is not true if you have the right tools. It is actually quick to learn if you just use a tutorial program that you can get online or even read a book with instructions. Going step by step is normally the best option.

The internet is the best place to learn Excel VBA programming. You can download videos that will teach you step by step so that you can learn easier and faster. These videos help you to comprehend the programming language easier, especially if the instructor has the right amount of knowledge.

Videos that you find on the internet cost money. It is normally a small amount compared to what you can learn. In the long run, the amount of money is very worth it. Just go on the internet and read the customer reviews so you can learn what other people have had success with.

Learning Excel VBA programming is as easy as going online. Once you learn you will discover the great benefits that it can bring.

Need to master Microsoft Excel VBA? We offer Microsoft Excel VBA training in London and all over the UK.

Find out important info about the topic of cheap PlayStation 3 – please make sure to read the web site. The time has come when concise info is really only one click away, use this opportunity.

Different Kinds Of Microsoft Excel 2007 Training Classes

Looking to get trained on Microsoft Office Excel? There are many different types of Microsoft excel training that can be used for any purpose. You can find extensive training or training on just certain areas of excel. There are individuals that excel at Microsoft excel training and can be scheduled to perform a seminar on tips and tricks of using excel, or going through a specific part of Microsoft excel in detail.

Most times employees end up learning how to use Microsoft excel when it is required to use the program for a project. However this can extend the length of time needed to complete the project which affects your productivity.

Many individuals use Microsoft excel, these include students, teachers, small business owners, office mangers and accountants. A seminar on Microsoft excel training can be perfect for a business career day or CPE day. You can learn how to use pivot tables, actions in the Data menu, how to create charts easily as well as how to use Power Excel. You can choose between the many seminars offered.

If you don’t have a seminar in your future then there are several online courses on how to use excel. The time length of these courses last from 30 to 60 minutes. The online topics you can find courses are filtering external data, excel macros, importing text files into excel, creating charts, different printing options and other excel features.

There are other books and texts that are Microsoft excel training guides. Many of these books have supplement cds that provide examples and tutorials on using excel. There are even books that can help you gain your certification as an excel specialist or expert.

You can also see if your library has an Microsoft excel training guides or you can purchase one from a book store. These guides tend to come with cds that have tutorials and other examples of how to use Microsoft excel. There are also texts on what you need to know to become an expert or specialist in Microsoft excel.

Are you looking for training on MS Excel? We offer Microsoft Excel 2007 training classes in London and all over the UK.

Securing Wireless Networks

Securing Wireless Networks – Virtualization Software

It seems that more and more home users are going with wireless networks rather than the tradition wired networks with wires hanging everywhere and running wild around the house and in the crawlspace. What seems like a good idea quickly turns into a nightmare if you don’t vamp up the security of your wireless network.

Speed is of the essence. Typically, one thing matters to new users of wireless, getting connected and browsing that first website. While wireless connectivity can accomplish this, it’s best to set up your wireless connection securely before venturing out into cyberspace. Below are some tips to help secure your wireless network.

Change the default admin password. Admin passwords are easily figured out by attackers when they are left as the default. Not changing your wireless admin password opens your network to attack and can lead to many problems depending on the attacker’s agenda.

Another wireless security measure you will need to take is turning on encryption. Enabling WEP encryption on your wireless network will help you protect your privacy and all your info won’t be floating around outside your home waiting to be picked up by a passerby. It’s important to remember that all your devices on the wireless network will need to have the same encryption. So find the strongest encryption possible that will work on all devices of the wireless network.

Stop the auto-connect feature. Do not allow your devices to auto-connect. Allowing auto-connect may connect to a network that you don’t particularly want. Example, you don’t want your laptop connecting to your neighbor’s network and sending info.

It’s also a good idea that you install firewalls on all devices that connect to the wireless network. Even if the wireless router is firewalled, it’s important to also install firewalls on all computers that are connected to the wifi network. It’s important that these firewalls be set up correctly and block any intrusions that may compromise your wifi network.

Position your wireless router close to the center of your home. Although the reach of wifi networks can vary greatly, it’s important to not allow the signal to float around great distances from the main access point. It virtually impossible to stop all leakage from exiting your home. But minimizing the risk to your wifi network will help to protect it.

Another good idea for wifi network security is to not allow broadcast of the SSID. Your router may have SSID broadcasting set up by default; however you should be able to change this setting in the configuration. This feature is only useful for mobile environments, and is not needed in home wifi networks.

These are just a few tips to securing your wifi network. It’s always a good idea to check for firmware updates to your router as new exploits and vulnerabilities arise. Some routers will have an auto update feature and it’s important to use it. Using auto update will help keep your wifi network secure without the need of remembering to check for updates.

Jake Forrester writes Wifi Security articles for SX Security. Learn more about Wireless Security by visiting http://www.sxsecurity.com

For useful recommendations about the topic of Automate Your Link Building – make sure to read this publication. The times have come when concise info is really within your reach, use this chance.

Using Validation Server Controls In The ASP.NET Web Development Environment

ASP.NET provides developers with many tools for speeding up the development process. Developers often spend a lot of time writing code which checks the data entered by the user in a web form. ASP.NET validation server controls cut down development time by removing the need to write complex validation code to handle client-side and server-side validation of information entered into a form by a user. The controls do more than just validation; they also perform browser detection to check whether JavaScript is enabled on the client’s browser. If JavaScript is enabled, the control sends the necessary JavaScript code to the client; if JavaScript is not enabled, server-side validation takes place.

ASP.NET offers no fewer than six validation controls: the RequiredFieldValidator, the CompareValidator, the RangeValidator, The RegularExpressionValidator, The CustomValidator and the ValidationSummary.

Perhaps the simplest of the bunch is the RequiredFieldValidator. It prevents the user from submitting the form without first entering or choosing a value in a required form field. It is often used in conjunction with other validators since, naturally, multiple validators may be applied to the same field.

Next, we have the CompareValidator which performs comparison on the contents of a given form field and another element. The type of comparison can be varied to reflect the type of data the field contains. Thus, for example, if the data is numeric, operators such as equal to, greater than and less than can be used. The comparision will often involve two fields. For example, if your form requests the user’s email address twice to ensure that it has been entered correctly, the CompareValidator can be used to check that the two email address fields contain the same entry.

The RangeValidator also performs comparison but limits it to verifying that the value entered by the user falls within a certain range. It can be used to perform checks within text ranges, number ranges and date ranges.

The RegularExpressionValidator allows you to define a regular expression against which the value entered in a field can be validated. Regular expressions are notoriously arcane but Visual Studio and Visual Web Developer Express make the process easy by providing a Regular Expression Editor which contains regular expressions for matching common types of data such as email address, web URLs as well as postcodes and telephone numbers for several different countries.

If none of the other validation controls offers the precise type of checking that you require, the CustomValidator control offers maximum flexibility, allowing developers to write custom validation code. The code may be client-side or server side.

The ValidationSummary control is not directly used for validation. Instead, it provides a mechanism for consolidating error messages generated by other validation controls. It is particularly useful for large forms where various error messages can be more easily noticed by the user if they are all in one place.

Need to learn web development using ASP.NET? We offer ASP.NET courses in London and all over the UK.

Is It Worth Using Adobe Dreamweaver To Build ASP.NET Sites

Adobe’s Dreamweaver makes building server-side pages a breeze. It makes it possible for web developers to choose any one of five scripting languages: ASP, ASP.NET, PHP, JSP and ColdFusion. Although Dreamweaver does a great job of saving developers time by generating code which will add useful server-side functionality to pages, if you plan to develop an ASP.NET site, Dreamweaver may not be the best choice of development platform.

A couple of years back, Microsoft took the decision to release free “Express” editions of various elements within their industry-standard Visual Studio software. One of these free packages, Visual Web Developer 2008 Express Edition, is tailor-made for developing ASP.NET sites driven by SQL Server data sources. So, although Dreamweaver is great at what it does, the benefits of using the free Microsoft solution far outweigh anything offered by Dreamweaver.

The most convincing fact is that the latest version of Dreamweaver CS4 has abandoned support for ASP.NET completely. Secondly, in previous versions, only ASP.NET 1.1 server controls were supported. So, by using Dreamweaver, you will be missing out on all of the functionality which was introduced first with ASP.NET 2.0 and then ASP.NET 3.5. One key feature which almost every ASP.NET website can benefit from is the use of master pages which was introduced with ASP.NET 2.0. Dreamweaver also contains a feature called master pages but it is not nearly as powerful as the implementation of master pages in ASP.NET.

In Dreamweaver, it is possible to create a template which contains the entire layout of the page and consists of locked and editable regions. When the template is applied to a page, only the editable regions of the page can be edited. Typically, locked regions will contain elements which are common to all pages in the site or to all pages in one section of a site, things such as logos, banners and navigation links. The editable region(s) will contain the main content of each page.

Whenever a modification is made to a Dreamweaver template, the user is offered the option of updating all pages based on that template. This makes the template feature a very powerful tool for updating a website and maintaining consistency across multiple pages.

ASP.NET equivalent to Dreamweaver templates is master pages, with the master page containing fixed regions and content placeholders. There is one key difference, however. In Dreamweaver, all of the markup in the master page is copied into each page based on the template with each update and each updated page must then be uploaded to the server. In ASP.NET, the pages based on the master (the content pages) contain a link to the master but do not repeat the markup found on the master. The ASP.NET engine generates the necessary markup at runtime. This means that to update the common elements of an ASP.NET site, you only need to update the master page(s). There is non need to update the content pages based on the master(s).

Looking to master Adobe Dreamweaver CS4? We offer Adobe Dreamweaver CS4 training in London and all over the UK.

Computer Care, Can I Do It Myself?

With all of the resources available to you, you may well ask yourself, “Why do I need a computer expert to maintain my computer?” The short answer is, you don’t. Just like you don’t need a technician to fix your car, repair your furnace, or do any other maintenance or repairs. If you have the knowledge and the time, you can easily repair and maintain your own computer.

But be warned, there are several potential “gotchas” involved in maintaining your own computer. If you decide to repair your own automobile, a company won’t sell you a carburetor what will break your car. Unfortunately, that’s not true of computer maintenance. There are many programs out there that either don’t do what they purport to do, perform unnecessary functions, or are just plain dangerous to install. It’s up to you, the computer maintenance technician, to determine what programs you can safely use in what manner.

In this article, we’ll discuss some of the programs out there and what the do-it-yourselfer needs to watch out for.

Registry Cleaners Websites such as Finally Fast.com and Double My Speed.com have been promoting themselves heavily of late. These (and other) sites offer products to download and install that purport to improve your computer’s performance. These programs are mostly registry cleaners. The Windows registry is simply a database that the operating system uses to store everything it needs to know to run as per your specifications. In addition, it’s available to any other program to write their information in there as well. Since Windows 95, the registry has been the recommended repository for user preferences, settings, and any other variables a program has to remember.

Over time the Windows registry will become cluttered with unneeded information, most frequently caused by uninstallation programs not removing all of the data they should. The concept of a registry cleaner is that it will detect and remove these orphan settings, frequently improving computer performance.

The problem with registry cleaners is that they will often incorrectly detect a setting as unneeded and delete it, causing problems with either installed programs or the Windows operating system itself. Registry cleaners are good, but you should never blindly take their advice as to what to delete. You should always review each entry to verify that it can be deleted safely.

And keep in mind there are freeware applications that do an excellent job of cleaning your Windows registry. Ccleaner is the one recommended by The Computer Psychic. (Go to Google and search for ccleaner.)

Anti-Malware Applications Malware (spyware and virus) cleanup and prevention is one of the most important aspects of computer maintenance. If you catch a virus on your system, you leave yourself open to all sorts of mischief – including having files deleted, getting your address book scammed and spam e-mails being sent in your name, and even having your credit card and banking information stolen! Spyware can be just as bad – it typically “watches” what you do on your computer, down to even logging keystrokes, and thus stealing your passwords. In addition to these problems, spyware and viruses are often poorly written, causing performance problems in your system.

There are dozens of applications on the market that claim to remove malware from your system. And many of them do a good job. But here’s the rub – many programs that present themselves as anti-virus or anti-spyware are, themselves, viruses and spyware! The Computer Psychic has seen all too many systems where the owner has – with the best of intentions – installed an anti-malware app into their system, only to see the floodgates opened; they find themselves with more popup ads and performance problems than they’ve ever seen before.

So how do you make sure you don’t install one of these #$%& programs? First of all, if you get a pop-up message telling you that your computer is infected with viruses and click here to download a virus cleaner, don’t do it! Without exception, these programs are scams. Downloading one of these apps will introduce your system to more viruses than you thought existed. In fact, when you see this window, you’ll be presented with an OK and Cancel button. Don’t click either one! If you click Cancel, it will still install a virus. Instead, click on the little X in the upper right-hand corner to close the window.

Secondly, if you use a search engine looking for anti-malware programs, be careful what links you follow. Malware creators will name their applications very similar to – or even exactly the same as – legitimate programs, hoping to confuse you into downloading theirs instead of the good one. For example, if you wanted to download Spybot Search and Destroy (an excellent anti-spyware program) and searched for it in Yahoo, the very first result you’ll find purports itself to be Spybot. Clicking their link takes you to a page that says it’s Spybot Search and Destroy, but is actually an application that acts as a gateway to allow viruses into your system.

So, again, you need to take the time to learn what is and what isn’t safe to install. The Computer Psychic has a very easy recommendation. Microsoft has a vested interest in keeping your computer malware-free. If they do a good job of preventing viruses from getting into your system, then that’s one less thing that Apple can beat them up over. Towards that end, in September of 2009, Microsoft released an excellent free anti-malware program named Microsoft Security Essentials (www.microsoft.com/Security_Essentials). In the past, The Computer Psychic has recommended against all-in-one solutions, arguing that no one application can catch everything. But Microsoft Security Essentials is just that good. It does as good a job as – or better than – any other application, or combination of apps, in blocking any type of spyware or virus.

Startup Monitors While not as popular as the other system maintenance programs, proper use of a startup monitor can dramatically speed up your computer. A startup monitor will tell you just what programs, drivers and processes load when you start your computer.

When you boot up your computer, the operating system will also auto-start many other components – possibly a fax application, printer elements, video or mouse drivers, to name a few. These are good – they are essential for the proper operation of your computer. However, many applications add themselves to the auto-run settings for their own convenience – not yours.

For example, programs such as Adobe Reader and Microsoft Office will tell the operating system to pre-load some of their components as Windows starts up. This allows their software to open more quickly when needed. The downside of this is, even if you aren’t actively using their software, your computer is using memory running those components. Better to not pre-load those components; let the software take a second or two longer to load, and speed up your entire system.

Another popular use for the startup is for auto-update programs. These apps will periodically check the internet looking for updates. If one is found, the program will present you with a window telling you an update is available. Not only do these apps consume computer resources, they can be an annoyance.

In order to easily prevent unwanted software from running automatically, The computer Psychic recommends a Microsoft application called AutoRuns (http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx). Using Autoruns you can decide just what apps you want to run when starting your computer computer. Once again, though, don’t blindly turn of all apps. Make sure you know what you’re disabling.

Summary

As you can see, using the tools recommended in this article makes it quite possible for anyone to maintain their computer’s health. But as with anything technical, make sure you know what you’re doing before just tinkering away.
The Computer Psychic

With over 20 years industry experience, Steven O Smith is the owner of The Computer Psychic, providing affordable on-site computer repair to residences and business in the Vancouver, WA and Portland, OR area. Visit http://www.thecomputerpsychic.com for more valuable information and free software.

Access practical advice about cheap PlayStation 3 – make sure to read the web site. The time has come when concise info is really only one click of your mouse, use this chance.

Learn A Simple Solution To Fix Laptop Screen

You’ve restarted your laptop for the third time and still nothing, the screen is blank. Before you decide to take your laptop to a technician who charges a heft hourly price, there are some things that you can do on your own.

First, check the brightness settings on your laptop, just in case. Also, test the picture by connecting your laptop up to an another monitor, to see if you get an image. View the brightness level on your laptop, this is generally done through a combination of keyboard keys, or a dedicated button that you’d press to get brightness levels. Another alternative would be the settings from your BIOS. Now, if your laptop acquires video when connected externally, then your laptop’s LCD, or a part of your LCD is corrupted or not working correctly. If this this occurs then consider eBay to get the best deal on laptop parts.

The ideal situation for those facing laptop monitor repair situations would be to come across a a used laptop lid with an LCD screen that is in good condition. Then it is a simply a matter of removing your broken laptop lid by the hinge screws. Disconnect the video cable from the motherboard. A few laptop models require the additional step of removing the built-in wireless card antenna wire. Then comes the easy part. Take your newly acquired laptop lid and put it together using the exact opposite steps that you took to remove the original.

For those of you who tend to complicate things just a little bit, you can just change the LCD with the lid. You have to remove the LCD screen from the lid on both units. If you are not totally sure how this would work, then go to your laptop manufacturer’s website, download the service manual, and get play-by-play diagrams to guide you.

As a word of caution when you need to fix laptop screen. Whenever you are searching for parts to replace, either on eBay or elsewhere, always be sure that the part you are considering matches the make and model of your laptop, because many laptops have parts that are not compatible with one another, resulting in size incompatibility issues. Also, if you have a newer laptop, you could get your parts directly from the manufacturer, but expect to pay more for doing so.

If you have a broken laptop screen want to learn how to fix your laptop Toshiba that is in need of repair there is a good chance that you maybe able to fix it yourself and save yourself a few bucks.

To learn more about how to fix laptop keyboard