Posts by Victor Mendes • 83 points
5 posts
-
4
votes1
answer287
viewsQ: Save latitude and longitude in Swift
I have this code in my Viewcontroller to capture the current location of users: @IBOutlet weak var userMapView: MKMapView! var locationManager = CLLocationManager() override func viewDidLoad() {…
-
1
votes1
answer44
viewsQ: register new users using Ionic and parse
I’m working on a hybrid app using Ionic and parse. When I go to the terminal and use the command ionic serve, and then try to create a new user or login, I can with no problem, IE, the localhost is…
-
0
votes1
answer123
viewsQ: Select with <ul> element
I’m wanting to make a select without using the tag select, so I’m using the tags ul and li. I took the table data from the database using PHP and dropdown it with jquery. When I click the button…
-
1
votes1
answer172
viewsQ: Transfer file to FTP and make it available for download automatically
Good afternoon! I am developing a website, and I have some questions. On this site will have a page to download some files. I’d like to do the following: When transferring a file to the download…
-
2
votes1
answer646
viewsQ: Select of cities and states on the site
I’m riding a website, and on the home page I created a select for states and cities, the problem is that the home page of the website is catching up too. Does anyone know how I can do this select…