Random Posts

The Professional

This trick can quickly fix many mysterious hardware failures


Every now and then something breaks on your computer. Maybe you get a bad system update from Microsoft or cosmic rays flip the wrong bit on your system. Whatever the cause, often your problem has nothing to do with hardware, but lies within the software powering it, instead.
This recently happened to me when a USB 3.0 port on my system suddenly stopped working. I wasn't sure how it happened, and when I looked into the problem Windows displayed its infamous "error code 43." Luckily, this problem can often be fixed in just a few clicks. Try this out before freaking out if one of your PC components suddenly stops working.

Device Manager

deviceworkingproperly
This USB component is working, but if you've got a device problem this tab will tell you.
On Windows 8.1, right-click the Start button and select Device Manager from the contextual menu. Windows 7 users can find out how to open Device Mangerhere.
Let's continue using the borked USB port example. Fixing code 43 isn't just for USB devices, though—it's a quick tip you can use to help troubleshoot any PC component that ceases to work due to a software issue.
Once the device manager is open look for the heading that says Universal Serial Bus controllers and click it to reveal a list of all the USB devices on your PC.
In the list, you may see an item that has a yellow triangle with an exclamation mark in it and says "Unknown Device." Click on that and another window will open. Under the General tab you'll see a window that saysDevice status. For this tip to work, that window should say "Windows has stopped this device because it has reported problems. (Code 43)".
Now it's time to get to work.
devicemanager1
Sometimes an uninstall can fix it all.
Open the Driver tab and then click theUninstall button. This will remove the USB controllers driver software (the low-level programming that makes the hardware work) from your system.
Next, you have to put it back. Close the smaller window for your USB device and in the main Device Manager window clickAction > Scan for hardware changes. Windows will notice that the USB device is lacking driver software and will reinstall it.
After that's done, you can click on the USB device again and under the Generaltab and under Device
status it should now say the device is working properly.

By : pcworld

Use this HTML marquee generator to create scrolling text or images for your website or blog.

Marquee Generator

This generator uses the marquee tag to create the marquee. This is a non-standard tag, however, it is recognized by most major browsers. If you need to create W3C compliant code, you should use CSS animations instead.


Customizing The HTML

Once you've generated your HTML marquee code, if you need to make further changes, check out the following links for an explanation of the marquee element's various attributes:/p>

Customizing The CSS

The CSS is the code between the <style></style> tags. These are the codes that determine styles of your marquee. You can change the CSS properties (or add new ones) as you like.
If you intend to use the same styles across many pages (a whole website, for example), you should move them to an external style sheet.

Marquee Generator Link


Fix Blue Screen of Death (BSoD) Errors in Windows 8


This guide shows you how to fix blue screen of death errors (or BSoD errors) for Windows 8.

Common fixes

In Windows 8, most Blue Screen of Death errors can be fixed by using System Restore (if enabled and a restore point is available) or by removing the recently installed software or driver that caused the error and rebooting Windows 8.
Method #1: Use System Restore
Follow the steps from Restore Windows 8 guide on how to restore the system.
Method #2: Install updates
If Windows updates aren’t installed in Windows 8, you need to do so manually:
  1. Click Settings (press Windows key and C to open the panel with the Settings icon)
  2. Click Change PC settings
  3. Click Update and recovery
  4. Click Windows Update
  5. Click Install updates
Method #3: Windows 7 instructions
Follow the tips from Windows 7 even if you have Windows 8, for those steps that are available for your system.
Method #4: Remove recent software or drivers
Uninstall from your system any recently installed software, utility tools or device drivers.

INACCESSIBLE BOOT DEVICE

The INACCESSIBLE_BOOT_DEVICE error in Windows 8
To fix the blue screen error with the name “INACCESSIBLE_BOOT_DEVICE”, try any of the following fixes explained below:
Fix #1: Run the chkdsk command
You need your original Windows 8 installation disc for this:
  1. Insert the installation disc
  2. Restart your PC
  3. Press any key to boot from the disc
  4. Click Repair your computer
  5. Select Troubleshoot, then Advanced Options, then Command Prompt
  6. Type this command:
    chkdsk /f /r
  7. Hit Enter
