758 reputation
514
bio website edwardbeckett.com
location Florida
age
visits member for 2 years, 5 months
seen May 17 at 1:57
stats profile views 110

I code therefore i don't know ...

Note To Self :: RTFM


May
15
revised Coldfusion ENCRYPT and MySQL AES_DECRYPT Working together?
added 49 characters in body
May
15
revised Coldfusion ENCRYPT and MySQL AES_DECRYPT Working together?
deleted 5 characters in body
May
15
answered Coldfusion ENCRYPT and MySQL AES_DECRYPT Working together?
May
8
comment Keyboard shortcut for Jump to Previous View Location in IntelliJ Idea
@Downvoter :: care to comment?
Apr
30
comment Table Naming Dilemma: Singular vs. Plural Names
@Chris An entity is not a 'label' or a 'collection.' It 'should' define an 'instance of ' ...
Apr
29
comment How to do a regular expression replace in MySQL?
@RyanShillington "Sigh ... It would have wiser to simply not answer this one :-)"
Apr
24
comment How can I store my users' passwords safely?
bCrypt, bCrypt, bCrypt ... did I mention bCrypt?
Apr
11
comment How can I maximize the editor pane?
@fabien7474 Err ... your right ;-)
Apr
11
comment Changing dateformat on a SQL Server DB and not on whole server to dd/mm/yyyy
+1 awesome tips for an sql neophyte ;-)
Apr
10
comment SQL Server Update with Inner Join
+100 @gbn I owe you a beer.
Apr
9
comment AJAX login without reloading page
Correction accepted :: HTTP However, browsers don't automatically 'add user authentication cookies' ... that functionality must be implemented by a developer
Apr
8
comment AJAX login without reloading page
This makes no sense ... the server doesn't validate a users 'state' ... html is stateless.
Apr
8
comment Where does the “business logic layer” fit in to an MVC application?
+1 Spoken like a java developer ;-)
Apr
5
comment Invoke ColdFusion function using AJAX
+1 Nice share Adam.
Apr
2
comment Reusing Hibernate files from Coldfusion in Spring
Don't give up ... IMHO Spring is simply fantastic. Good Luck! :-)
Apr
1
comment URL Rewrite Issue with Mango Blog (404 error)
@akond I don't see why he had Mutiviews at the server level either ... :: Options Indexes FollowSymLinks MultiViews
Mar
31
comment $(element).outerWidth(true) reports differently based on theme?
+100 I have no idea why you don't have more upvotes.
Mar
30
answered How can I maximize the editor pane?
Mar
30
comment Reusing Hibernate files from Coldfusion in Spring
If you're coming from CF to spring ... you'll have a few bigger challenges than config files :: learning spring alone is an enormous job
Mar
26
comment start mySQL server from command line on Mac OS Lion
From mysqld_safe vs mysql.server Before mysql.server starts the server, it changes location to the MySQL installation directory, and then invokes mysqld_safe.