acrosman

3,929
reputation
299 views

Registered User

name acrosman
member for 1 year
seen yesterday
website
location Delaware
age 30
Online database systems manager and web programmer for a non-profit organization.
Dec
7
comment Include space between two words Javascript if() statement.
Are trying to do this in PHP or JS?
Dec
7
answered Best way to track changes on a website for visitors’ information
Dec
4
comment Big O Notation - what are the differences?
True. I left out that relationship assumes a sufficiently large value of n.
Dec
3
answered Big O Notation - what are the differences?
Nov
30
comment jQuery: how to get xml system independently?
adding .html() to the end will give you the XML as a string.
Nov
23
answered Examples of vulnerable PHP code?
Nov
13
revised How does php cast boolean variables?
formating
Nov
11
revised JavaScript Confirm Does Not Work?
toned down
Nov
9
comment Comparing form fields with data base fields and highlighting the form fields
If you want to process client-side before submitting form, JavaScript is the tool to use. There are certainly other libraries you could use, or you could go without a library if you wanted. I just suggest jQuery because it makes JS easier to work with.
Nov
9
answered Comparing form fields with data base fields and highlighting the form fields
Nov
7
accepted Looking for a very simple spam-prevention class/function for ASP Classic
Nov
6
answered Looking for a very simple spam-prevention class/function for ASP Classic
Nov
6
comment Looking for a very simple spam-prevention class/function for ASP Classic
Yeah, but you'll lose people that block JavaScript. Depending on your traffic levels and audience that can be problematic.
Oct
25
revised Find Monday’s date with Python
Clarified based on comments which Monday we're looking for.
Oct
14
accepted Crash Course in Web Development (PHP+HTML)
Oct
14
answered Crash Course in Web Development (PHP+HTML)
Oct
11
answered Are c styled strings safe?
Oct
10
accepted How to make set up condition specific password in php?
Oct
10
revised How to make set up condition specific password in php?
Added sample code
Oct
10
answered How to make set up condition specific password in php?
Oct
8
answered user.validationcode@domain.com How to do this?
Oct
2
awarded  Yearling
Sep
30
awarded  
Sep
29
answered Problem on how to display members info from a database with mysql and php?
Sep
29
revised Problem on how to display members info from a database with mysql and php?
grammer
Sep
27
revised How do I get linux server to use local PHP.ini in a shared environment?
Changed tags
Sep
24
answered Different background position every click
Sep
24
revised Different background position every click
more formating
Sep
24
answered Why is PHP printing my number in scientific notation, when I specified it as .000021?
Sep
24
comment One-liner to convert two newlines to one?
Do you even need the sed command here? I thought fmt would handle this on its own.
Sep
24
comment One-liner to convert two newlines to one?
I think his example makes the question clear.
Sep
23
comment Difference between “,” and “.” in PHP?
No, comma is creating a list of expressions for echo to use, echo concatenates the list when it prints it on one line.
Sep
22
comment How to intercept a site http request using javascript?
No you don't, but the selectors make it easy to make sure you get all the places you'd like to attach your function, while the load and click functions help handle cross browser issues smoothly.
Sep
21
answered How to intercept a site http request using javascript?
Sep
21
comment Detect when AJAX changes HTML in a DIV in WebBrowser
You can use jQuery with .Net. Stackoverflow itself makes heavy use of jQuery.
Sep
20
revised Lookup names in large texts
grammer
Sep
18
answered Insert 50 thousand record in MySQL
Sep
16
comment Hide autoincrement ids in GET parameter (PHP)
It depends on how many pages you plan to have, and now many big a data type you use for storage. Again, it depends some on your system and your goal.
Sep
15
answered Hide autoincrement ids in GET parameter (PHP)
Sep
10
answered accessing DELETE from jquery in PHP
Sep
10
answered Array to create dates
Sep
10
comment Remove item from jQuery object
What kind of thing are you trying to remove?
Sep
9
comment Drupal development: performance
I've done Drupal dev on my laptop (XP), and seen many others do it on similar machines. I'd expect you've probably pushed the system too far with the VM. How do normal pages (not PHP) perform?
Sep
7
answered Multi-tier applications with PHP?
Sep
5
revised Date Difference in mysql
formating and clarity
Sep
4
answered Help with Warning: Cannot modify header information - headers already sent by (output started at C:\## errors
Sep
4
answered CSS Colors: Depend on Monitor?
Sep
4
answered Consume WebService with php
Aug
26
revised Parsing Excel XML with PHP
Edited title
Aug
25
accepted Is there a better way to do jquery Tabs?