Category: Web Development
SCEA 5 – My 2 cents
I recently became SUN certified Enterprise Architect after clearing all 3 parts of SCEA. It is hard to get answers to all questions one may have regarding SCEA but SCEA forum on javaranch.com is great!! I have shared my experience
Javascript – extract Year from Date
If you want to extract the year from Date in Javascript, try getFullYear() method instead of getYear(), see the output below on Firefox and Chrome: Here’s the code: <html> <head> <script langauge=”javascript”> var date1 = new Date(); var browser =
Online Certifications
StudySection.com is the only site which gives you a chance to get certified online in just 30 minutes. Tests on all subjects are absolutely free with unlimited re-attempts. THE CERTIFICATION CENTER for online certifications. Get certified today! http://www.studysection.com
LAN Driver Not Installed
I had not done Windows XP installation for long time by myself. After I did it couple of weeks back, I went into “My Network Places” to configure internet access, only to find no “Local Area Connection” element there in
Accessing webserver over LAN (Linux+windows)
On one machine having SuSE 10.2 OS, I am running Jboss app server 4.2. By default it runs http server on port 8080. I was able to access it from browser using http://127.0.0.1:8080 URL. But I was not able to
Database Surrogate PKs – Few points
I am sure this is obvious stuff but anybody can overlook it, so I thought of adding it in my blog. Many programmers and database designers are using surrogate keys instead of natural keys as PKs (primary keys) now a
Enabling JDK 1.5 support in JSPs on Jboss
Applicable to JBoss 4.0.4 GA: Suppose you are using jdk 1.5 features in JSPs but they fail with following exception jboss jsp Syntax error, parameterized types are only available if source level is 5.0 that means you need to enable
Eclipse 3.3.1 – Server did not start after 50s
If you face this error – fix is to change “server timeout delay” under Window > Preferences > Server to higher value. From ‘normal’ I changed that to ‘long’. Server started up in 55s, but still I received similar error