Bookmarks page in safari icon is orange star? - favicon

I noticed that the bookmark icon on the favourites/bookmarks page in Safari is still incorrect.
I have:
Placed the favicon.ico file in the root directory
Gone to the file and done the whole ctrl F5 thing
Looked through this: https://github.com/audreyr/favicon-cheat-sheet
But it's still an ugly orange star on black background and NOT my darling icon.
Any ideas are welcome and much appreciated...

So eventually after putting that header code in and rinsing all my directories of the apple-icon-touch file, the damn thing did disappear - it just took its time (about 5hrs+).

Related

(Xcode 6) - Code completion not work (UIKit, Foundation...)

I need help with Xcode 6.
It only happens with the project I'm working with. For the other one, code suggestion works.
What's wrong with my project?
The answer was to delete ~/Library/Developer/Xcode/DerivedData/ModuleCache (while Xcode is closed)
I have been researching the same issue on StackOverflow and here are what most threads suggest: delete Derived Data folder files (or maybe just the files relevant to your troublesome project!). It worked for me hence this answer. Details below:
Fix manually by deleting all the files in ~/Library/Developer/Xcode/DerivedData
Note: If Library folder is new to you, follow this CultOfMac article:
Library access on.
Open a Finder window and then navigate to the Home folder. That’s the one represented by the cute little house icon over in the sidebar. If you don’t see it, click on something like the Desktop or Documents folder, and then Command-click on the title bar of the window. You’ll get a drop-down menu that shows the file path of the current folder, which–if you’ve picked a folder from your Home directory–will show the Home folder somewhere in the list. Click on it to go to the Home folder.
Now, once you’re there, hit Command-J to bring up the View Options panel. You’ll see a checkbox to “Show Library Folder” somewhere in that panel, depending on the view your Finder window is in. Simply check it to show your User account’s Library folder. Now you can go in there and mess around to your heart’s content.
Note: Some StackOverflow members suggested pressing 'Escape' key or Command and + keys after the dot (.), others suggested typing a white space (control+space bar). However, your post seems to suggest it's project-specific (works for the other project) so it may prove useful to try different approaches. Hope this helps.
Swift files will NOT have code completion for UI classes (e.g. UIImage, UIDevice) unless there is an "import UIKit" at the top of the file.

Why do some websites take longer to load when clicking "view source"?

I'm trying to figure out how the sublime text community package list works over at http://wbond.net/sublime_packages/community
The page itself displays after about a second and seems fine to use. You can inspect element too, and that also works fine, the dev tools window opens up straight away.
But if you click "view source", it takes absolutely ages for the source code to display. I've tried this on lots of different browsers. Why is this?
The slowness is caused by the syntax highlighter. Chrome's view-source: attempts to highlight the whole file at once, which takes some time on a 1.5MB file.
Press Shift + Esc to show Chrome's Task Manager, and you will see that the CPU shoots up on "view source". If you wait a little longer, the "Page(s) Unresponsive" dialog will show up (as shown below).
This bug has been reported before at https://code.google.com/p/chromium/issues/detail?id=128293
The page is extremely large. It has a total size of 1,5MB so the source viewers have some troubles loading that.
There are about 35000 lines of source code in there, a pretty hefty HTML file I would say :)

Splash Screen Language / Localization Support Not Working, Anything Else Needed?

After a bit of research, and have tried this, but it is not working for some reason. Here is the setup..
In the "root" of the app there is a Default.png and a Default#2x.png. These seem to be working fine.
In the ru.lproj directory right under the "root" directory....copies of the Default files with small changes. The files are confirmed to be loaded on the iPhone....etc.
When the language is set to russian, it loads the high level splash instead of the russian screen.
Anything else that has to be done for this to work properly?
Platform is SDK 4.3
if you want it to be localized: none of it should be in the root, both of them should be in a localized folder, one for ru, one for english (or else)
you should do it via xCode:
in xCode select the splash screen file in the left part of your project and press "apple+i" (or press the blue "info" button in toolbar;
then in the opened window press the left-bottom button "make file localizable", then add all the language you want... you will get as many folder in finder... now just modify the file in the folders for "ru", "en" or else...

when i click the drive shoing opwn with window dialog box

When i click the c-drive it is now opening , instead it showing the dialog box,
please check the screen shot ,
When i click the c-drive it opening like this screen shot
image-url
Well, I googled a bit and was able to find
this.
You should also try opening the drive by clicking Explore in the context menu and see if there is an autorun.inf file that you could have copied by accident. It's probably going to be a hidden one, and maybe even a protected one, so check your Folder Option to make sure it shows all files. Although, that does sounds like something a virus would do.

Shortcut icon inside a cab file

How do I place the shortcut icon in the cab file? Can anyone shed some light on this? I searched online and found no info about this at all, except a claim that the icon used in the smart device project is automatically pulled into a cab. Well, it isn't so. It got pulled in once and after that when i CHANGED the icon it still shows an old one.
Any clues?
The shortcut icon is the icon from the application itself, so you don't "add" one. Bear in mind that WinMo/Pocket PC caches that icon for the Start menu, so if your app had a different icon to begin with, then you'll probably have to soft-reset the device to get the start menu to pick up the new icon.