Paolo Bergantino

39,134
Reputation
4864 views

Registered User

Name Paolo Bergantino
Member for 1 year
Seen 2 hours ago
Website
Location Tallahassee, FL
Age 21
DISCLAIMER: I have no idea what I am talking about.

If you wish to contact me, try paolo at rootspot dot com

I am currently attending Florida State University. I do freelance work on the side, however, so if you are looking for a guy that loves programming for your next project, shoot me an email.

Go Noles!
Nov
24
awarded  Enlightened
Nov
24
awarded  Nice Answer
Nov
23
awarded  Nice Answer
Nov
15
accepted SMS from web application
Nov
12
awarded  Popular Question
Nov
11
awarded  Enlightened
Nov
11
awarded  Nice Answer
Nov
8
accepted jquery click on anchor element forces scroll to top?
Nov
4
awarded  Famous Question
Oct
26
accepted How do I style a div to make it run with the text?
Oct
21
awarded  Enlightened
Oct
21
awarded  Nice Answer
Oct
21
comment jQuery Click/Change event not working properly in IE7/8
jsbin.com/ovexi "click" works fine for me on IE6/IE7
Oct
21
accepted How do I stop a web page from scrolling to the top when a link is clicked that triggers javascript?
Oct
21
answered How do I stop a web page from scrolling to the top when a link is clicked that triggers javascript?
Oct
20
accepted What is an efficient way to set CSS class for each cell in a given table row?
Oct
20
comment What is an efficient way to set CSS class for each cell in a given table row?
I'm not sure I understand what the problem is then. What can't you do that my answer didn't cover?
Oct
20
awarded  Nice Answer
Oct
20
answered What is an efficient way to set CSS class for each cell in a given table row?
Oct
18
accepted Dynamically adding a form to a Django formset with Ajax
Oct
17
revised How to perform a “Group By” query in Django 1.1?
edited title
Oct
12
revised SMS from web application
deleted 21 characters in body
Oct
11
accepted How do I select all disabled decendants using jQuery
Oct
11
accepted PHP and mysql connections
Oct
11
accepted How to create a method for an array class?
Oct
10
awarded  Nice Answer
Oct
9
accepted How to get the selected value of the radio button list in jquery?
Oct
9
comment How do I select all disabled decendants using jQuery
...? I'm not sure how that is a problem knowing what the two selectors do?
Oct
9
answered How do I select all disabled decendants using jQuery
Oct
7
awarded  Nice Answer
Sep
28
accepted What is a better way to do a console with DHTML?
Sep
25
comment How to put a div at center of another div?
Even though he said vertically, I am pretty sure he meant horizontally.
Sep
25
accepted How to put a div at center of another div?
Sep
25
answered How to put a div at center of another div?
Sep
24
accepted Suppress click event using JQuery
Sep
24
accepted reduce server load by loading image files / javascript files from another server?
Sep
24
answered Suppress click event using JQuery
Sep
19
accepted Jquery getJSON returning ‘undefined’
Sep
19
answered Jquery getJSON returning ‘undefined’
Sep
18
awarded  Nice Answer
Sep
18
awarded  Yearling
Sep
16
awarded  Nice Question
Sep
16
revised Dynamically adding a form to a Django formset with Ajax
added 4 characters in body
Sep
16
accepted How can I return true/false from an animation queue thats inside a click() function?
Sep
14
accepted Is there an easy way to get a Unix timestamp from an SQL timestamp in php?
Sep
13
comment django newbie. Having trouble with ModelForm
You don't need to pass an instance for creating a new Student. I am not sure if that is what is making the form not work, but it is definitely unnecessary.
Sep
13
accepted Stop reload for ajax submitted form
Sep
12
accepted jQuery AJAX parameter not being passed to MVC
Sep
12
answered jQuery AJAX parameter not being passed to MVC
Sep
12
comment jQuery doesn’t work in .html() return
To be precise, live doesn't "automatically reattach the event handler" - it initially binds a single event handler that watches for ANY click element in the entire document and sees if the target element of the event matches the selector provided to it. This is known as event delegation.