Ideal size for .ico

Short answer: 16 x 16 pixels. Long answer: .ico files can actually contain multiple images, at multiple colour depths – you can provide 16×16, 32×32, 48×48 and 64×64 in a single file and the OS will pick the best one to show. Of course to keep the file size low you don’t want to put … Read more

How To Create an Icon for Visual Studio with just MSPaint and Visual Studio

Creating an icon in MSPaint works just fine. Here’s how you should proceed to get it to work. In Visual Studio Open Resources.resx from Solution Explorer (it’s in the Properties folder) Choose Icons from DropDown Menu on the left [Ctrl+3] Choose Add New Icon from the DropDown Menu Add Resource Enter a name for the … Read more

How to programmatically use bootstrap icons in an angular project?

Quite old, but since I had the same problem and these answers where not helpful at all, here is the Solution I came up with. First install the bootstrap icons package (–save adds it to your dependencies as well): $ npm i bootstrap-icons –save Then add this line to your styles.css file: @import “~bootstrap-icons/font/bootstrap-icons.css”; From … Read more

iPhone icon size

For older devices, save your 57×57 icon as Icon.png. For the iPhone 4, save your 114×114 icon as [email protected]. The image resolution doesn’t matter at all; only the pixel dimensions matter. There are other sizes to cater to, like Spotlight/Settings icons and iPad icons. There’s a full list written up in the library documentation.

Google Maps Api v3, custom Cluster icon

You need to use styles parameter when initializing MarkerClusterer object – the code below shows default styles so if you want to recolour one of the icons just change the relevant url to your image… //set style options for marker clusters (these are the default styles) mcOptions = {styles: [{ height: 53, url: “http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m1.png”, width: … Read more

The application icon does not show on action bar

You are using the AppCompat version 21+ and it is normal. The Action Bar follows the material design guidelines and uses a Toolbar. As you can read here: The use of application icon plus title as a standard layout is discouraged on API 21 devices and newer. If you would like an application icon (but … Read more

Use Bootstrap icons with NPM

Additional 28 June 2021 after import using NPM you can import CSS file to react with : import “bootstrap-icons/font/bootstrap-icons.css”; and use like this : <i className=”icon bi-envelope”></i> if you only want to use the bootstrap-icons.svg from node_modules, you can copy it manually or with webpack. If you copy in root folder, you can use like … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)