cletus

69,813
Reputation
6915 views

Registered User

Name cletus
Member for 1 year
Seen 37 mins ago
Website
Location AU
Age 36

I am a software developer from Perth, Western Australia with roughly 13 years experience in developing end-to-end solutions in Java, C#, C, C++, Perl, PHP and HTML/CSS/Javascript.

I have experience in developing user interfaces (Web and desktop), database design and development (Oracle, SQL Server, MySQL), data modelling, software design, data conversion, Web application development and high-performance high-availability computing.

I have recently started a blog I call C for Coding. Come check it out!

Creator of the pbatis project, a port of the popular Apache ibatis project to PHP.

1h
awarded  Enlightened
1h
answered HTML: What is the functionality of !DOCTYPE
2h
accepted Dynamic and static information in php (button appears after form instead of before)
2h
awarded  Nice Answer
2h
comment GWT classes: an annotation to prevent serialization of a field?
Have you tried marking it transient?
3h
revised PHP & Regex : Adding website url to images
added 157 characters in body; added 228 characters in body
3h
answered PHP & Regex : Adding website url to images
4h
answered Dynamic and static information in php (button appears after form instead of before)
5h
comment Please help me understand Big-O?
Duplicate stackoverflow.com/questions/487258/…
6h
accepted CSS previous sibling selector
7h
answered CSS previous sibling selector
8h
comment CSS Hover ParentChild Items
Always put a DOCTYPE at the top of your HTML document. It forces IE from quirks to standards compliant mode (or as I like to call it from "horribly broken" mode to "mildly broken" mode). Always always use a DOCTYPE.
8h
answered Java: Reading a file and storing data in an array, then find lowest decimal value
8h
comment Best ORM tool for Oracle with 4000 tables
@Pascal: That's not the same thing. Ibatis's groupBy aggregates into rows while retaining all the child elements in a child collection in each row. That is incredibly useful.
9h
accepted CSS Hover ParentChild Items
9h
answered CSS Hover ParentChild Items
9h
revised Generic Arrays in Java
added 416 characters in body
9h
accepted Generic Arrays in Java
9h
revised Generic Arrays in Java
added 324 characters in body; added 602 characters in body
9h
answered Generic Arrays in Java
9h
awarded  Enlightened
9h
awarded  Nice Answer
9h
accepted jQuery: consecutive Ajax requests allowed?
12h
answered jquery create a unique id
12h
comment Simulating a global revision number with git
Oh woops, thanks. Fixed.
12h
revised Simulating a global revision number with git
Corrected details about Git hashes.
12h
revised Calculations of ranges of numbers in PHP
added 2719 characters in body
13h
answered Calculations of ranges of numbers in PHP
13h
answered Simulating a global revision number with git
13h
comment JQuery vs Dojo vs ExtJS
Duplicate stackoverflow.com/questions/394601/…
1d
answered What is the Correct Javascript Syntax for this
1d
accepted Why is it Beneficial to put Questions and Answers in the same Database table?
1d
answered need php class upload the files in server and in my sql
1d
revised Why is my time() off by one hour in php?
deleted 41 characters in body
1d
accepted Why is my time() off by one hour in php?
1d
answered Why is my time() off by one hour in php?
1d
answered foreach and multidimensional arrays
1d
answered interface vs abstract class
1d
comment jQuery: consecutive Ajax requests allowed?
To give you an example: I thought you had two error handlers on your inner Ajax call. Well if you scroll right you see the }) at the end of one meaning the second error handler is for the outer Ajax call. Look back at how I formatted the code in the history (click "edited XX mins ago" link) and try to mimic that or something like it.
1d
comment How can I prevent inner SELECT from returning NULL?
No, any decent SQL executor will NOT execute the SELECTs twice.
1d
answered How can I prevent inner SELECT from returning NULL?
1d
comment jQuery: consecutive Ajax requests allowed?
hiscore.runescape.com/index_lite.ws?player=jimmy/… returns a 404 for me.
1d
comment jQuery: consecutive Ajax requests allowed?
Usually with any editor there is an option to use tabs or spaces (for tabs). SO is quite narrow. Please don't use tabs. Two spaces is the standard indenting used here. Any more and things tend to run off the screen too much.
1d
revised jQuery: consecutive Ajax requests allowed?
added 271 characters in body; added 198 characters in body
1d
comment jQuery: consecutive Ajax requests allowed?
Please watch the formatting. It helps.
1d
revised jQuery: consecutive Ajax requests allowed?
added 23 characters in body; added 4 characters in body
1d
revised jQuery: consecutive Ajax requests allowed?
added 100 characters in body
1d
revised jQuery: consecutive Ajax requests allowed?
added 23 characters in body; edited tags; edited title
1d
answered jQuery: consecutive Ajax requests allowed?
1d
awarded  Nice Answer