icons

Social Media Icons on website

How to add Free Social Media Icons on a website? ...

Google Maps - custom icons not appearing

I have written some javascript to call information from and place a marker with a custom icon for each entry in the data file 'latlngtrunc.js'. latlngtrunc.js contains 'product', 'result', 'level' & 'posn' for each entry. There are 3 different 'levels' each of which I would like to represent as a different colored icon. The code below ...

Button icons: round close icon

I've seen other apps are using a round icon for closing a view. The only similar icon I found is UIBarButtonSystemItemStop. But this presents only a rotated cross with a border (as always with buttons) around it. I rather would like have something like a UIButtonTypeInfoLight. If this button is used, no border is visible. Also the icon ...

Does apple apply the app icon gloss effect and corner rounding on every icon?

The iTunes Connect Developer Guide says that the developer must provide a whole bunch of different icon sizes. But I only know from the "normal" app icons (57x57, 114x114) that the device applies the gloss effect and corner rounding automatically. But how about those other icons? How about the 512x512 iTunesArtwork.png icon? Are the eff...

Application icon on Qt 4.6.3 / Symbian S60 5th Edition

I am trying to make an icon for my Qt 4.6.3 application, which is currently running on Symbian S60 5th edition. The application runs fine, except for its icon, which I have been unable to set by any means. I have read and tried a number of articles, including [1], [2], [3], [4] and [5], but in vain. What could I be doing wrong, or what s...

GWT maps API - Combine several icons and just one marker

I'd like to graphically indicate several status of large collections of lat/lng positions on a map. Once generated the status of each remains static (so no updates required). The idea was to use one icon per dimension (e.g. open/closed, happy hour etc.; a shadow icon is not that important) and to finally overlay them (using anchor points...

jquery ui button custom icons

It is easy to add one of the icons available as part of the UI Icon Set: $("#myButton").button({icons: {primary: "ui-icon-locked"}}); But what if I want to add one of my own icons that is not part of the framework icon set? I thought it would be as easy as giving it your own CSS class with a background image, but that doesn't work. An...

What's the name of that Apple tool which will apply the rounded corners and gloss effect to your icon graphics?

I need to preview my iphone app icons and also need to export these for the web. I remember Apple had a tool that would take a file, apply those effects and then save it. What's the name? ...

How to add icon file in the cab file of mobile application ?

I am developing smart device application in C#. When I deploy my application on emulator it shows the default name for the exe of my application & there is no icon associated with it. Now I have added an icon to the exe of my application by right clicking on the project & selecting the properties from the solution explorer in visual stud...

jqGrid sort icon manipulation

How can you toggle the sort icons on/off? From another post I saw this seems to turn them off: $("#gbox_list .s-ico span").hide(). But this corresponding code did NOT seem to turn them on again: $("#gbox_list .s-ico span").show(). ?? And how can you manipulate them? Ie: How can you programatically set the second column to show the a...

What's the most efficient & semantic way to display icons?

Before I begin, I read this very useful question which lays out what's the pros and cons of using <img>'s and background-images. When to use IMG vs CSS After reading that, however I've been thinking about what's the most efficient & semantic way of displaying an icon. The other question contended that if there's semantic meaning to it s...

extract all images in icon file in visual basic

Hello guys, I need help on how to extract the various images from an icon file ie 256 x 256, 48 x 48, 32 x 32, 24 x 24, 16 x 16 etc. Am a vb6 and vb.net average programmer, and would be ok if help comes from any of the programming languages i mentioned thanks ...

How can I tell my Winforms application to use the same icon for all forms?

I have a nice icon and I want to use it on all of the forms in my application. How can I do this? ...

Loading an ico image switches red channel with the blue one

Hello, This is what I do: I have a favicon.ico in my resources (for example http://google.com/favicon.ico) Then I have a UIImageView which loads that image. self.imgTestIcon.image = [UIImage imageNamed:@"favicon.ico"]; The image showed in the simulator or the in iPhone is the same but with the red color switched with the blue one. C...

Custom icon not displayed in upper left corner or on task bar

I have created a basic application with with windows api. It just displays a small window. I am starting from main function, getting the instance, created my windows class, etc. Everything works out fine. The problem I have however is that my custom icon will not display in the top left corner of the window or on the task bar, it just...

Is the New Window Icon in Mobile Safari a Standard Icon?

I have looked all over for the "new window" icon (lower right corner) in mobile Safari on the iPhone, but I'm not having much luck. It's not one of the standard icons mentioned at http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/SystemProvided/SystemProvided.html . I'm hoping to create a multi-d...

android application icon id

I need to display notification in the status bar with the application icon. but i didn't find any way to retrieve the application icon id ? (I currently use the 1.5 SDK) ...

Web Graphics newbie - Adobe Fireworks, Photoshop, or Illustrator?

All, My partner is dipping her toes into the world of web design. The goal is for her to be good specifically at web graphics and CSS/HTML. We’re not sure what the best way forward is with learning how to create high quality web graphics (icons and other web page art). There is Adobe Photoshop which is probably more relevant for media/p...

Where is a .net Application Icon Stored?

I'm trying to figure out where my application's icon is stored in VS 2008. On the startup project's application properties, I added an icon with the setting "Embed manifest with default settings." I'd like to programatically display the icon in the application, but I can't figure out where the icon is being stored. How can I get a refe...

Icon/Images (@2x) for iPhone4 work on iPhone 3GS?

Icon/Images with more resolution (@2x) for iPhone4 work on iPhone 3GS or I have make images to 3GS too? ...