Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
153 views

iPhone: is it worth developing an application to support the OS 2.2 anymore?

The new OS (3.0+) adds more features which speed up the development (like working with the lists etc). On the other hand there could be (potentially) a lot of users somewhere still running OS 2.2. Is ...
1
vote
0answers
14 views

Facebook Targeting Field removed from 'Post' object documentation

Within the documentation for Status and Post there used to be a field called 'targeting'. See: http://developers.facebook.com/docs/reference/api/status/ and ...
1
vote
1answer
88 views

How to specify location targeting of FB post via Graph API

Some time ago there was a field called targeting in the Post API Reference but now it's gone and I don't know how to add a specific location and language targeting to the post via API. I've search a ...
1
vote
3answers
76 views

Jquery targeting / Hover problem

I have two divs, on hover span class=fg grows and changes opacity, span class=bg shrinks, and when you mouseout it returns to the original state. My problem is in two parts: 1: When hovering over ...
1
vote
3answers
204 views

Link Font Color Problem

I've been having a problem with the font color of the links on the template I have been working on. Please take a look at the code: http://www.wendyhenrichs.com/prob/ You'll notice that the color of ...
1
vote
1answer
529 views

Problems targeting link in flash to an iframe for firefox

I'll consider myself a newbie, I've made buttons in a flash menu to play animation and go to a url on click, and I've made it so that the url page loads in an iframe. Everything works fine on ...
1
vote
0answers
402 views

FBA and audience targeting in sharepoint 2007

I want to use audience targeting feature for webpart with FBA. I tried to add FBA user directly in sharepoint group or added the user to a asp.net role and then added the role to sharepoint group, but ...
0
votes
1answer
37 views

Facebook geotargeting of a post has misspellings

For Facebook post geotargeting, there is a file that contains the cities: http://developers.facebook.com/attachment/all_cities_final.csv There is also: ...
0
votes
0answers
29 views

How to target an ad to friends of persons having birthday today

Facebook supports birthday targeting for ads: http://www.facebook.com/help/?page=203882222982239 . Once can target ads to show up only for users that have birthday today. Is it possible to target an ...
0
votes
1answer
90 views

Geotargeting Page Posts with the Facebook API

I'm trying to geotarget wall posts to my fan page using the Facebook PHP SDK. The following snippet successfully posts a message to my wall, but the geotargeting isn't taking. I'm new to ...
0
votes
1answer
26 views

How can I limit the result from the /posts connection on a Page to posts targeted to a specific country or language using the Graph API?

When posting to a Page directly on the site or via the Graph API, you can specify targeting to country , city , region and locale. When loading the /posts connection on the Page, every post is ...
0
votes
2answers
122 views

CSS targeting specific images

I am looking for a way to target a specific image with CSS, if this is even possible. I am running a CMS where the users can upload images and put them on their pages. I would like a way to target ...
0
votes
1answer
357 views

Targetting Android Mobile Devices (Galaxy S) with CSS

I'm trying to target Android devices with a CSS file, but I've been unsuccessful until now. I'm using the following CSS code: @media only screen and (max-device-width: 800px) { body { max-width: ...
0
votes
1answer
144 views

Targeting all Subclasses and Sprites (cocos2d iPhone)

Ok, I have this main class called Enemy, and inside it I have subclasses of different enemies (ie ZombieEnemy). I need a way to target all sprites/subclasses of Enemy. Ie, for collision detection, I ...
0
votes
1answer
68 views

targeting sprites from a method in the document class - null object reference

I am trying to code a flash app entirely in the document class. I am using GestureWorks with a touch screen. When a user essentially presses a button it calls a method that should hide a specific ...
0
votes
0answers
60 views

result of specifying multiple audiences in a Sharepoint webpart for content targeting?

I need to create an audience containing the following criteria: 1) Condition 1 AND 2) (Condition 2 OR Condition 3) Due to the way that Sharepoint rules for creating audiences can only be one or ...
0
votes
3answers
104 views

Targeting an iFrame once with jQuery

I have a series of frames (4) which are used in a page to create loading of dynamic content through Ajax calls. In each of these frames I target parent level elements and update them with there ...
0
votes
1answer
637 views

SharePoint forms authentication (FBA) roles

Can anybody help me... Is it possible to target audiences in SharePoint using FBA roles instead of using SharePoint groups? Or is there an alternative solution available?
0
votes
2answers
7k views

Mootools - Targeting child elements with an .each selector

I'm trying to target a UL that's inside a LI and I'm having trouble. Here's the HTML: <ul id="main_nav"> <li class="main"><a href="#">Section 1</a> <ul ...