Simulating Safari 6 on OS X 10.9 - cross-browser

Is there a feasible way to simulate Safari 6 on OS X 10.9?
I haven't been able to find a way myself.

You could create a virtual machine (using VMware or VirtualBox) running OS X Lion or Mountain Lion, then you can install Safari 6.1 from the App Store, or using the following links:
http://swcdn.apple.com/content/downloads/18/32/041-6651/147ugedbeiqpz43czixlgawayfoa7tjyjv/Safari6.1MountainLion.pkg
http://swcdn.apple.com/content/downloads/47/40/041-6648/a9y00qwi8esz3gl5v2gfik1p3rgvn7zftz/Safari6.1Lion.pkg

Related

Windows Phone Emulator - Virtualization Error

I have installed Win 8.1 Pro 64 Bit in virtual box as Guest OS with Win 7 Ultimate 64 bit as Host OS. My device supports Virtualization, config is as follows:
Intel Core i7 3610QM (III Gen)
8 GB RAM
Though Coreinfo shows that virtualization is supported by my Host OS & also in Virtual Box but in Guest OS(Win 8.1) error is being shown that Virtualization is not supported.
Kindly refer to image :
Image Link
Kindly provide me a solution to overcome this issue or any other way to run emulator. Are there any emulator like Genymotion or Bluestacks for Windows Phone.
The problem was solved by using VMWare instead of Virtual Box. It is not possible to do using Virtual Box as suggested by #FoggyDay https://forums.virtualbox.org/viewtopic.php?f=6&t=55070

Not able to run Windows Phone 8 emulator

I have windows 8 pre-installed in my machine. WP8 emulator requires HYPER-V to be enabled in OS but current version of my OS doesn't support HYPER-V feature , but my hardware supports virtualization (I run VMWare on this machine). So my questions are -
Is there any way/hack to run emulator on win8 OS?
How do I upgrade from current OS to windows 8 Pro(I don't have
product key as OS was preinstalled in machine)
*WP8 - Windows Phone 8
If you want Hyper-V, you'll need to upgrade to Windows 8(.1) Pro. There's a built-in feature to do that. In Windows 8.1 just search for more features in Windows settings (Win+W) and click on the only hit. Here is a more detailed guide for Windows 8.

MySQL ODBC on Mac OS X 10.8

I've found some problems while trying to connect to a remote MySQL database using MySQL's ODBC connector.
I'm on Mac OS X 10.8.2 and I've installed MySQL ODBC connector 5.2.4. Every time I tried to connect using this ODBC my connection gets refused.
Does anyone have the same issue? Is there any workaround?
Edit: I tested the ODBC connection with iODBC and I got the following result:
SQLDriverConnect = [iODBC][Driver Manager]dlopen(/usr/local/lib/libmyodbc5.so, 6): image not found (0) SQLSTATE=00000
SQLDriverConnect = [iODBC][Driver Manager]Specified driver could not be loaded (0) SQLSTATE=IM003
The MySQL Connector/ODBC 2.5.6 for Mac OS X comes only in versions for 10.6 (Snow Leopard) and 10.7 (Lion). I don't know about any official support from MySQL for Mac OS X versions 10.8 (Mountain Lion) or even 10.9 (Mavericks)!
Paid licensed solutions put more effort on supporting the latest Mac OS X versions... I have tried myself the evaluation version Actual ODBC Pack for Mac OS X with Mavericks and could get 3 rows per recordset. You can try that and if it works see if it's worth paying for unlimited rows.
Are you using the ODBC Administrator utility or the command line?
http://dev.mysql.com/doc/refman/5.0/en/connector-odbc-configuration-dsn-macosx.html
Edit: I don't think I noticed "remote" server. Does that remote server had a user with permissions to connect from your IP address?
#Jason Sundram (OP): Just FYI, Oracle has (in response to my filing bug reports about their documentation) updated the Mac OS X, mysql 5 installation instructions for Connector/ODBC, at:
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-osx.html
Following those steps might be helpful. They worked for me in OS X 10.9 (Mavericks). But, I'm also not trying to do precisely what you are, with your environment, so I'm not sure what effect reinstalling as instructed there may have on your problem.

Mysql Command line not working on mac

When I try to access mysql command line on my mac it gives me this error - it doesn't matter what mysql command, username, password, server or I use either:
Launch of "mysql" failed: the PowerPC architecture is no longer supported.
This happened right after I installed Mac OS X lion. I am using MAMP Pro - I am upgraded to the latest version: 2.0.3- as my stack and I was wondering if anyone had any solutions for me. This is kind of a priority since I need it to handle large mysql imports.
BTW, I don't have a powerpc. I have intel core duo 2.66ghz
Try downloading and reinstalling MySQL from http://www.mysql.com/downloads/mysql/. Depending on your machine, you'll want to either grab the Mac OS X ver. 10.6 (x86, 64-bit) or Mac OS X ver. 10.6 (x86, 32-bit) version.
Maybe you should install another version of mysql or you can install xampp at
http://www.apachefriends.org/en/xampp-macosx.html

MAC OSX, which version of MySQL should I download?

I have a MAC OSX 10.6, intel 64 bit,
I'm looking at the mySQL download options at http://dev.mysql.com/downloads/mysql/5.1.html#macosx
There are no download options for 10.6, do you think the 10.5 downloads below will work?
Mac OS X 10.5 (x86)
Mac OS X 10.5 (x86_64)
Cheers
I installed and use x86_64 on a snow leopard macbook pro.
According to this link a fresh install of the version you mentioned above should work.
Best wishes,
Fabian