2
votes
3answers
360 views
Firebug vs. Safari Javascript debugger
[DISCLAIMER: My development machine is running OS X Tiger, so my question and experiences are specific to that. But I would not mind hearing feedback on Webkit for Windows.]
…
1
vote
1answer
178 views
Can cufon style form text input and textarea?
Is it possible to do this? I haven't been able to find anything in the documenation that says you CAN'T do it, but the following selector is not working for me:
Cufon.set('fontFami …
2
votes
Best way to debug Javascript on an iPhone app?
Since Safari on the iPhone is using webkit, you could use the debugger built into desktop Safari's web inspector. While there will probably be some quirks that are different between platforms, it …
