I have just configured Apache and PHP to work on my local Mac OS X computer. Now PHP works fine, except when I try to load the files for my live sites. The live sites have separate directories and are
In my app, I need to set a variable for a start time to be 9:00 a.m. local, wherever the user is located.
In my app, I am composing an HMTL email message with the 3.0+ MFMailComposeViewController. To do this, I created an HTML file, with some placeholders.
I have a text file that contains a number of the following: <ID> <Time 1> --> <Time 2>
Is it possible for a webpage to p开发者_开发技巧opup a open folder dialog, ask the user to select a folder, then show the contents of that folder in a list(or something) in the webpage.
Is there a way to allow a user, after he has created a vector graph on a javascript svg canvas using a browser, to download this file to their local filesystem?
I am trying to show 开发者_如何学编程the buffered amount of a video that is playing. I am using netstream.bufferLength to do this and it kinda seems to be right. Exept from the fact that it is almost
Okay, I have a problem with Resharper that is driving me nuts. Let\'s say I create a method such as private int returnAValue(string something)
Is it possible to use MySQL local? I mean NOT at a server. I read a lot about MySQL on a 开发者_如何学Cwebserver with PHP, Joomla etc.
for some reason I\'m thinking on implementing interface within a some function(method) as local class.