Posts by marcelmaino • 109 points
5 posts
-
6
votes1
answer9280
viewsQ: Import, analyze and extract data from a PHP CSV
How can I import a csv file with PHP and take the data from a specific column and write that data to the database? You can do this analysis and only record specific data (like a column, or row)?…
-
0
votes1
answer105
viewsA: Pan Image js and css with "mask" on top
Solved, I used the pseudo-element after and it worked. I’m taking the test off the air. Thanks to those who viewed!
-
0
votes1
answer105
viewsQ: Pan Image js and css with "mask" on top
I am using a js script to make a "pan image" effect as the following link: http://gdebrasil.com.br/test/ The first one listed has an image on top and so it doesn’t work.. the bottom one is the…
-
1
votes1
answer240
viewsQ: 2 simple points in Google Maps
If I create a point on Google Maps like this: function initialize() { var myLatlng = new google.maps.LatLng(-28.457122, -52.197458); var mapOptions = { zoom: 15, center: myLatlng }; var map = new…
-
3
votes1
answer700
viewsQ: How to use the Google Analytics API?
The examples, the registration in the Google Developers Console, I found everything very convoluted. How to create a "simple" PHP Hello Analytics?