Installing MPLAB IDE 8.x - ide

I am trying to download and install MPLAB IDE from Microchip downloads archive.
https://www.microchip.com/development-tools/pic-and-dspic-downloads-archive
But the download links for 8.x serial do not work. I left click on them and nothing happens. I try to open link by right clicking and selecting open but a pop-up says right click is disabled.
Left clicking on MPLAB X IDE links on the same page works fine. So does all the other links except for the ones for MPLAB IDE.
What is the problem? And how can I download MPLAB IDE?

Try this link
http://www.digitale-elektronik.de/shopsystem/product_info.php?products_id=631
But you should think about MPLABX. MPLAB 8.x is pretty old and don't have any support for the newer Controller.

Related

When I am installing Atom IDE it is not working and I get a blank screen

When I tried to install atom from atom.io version 1.48.0. I downloaded a file of 175.8 MB and when I installed it everything went smoothly. But when atom launched I can see anything but a white space with atom explorer. I have attached a photo please have a look at it. I even tried older versions. No progress same error. I think there is problem with my PC. I have used atom(older version) in the past on the same PC. Looking for help, For image click here Image
You are currently in the developer tools window. To exit developer window press
ctrl+shift+I
To know more about atom shortcuts read the documentation. atom shortcuts Documentation

How to get sikuli-script.jar for Mac

I want to integrate sikuli with selenium.Can anyone tell how to get sikuli-script jar for mac pc
To integrate sikuli with selenium, we need to follow the below steps.
First Install Java in MacOS
Download sikuli from https://launchpad.net/sikuli/+download
Double-click on “sikulixsetup-1.1.1.jar” to do
Open Eclipse IDE and create a project

Xperia Z2: where are "Developer options", eclipse cannot see tablet.

My eclipse (Android's ADT download, on Windows 7) did not see my new Sony Xperia Z2 tablet when connected by USB.
I downloaded the driver to the PC but didn't install it (long story), and switched the Xperia's USB connection to Mass Storage Mode (as recommended in other posts).
I couldn't find the "Developer Options" in the Xperia's Settings.
There is a magic trick! It's in this post "http://www.androidpolice.com/2012/11/13/reminder-tip-developer-options-are-hidden-in-android-4-2-heres-how-to-find-them/". In brief, Settings --> About tablet --> has "Build number" at bottom. Tap on this many times, and you'll get a pop-up saying (something I didn't catch), and the Developer Options now appear as Settings --> About tablet --> Developer Options. You may want to turn on USB Debugging.
Mega-Grumble!!
Old post i know but, try this.
http://developer.sonymobile.com/downloads/drivers/
You should be using Android Studio now though far better in my opinion.
Go to about phone and click on Build number 7 times.
In this way you can enable actual developer settings.
I hope this would help you.

How to use/open/enable Dragonfly?

I want to use the Dragonfly debugger for the Opera browser. I'm not sure what I did wrong. I downloaded the opera browser, but when I click inspect element, I just get the firebug debugger. And I'm not just confusing one for the other, because I've used Dragonfly on another machine before. Do I have to download another extension? I'm using a Max OS X 10.7.5. Thanks in advance.
Opera cannot communicate with the native Firebug (from Firefox), so it sounds like you've downloaded Opera, installed the Firebug Lite extension, and are starting this extension (via the button it installs) instead of Opera's built-in Dragonfly (which you start via right-click and "Inspect element", or by using Ctrl+Shift+I or the Mac equivalent). See this answer for more details.

Is the new IE9 a standalone browser

Anyone that has installed the new IE9 know if I can keep IE8 installed? I do a lot of web testing and don't want to update to IE9 if I loose IE8.
best way is to install a Virtual Machine
Per Microsoft:
If you are running Windows Vista or
Windows 7 on your computer, you can
install the Internet Explorer 9 Beta
to replace your existing version of
Internet Explorer. After you install
Internet Explorer 9, you can uninstall
it to restore the previously installed
version of Internet Explorer.
So no, it will overwrite IE8 (at least the Beta will. I suppose this is not guaranteed to be the same for the release version).
I use Virtual PC with images of the browsers I need to test, but also and more lately, IETester, http://www.my-debugbar.com/wiki/IETester/HomePage. It allows you to run multiple versions of IE side by side.
If you want to be able to play with the new features of IE9 without installing the entire browser (which will replace IE8) you can install the Platform Preview. The PP is stand-alone, includes the latest features and bug fixes and has been getting updated roughly every 8 weeks. You can get the latest Platform Preview at:
www.ietestdrive.com
FYI: the production IE 9 does not accurately reproduce IE 8. I've got a CSS issue I'm chasing down now because IE 9's IE 8 mode isn't the same as real IE 8.
If you are concerned with testing how your site looks in IE8/7, you can use the Developer Tools (press F12) to switch the Browser modes and Document modes so that IE9 interacts with the web server as a different user agent, and renders the HTML document according to the version rules.
http://msdn.microsoft.com/en-sg/ie/ff468705(en-us).aspx#_New_Dev_Tools
IE9 beta is released as a Windows update, so after installing it and playing around, you can remove it from Programs and Features -> Installed Updates, which will recover IE8.
hit f12 on ie9, it will pop up the debug console. In the menu there is a browser mode option where you can set the browser to display as ie8 and a bunch of other versions too.
Also, if you're mouse focus is on the console and you hit ctrl+r, it will clear your browser cache... This is a feature that all the other browser debuggers lack.. ability to quickly clear cache.... I'm rambling now.
The best way to see your site on old versions of IE is that:
If you have IE9+, open your current version of InternetExplorer, press F12, click on "Browser Mode" tab, then choose the version you want.
see screenshot here:
Works better than IE-tester, and easier than using virtual machine.