Missing Foursquare Category Icons [closed] - foursquare

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I would like to get the Foursqaure category icons without the gray background.
However, it seems like many icons are missing. They are available if you want to construct the icons with the gray background. But once you are trying to get the icon without the gray background they are not available.
For example:
Gray icon for Breakfast is available:
https://foursquare.com/img/categories_v2/food/breakfast_bg_32.png
But without it, it is not:
https://foursquare.com/img/categories/food/breakfast_32.png
Is there a different URL I need use to construct to get all these?
Thanks!

How about this url:
https://foursquare.com/img/categories_v2/food/breakfast_32.png
If you go to this page, it looks blank, but there is an image there (white icon on white background). View the page source and you will see that the icon is on the page. The icon should be in the upper left corner, you can right click on it, download it, and then view it in another app.

Related

SVG distorted in browser [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
all!
I made a SVG file in Illustrator to display on a web page.
However, a corner of the stroke is distorted.
should look like:
http://i515.photobucket.com/albums/t356/bpf2010/png_zpsabaf2c87.png
does look like:
http://i515.photobucket.com/albums/t356/bpf2010/svg_zps76da6311.png
Does anyone have any idea about how to fix it?
Thanks,
BPF
Within Illustrator, select your artwork, go to "Object" and select "Expand.." and select the checkbox for the "Stroke".
Finally, Export to SVG.

FlipView button Invisible on touch Surface [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am using FlipView Control in windows store app to navigate on different screen. The button of flipView are visible but auto hide after some time on laptop(OS: windows 8 or 8.1) while running app but not visible on windows tablet ( touch surface). How to make button visible on touch surface too
If you are talking about the built in next/prev buttons, they only show up after a pointer is moved on the page(and only if there is a next or prev item to go to). On the surface or any touch screen you don't need them because you can swipe to the next or previous page.
Try running the built in photos viewer app, it uses a FlipView and behaves exactly like this.

Display image on search results for chrome extension [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I've just published my first chrome extension to the webstore. However I see that the image shown next to the extension in the search results is just a small low quality version of the 128x128 icon that I uploaded when publishing. Notice how the second extension has a nice high quality image shown:
Here is a list of images that I can supply:
Manifest icons sizes: 16x16, 48x48, 128x128
Extension icon size 128x128
Promotional images sizes: 440x280, 920x680, 1400x560
Screenshots sizes: 1280x800 or 640x400
Of these, which is the one that displays in the search results shown in the screenshot above?
I should add, that I published the extension only 2 days ago and while I only uploaded the smallest promotional image, it appears that it has been reviewed and approved as there is no message saying Pending or Rejected on the extension's settings:
The image in the search results is a shrunk version of the 440x280 promo image.
Since your search result is still showing your icon, padded, I think that your images have not been approved yet. Contrary to what the documentation says, you won't be able to see the review status of your image.
It can take anywhere between a few days and a couple of weeks before the promo image is approved.

Term for menu that appears at the top of many webpages [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
What is the term for the menu that appears at the top right of many webpages? Here are two examples:
Maybe: Header, Topbar, Navbar, Topmenu
While I'm not entirely sure if there is any specific name for it. It could be referred to as a "Fixed Menu" or a "Navigation Menu".
As far as a name based on its position. It really depends. To me I would say its a Fixed Navigation Menu because it retains its location between pages and does offer navigation. It is not on the side of the webpage, so it would not be a Side Menu, and its not on the footer, so its not a Footer Navigation Menu.

How many BarButtonItems can be added to UInavigationController [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
How can i add 4 barbuttonitems to uinavigation controller? If i can add then how?
Finally i find the answer...
First of all i created the toolbar, numbers of buttons that i need programmatically.
and added those buttons in NSMutableArray.
Finally i add this array to my my toolbar item and add it to my view.
That worked perfectly for me. Actually number of button that we add on toolbar depends on the width of UIToolbar. We can add either two, three or four buttons to it if it's within the given width of toolbar. But according to apple reference we should add max two button on it.

Resources