Fix #2: Reconfigure BCD
If the Boot Configuration Data (BCD) has been damaged, rebuild it:
  1. Boot from the original install disk
  2. Click Repair your computer
  3. Choose Troubleshoot, then Command Prompt
  4. Type the following commands:
    bootrec /fixmbr
    bootrec /fixboot
    bootrec /scanos
    bootrec /rebuildbcd
  5. Type exit and remove the installation disk from the disk tray
  6. Hit Enter
  7. Restart the computer
If you don’t have the installation disk, use Easy Recovery Essentials to rebuild the BCD:
  1. Download Easy Recovery Essentials from here. Choose your Windows version (XP, Vista, 7 or 8) before you go to download
  2. Burn the image. Follow these instructions on how to burn the bootable ISO image very carefully, as making a bootable CD can be tricky!
  3. Boot into Easy Recovery Essentials
  4. Choose Automated Repair option and click Continue
    Easy Recovery Essentials Automated Repair
  5. Choose your Windows installation drive’s letter (usually C:\) and click Automated Repair
  6. Wait for Easy Recovery Essentials to complete the process
    Easy Recovery Essentials Repair Complete
  7. Once the process is complete, click Restart
If the above commands do not fix the INACCESSIBLE_BOOT_DEVICE error, try the steps to fix the Windows 8′ EFI bootloader:
  1. Restart your computer and boot from the installation disk
  2. Click Repair your computer, then Troubleshoot, and then Command Prompt
  3. Type these commands in Command Prompt:
    diskpart
    sel disk 0
    list vol
  4. The EFI partition is formatted under the FAT32 system. Check for the volume item that has “FAT32” in the “Fs” column.
  5. If the volume number of EFI partition is “1”, type the following command:
    sel vol 1
  6. Assign a letter to this partition, one that is not available, for example x:\. Type this command to assign the letter:
    assign letter=x:
  7. When the success message appears (“DiskPart successfully assigned the drive letter or mount point.“), type exit to quit the DiskPart utility
  8. Type the next command, but remember to replace x: with the partition’s letter you chose earlier:
    cd /d x:\EFI\Microsoft\Boot\
  9. Type the bootrec command:
    bootrec /fixboot
  10. Backup the old BCD with this command:
    ren BCD BCD.backup
  11. Recreate the BCD, but remember to replace x: with the partition’s letter you chose earlier:
    bcdboot c:\Windows /l en-us /s x: /f ALL
  12. Type exit and remove your installation disk from the disk tray
  13. Restart your computer
Fix #3: Check for faulty RAM module or hardware
If you have multiple RAM modules, try remove all of them except one and reboot your system.
Also, if you recently added a new piece of hardware to your PC, remove it and reboot the system.

NTFS FILE SYSTEM

The Blue Screen of Death (BSoD) error with the name of “NTFS_FILE_SYSTEM”, in Windows 8, usually appears if your hard disk has data corruption.
You can try to fix this error by following any of the below methods:
Method #1: Run the chkdsk command
You need the original Windows 8 installation disk to run Command Prompt:
  1. Insert the disc and restart your PC
  2. Press any key to boot from the disc
  3. Click Repair your computer
  4. Select Troubleshoot, then Advanced Options, then Command Prompt
  5. Type this command:
    chkdsk /f /r
  6. Hit Enter
Method #2: Check the cables
Make sure all your hard disk cables are connected properly.
Method #3: Reinstall Windows or replace the hard disk
If Method #1 or Method #2 above do not fix the error, you reinstall Windows 8 or replace your hard disk with a new one.

SYSTEM THREAD EXCEPTION NOT HANDLED

This Blue Screen of Death (BSoD) error, System Thread Exception Not Handled, mostly appears because of incompatible graphics drivers.
The SYSTEM THREAD EXCEPTION NOT HANDLED error in Windows 8
You can fix this error in Windows 8 by rebooting into Safe Mode and then uninstalling the current graphics driver and installing the latest version available from the vendor.
  1. Restart your computer
  2. Press the F8 key (or Shift + F8)
  3. Click Repair your computer
  4. Click Troubleshoot, then Advanced options, then Windows Startup Settings
  5. Click Restart
  6. At the Advanced Boot Options, select Safe Mode and hit Enter
To continue with uninstalling the driver, once you booted into Windows 8 Safe Mode, do these steps:
  1. Go to Settings
  2. Click Control Panel
  3. Click Device Manager
  4. Search for the “Display adapters” category from the list
  5. Uninstall the driver available under the Display adapters category by right-clicking on the available driver and then clicking Uninstall
  6. Confirm the procedure and wait for the driver to be uninstalled
  7. Restart Windows 8

