Tagged Questions

2
votes
3answers
101 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 …
0
votes
1answer
162 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
1k 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 …