656 reputation
411
bio website nahueljose.com.ar
location
age
visits member for 1 year, 4 months
seen 14 hours ago
stats profile views 12

Web developer from Argentina.-


1d
answered How to offset the center point in Google maps api V3
Apr
2
awarded  Good Question
Mar
26
awarded  Critic
Mar
16
awarded  Editor
Mar
16
revised Google Analytics - Failed to load resource: http://www.google-analytics.com/ga.js
Added more information on the issue.
Feb
8
awarded  Good Answer
Jan
30
comment Merge PDF files with PHP
This is basically someone's implementation of @Christa's answer (FPDF+FDPI), which is great :) Thanks!
Jan
1
awarded  Yearling
Dec
18
awarded  Notable Question
Dec
4
comment Organize XML file - FIlezilla
Thank you very much! XML Notepad is a good option. It really does makes it easier and it's what I requested.
Dec
4
accepted Organize XML file - FIlezilla
Nov
5
awarded  Tumbleweed
Oct
31
awarded  Nice Question
Oct
30
awarded  Scholar
Oct
30
accepted Google Analytics - Failed to load resource: http://www.google-analytics.com/ga.js
Oct
29
asked Organize XML file - FIlezilla
Sep
6
comment Play flash video / streaming with external program
Thank you very much for your thorough explanation. I think I'll go with a way to cool it down more efficiently. A cooling pad will help and I'll see if I can take it further somehow. I am aware of those extensions that allow you to download and convert :) But I want to use that laptop to watch some movies/series online :P
Aug
15
awarded  Nice Answer
Aug
12
awarded  Popular Question
Aug
9
comment Tweak smooth scrolling code
How does it conflict? You might try using jQuery.noConflict() or isolating Chris' script. Like so: (function($){ // insert Chris' script here. })(jQuery);