FCKEditor: How to disable FCKEditor? on Oct 3, 2009 in Javascript Web Development FCKeditor Have you ever had a problem with FCKEditor where you wanted to disable the editor but still have the scroll bars show up ? Here is a sample snippet that disables the editor based on a request variable and enables the scroll bar - <% if(request...
Book Review: Effective Java (Second Edition) on Oct 3, 2009 in Books Book Review Book Name Effective Java, Second Edition [The Java Series....from the Source] Author Joshua Bloch Where can I buy this book ? of course, Amazon – click here Is preview of the book available ? Yes, very limited preview from Amazon – click...
Java: Difference between Comparable and Comparator Interface on Sep 26, 2009 in Java Java allows us to sort objects that implement the Collection Interface, using either the comparable interface or a comparator class. But do you know what the differences using each of the Interface ? java.lang.Comparable java.util.Comparator...
jQuery: Setting default submit button for ‘Enter Key’ using jQuery on Sep 15, 2009 in Javascript Web Development jQuery To Start with… One of the most annoying things in developing web pages is handling the “Enter Key” for form submission. ‘Enter Key’ makes form submission so easy that users always tend to use it. The easiest and the most...
jQuery: Flexibility of combining multiple statements on Sep 15, 2009 in CSS Javascript Web Development jQuery The true essence of jQuery [write less do more] lies in its flexibility to combine multiple statements into one. Scenario - HTML <input type="text" name="addrLine1" maxlength="100" size="40" value="" id="addrLine1" > CCS input.dis...
J2EE: Which JVM served my request? on Sep 4, 2009 in Code J2EE Programming Web Development In general, enterprise web application are deployed in multiple JVMs to attain the power of distributed computing. At times, you might want to find out which JVM served your request for various reasons - - Debugging an error [example - checking syste...
Database Concepts for Java Programmer: Part 2 – Keys on Sep 3, 2009 in Database In this part, I will be briefing about different kind of keys available in database systems. Base example I will be using the following table to explain about database keys - EMPLOYEE [ EMPLOYEE_ID, EMPLOYEE_SSN_ID, EMPLOYEE_DEPT_ID, EMPLOYEE_FIRS...
J2EE: Compare RESTful vs SOAP Web Services on Aug 27, 2009 in J2EE Web Services REST SOAP There are currently two schools of thought in developing Web Services – one being the standards-based traditional approach [ SOAP ] and the other one which is much simpler on the block [ REST ]. This article quickly compares one with the other...
IE: Change default view Source program for Internet Explorer in Windows XP on Aug 24, 2009 in Web Development Internet Explorer Windows XP Have you ever wanted to use your favorite text editor to view the page source instead of Notepad which is Microsoft Internet Explorer’s default program ? [Right Click on the page and then click "View Source"] Microsoft PowerToys should be abl...
Properties of Web Services on Aug 24, 2009 in J2EE Web Services Web Services usually share the following properties - Web Services are self-contained Web Services are self-describing Web Services can be published, located, and invoked across the Web Web Services are modular Web Services are language independent...
© BlogTopsites.com 2004-2009. Contact Us.