KERNEL MODE EXCEPTION NOT HANDLED

The Blue Screen of Death (BSoD) errors with the name “KERNEL_MODE_EXCEPTION_NOT_HANDLED” in Windows 8 can be fixed by following any of fixed explained below.
The KERNEL_MODE_EXCEPTION_NOT_HANDLED error in Windows 8
Beside these fixes, it’s best to also try some basic troubleshooting techniques:
  • Make sure you have enough space on your hard disk
  • Check the hard disk cables are properly connected
  • If you recently installed a software or a driver, uninstall it and reboot
  • If you recently added a new hardware, remove it and reboot to check if the error appears again. This error can be caused by incompatible hardware with your system.
Fix #1: Update BIOS
Your computer’s manufacturer website has information about the latest BIOS version you should run on your computer. If your BIOS current version isn’t the latest available, upgrade the BIOS and reboot the system.
The computer’s manufacturer website should have guides available on how to upgrade BIOS.
Fix #2: Uninstall software or remove hardware
Remove any hardware pieces you may have added to your system and reboot. Also, if you installed something lately, uninstall it and reboot.
If you can’t boot to remove a driver or a software program, reboot Windows 8 in Safe Mode to be able to run the uninstall process.

PAGE FAULT IN NONPAGED AREA

The Blue Screen of Death (BSoD) error with the name “PAGE FAULT IN NONPAGED AREA” can be caused by a faulty hardware with the RAM.
The Page fault in nonpaged area error in Windows 8
To fix this error, try the following tips.
Tip #1: Check RAM and hardware cables
Make sure the RAM modules are not faulty. You can try removing all modules, except one single module and reboot your Windows 8 system with this only RAM module.
Make sure that all your hard disk cables are connected properly.
If you added hardware recently, remove it and reboot the system to check for a result.
Tip #2: Uninstall any new drivers
Boot your system into Safe Mode by following the steps below and uninstall any new drivers or software:
  1. Restart your computer
  2. Press the F8 key (or Shift and F8)
  3. Click Repair your computer
  4. Click Troubleshoot, then Advanced options, then Windows Startup Settings
  5. Click Restart
  6. At the Advanced Boot Options, select Safe Mode and hit Enter
If, once booted into Safe Mode and there is no driver or software to uninstall, open Command Prompt and run the chkdsk command:
  1. Type cmd in the Search Box
  2. Click Command Prompt from the list of results
  3. Type:
    chkdsk /f
  4. Hit Enter

DRIVER IRQL NOT LESS THAN OR EQUAL TO

The DRIVER IRQL NOT LESS THAN OR EQUAL TO error in Windows 8
The Blue Screen of Death (BSoD) error of “DRIVER IRQL NOT LESS THAN OR EQUAL TO” is usually caused by a faulty driver installed on your system.
To fix this error, you need to uninstall the driver or make sure you have the latest available version of that driver installed on your system.
You can boot Windows 8 into Safe Mode for this procedure.

THREAD STUCK IN DEVICE DRIVER

The Blue Screen of Death (BSoD) error of “THREAD STUCK IN DEVICE DRIVER” in Windows 8 is usually caused by a loop of the video graphic driver.
The THREAD STUCK IN DEVICE DRIVER error in Windows 8
To fix this error, you can try:
  • Make sure your video driver is updated to the latest version.
  • Updating BIOS to the latest available version. Your computer’s manufacturer website should have all the information you need to update BIOS.
If the tips above don’t fix the error for you, consider exchanging the video card.

More Information

Linked Entries

Support Links

Applicable Systems

This Windows-related knowledgebase article applies to the following operating systems:
  • Windows 8 (all editions)
  • Windows 8.1 (all editions)

By : neosmart

Science Snippet: Jan. 24, 2016


A longtime smoker would probably not appreciate hearing about the many health problems associated with this habit. However, for smokers willing to pay the price of attempting to give up nicotine, a new study provides additional incentive. The thickness of the cerebral cortex (the “thinking” part of the brain) was measured in brain scans of 500 present and former smokers more than 70 years old. It was found that smoking accelerated age-related thinning compared to non-smokers. Cortical thickness of subjects who had quit smoking along the way appeared to regain some of the original thickness, although years were required to bring about such a change. (Karama et al,Molecular Psychiatry, Feb. 10, 2015; Massachusetts General Hospital, July, 2015)

