Ok
How long have u been going on for?
Do people who manage dozens of drupal sites generally use aegir?
Is there some requirement for animate to work that slideUp doesn't share? I just want to animate the top value by -sizeofelement
Is there any tech that can dispatch the SQL request into different MySQL DB ?
Does living/working in the vicinity of other startups help a startup? i'm not sure
What was wrong with the leg ?
How can I set comment input forms to plain text only? I'm using Drupal 7
Can XML reside inside the CDATA tags?
How can I avoid showing rows returning 0 (zeros) while using IN clause ?
How can I protect a page and only can viewable by logged in users?
Can I just disable the php warnings?
How may I show cnfs parsed by mysql?
How do I update to 3.0.7 from my current version?
How can I put a content add form in the header of a view?
How does drupal store passwords ?
Is there a way to auto log in a user after registration?
How can I track down the slowest parts of my jquery code? e.g. so I can find out what should be optimized
How do I make a simple POST request from Jquery? I have an array that I need to pass as post data when the user click's a link
What's a lightweight player that could handle that? I know there's soundcloud but I'm skeptical of embedding like 30 players on a single page
How do I pass an array to an element? $this->element('myelement',array('myvar'=>array('a','b','c'), 'var2'=>'xyz')) in the element $myvar seems to be null where as $var2 is set.