Jonathan Sampson

16,181
Reputation
1774 views

Registered User

Name Jonathan Sampson
Member for 10 months
Seen 3 hours ago
Website
Location Atlanta, GA
Age 26

Web developer, Screencast Author, Occasional Blogger, and Twitter'er.

2h
revised Creating a “guide bar” like this, above a web page by php+mysql?
added 26 characters in body; deleted 2 characters in body
3h
revised How to get PHP $_GET array ?
added 214 characters in body
3h
answered How to get PHP $_GET array ?
19h
comment What is initWithCoder?
developer.apple.com/mac/library/…:
21h
comment Adding jQuery to XMLHttp
Your question here was "How do I add click events to dynamically loaded elements." My answer explains how - as such, if you have other issues, you should create new questions.
21h
comment Adding jQuery to XMLHttp
$.live() only works for a limit set of events: click, doubleclick, mousedown, etc. For this reason, you won't be using $.live() to apply $.elastic() to your textareas. Instead, you'll have to manually apply it after each ajax-request finishes. Look for new textareas, and apply it to them.
23h
accepted How do I put into an array the items in a directory?
23h
answered How do I put into an array the items in a directory?
23h
comment Adding jQuery to XMLHttp
You should keep your functions out of your external pages. Keep your javascript in javascript files, html in html files, php in php files, and so on :)
23h
comment Adding jQuery to XMLHttp
Please feel free to accept the solution if it worked.
1d
answered Adding jQuery to XMLHttp
1d
answered email div content in php
1d
comment What makes Code Complete a good book?
Euclid, take that as an invitation to go and read the book. Buy a hot-chocolate, sit down in a corner, and peel back some pages :)
1d
comment What makes Code Complete a good book?
Go sit down in a bookstore for an hour and read it. StackOverflow isn't a review engine.
1d
revised [R] Problems with Newton’s Method for finding coefficient and Hessian
added 74 characters in body
2d
comment jQuery AJAX Load Content Problem
Not to mention the importance of keeping logic out of your presentation :)
2d
accepted uploading music to server
2d
answered uploading music to server
2d
answered One page Codeigniter site using jquery? ajax?
2d
accepted JQuery and hidden fields
2d
answered Learning PHP and MySQL
2d
answered JQuery and hidden fields
2d
comment How get Access to the text including a div in a div using jqery
You're welcome, Bernhard. You can accept the answer by clicking the check-mark to the left of my response.
2d
comment How get Access to the text including a div in a div using jqery
This is all wrong. Alert doesn't have an .html() method. I think you meant to have that attached to the selector, of which most of your syntax is missing. The selector doesn't go directly inside the alert command - you're missing the jQuery reference, and there's no context to which .headline you're desiring.
2d
answered How get Access to the text including a div in a div using jqery
2d
revised How get Access to the text including a div in a div using jqery
added 21 characters in body
2d
answered unset session in Javascript
Nov
28
answered PHP String concatenation - “$a $b” vs $a . “ “ . $b - performance
Nov
26
comment AJAX - timed mySQL queries (please wait screen)
What have you tried already? StackOverflow doesn't exist to give you code, it exists to help you code ;)
Nov
25
comment replace any url’s within a string of text, to clickable links with php
Duplicate: See #1038284 - stackoverflow.com/questions/1038284/…
Nov
25
revised how to change this sql query
added 46 characters in body
Nov
25
comment PHP calculation
You're more than welcome. Welcome to StackOverflow!
Nov
25
answered Why is the <center> tag deprecated in HTML?
Nov
25
accepted PHP calculation
Nov
25
answered PHP calculation
Nov
25
revised How to execute a hyperlink automatically through php
added 195 characters in body
Nov
25
comment IE scales background-image on DOM ready
Not sure what you mean.
Nov
25
answered How to execute a hyperlink automatically through php
Nov
25
accepted Getting WP Functions to Return rather than Printing Immediately
Nov
24
comment Fashioning n-Dimensional Arrays in PHP From HTML Form
That is the only solution I thought of as well. That, or dynamically re-write the field names with javascript, but that falls apart in the absence of javascript. Thank you for the attention though :)
Nov
24
revised jQuery explanation needed regarding this code
added 82 characters in body
Nov
24
asked Fashioning n-Dimensional Arrays in PHP From HTML Form
Nov
24
accepted Can I get a Javascript event from the selection of text outside of text or textarea?
Nov
24
revised how to set visible true and false for drop down list box using javascript in asp.net
deleted 150 characters in body
Nov
24
revised Can I get a Javascript event from the selection of text outside of text or textarea?
added 181 characters in body
Nov
24
revised Can I get a Javascript event from the selection of text outside of text or textarea?
added 215 characters in body
Nov
24
answered Can I get a Javascript event from the selection of text outside of text or textarea?
Nov
24
revised How to include files with die(); function?
added 320 characters in body; added 79 characters in body
Nov
24
answered How to include files with die(); function?
Nov
23
comment Examples of vulnerable PHP code?
The question was for vulnerable examples, not proper examples.