Get 2000 And More Free Bitcoins Every Minutes With This Perfect Website

How can I earn Bitcoin?

Enter your BTC Wallet Adress. After that just click "Take Your Chance"! Voila you just earn free Bitcoins. You can come back and claim every 0 minutes to win free bitcoins each time!






bitter.io - Free bitcoin, bitcoin advertising, ptc

When can I withdraw my bitcoin accumulated?

The minimum amount that you can withdraw is 2000000 Satoshi. After you initiate a withdrawal request, the Bitcoins will be sent to your wallet within 48 hours and you will be able to see the withdrawal transaction by clicking on Withdraw History in the top menu.


When will I get paid if I have requested a Manual Withdraw?

If you request a withdrawal, the Bitcoins will be sent to your wallet within 48 hours of you initiating the request. 


SatoshiZero




How To Earn $100-200 Per Month From Internet?



Lately, I've started taking quite a bit of interest in Quora community and I just love how straight forward questions that people ask. It's a fabulous community for getting ideas to serve your readers. A person their asked this very question that I planned to write about here on bloggingehow so that more of our youngsters could get benefited.

This won't be a long posts, rather I'll stick to the core and jot down couple of actionable strategies you can implement and start seeing results.

So that actual question was:

Let's say that I want to earn a little extra $100-200 per month from the Internet. What are the options that I have to accomplish that?

Options that you have to earn 100-200$ online

The options that you would consider would depend on the time you have and the your working temperament.

1 You could  opt for freelancing

The best option to get started is Fiverr! Fiverr is taking over the freelancing world pretty fast compared to its competitors. At Fiverr, you sell your skills and time for 5$ per task that you do.

This is the minimum you can charge and there is no limit to your growth once your profile becomes huge.

So just ask your self, what skills do you have. If you don't have ideas as to what you can or should do, you can visit fiverr's marketplace and see what sort of skills people are offering to their potential clients.



It blows my mind how creative people are when it comes to coming up with more skills to offer.



Learn from the best ones in the community and it should get you on the track fast. Notice what tactics the best sellers are utilizing and then follow that path.

You could offer translation skills in your native language and it's one of the easiest thing as everybody has a solid grip on their native language.

You could do that for 3-4 hours a day and it should get your 10-20$ a day with 5$ per client (minimum). This means you can exceed the limit of 200$ by a huge margin!

Making 100-200$ online is not big of deal now days. It just needs your attention and the fire in the belly.

Just today, I published my answer to a question on Quora that was: Could you make $2000 a month as a full-time blogger? 

The Challenge...

As with everything in life there comes a challenge. On Fiverr, the competition is pretty high and you would need to put in your all mind and effort to stand out of the crowd to attract the clients. You can either put more value to your gig by adding bonus features or you could compromise on the rate.

Bonus features look something like that I have often see in logo or other art work gigs:


As a bonus, I'll also provide a .psd (photoshop) file.

2 Stepping In a High CPC Market and Starting a blog

Even though blogging is a long term business and you get to see the rewards slowly, you can still research on the highest payment Google AdSense keywords and the niches that have the highest CPC (Cost per click for the ads).


You can target a long tail keyword in such profitable niches and start publishing articles daily. With in 30 days you'll have about 30 articles published.  


If these articles portray authority and are well written both for readers and search engines, you'll start seeing traffic. If a single click can give you 50$ plus, you can calculate where this is going...

If you publish one post a day, and it attracts 50 visitors daily and you publish 30 posts in your first month, you get 1500 visitors per month. Generally, the average click through rate for AdSense Ads are around 0.5% to 1-2% if your niche is targeting less techie people.

As techie people don't really click on the ads and they spot them well.

So with 0.5%,  you get about 7 clicks in a month, which is pretty less and I have just put that down to give you an idea of the opportunity that we have.

With 7 clicks, if each click costs 30-50$, your goal of earning 200$ plus gets easily full filled.



It's a great idea for students to earn a little bit of extra pocket money and it works!



The thing is, average day Internet user sees this 'online money making' world as a scam. They never did their research.

Just ask your self, if it was that much of a scam, why would there be millions of websites earning fortunes online! Why did you had Internet grown so much. Why would people invest so much of their time online?

Its such a lucrative industry which will online expand in the future.!

Hope this post helps you out to bag those extra dollars as pocket money.

Till next time, take care fellows,
Allah Hafiz.


Categories

Blog Archive