targeting

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 id="dropdown"> <li><a href="#">Item 1</a></li> <li><a href="#">Item 2</a></li> <li><a href="#">Item 2</a></li> </ul> </li> <li class="main"><a href="#">...

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? ...

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 there any place to look for statistics? Could someone offer an advice on the target OS for a new iPhone app scheduled for Christmas releas...

Targeting an iFrame once with jQuery

Hi, 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 respective content e.g. $("#loadingGrid1",top.document).show(); $("#frameSkills",top.document).hide(); In jQuery is there a way to inste...

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 both failed. My observation is that all FBA users can see the webpart content no matter whether they are specified in audience targeting o...

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 Safari, but it ends up loading the url page in a new tab for Firefox. If anyone has a solution, it'll be really appreciated. Thanks so much. He...