Archive for admin

Android Studio and GIT: local file:// method. Creating a repo, push and pull on Windows.

Needing to work in a collaborative android project would require some version control and project sharing. Most of the time this happens within a local network at the office. Git offers various methods to do this, being using github the most common one, but if you feel like you don’t want to share your work with the wold, or you don’t want to be paying for a private membership, or simply the online thing is not the right approach, or you like instant pulling and pushing, or you don’t want a headache messing with SSH and windows services, you could do this within your already working network, skipping the need of any service setup or online service registration.

Read more

Step by Step guide to upload your LibGDX iOS project on Eclipse to the App Store.

Uploading projects to the app store can be a pain, specially if you’re new to it and you are using something other than xCode… Id like to share a step by step script I made, and also keep it handy for the next time i need it right here.

Read more

Phantom 4: Whats new?

Here is a comparison table about what is new with the Phantom 4 differs with its immediate predecesor, the Phantom 3 Pro. Its amazing new capabilities surely places it once again on the top of the list of must have gadgets.

Read more

Phantom 4 to be unveiled tomorrow

DJI will present to the world the new Phantom 4 tomorrow March 1 at 11:40 am EST. A week ago a teaser video was published on Youtube by the drone manufacturer. Keep reading for what we speculatively know about the new features.

Read more

Phantom 3 size: Complete Measurements

Some time ago, before getting my drone, I was researching the complete measurements of the Phantom 3. I got the info here and there, but it took a while. Here are all measurements of the Phantom 3 in imperial (inches) and metric (centimeters), if you were also wondering.

 

 

Read more

Using Ajax and Json with jQuery

Lets say your website page is already loaded but you need to poll your database for some extra info, or to check for an update on something. The way to go is using Ajax. jQuery makes working with Ajax really easy and even better if you return your data using Json.

Read more

Litchi updated

Litchi, the DJI’s Phantom 3 and Inspire software to control your drone, developed by VC Technology Ltd, got an update today to version 3.0.1 (Android) and 1.3.0 (iOS).

Read more

Engabao beach

Engabao is located just 10 kilometers west away from General Villamil Playas. A quiet beach in the Guayas province that offers relax and food for tourists that do not want to get too far from Guayaquil.

Read more

Map ASAP with Ajax

 

Here is some short code to setup Google Maps on your site pretty fast. The map markers are grabbed through ajax using jquery from a php file. The example php provided contains an array of markets based on the ajax query. This, of course, should be changed with your own.

Read more

Easy way to cache your not so dynamic pages with PHP

So your website has now thousands of visitors? Well, congratulations… but your system processor is probably on a huge load if you haven’t added any caching options. Here is PHP to the rescue.

Read more