1,099 Recommended Topics
Remove Filter ![]() | |
Hi guys from last month I am using one browser it called [Max Safe Browser](https://itunes.apple.com/hk/app/max-safe-browser/id774765714?mt=8) provided by Max Secure Software India Private Limited and I am feeling good by using this browser in my iphone and here I am just asking which browser is your best for iphone? If you … macOS iphone web-browser | |
![]() | Hello everyone! So I am using a mac, and while I am not using any applications that require a webcam (like skype or video chat clients), I see a red dot on my webcam. Does this mean my webcam is on and spying on me? If so, what should I … macOS cybersecurity |
There are rumors that iPhone 5S or iPhone 6 (whatever it will be called) will be introduced in a number of colors, with big size, excellent 12 MP camera, thumb impression detection for security and will be a bit bigger in size. What will be your favourite feature among these … macOS cybersecurity iphone | |
Who bought "Apolsoft Android SMS Transfer" of this software? Can give me some advice? I want to be able to export my Android SMS database to my pc in a friendly txt, html or pdf format that is easy to read. I have the sms.db file ready to use, i … macOS android-development | |
let session = NSURLSession.sharedSession() //1 let downloadTask = session.downloadTaskWithURL( url, completionHandler: { [weak self] url, response, error in // 2 // return } ) Please explain the meaning of [weak self] inside closure . what if we dont declare it as [weak self] ? Thanks / macOS | |
Over the summer I started downloading photographs directly to our iPad. In the past I had first loaded them onto our laptop and then transferred them to the iPad. Now, I am wondering if I can take what I first put on the iPad and move them to the laptop. … | |
This may seem absurd at first but please read on. Recently I've heard that a lot of people are installing Mac on standard machines made for Windows - either using hardware Virtualization or using some kind of tweak with their BIOS. I also heard that Apple recently switched their working … | |
Hi guys, i own an iPod Touch 4G but its running slow (even apps and games) on iOS 6.1.6 but was running smooth on the 4.x Firmware, is there any way to downgrade my Device to an Older, Smoother iOS?? macOS | |
Here is the screenshot of a view That I hope to get in my ios app.. The ViewControlelr is embedded on a UIScrollView.as you can see, in the beginning there are 4 important UIViews, namely-"View1", "View2","FixedView" and "SEARCH". The UIScrollView must have size height limit at FixedView. When the "+" … macOS | |
I have brought a new mac and would like to sync my iPhone content with the new mac (i.e. contact, calendar, apps and etc..) As the the first sync will erase all contents from my iPhone, is there any way to avoid it. If the iPhone backup has been performed … macOS iphone | |
I am trying to access a site that displays a camera monitoring my granddaughter's daycare. I have installed the latest version of Java on my Mac running Lion. I have added an exception for the website to the security settings for Java but it continues to block my access to … macOS cybersecurity java | |
What is the best place to download mac software besides having to download torrents? I used to use pspiso to download all of my pc software but now that I have a mac I wanted to know the best sites. macOS mac-software | |
Hi, I had transferred a few thousand pics to my ipad from my PC. Now my PC , Crashed after that. Is there a way toget those old transferred pics back to my new PC. Have tried Dropbox and sync and iTunes etc. nothing works. These are all good only … macOS image | |
I am selling this 5 year old Mac through online. But before that, I am looking to wipe all its data to an extent where it is unrecoverable. The only question is how should I make sure if my Mac is wiped beyond recovery. macOS | |
I don't care if there is a Bluray drive built in or not. I have an external one that didn't cost a fortune. What I would like is for Apple or some third party to release some proper software support for Bluray films, in particular those that have some form … macOS | |
My Mac address book syncs itself with my iPhone. Somehow (I think through Microsoft Entourage??) it silently added contacts to the address book for everyone I sent/received an email to/from. I now have thousands of contacts that have an email address only with no phone number, and I don't want … macOS email file-system microsoft-office | |
#import "Person.h" @class Asset; //i have used import "Asset.h" which contains definition for asset @interface Employee : Person { int employeeID; NSMutableArray *assets; } @property int employeeID; - (void)addAssetsObject:(Asset *)a; - (unsigned int)valueOfAssets; @end I got this snippet from objective c book. In the second line , author has used … macOS ios objective-c | |
I reluctantly upgraded to Mavericks, initially over fears about my old Adobe CS4 functionality stopping to work. Thankfully, it didn't, but I'm so annoyed by the change in functionality to both Preview and TextEdit as a result of the removal of the "Save as..." command. I can't imagine what anyone … macOS | |
Hi, I am studying Computer Engineering (2nd year). I would like to buy a laptop but dont really know anything about the laptop market. I was wondering if a Mac would be recommended for me to use for my programming work? Any avice would be appreciated. Thank You. macOS | |
![]() | So I just got a mac mini, hopefully it will last a good 5-10 years, I need mac os for adobe cloud, it is untouchable at the minute, otherwise I would have spec'ed a small mini box wiped it and put linux on. But meh yeosemite icons look and feel … macOS web-design |
As any fan of the The Matrix trilogy of films will tell you, the Keymaker is a character in The Matrix Reloaded who has the keys to provide Neo access to the system mainframe and by so doing hopefully save Zion from the ongoing sentinel attack. In the movie, the … macOS apple cybersecurity os-x web-design | |
Please let me clarify that as for the ios(iphone) there is need of .app file as opposed to android where there is need of .apk file. Please tell that is there a way to use xamarin studio for ios(iphone) for .app file that can be used in the ios(iphone) without … macOS android-development | |
According to a [SecureList posting](https://securelist.com/blog/69462/darwin-nuke/) dated April 10th, researchers Anton Ivanov, Andrey Khudyakov, Maxim Zhuravlev and Andrey Rubin discovered a vulnerability in the Darwin kernel back in December 2014. Why is this of interest? Well, the Darwin kernel is an open source part of both the Apple operating systems. The … macOS apple cybersecurity | |
Hi peeps, I have just purchased a used iphone 5 from ebay which is apparently locked to a provider, does anybody know where I can find more information about unlocking it? I usually unlock android phones, so I wouldn't expect it to be too difficult, I'm just not sure where … macOS android-development iphone | |
Iam using windows 8.1 and want to install mac os on my system. please help me a lot. i m new to os . macOS | |
Ive made a java program to do automated tasks for a game. It takes screen shots with java.robot every 250 milliseconds. The program is working great, but it will always crash at around the 30min mark Im running this program on my mac, and this is the crash report that … | |
I have a small program for Linklist in C.. ** linklist.h** // // linklist.h // LinkList // // Created by Mayukh Sarkar on 17/04/15. // Copyright (c) 2015 Mayukh Sarkar. All rights reserved. // #ifndef __LinkList__linklist__ #define __LinkList__linklist__ struct LinkList{ int Data; struct LinkList* NextData; }; struct LinkList *Firstdata = … macOS | |
Today I have an ipad, an iphone and a windows laptop. My laptop is nearing the end of its life and needs replacing. Should I replace the windows laptop with an IMac or Air book? The reason I ask is NOT processing power, battery life, or price. Just do I … macOS | |
![]() | I'm really excited about the progress made with affinity. It's a cut of the price of creative cloud. Looks like affinity photo is soon to be released with https://affinity.serif.com/blog/ With an indesign clone coming shortly - all for the princly sum of £39.00 per app. Which is ridiculously cheap compared … macOS ![]() |
| |
Hi, I am able to see my HDD and its partitions in Disk Utility but I am not able to see in in Finder or in ls /Volumes/. I have some data that's important and I intend to back it up. Is there any other way to access the HDD. … macOS apple | |
My niece is only 8 years old, we really worry about her online safety. Is there any professional parental control software? How about the Aobo Mac Keylogger? Anyone who uses it please give me some advice, thanks!:-/ macOS mac-software | |
I have been using windows since 2000 but now i want to switch to ios because windows operating system get corrupt instantly.please suggest me to choose one ? macOS | |
I just bought a nascita feenix mouse but it doesn´t work propably. When i plug it into my mac it only works a few times and some times if i restart my mac with the mouse plugged in it works again. I was wondering if there was something wrong with … macOS | |
Does anybody here know some plugins for QuickTime to play Blu-ray on Mac? macOS | |
hi my Mac had ma Finder virus so I rebooted back to factory settings I thought I had saved most of my stuff to disc but missed an important Sibelius 7 file which has 9 months of work on it macOS | |
As i am learning ios, please suggest some video or material on how can i create tabbed app. i want to create app for technical institute, where i am studying now. Thanks macOS | |
![]() | I'm just trialing affinity designer for Mac and left me just say it does more or less everything photoshop and illustrator does at a fraction of the price $49.00. Wow... Not only that but it imports existing photoshop and illustrator file with almost 100% integrity. Looks like I can say … macOS |
Now the OSX new system is free to upgrade, but my computer was brought in 2011.can i upgrade?? thanks macOS | |
dear all daniweb users, i start using xamarin to create ios software. in mainstoryboard, i navigate passcodevc view controller to songlistvc view controller. i use scandit barcode scanner script in passcodevc.cs . after barcode scanner script, i want navigate from passcodevc view controller to songlistvc view controller. i use this … macOS xamarin | |
After installing Lapack and Blas, I tried to install lapack++ with failure from http://switch.dl.sourceforge.net/sourceforge/lapackpp/lapackpp-2.5.2.tar.gz I type `./configure` configure: error: Blas/Lapack was not found. *** This means Lapack++ and matrix support cannot be compiled. *** This makes this library unusable. Please get blas and lapack *** installed. If you do have … macOS | |
I am mostly following this post to install OBOE in MAC OS 10.9: https://projects.coin-or.org/OBOE/wiki/MacosxOboe However, in step 4: I tried to install LAPACK++ with failure [from this source][1]: I type `./configure` configure: error: Blas/Lapack was not found. *** This means Lapack++ and matrix support cannot be compiled. *** This makes … macOS | |
Tried to create secured documents as I used to do in Windows by creating a password for documents. Ran into problems since I did not realize that Apple did not have the same possibility. I created a new folder and moved all my secure documents into it and somehow came … macOS | |
I just want to share what free software I use to convert DVD movies for playing on my new iPad Air, that is macx free dvd to ipad ripper. This program is totally free. It has the direct preset for iPad and can convert any DVD to iPad with just … macOS | |
Recently, one of my friends on FB asked me a question: Whether can we transfer our iphone voice memos to pc or mac for backup. At once, I answered him roughly: maybe, just a maybe. For I have never done this before, but in order to solve my friend’s question … macOS iphone | |
Hello, how can you convince your mom to buy a mac notebook like a normal macbook air 11 inch or a macbook pro retina or not retina. Anyway, my grandfather (from my mom's side) baught a macbook pro retina display 15 inch that costs 1,600 US dollars to my cousin … macOS | |
I have been programming on a PC with 101 key keyboard for almost thirty years now. Surprise, when this type of keyboard turned out to be very poorly supported by OSX on a Mac Mini. as you know, on the mac mini you have to attach your own keyboard. This … macOS |
The End.